vscode-tmgrammar-test icon indicating copy to clipboard operation
vscode-tmgrammar-test copied to clipboard

Fix whitespace token scopes

Open RedCMD opened this issue 5 months ago • 0 comments

if a token scope contained space , tab \t or newline \r \n vscode-tmgrammar-snap would report that the scopes had changed (even tho there was no changes)

now we gracefully allow whitespace at any point

RedCMD avatar Sep 12 '25 12:09 RedCMD