mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -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"
|
"syntax"
|
||||||
"package"
|
|
||||||
"option"
|
"option"
|
||||||
"import"
|
|
||||||
"service"
|
"service"
|
||||||
"rpc"
|
"rpc"
|
||||||
"returns"
|
"returns"
|
||||||
|
|
@ -15,6 +13,11 @@
|
||||||
"to"
|
"to"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
[
|
||||||
|
"package"
|
||||||
|
"import"
|
||||||
|
] @include
|
||||||
|
|
||||||
[
|
[
|
||||||
(key_type)
|
(key_type)
|
||||||
(type)
|
(type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue