PHP roots and languageserver improvements (#2031)
Co-authored-by: Karl Grasegger <karl.grasegger@gebruederheitz.de>
This commit is contained in:
parent
19ff21eaa2
commit
8e12fd5290
@ -46,7 +46,7 @@
|
||||
| ocaml-interface | ✓ | | | |
|
||||
| org | ✓ | | | |
|
||||
| perl | ✓ | ✓ | ✓ | |
|
||||
| php | ✓ | ✓ | ✓ | |
|
||||
| php | ✓ | ✓ | ✓ | `intelephense` |
|
||||
| prolog | | | | `swipl` |
|
||||
| protobuf | ✓ | | ✓ | |
|
||||
| python | ✓ | ✓ | ✓ | `pylsp` |
|
||||
|
@ -428,7 +428,8 @@ scope = "source.php"
|
||||
injection-regex = "php"
|
||||
file-types = ["php"]
|
||||
shebangs = ["php"]
|
||||
roots = []
|
||||
roots = ["composer.json", "index.php"]
|
||||
language-server = { command = "intelephense", args = ["--stdio"] }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
|
Loading…
Reference in New Issue
Block a user