kotlin-vim icon indicating copy to clipboard operation
kotlin-vim copied to clipboard

Could the syntax files be bundled with vim?

Open dbarnett opened this issue 4 years ago • 2 comments

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?

dbarnett avatar Jan 25 '21 22:01 dbarnett

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.

flwyd avatar Oct 16 '21 18:10 flwyd

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

udalov avatar Oct 17 '21 11:10 udalov

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

flwyd avatar Dec 28 '22 20:12 flwyd

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

dkearns avatar Sep 17 '23 15:09 dkearns

@dkearns Thank you!

udalov avatar Sep 18 '23 09:09 udalov