Closed henrebotha closed 5 years ago
What about multi-line comments (/* ... */
)? Should they be specified in any way here?
To my knowledge, Vim doesn't really have a concept of multiline comments. I added this mostly to solve issues with commentary.vim.
Merged, thanks! And sorry for the enormous pause.
The plugin as it stands does not set the comment syntax, which means various Vim features acting on comments don't work properly.
This adds settings for comment syntax when editing Kotlin files.