languages/cue: initial CUE language support (#704)

* feat: add cue language support

* docs: add changelog information
This commit is contained in:
Thales Menato 2025-03-11 06:33:39 -04:00 committed by GitHub
commit bafa6cbf84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 0 deletions

View file

@ -159,8 +159,10 @@
[thamenato](https://github.com/thamenato):
[ruff]: (https://github.com/astral-sh/ruff)
[cue]: (https://cuelang.org/)
- Add [ruff] as a formatter option in `vim.languages.python.format.type`.
- Add [cue] support under `vim.languages.cue`.
[ARCIII](https://github.com/ArmandoCIII):