Skip to content

Commit

Permalink
Merge pull request #843 from zonuexe/add/php-ts-mode
Browse files Browse the repository at this point in the history
Add php-ts-mode
  • Loading branch information
manateelazycat authored Jan 31, 2024
2 parents 5baf390 + b9d7804 commit a4b2be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions acm/acm-backend-codeium.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
(perl-mode . 28)
(cperl-mode . 28)
(php-mode . 29)
(php-ts-mode . 29)
(text-mode . 30)
(python-mode . 33)
(python-ts-mode . 33)
Expand Down
4 changes: 3 additions & 1 deletion lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Possible choices are pyright_ruff, pyright-background-analysis_ruff, jedi_ruff,
((sh-mode bash-mode bash-ts-mode) . "bash-language-server")
((css-mode css-ts-mode) . "vscode-css-language-server")
(elm-mode . "elm-language-server")
(php-mode . lsp-bridge-php-lsp-server)
((php-mode php-ts-mode) . lsp-bridge-php-lsp-server)
((yaml-mode yaml-ts-mode) . "yaml-language-server")
(zig-mode . "zls")
(dockerfile-mode . "docker-langserver")
Expand Down Expand Up @@ -591,6 +591,7 @@ Possible choices are pyright_ruff, pyright-background-analysis_ruff, jedi_ruff,
lisp-interaction-mode-hook
org-mode-hook
php-mode-hook
php-ts-mode-hook
yaml-mode-hook
zig-mode-hook
groovy-mode-hook
Expand Down Expand Up @@ -665,6 +666,7 @@ you can customize `lsp-bridge-get-workspace-folder' to return workspace folder p
(lua-mode . lua-indent-level) ; Lua
(objc-mode . c-basic-offset) ; Objective C
(php-mode . c-basic-offset) ; PHP
(php-ts-mode . php-ts-mode-indent-offset) ; PHP
(perl-mode . perl-indent-level) ; Perl
(cperl-mode . cperl-indent-level) ; Perl
(raku-mode . raku-indent-offset) ; Perl6/Raku
Expand Down

0 comments on commit a4b2be8

Please sign in to comment.