vscode-latex-basics icon indicating copy to clipboard operation
vscode-latex-basics copied to clipboard

LaTeX grammars for Visual Studio Code

Results 5 vscode-latex-basics issues
Sort by recently updated
recently updated
newest added

A clear and concise description of what the bug is. Variables in the cctab module are not highlighted. A minimal example to reproduce the issue ```tex \c_@@_package_cctab ``` - VS...

The commands `\zref[option]{foo}` and `\zlabel{foo}` provided by zref receive different syntax highlighting than `\ref` and `\label`. ```latex \label{foo} \zlabel{foo} \zref{foo} \zref[option]{foo} ``` ![image](https://github.com/James-Yu/LaTeX-Workshop/assets/75878492/6d2f27cb-1475-43e5-ab04-e3c61d94aaf5) `\zref` with option and `\zlabel` are variations...

This is a follow-up on #79 #77. This PR adds support for `\cacheMeCode[options]{code}`. Both the content of `[]` and `{}` can span over several lines. @dflvunoooooo @tobiasBora Currently the code...

https://github.com/James-Yu/LaTeX-Workshop/issues/4145

enhancement

It would be better to investigate a way of using [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) for tests. See [the official document](https://github.com/microsoft/vscode-textmate#for-grammar-authors) > For grammar authors > > See [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) that can help you write...

dev