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