jlelong / vscode-latex-basics

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

Support `%` as a comment sign for bib files #46

Closed jlelong closed 1 year ago

jlelong commented 1 year ago

Related to https://github.com/James-Yu/LaTeX-Workshop/issues/3747#issuecomment-1447573886

@James-Yu It turned out to be more involved than expected. So, would you mind testing this PR before it gets its way into VS Code?

James-Yu commented 1 year ago

I've tested a few use cases, the highlighting looks good!

One trivial thing, pourcentage_comment may be percentage_comment 😃

jlelong commented 1 year ago

One trivial thing, pourcentage_comment may be percentage_comment 😃

Nice catch 🤣. It looked strange when I first wrote pourcentage and then I moved on to the implementation difficulties.