Merge branch 'main' into fix-treesitter-max-lines

This commit is contained in:
raf 2026-04-17 11:12:49 +03:00 committed by GitHub
commit b732371274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 69 additions and 5 deletions

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).