Home > mis.vim

mis.vim

Mis.vim is a project mainly written in Vim Script, it's free.

Syntax file for Minimal Instruction Set (MIS)

This is a mirror of http://www.vim.org/scripts/script.php?script_id=768

This script provides syntax highlighting for the (rather obscure) MIS programming language.

It assumes the following conventions:

  • names of pointers to address locations end in "@".. Ex. mypointer@
  • names of pointers to pointers end in "@@".. Ex. mypointer@@

If these conventions are followed, the syntax will be highlighted accordingly.

Previous:table.vim