mis.vim : Syntax file for Minimal Instruction Set (MIS)
| script karma |
Rating 1/1,
Downloaded by 619 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|