- (#21) Enable region folding in TeX and LaTeX files.
- (#16) Add
{
toautoCloseBefore
.
- (#20) Highlight
\label
with an optional argument. - (#17) Adopt an inclusive definition of word pattern.
- (#13) Add big delimiters
|
,\|
,[lr][vV]ert
,\langle...\rangle
to bracket pairs. - (#15) Declare the content of the environments
((?:julia|jl)(?:code|verbatim|block|concode|console|converbatim)
as Julia code.
- (#8) Support for
NiceTabular
. - (#11) Declare
\bigl...\bigr
and friends as bracket pairs.
- (#6) Set a single grammar scope to variable-size delimiters to enable bracket pair highlighting and colouring.
- Remove support for DocTeX, BibTeX-Style, LaTeX3 and Weave LaTeX. These languages are directly provided by LaTeX-Workshop.
- Use
vscode-extend-language
to derivemarkdown-latex
fromlatex
.
- (#5) Wrong colouring of environment begin/end in inline maths.
The LaTeX grammar and language configuration files are outsourced from https://github.com/James-Yu/LaTeX-Workshop.git to provide LaTeX grammar support in VS Code as a built-in extension.