Description
# LibMacroSyntaxHighlight-1.0
A simple library that allows edit boxes to add syntax highlighting for macros.

It's also possible to provide a custom colorTable, this allows you to change the color of the syntax.
Usage
Simply call LibMacroSyntaxHighlight:Colorize(text [, colorTable]), afterwards you can insert the returned string into an edit box.


