blob: bae53a34579831d17f828bf39ee2485d55f8c5a3 (
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
|