sublime3dsmax
sublime3dsmax copied to clipboard
Inconsistent Function Argument Color Coding
Function arguments are colored inconsistently, meaning they either have different colors or are not colored at all. This should be consistent for arguments of the same type, namely positional arguments and keyword arguments (it would be good to distinguish these two, if possible).
See attached a comparison of the current sublime color coding vs the native MAXScript editor.
Not as easy as I thought. Might have to look into how other language files solve this with nested definitions, begin/end rules from here: http://sublimetext.info/docs/en/extensibility/syntaxdefs.html