From 70b8e6a2d09f6753bddb9ba65a76f67b2bd7c0f8 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 6 Aug 2011 12:24:54 +0200 Subject: [PATCH] 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. --- php.jsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.jsf b/php.jsf index 4277586..0475b96 100644 --- a/php.jsf +++ b/php.jsf @@ -124,7 +124,7 @@ done "a-zA-Z_" method recolor=-1 :idle_qmark Idle - * idle + * idle noeat ">" idle recolor=-2 return :idle_hash Idle