1
1
Fork 0

Partially import github.com/keith/swift.vim

This commit is contained in:
Jonathan Schleifer 2020-02-27 20:57:56 +00:00
parent f8edb175fa
commit 1c0cd8a576
4 changed files with 615 additions and 0 deletions

4
vim/ftplugin/swift.vim Normal file
View file

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