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.
- Host: GitHub
- URL: https://github.com/ibara/gravity-mode
- Owner: ibara
- License: isc
- Created: 2017-07-18T16:40:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T16:52:57.000Z (over 8 years ago)
- Last Synced: 2025-01-18T02:18:03.092Z (12 months ago)
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.