mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat: more @keyword.type captures
This commit is contained in:
parent
f0a1a13316
commit
f58cae6c22
74 changed files with 395 additions and 239 deletions
|
|
@ -227,17 +227,14 @@
|
|||
|
||||
[
|
||||
"abstract"
|
||||
"class"
|
||||
"continue"
|
||||
"default"
|
||||
"enum"
|
||||
"extends"
|
||||
"final"
|
||||
"get"
|
||||
"global"
|
||||
"implements"
|
||||
"instanceof"
|
||||
"interface"
|
||||
"on"
|
||||
"private"
|
||||
"protected"
|
||||
|
|
@ -254,4 +251,10 @@
|
|||
"inherited_sharing"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"interface"
|
||||
"class"
|
||||
"enum"
|
||||
] @keyword.type
|
||||
|
||||
"System.runAs" @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue