mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Update highlight for ecma/js/ts (#6205)
This commit is contained in:
parent
cfb9986d84
commit
bc50502b1e
@ -167,55 +167,76 @@
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"as"
|
||||
"async"
|
||||
"debugger"
|
||||
"delete"
|
||||
"extends"
|
||||
"from"
|
||||
"function"
|
||||
"get"
|
||||
"in"
|
||||
"instanceof"
|
||||
"new"
|
||||
"of"
|
||||
"set"
|
||||
"static"
|
||||
"target"
|
||||
"try"
|
||||
"typeof"
|
||||
"instanceof"
|
||||
"void"
|
||||
"with"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"of"
|
||||
"as"
|
||||
"in"
|
||||
] @keyword.operator
|
||||
|
||||
[
|
||||
"function"
|
||||
] @keyword.function
|
||||
|
||||
[
|
||||
"class"
|
||||
"let"
|
||||
"const"
|
||||
"var"
|
||||
] @keyword.storage.type
|
||||
|
||||
[
|
||||
"switch"
|
||||
"case"
|
||||
"const"
|
||||
"static"
|
||||
] @keyword.storage.modifier
|
||||
|
||||
[
|
||||
"default"
|
||||
"if"
|
||||
"else"
|
||||
"yield"
|
||||
"throw"
|
||||
"finally"
|
||||
"return"
|
||||
"catch"
|
||||
"continue"
|
||||
"while"
|
||||
"break"
|
||||
"for"
|
||||
"do"
|
||||
"await"
|
||||
] @keyword.control
|
||||
|
||||
[
|
||||
"if"
|
||||
"else"
|
||||
"switch"
|
||||
"case"
|
||||
"while"
|
||||
] @keyword.control.conditional
|
||||
|
||||
[
|
||||
"for"
|
||||
] @keyword.control.repeat
|
||||
|
||||
[
|
||||
"import"
|
||||
"export"
|
||||
] @keyword.control.import
|
||||
|
||||
[
|
||||
"return"
|
||||
"break"
|
||||
"continue"
|
||||
] @keyword.control.return
|
||||
|
||||
[
|
||||
"throw"
|
||||
"try"
|
||||
"catch"
|
||||
] @keyword.control.exception
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user