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"
|
"async"
|
||||||
"debugger"
|
"debugger"
|
||||||
"delete"
|
|
||||||
"extends"
|
"extends"
|
||||||
"from"
|
"from"
|
||||||
"get"
|
"get"
|
||||||
"new"
|
"new"
|
||||||
"set"
|
"set"
|
||||||
"target"
|
"target"
|
||||||
"typeof"
|
|
||||||
"instanceof"
|
|
||||||
"void"
|
|
||||||
"with"
|
"with"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
@ -91,6 +87,10 @@
|
||||||
"of"
|
"of"
|
||||||
"as"
|
"as"
|
||||||
"in"
|
"in"
|
||||||
|
"delete"
|
||||||
|
"typeof"
|
||||||
|
"instanceof"
|
||||||
|
"void"
|
||||||
] @keyword.operator
|
] @keyword.operator
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue