Is there any way to specify syntax coloring for symbols (+,-,/, {}, etc.) in a codeless language module?
I'm creating a codeless language module for JavaScript that provides a little more fine-grained coloring than the built-in language module. I would like to specify colors for symbols and variables. I thought it may be possible with grep, but I'm not sure how.
Any ideas?
Thanks
--
Brett