Partially import github.com/keith/swift.vim
This commit is contained in:
parent
f8edb175fa
commit
1c0cd8a576
4 changed files with 615 additions and 0 deletions
4
vim/ftplugin/swift.vim
Normal file
4
vim/ftplugin/swift.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
setlocal commentstring=//\ %s
|
||||
" @-@ adds the literal @ to iskeyword for @IBAction and similar
|
||||
setlocal iskeyword+=@-@,#
|
||||
setlocal completefunc=syntaxcomplete#Complete
|
Loading…
Add table
Add a link
Reference in a new issue