yet another regex highlighting fix

This commit is contained in:
Fabian Jakobs 2011-09-06 17:20:53 +02:00
commit 7157ed6645

View file

@ -116,7 +116,7 @@ var JavaScriptHighlightRules = function() {
regex : "(?:true|false)\\b"
}, {
token : "keyword",
regex : kwBeforeRe,
regex : "(?:" + kwBeforeRe + ")\\b",
next : "regex_allowed"
}, {
token : function(value) {