configs  swift.vim at [ee8d8f37b0]

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


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