summaryrefslogblamecommitdiffstats
path: root/ftplugin/kotlin.vim
blob: ca0b35fc4a73227cb20da490760763c7ad7f6214 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                  

        
 
                                            

                      
                                                              
                             
if polyglot#init#is_disabled(expand('<sfile>:p'), 'kotlin', 'ftplugin/kotlin.vim')
  finish
endif

if exists('b:did_ftplugin') | finish | endif
let b:did_ftplugin = 1

setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
setlocal commentstring=//\ %s