sponsor Vim development Vim logo Vim Book Ad

maxscript.vim : Syntax highlighting for MAXScript 8.0

 script karma  Rating 16/7, Downloaded by 605  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.
 

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
maxscript.vim 0.1 2007-06-20 7.0 Josh Lee Initial upload
ip used for rating: 3.140.198.173

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