mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
languages: add inc files to php (#2440)
This commit is contained in:
parent
f3164c1174
commit
ae19aaf1a6
@ -475,7 +475,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "275ef
|
|||||||
name = "php"
|
name = "php"
|
||||||
scope = "source.php"
|
scope = "source.php"
|
||||||
injection-regex = "php"
|
injection-regex = "php"
|
||||||
file-types = ["php"]
|
file-types = ["php", "inc"]
|
||||||
shebangs = ["php"]
|
shebangs = ["php"]
|
||||||
roots = ["composer.json", "index.php"]
|
roots = ["composer.json", "index.php"]
|
||||||
language-server = { command = "intelephense", args = ["--stdio"] }
|
language-server = { command = "intelephense", args = ["--stdio"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user