Fix bug in semantic highlighting.

This commit is contained in:
William Candillon 2012-05-22 10:41:26 +02:00
commit 11e9267046
69 changed files with 47994 additions and 82 deletions

View file

@ -187,6 +187,9 @@ define('ace/lib/regexp', ['require', 'exports', 'module' ], function(require, ex
return !x.lastIndex;
}();
if (compliantLastIndexIncrement && compliantExecNpcg)
return;
//---------------------------------
// Overriden native methods
//---------------------------------