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"
"async"
"await"
"break"
"case"
"catch"
"class"
"const"
"continue"
"debugger"
"default"
"delete"
"do"
"else"
"export"
"extends"
"finally"
"for"
"from"
"function"
"get"
"if"
"import"
"in"
"instanceof"
"let"
"new"
"of"
"return"
"set"
"static"
"switch"
"target"
"throw"
"try"
"typeof"
"var"
"void"
"while"
"with"
"yield"
] @keyword
[
"switch"
"case"
"default"
"if"
"else"
"yield"
"throw"
"finally"
"return"
"catch"
"continue"
"while"
"break"
"for"
"do"
"await"
] @keyword.control

Loading…
Cancel
Save