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" "MutableList"
)) ))
(package_header (package_header "package" @keyword
. (identifier)) @namespace . (identifier (simple_identifier) @namespace))
(import_header (import_header
"import" @include) "import" @include)