Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 368 Bytes

gravity-mode

An Emacs Major mode for the Gravity 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.