yet another regex highlighting fix
This commit is contained in:
parent
1041f1abe8
commit
7157ed6645
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ var JavaScriptHighlightRules = function() {
|
|||
regex : "(?:true|false)\\b"
|
||||
}, {
|
||||
token : "keyword",
|
||||
regex : kwBeforeRe,
|
||||
regex : "(?:" + kwBeforeRe + ")\\b",
|
||||
next : "regex_allowed"
|
||||
}, {
|
||||
token : function(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue