blob: b5345bfc465a6a21b31002c05c1ee9e92bab2122 (
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
|