Skip to content

mxey/CUE.novaextension

Repository files navigation

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, including the cuepls executable for the language server.

Acknowledgments

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