
I've got a language for which I have registered a DataflowTokenTaggerProvider and a CodeDocumentTaggerProvider<ParseErrorTagger>. What I would like to do is this: by default a specified classification type uses a particular highlighting style. When the data in the syntax editor document changes I want to specify a different highlighting style to use for that classification type over a specified text range. By reading the documentation I think this is possible but any concrete information about how to procede would be very helpful. Thanks.