When adding a lexer, and viewing the sample, there should be an error shown if the "highlighted" section is different to the "raw" section #850
Labels
enhancement-request
A request for an enhancement to be developed.
pr-open
A PR addressing this issue is open.
I'm writing a lexer and I find that in order to avoid mistakes in my code, I have to run the lexer and manually diff the "highlighted" and "raw" sections to make sure that no token was missed or inserted twice.
The text was updated successfully, but these errors were encountered: