We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
phtml
1 parent 53f30f6 commit 75c7a62Copy full SHA for 75c7a62
1 file changed
languages/php/config.toml
@@ -1,6 +1,6 @@
1
name = "PHP"
2
grammar = "php"
3
-path_suffixes = ["php"]
+path_suffixes = ["php", "phtml"]
4
first_line_pattern = '^#!.*php'
5
line_comments = ["// ", "# "]
6
block_comment = { start = "/*", end = "*/", prefix = "* ", tab_size = 1 }
0 commit comments