languages/liquid: add syntax highlighting support for liquid templating

This commit is contained in:
Snoweuph 2026-03-21 17:30:02 +01:00
commit b767199273
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 39 additions and 0 deletions

View file

@ -229,6 +229,9 @@
- Added [tera](https://keats.github.io/tera/) language support (syntax
highlighting only).
- Added [liquid](https://keats.github.io/tera/) language support (syntax
highlighting only) via `languages.liquid`.
- Added Debugging support to `languages.odin` with
[nvim-dap-odin](https://github.com/NANDquark/nvim-dap-odin).