Skip to content

Commit

Permalink
languages: add inc files to php (helix-editor#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored and mtoohey31 committed Jun 15, 2022
1 parent 7925667 commit f024722
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 f024722

Please sign in to comment.