Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
increase php priority over phtml
currently phtml takes priority over php, that's odd considering phtml is not very common anymore compared to php
  • Loading branch information
gempir authored and alecthomas committed Feb 12, 2023
1 parent a40c95e commit 1d0ed7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lexers/embedded/php.xml
Expand Up @@ -12,6 +12,7 @@
<case_insensitive>true</case_insensitive>
<dot_all>true</dot_all>
<ensure_nl>true</ensure_nl>
<priority>3</priority>
</config>
<rules>
<state name="magicfuncs">
Expand Down Expand Up @@ -208,4 +209,4 @@
</rule>
</state>
</rules>
</lexer>
</lexer>

0 comments on commit 1d0ed7f

Please sign in to comment.