mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-30 22:52:27 -08:00
9 lines
152 B
VimL
9 lines
152 B
VimL
if exists("b:current_syntax")
|
|
finish
|
|
endif
|
|
|
|
runtime syntax/c.vim
|
|
unlet b:current_syntax
|
|
runtime syntax/proverif.vim
|
|
let b:current_syntax = "marzipan"
|