Hello,
I wounder if it is possible to highlight keywords only within a certain range (dynamically)? If I have something like this text for example:
Is this possible?
Greetings,
2mQ
I wounder if it is possible to highlight keywords only within a certain range (dynamically)? If I have something like this text for example:
private class myClass
{
// Within this class, myInt should be highlighted
static int myInt = 1;
}
// Outside the class not
I have already implemented all the logic neccessary to do something like this and it works in theory - I only need to know how I can limit the highlighting to a certain range.Is this possible?
Greetings,
2mQ