
We are using a Mergable Lexer which interacts with a Antlr lexer.
In our language we define a conditional define by a token like {$define MyDef} e.g.
We looking for a simular behaviour as in VS, where not active text is "dimmed".
What is the best way to implement this?
Ty
Martin