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

https://github.com/schettino72/edgeql-mode

Emacs major-mode for EdgeQL
https://github.com/schettino72/edgeql-mode

edgedb edgeql emacs

Last synced: 5 months ago
JSON representation

Emacs major-mode for EdgeQL

Awesome Lists containing this project

README

          

Emacs major-mode for EdgeQL (https://github.com/edgedb/edgedb).

Implementation based on https://www.emacswiki.org/emacs/ModeTutorial

## Features

- Syntax highlight
- Indentation
- automatically up-case keywords

## Notes

Indentation is very basic and works only well formatted code.
Opening blocks `{` and `(` are expected to be last char in line.