jlelong / vscode-latex-basics

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

Double checking `\|` #34

Closed RedCMD closed 2 years ago

RedCMD commented 2 years ago

The check for \| is done twice. First with \\\\[{}|] Second with \\\\\\|

image

https://github.com/jlelong/vscode-latex-basics/blob/befd27854ab0278cf5499fe6b85b330003dfe2e7/syntaxes/TeX.tmLanguage.json#L163