Tinker Syntax Coloring

The Notepad++ editor allows you to add custom languages for syntax coloring. Notepad++ currently has a bug that can cause the coloring to be ignored when the delimiting characters are any higher than lower-ASCII, as is the case in Tinker for parameter brackets and block comments, but other elements, such as keywords and operators, work fine.

jEdit is another editor that supports syntax coloring. If anyone can figure out how to define syntax for jEdit, we'd sure appreciate having more complete syntax coloring!

Download the Notepad++ user-defined-language file here. (It's an .xml file, so save it rather than viewing it.) In Notepad++, select Language > Define your language > Import and navigate to the saved file.