mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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"
|
||||
))
|
||||
|
||||
(package_header
|
||||
. (identifier)) @namespace
|
||||
(package_header "package" @keyword
|
||||
. (identifier (simple_identifier) @namespace))
|
||||
|
||||
(import_header
|
||||
"import" @include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue