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

        
 



                                                               
if !has_key(g:polyglot_is_disabled, 'swift')
  finish
endif

setlocal commentstring=//\ %s
" @-@ adds the literal @ to iskeyword for @IBAction and similar
setlocal iskeyword+=@-@,#
setlocal completefunc=syntaxcomplete#Complete