configs  swift.vim at [421abe3f32]

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


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