erm.vim : Syntax highlight for ERM
script karma |
Rating 11/6,
Downloaded by 1038 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Pan Shizhu |
|
script type |
syntax |
|
description |
ERM is a script language, the design is similar to most assembler language such as ARM assembler.
But the source code is extremely difficult to read without syntax highlight due to it's obfuscated syntax.
Now you can edit ERM in Vim, bear in mind that ERM script must always be saved in Unix format even in MacOS and Windows. If anything does go wrong, open the script in ERM_S and save it.
Enjoy! |
|
install details |
copy the file into your ~/vimfiles/syntax/erm.vim for windows, or ~/.vim/syntax/erm.vim for other OS.
then edit $VIMRUNTIME/filetype.vim to add the following:
" Event Related Model
au BufNewFile,BufRead *.erm setf erm
if you use modeline then you don't need to edit filetype.vim
Note: the file was saved in dos format by mistake, if you use it on Linux you must convert the erm.vim into Unix format, though I expect most users will use erm on Windows.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|