microsoft / vscode-markdown-tm-grammar

VS Code built-in markdown extension's Textmate grammar
MIT License
64 stars 49 forks source link

Support latex fenced code blocks #99

Closed jlelong closed 2 years ago

jlelong commented 2 years ago

I am a PM at https://github.com/James-Yu/LaTeX-Workshop. We are extracting the latex grammars to make a basic language extension for latex, which will be a built-in extension in VS Code, see https://github.com/James-Yu/LaTeX-Workshop/issues/2983. The new extension is developed at https://github.com/jlelong/vscode-latex-basics.

Latex fenced code blocks in markdown are currently supported through a grammar injection carried by the LaTeX-Workshop extension. We believe that once the latex grammars are provided as a built-in extension in VS Code, latex fenced code blocks should be directly handle by the markdown grammars, see jlelong/vscode-latex-basics#1. Hence this PR. What do you think?

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

mjbvz commented 2 years ago

Thanks! Makes sense to me