summaryrefslogtreecommitdiffstats
path: root/ftplugin/kotlin.vim
blob: 5e04d995dc5ae47a099c4b667917f0b538e20751 (plain) (blame)
1
2
3
4
5
6
7
8
9
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