From 3a81b44a085af17972e37d0aadb5392f2e51daba Mon Sep 17 00:00:00 2001 From: hss Date: Sat, 28 Dec 2019 08:48:18 +0200 Subject: [PATCH] Resolve #139 --- ftplugin/swift.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/swift.vim b/ftplugin/swift.vim index 0945a75..20cce0e 100644 --- a/ftplugin/swift.vim +++ b/ftplugin/swift.vim @@ -2,3 +2,4 @@ setlocal commentstring=//\ %s " @-@ adds the literal @ to iskeyword for @IBAction and similar setlocal iskeyword+=@-@,# setlocal completefunc=syntaxcomplete#Complete +setlocal comments=s1:/*,mb:*,ex:*/,:///,://