udalov / kotlin-vim

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

Could the syntax files be bundled with vim? #39

Closed dbarnett closed 1 year ago

dbarnett commented 3 years ago

It would be great if vim could give you basic Kotlin syntax highlighting out-of-the-box. Any interest in sending a patch to add syntax into https://github.com/vim/vim/tree/master/runtime/syntax?

flwyd commented 2 years ago

Would inclusion in vim runtime be possible @udalov, or is there a reason Kotlin syntax support should only be available via plugin?

History: issue #20 was a similar request and didn't get a response.

udalov commented 2 years ago

Sorry for slow reaction on this topic. Indeed, this can be included in the vim runtime. I'll try it.

flwyd commented 1 year ago

Has any progress been made on upstreaming the Kotlin syntax into the vim runtime?

dkearns commented 1 year ago

@udalov, I've just added vim/vim#13110.

udalov commented 1 year ago

@dkearns Thank you!