jlelong / vscode-latex-basics

LaTeX grammars for Visual Studio Code
MIT License
19 stars 10 forks source link

Set a single scope to all tokens in variable-sized delimiters #8

Closed jlelong closed 2 years ago

jlelong commented 2 years ago

This PR assigns the same scope to all tokens of variable-sized delimiters . It solves the non bracket pair colouring of variable-sized delimiters. In particular see https://github.com/microsoft/vscode/issues/137774#issuecomment-986603156

@ZhangSongyi Could you test this PR?

Close #6

jlelong commented 2 years ago

@tamuratak could you test this PR to check that there is no side effect?

tamuratak commented 2 years ago

I confirm that I see no side effect.