Hi,
Would it be possible to implement syntax lowlighting? I am using the LOGGER framework a lot to do the instrumentation of my code. It might be done by extending the syntax highlighting plugin to accept a RegEx to define 'keywords' to be lowlighted.
Using this plugin, I can lowlight for instance [logger] and maybe [log] but I would like to lowlight all the parameters as well, so something like ''logger\..*;'' (I am no regexp expert :-)).
Thanks in advance