I plan to use PN2 for my own language. But how can i define easier custom highligter.
At the moment i use Scintilla VB-Lexer that highlight keywords, strings (double quote), comments (single quote). I have luck that VB have same symbols for strings and comments :-)
this work fine - but my preprocessor-symbol is "?" - and i like to highlight this line also. but how? (without writing new lexer)