6 Feb
2008
6 Feb
'08
4:36 p.m.
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!
In vim you can highlight comands and their "regions" using region start, region end, and region contains. That can be used to highlight footnotes. (I once used something similar for highlighting sections in LaTeX, but no longer have that code). Of course, vim comes with rest of its baggage. Aditya