aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorYt2022-05-09 10:53:03 +0000
committerGitHub2022-05-09 10:53:03 +0000
commitae19aaf1a65cf761e4669df8f7349cae6aad79e4 (patch)
tree6ef50347406bb94a07d3e72f808d45023b2d1910 /languages.toml
parentf3164c1174fd1415140693486637bfd2ea6e6a68 (diff)
languages: add inc files to php (#2440)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 08dadb15..bda195f2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -475,7 +475,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "275ef
name = "php"
scope = "source.php"
injection-regex = "php"
-file-types = ["php"]
+file-types = ["php", "inc"]
shebangs = ["php"]
roots = ["composer.json", "index.php"]
language-server = { command = "intelephense", args = ["--stdio"] }