I'm currently investigating if it makes sense to implement an extension
point for pluggin-in user-defined syntax-highlighter for document
partitions of type IDocument.DEFAULT.
By providing this and
an example implementation (e.g. HTML highlighting) users can add
their own syntax-highlighting.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=559460
I'm currently investigating if it makes sense to implement an extension
point for pluggin-in user-defined syntax-highlighter for document
partitions of type IDocument.DEFAULT.
By providing this and
an example implementation (e.g. HTML highlighting) users can add
their own syntax-highlighting.
Logged In: YES
user_id=196175
Do you know about colorEditor plugin for eclipse... They have
implemented a syntax colour highlighter that uses Jedit's
syntax definition files.
http://gstaff.org/colorEditor/
Could this code be integrated to allow velocity macros to be
highlighted within any file format ?