mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-21 21:17:50 +02:00
increase php priority over phtml
currently phtml takes priority over php, that's odd considering phtml is not very common anymore compared to php
This commit is contained in:
parent
a40c95e447
commit
1d0ed7f62a
@ -12,6 +12,7 @@
|
|||||||
<case_insensitive>true</case_insensitive>
|
<case_insensitive>true</case_insensitive>
|
||||||
<dot_all>true</dot_all>
|
<dot_all>true</dot_all>
|
||||||
<ensure_nl>true</ensure_nl>
|
<ensure_nl>true</ensure_nl>
|
||||||
|
<priority>3</priority>
|
||||||
</config>
|
</config>
|
||||||
<rules>
|
<rules>
|
||||||
<state name="magicfuncs">
|
<state name="magicfuncs">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user