docs: update release notes about added emmet support in templating languages

This commit is contained in:
Snoweuph 2026-04-15 19:09:38 +02:00
commit 0f543681f6
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55

View file

@ -316,6 +316,13 @@
- Added Makefile support via `languages.make`.
- Add `lsp.presets.emmet-ls` as supported LSP to
- `languages.jinja`
- `languages.liquid`
- `languages.tera`
- `languages.twig`
- `languages.astro`
- Fix `languages.hcl` init, depending on `comment-nvim` by checking if it is
enabled. Fixes a crash (#1350).