Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phaer/cue-mode.el
- Owner: phaer
- Archived: true
- Created: 2020-01-24T18:15:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T18:15:59.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T17:33:24.171Z (3 months ago)
- Topics: configuration, cuelang, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.