This extension provides support for CUE, including:
- language server integration
- syntax highlighting
- basic folding
- basic symbol support (in file)
- automatically running
cue fmt
when saving file
CUE has to be installed, including the cuepls
executable for the language server.
Includes tree-sitter-cue by Jean-Philippe Braun and Amaan Qureshi.