Skip to content

Commit

Permalink
yet another regex highlighting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed Sep 6, 2011
1 parent 1041f1a commit 7157ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/javascript_highlight_rules.js
Expand Up @@ -116,7 +116,7 @@ var JavaScriptHighlightRules = function() {
regex : "(?:true|false)\\b"
}, {
token : "keyword",
regex : kwBeforeRe,
regex : "(?:" + kwBeforeRe + ")\\b",
next : "regex_allowed"
}, {
token : function(value) {
Expand Down

0 comments on commit 7157ed6

Please sign in to comment.