mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
feat(ecma): convert eligible @keyword.operators
This commit is contained in:
parent
56022e0b05
commit
bee003b880
3 changed files with 11 additions and 8 deletions
|
|
@ -6,17 +6,20 @@
|
|||
"export"
|
||||
"implements"
|
||||
"interface"
|
||||
"keyof"
|
||||
"type"
|
||||
"namespace"
|
||||
"override"
|
||||
"satisfies"
|
||||
"module"
|
||||
"infer"
|
||||
"is"
|
||||
] @keyword
|
||||
|
||||
(as_expression "as" @keyword)
|
||||
[
|
||||
"keyof"
|
||||
"satisfies"
|
||||
] @keyword.operator
|
||||
|
||||
(as_expression "as" @keyword.operator)
|
||||
|
||||
[
|
||||
"abstract"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue