I need to add syntax highlighting for a Fisheye/Crucible system. I cannot find much information about this, other than a very general guide. One thing missing is the list of types of items that can be highlighted. Obviously there are keywords. Some of the .def files specify annotation, string literals, identifiers and so on....
Is there a definitive list somewhere that tells me what the highlighting engine can support? If it is an extensible list where I can add my own types, how do I do that?
Thanks for any help you can provide.