Merge pull request #1034 from ajaxorg/fix/break-highlight

[Trivial] Fix break keyword highlighting
This commit is contained in:
Harutyun Amirjanyan 2012-10-15 07:15:10 -07:00
commit 5ce549f08f

View file

@ -52,7 +52,7 @@ var JavaScriptHighlightRules = function() {
"invalid.deprecated":
"__parent__|__count__|escape|unescape|with|__proto__",
"keyword":
"const|yield|import|get|set" +
"const|yield|import|get|set|" +
"break|case|catch|continue|default|delete|do|else|finally|for|function|" +
"if|in|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger",
"storage.type":