mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
bc46ab5bc5
Highlighting #if/#endif, @attributes, mutating and some more keywords
6 lines
112 B
VimL
6 lines
112 B
VimL
setlocal comments=s1:/*,mb:*,ex:*/,:///,://
|
|
setlocal expandtab
|
|
setlocal ts=2
|
|
setlocal sw=2
|
|
setlocal smartindent
|