udalov / kotlin-vim

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

incorrectly highlights "impl" in import statements #19

Closed CoffeeVector closed 5 years ago

CoffeeVector commented 5 years ago

image

udalov commented 5 years ago

Thanks for the report. I've fixed this for header/impl by removing these modifiers (they were replaced with expect/actual a long ago), but in general it's very difficult to avoid these situations in a regex-based parser. Many other keywords (get is one of the most popular) are highlighted where they shouldn't.