Skip to content

Commit

Permalink
languages: add inc files to php (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed May 9, 2022
1 parent f3164c1 commit ae19aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ae19aaf

Please sign in to comment.