Closed martinbeentjes closed 4 months ago
Looking at https://kotlinlang.org/docs/keyword-reference.html#special-identifiers, should I be able to implement that complete list easily?
I dont see why not, although I know zero about treesitter / scm file
I did notice that there is already this line but idk what it does:
(import_header
"import" @include)
but neither package or import are highlighted for me so 🤷♂️
This PR adds extra keywords for the Kotlin language, hopefully this is correct. Otherwise please point me to the right place.