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
- Host: GitHub
- URL: https://github.com/schettino72/edgeql-mode
- Owner: schettino72
- Created: 2019-06-23T08:07:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T08:08:56.000Z (over 6 years ago)
- Last Synced: 2025-03-27T23:24:00.184Z (12 months ago)
- Topics: edgedb, edgeql, emacs
- Language: Emacs Lisp
- Size: 2.93 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.