mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(proto): make "include"/"package" @include
This commit is contained in:
parent
181a580190
commit
8ae2c8ff49
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
[
|
||||
"syntax"
|
||||
"package"
|
||||
"option"
|
||||
"import"
|
||||
"service"
|
||||
"rpc"
|
||||
"returns"
|
||||
|
|
@ -15,6 +13,11 @@
|
|||
"to"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"package"
|
||||
"import"
|
||||
] @include
|
||||
|
||||
[
|
||||
(key_type)
|
||||
(type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue