mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
highlights(kotlin): package keyword and declaration
This commit is contained in:
parent
368b4d48d4
commit
5ac2c92060
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@
|
||||||
"MutableList"
|
"MutableList"
|
||||||
))
|
))
|
||||||
|
|
||||||
(package_header
|
(package_header "package" @keyword
|
||||||
. (identifier)) @namespace
|
. (identifier (simple_identifier) @namespace))
|
||||||
|
|
||||||
(import_header
|
(import_header
|
||||||
"import" @include)
|
"import" @include)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue