maxscript.vim : Syntax highlighting for MAXScript 8.0
| script karma |
Rating 16/7,
Downloaded by 770 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Josh Lee |
| |
| script type |
| syntax |
| |
| description |
| This file will provide basic highlighting for MAXScript release 8.0. Comments, keywords, numbers, and strings are currently highlighted. |
| |
| install details |
Save in vimfiles/syntax or in .vim/syntax, depending on platform.
Write the following to ftdetect/maxscript.vim:
augroup filetypedetect
au! BufRead,BufNewFile *.ms setf maxscript
augroup END
You can also add *.mse, *.mcr, *.mzp, *.ds if you use those names. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|