sponsor Vim development Vim logo Vim Book Ad

mis.vim : Syntax file for Minimal Instruction Set (MIS)

 script karma  Rating 1/1, Downloaded by 508  Comments, bugs, improvements  Vim wiki

created by
Dennis Craven
 
script type
syntax
 
description
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.
 
install details
Drop the file into your ~/.vim/syntax directory (create one if it doesn't exist), and add the following to your ~/.vimrc

autocmd BufRead,BufNewFile *.mis  setfiletype mis
 

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
mis.vim 0.1 2003-09-10 6.0 Dennis Craven Initial upload
ip used for rating: 3.17.68.14

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 the maillist. Help Bram help Uganda.
   
Vim at Github