blob: a9aee55b2770ed97ded7236ae323ca769b0b4071 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if !has_key(g:polyglot_is_disabled, 'kotlin')
finish
endif
if exists('b:did_ftplugin') | finish | endif
let b:did_ftplugin = 1
setlocal comments=://
setlocal commentstring=//\ %s
|