configs  swift.vim at [bd831c9024]

File vim/ftplugin/swift.vim artifact 842bedc47d part of check-in bd831c9024


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