MHEG VIM Syntax script

MISCELLANEOUS -️ November 20, 2010

If you want to highlight MHEG-5 (UK profile) files in VIM, here is a syntax script!

How to install (*nix)

  1. Copy the mheg.vim file to your ~/.vim/syntax/ directory.
  2. Add "autocmd BufReadPost *.mhg set syntax=mheg" to your ~/.vimrc file.
  3. Open a .mhg file - you should see it highlighted.

Downloads

This file is hosted on VIM.org.