1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-22 02:54:23 +01:00

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

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