moved: delete, typeof, instanceof, void - from keywords to keyword.operator

pull/13250/head
Nikita0x 2025-04-07 09:58:03 +03:00
parent 588b041dd6
commit 2c06e64bda
1 changed files with 4 additions and 4 deletions

View File

@ -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
[