mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-04-10 16:23:40 +02: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:
parent
97035588b0
commit
70b8e6a2d0
2
php.jsf
2
php.jsf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user