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?
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?