sublime3dsmax icon indicating copy to clipboard operation
sublime3dsmax copied to clipboard

Inconsistent Function Argument Color Coding

Open cb109 opened this issue 10 years ago • 1 comments

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. send3dscoloring

cb109 avatar Aug 30 '15 16:08 cb109

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

cb109 avatar Aug 30 '15 16:08 cb109