Fix break keyword highlighting
This commit is contained in:
parent
8ed09f246a
commit
e2bd27a559
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