Vim logo vim online Vim Book Ad

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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
mercury.vim 0.1 03-Dec-2002 6.0 Andreas Hauser Initial upload

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to [email protected] after searching the archive. Help Bram help Uganda.
SourceForge Logo