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|\<\?|\<\%|\