udalov / kotlin-vim

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

spell: Enable spell checking in strings #40

Closed MatejKastak closed 3 years ago

MatejKastak commented 3 years ago

This PR enables spell checking within strings.

Most of the other syntax specifications enable this by default (even built in ones):

udalov commented 3 years ago

Thanks!