blob: e09ff83234f0525dccbae166ee03872f17681fb3 (
plain) (
tree)
|
|
if has_key(g:polyglot_is_disabled, 'swift')
finish
endif
setlocal commentstring=//\ %s
" @-@ adds the literal @ to iskeyword for @IBAction and similar
setlocal iskeyword+=@-@,#
setlocal completefunc=syntaxcomplete#Complete
|