AREA44 / vscode-LaTeX-support

LaTeX language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support
MIT License
21 stars 6 forks source link

Consume grammar files from vscode-latex-basics instead of LaTeX-Workshop #18

Closed jlelong closed 2 years ago

jlelong commented 2 years ago

Hi, I am a PM at LaTeX-Workshop. We have recently decided to outsource of grammar files for BibTeX, LaTeX and TeX to https://github.com/jlelong/vscode-latex-basics as they will be used to provide built-in support in the next VS Code release (January 2022). The grammar files will eventually disappear from LaTeX-Workshop.

Could you change your scripts to get the grammar and language configuration files from https://github.com/jlelong/vscode-latex-basics if you want to support old VS Code versions?

torn4dom4n commented 2 years ago

Thanks, I'll do it.