languages/tera: add syntax highlighting support for tera templating

This commit is contained in:
Snoweuph 2025-12-14 13:17:50 +01:00
commit 4a250dcb3a
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 36 additions and 1 deletions

View file

@ -23,4 +23,9 @@
[ccc.nvim]: https://github.com/uga-rosa/ccc.nvim
- Added [ccc.nvim] option {option}`vim.utility.ccc.setupOpts` with the existing
hard-coded options as default values.
hard-coded options as default values
[Snoweuph](https://github.com/snoweuph):
- Added [tera](https://keats.github.io/tera/) language support (syntax highlighting only).