Skip to content

Commit 75c7a62

Browse files
WITCZAKBDnd-Bazak
andauthored
Add phtml extension to path suffixes (#100)
Co-authored-by: dnd-bazak <bazak@dnd.fr>
1 parent 53f30f6 commit 75c7a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

languages/php/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "PHP"
22
grammar = "php"
3-
path_suffixes = ["php"]
3+
path_suffixes = ["php", "phtml"]
44
first_line_pattern = '^#!.*php'
55
line_comments = ["// ", "# "]
66
block_comment = { start = "/*", end = "*/", prefix = "* ", tab_size = 1 }

0 commit comments

Comments
 (0)