Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phaer/cue-mode.el

A simple Emacs major mode for https://cuelang.org.
https://github.com/phaer/cue-mode.el

configuration cuelang emacs

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# cue-mode.el

A simple Emacs major mode for [cuelang](https://cuelang.org).

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.