Please read previous discussions about this before posting. You can try this one and this one to see why. Basically, that XML tag and Lexing property don't affect the lexer at all - they only change how ScintillaNET works with comments, not how the underlying lexer (which is independent of ScintillaNET, for the most part) actually highlights. If you need a special type of comment prefix/suffix, consider writing your own lexer. There are a couple discussions on the Discussions page that may get you started.
↧