Fix bug in semantic highlighting.
This commit is contained in:
parent
3031492e9c
commit
11e9267046
69 changed files with 47994 additions and 82 deletions
|
|
@ -187,6 +187,9 @@ define('ace/lib/regexp', ['require', 'exports', 'module' ], function(require, ex
|
|||
return !x.lastIndex;
|
||||
}();
|
||||
|
||||
if (compliantLastIndexIncrement && compliantExecNpcg)
|
||||
return;
|
||||
|
||||
//---------------------------------
|
||||
// Overriden native methods
|
||||
//---------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue