Closed tormodatt closed 3 years ago
Hi,
import, package in kotlin is highlighted as keywords are. (similary to use in rust, like in the screenshot in the README)
Yeah but for C for example the right color is PreProc
and sadly nvim-treesitter
does not allow to make the difference between pre-processor include and others like import in js, use in rust etc.. So I will probably add some custom capture groups for treesitter regarding this.
Tanks you for this little fix.
Just a few minor corrections, when comparing to Intellij at least:
import
,package
in kotlin is highlighted as keywords are. (similary touse
in rust, like in the screenshot in the README)