From d308803fbeda0180019318f1ec85dc75ff3d39a2 Mon Sep 17 00:00:00 2001 From: Mark Achee Date: Sat, 6 Apr 2013 06:01:04 +0200 Subject: [PATCH] fix php worker bogus error on use keyword --- lib/ace/mode/php/php.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ace/mode/php/php.js b/lib/ace/mode/php/php.js index 19459a54..d0fa296a 100644 --- a/lib/ace/mode/php/php.js +++ b/lib/ace/mode/php/php.js @@ -172,6 +172,10 @@ PHP.Lexer = function( src, ini ) { openTag = (ini === undefined || (/^(on|true|1)$/i.test(ini.short_open_tag) ) ? /(\<\?php\s|\<\?|\<\%|\