Set php's default LSP to intelephense
This commit is contained in:
parent
c7cca545b9
commit
2726dc3fb8
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ pub const php = .{
|
|||
.extensions = .{"php"},
|
||||
.comment = "//",
|
||||
.injections = "tree-sitter-php/queries/injections.scm",
|
||||
.language_server = .{"intelephense", "--stdio"},
|
||||
};
|
||||
|
||||
pub const purescript = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue