Fixed minor bug in php.jsf

This breaks highlighting completely on a sequence like
    ?'blub'
since the ? eats it's next char instead of delegating it to :idle.
This commit is contained in:
Christian Nicolai 2011-08-06 12:24:54 +02:00
parent 97035588b0
commit 70b8e6a2d0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ done
"a-zA-Z_" method recolor=-1 "a-zA-Z_" method recolor=-1
:idle_qmark Idle :idle_qmark Idle
* idle * idle noeat
">" idle recolor=-2 return ">" idle recolor=-2 return
:idle_hash Idle :idle_hash Idle