highlights(kotlin): package keyword and declaration

This commit is contained in:
Ananda Umamil 2023-01-14 12:56:32 +07:00 committed by Christian Clason
parent 368b4d48d4
commit 5ac2c92060

View file

@ -89,8 +89,8 @@
"MutableList"
))
(package_header
. (identifier)) @namespace
(package_header "package" @keyword
. (identifier (simple_identifier) @namespace))
(import_header
"import" @include)