Define MAXScript's language traits

The colour chosen to represent the language is taken from Autodesk's own
colouring scheme, which should easily be recognised by their userbase.
This commit is contained in:
Alhadis
2015-11-23 17:14:35 +11:00
parent d636eaf1e3
commit cdb5206def

View File

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