configs  swift.vim at [2bc74e893f]

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


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