1
0
Fork 0
mirror of synced 2024-09-30 22:47:00 -04:00
ultimate-vim/sources_non_forked/swift.vim/ftplugin/swift.vim
2017-11-27 13:43:13 +08:00

4 lines
166 B
VimL

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