mercury.vim : A vim syntax file for the Mercury language.
script karma |
Rating 0/0,
Downloaded by 41 |
created by |
Andreas Hauser |
|
script type |
syntax |
|
description |
A rather colorful vim syntax file for the Mercury language. |
|
install details |
Put it in ~/.vim/syntax/.
Then use
:setf mercury
in vim or set a autocommand or add to filetype.vim
where it tries to determine the filetype of .m files(grep for matlab).
if getline(n) =~ '^:-'
setf mercury
return
endif
|
|
script versions (upload new version)
Click on the package to download.
|