Update latex language grammar and configuration#140801
Update latex language grammar and configuration#140801alexr00 merged 3 commits intomicrosoft:mainfrom
Conversation
There was a problem hiding this comment.
Thank you for the pull request! I've just updated the cgmanifest.json file.
For updating the syntax files: I usually run the script that updates them once per release. You are always welcome to make PRs to update them too, but if you don't feel like it then I'll update them eventually too!
I thought I had updated it but I probably lost it somewhere. Thanks for taking care of this!
Yes. However, the build script only updates the grammar files but not the language configuration files. Hence, this PR. Basically, I will only make a PR when those language configuration files need to be updated. |
This PR does 3 things
Update the LaTeX language configuration to add big delimiters with
|,\|,[lr][vV]ert,\langle...\rangleto bracket pairs. Related toUse the new
markdownlanguage configuration for the combinedmarkdown-latexlanguageUpdate the grammar files
@aeschli I guess this PR is for you. I hope I did it right.