Remove Syntax Highlighting Follow
Answered
Hi,
I am developing an IntelliJ IDEA language plugin.
In my plugin I highlight all keywords and then I try to remove the highlighting based on semantic analysis executed by an annotator.
Can you explain me how do I remove the styling (or basically set it to default)?
Best Regards
Please sign in to leave a comment.
Hi Alexander,
Try adding the following *before* the new annotation:
Hi,
Awesome. Thank you!
Best Regards