jeff-hykin / better-snippet-syntax

MIT License
1 stars 0 forks source link

Escaped backslash `\` infront of `}` #5

Closed RedCMD closed 11 months ago

RedCMD commented 11 months ago

Coming from https://github.com/microsoft/vscode/issues/178598

To get a backslash infront of a }, it needs to be quad-backslashed

Highlighter claims \\ in \\\\} is not necessary when it is slightly different for . image image

RedCMD commented 11 months ago

Actually...... I see how you've done it you show in comment what doesn't go through and with constant.character.escape what does go through

I guess just ignore me and close this :}

tho its weird VSCode escapes it differently