blob: 5e04d995dc5ae47a099c4b667917f0b538e20751 (
plain) (
tree)
|
|
if !polyglot#util#IsEnabled('kotlin', expand('<sfile>:p'))
finish
endif
if exists('b:did_ftplugin') | finish | endif
let b:did_ftplugin = 1
setlocal comments=://
setlocal commentstring=//\ %s
|