udalov / kotlin-vim

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
Apache License 2.0
632 stars 51 forks source link

Add highlighting for function names #38

Closed Joakker closed 3 years ago

Joakker commented 3 years ago

It's been bugging me for a while that function names like println or main aren't highlighted as such like in other languages, so I added it to the syntax definition file :smiley:.

udalov commented 3 years ago

This has been discussed in #30. It's a useful feature, but not for everyone, and I'd like to keep it disabled by default