mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
add marzipan, a dialect of proverif
This commit is contained in:
8
marzipan/marzipan.vim/syntax/marzipan.vim
Normal file
8
marzipan/marzipan.vim/syntax/marzipan.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime syntax/c.vim
|
||||
unlet b:current_syntax
|
||||
runtime syntax/proverif.vim
|
||||
let b:current_syntax = "marzipan"
|
||||
Reference in New Issue
Block a user