svend / cue-mode.el

A simple Emacs major mode for https://cuelang.org.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cue-mode.el

A simple Emacs major mode for cuelang.

At the moment it does very basic syntax highlighting and uses json-mode's indentation which is good enough for the moment, but could be improved.

TODO

  • Add all builtin funcitons to keywords.
  • Fix indentation to be identical with cue fmt.
  • Run cue vet on save.

About

A simple Emacs major mode for https://cuelang.org.


Languages

Language:Emacs Lisp 100.0%