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 String as a basic ktType #23

Closed gjorquera closed 5 years ago

gjorquera commented 5 years ago

Reading the basic types documentation we can see that the following are already added to ktType:

But the following are missing:

This change adds the missing basic types to ktType so that they can be properly highlighter.

Fixes udalov/kotlin-vim#12.