Add JavaScript control keywords (#2140)

imgbot
Terry Brash 2 years ago committed by GitHub
parent b67e0616dd
commit c45fb08a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,43 +163,46 @@
[ [
"as" "as"
"async" "async"
"await"
"break"
"case"
"catch"
"class" "class"
"const" "const"
"continue"
"debugger" "debugger"
"default"
"delete" "delete"
"do"
"else"
"export" "export"
"extends" "extends"
"finally"
"for"
"from" "from"
"function" "function"
"get" "get"
"if"
"import" "import"
"in" "in"
"instanceof" "instanceof"
"let" "let"
"new" "new"
"of" "of"
"return"
"set" "set"
"static" "static"
"switch"
"target" "target"
"throw"
"try" "try"
"typeof" "typeof"
"var" "var"
"void" "void"
"while"
"with" "with"
"yield"
] @keyword ] @keyword
[
"switch"
"case"
"default"
"if"
"else"
"yield"
"throw"
"finally"
"return"
"catch"
"continue"
"while"
"break"
"for"
"do"
"await"
] @keyword.control

Loading…
Cancel
Save