No matter what I do, no matter if I set it in my code or in my XML file, it just don't want to change the linecommentprefix for whatever reason.
I use lexer "cpp". So, I want to allow both ; and // as LineCommentPrefix. How would I accomplish that?
I use lexer "cpp". So, I want to allow both ; and // as LineCommentPrefix. How would I accomplish that?