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

https://github.com/ibara/gravity-mode

Emacs Major mode for the Gravity programming language.
https://github.com/ibara/gravity-mode

Last synced: 10 months ago
JSON representation

Emacs Major mode for the Gravity programming language.

Awesome Lists containing this project

README

          

gravity-mode
============
An Emacs Major mode for the
[Gravity](http://gravity-lang.org/)
programming language.

Very much a work-in-progress, but does basic syntax highlighting.

Drop `gravity-mode.el` into your lisp folder and add
```
(require 'gravity-mode)
```
to your `.emacs` to get started.

Automatically recognizes `.gr` and `.gravity` as Gravity code files.