New
16.0.0
- 🔧 Change: Update LanguageTool to 6.0 (see LT release notes of 5.6, 5.7, 5.8, 5.9, and 6.0)
- ✨ New: Add support for Git commit messages (LSP language IDs
git-commitandgitcommit) — #132 - ✨ New: Add support for Quarto and R Markdown (LSP language IDs
quartoandrmd) — #170, #172, #180, Alexandre Sonderegger (@sondalex) - ✨ New: Add workaround for Pandoc-style inline display math (Markdown) — #131
- ✨ New: Add support for diacritical commands when enclosed in braces (LATEX) — #130
- ✨ New: Add support for
\newcaptionnameetc. from KOMA-Script and\DefineBibliographyStringsfrom BibLATEX (LATEX) — vscode-ltex#490 - 🐛 Bug fix: Fix false positives when using siunitx (LATEX) — #134
- 🐛 Bug fix: Fix unquoted languages in YAML front matter not parsed correctly (Markdown) — #156
- 🐛 Bug fix: Fix optional argument of Beamer's
frameenvironment not ignored (LATEX) — #161 - 🐛 Bug fix: Fix plural dummy in German languages — #178, Stanley F (@sfo)
- 🐛 Bug fix: Add support for
\importand\subimport(LATEX) — #207 - 🐛 Bug fix: Fix Babel languages
austrian,naustrian,swissgerman, andnswissgermannot recognized (LATEX) — #213, #214, @casenull