Merge pull request #1034 from ajaxorg/fix/break-highlight
[Trivial] Fix break keyword highlighting
This commit is contained in:
commit
5ce549f08f
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue