mirror of https://github.com/helix-editor/helix
moved: delete, typeof, instanceof, void - from keywords to keyword.operator
parent
588b041dd6
commit
2c06e64bda
|
@ -74,16 +74,12 @@
|
|||
[
|
||||
"async"
|
||||
"debugger"
|
||||
"delete"
|
||||
"extends"
|
||||
"from"
|
||||
"get"
|
||||
"new"
|
||||
"set"
|
||||
"target"
|
||||
"typeof"
|
||||
"instanceof"
|
||||
"void"
|
||||
"with"
|
||||
] @keyword
|
||||
|
||||
|
@ -91,6 +87,10 @@
|
|||
"of"
|
||||
"as"
|
||||
"in"
|
||||
"delete"
|
||||
"typeof"
|
||||
"instanceof"
|
||||
"void"
|
||||
] @keyword.operator
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue