Merge pull request #2749 from Alhadis/maxscript

Add language support for MAXScript
This commit is contained in:
Arfon Smith
2015-12-08 08:04:13 -05:00
9 changed files with 186 additions and 1 deletions

View File

@@ -1970,6 +1970,15 @@ M:
tm_scope: source.lisp
ace_mode: lisp
MAXScript:
type: programming
color: "#00a6a6"
extensions:
- .ms
- .mcr
tm_scope: source.maxscript
ace_mode: text
MTML:
type: markup
color: "#b7e1f4"