Skip to content

Commit 1d0ed7f

Browse files
gempiralecthomas
authored andcommittedFeb 12, 2023
increase php priority over phtml
currently phtml takes priority over php, that's odd considering phtml is not very common anymore compared to php
1 parent a40c95e commit 1d0ed7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lexers/embedded/php.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<case_insensitive>true</case_insensitive>
1313
<dot_all>true</dot_all>
1414
<ensure_nl>true</ensure_nl>
15+
<priority>3</priority>
1516
</config>
1617
<rules>
1718
<state name="magicfuncs">
@@ -208,4 +209,4 @@
208209
</rule>
209210
</state>
210211
</rules>
211-
</lexer>
212+
</lexer>

0 commit comments

Comments
 (0)
Please sign in to comment.