On 6 feb 2008, at 21:01, Steffen Wolfrum wrote:
Am 06.02.2008 um 20:20 schrieb Hans van der Meer:
On Wed, 6 Feb 2008, Steffen Wolfrum wrote:
Actually I use this to highlight footnotes in my texteditor: colorize entire footnotes for for easier reading.
I am quite happy to have (on MacOSX) a text-editor that gives such "syntax coloring" flexibility: it is Satoshi Matsumoto's Jedit X. And here RegularExpressions are used for that purpose.
If someone knows an editor that does "syntax coloring" with lua or gema, I'd be very interested!
BBEdit on MacOSX also recognizes lua files, at least in version 8.7.2
Sure, but how does that affect syntax coloring??
It recognizes keywords, string constants and comments, each can have a different (user definable) color. The comment start (usually --) and optionally comment end can be chosen via a preference panel. Hans van der Meer