Ecosyste.ms: Awesome

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

https://github.com/typedb-osi/typeql-plugin-emacs

Major mode that provides syntax highlighting and basic completion for TypeQL
https://github.com/typedb-osi/typeql-plugin-emacs

emacs syntax-highlighting typedb typedb-osi typeql vaticle

Last synced: 3 months ago
JSON representation

Major mode that provides syntax highlighting and basic completion for TypeQL

Lists

README

        

# TypeQL Plugin for Emacs

Major mode that provides syntax highlighting for TypeQL.

Requires `fish-mode` as well.

![Screenshot](./screenshot.jpeg)

## Notes

- Using `derived-mode` for a simple implementation.
- Derives `fish-mode` since it most closely resembles the syntax structure.