I am working on a eclipse plugin where I have my own editor based on the
MultiPageEditor. In this editor I want to have C code highlighting maybe
even extended by a couple of keywords. I checked out the XML-editor
example where, as I understood, the syntax highlighting is implemented
through the PartitionScanner.
My question is now, how to include and maybe extend the default C syntax
highlighting into a custom editor.