Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 538 Bytes

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

Requirements

CUE has to be installed. It must be >= v0.11.0 for cue lsp to work.

Acknowledgments

Includes tree-sitter-cue by Jean-Philippe Braun and Amaan Qureshi.