I'm Building a custom lexer around the winforms CustomLexer class and I've noticed ConsumeString Doesn't account for Unicode Bytes...
ConsumeString(STYLE_STRING, '\0', false, false, '}'); Has Coloring a few characters before the {} brackets I'm using to Delimt strings
How would I compensate for the Byte Size and character Indexing?
ConsumeString(STYLE_STRING, '\0', false, false, '}'); Has Coloring a few characters before the {} brackets I'm using to Delimt strings
How would I compensate for the Byte Size and character Indexing?