configs  swift.vim at [00053c8523]

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


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