Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 616 Bytes

gml-mode

GML major mode for emacs, supports Game Maker Language GML.

Provides syntax highlighting, indentation and auto-complete. Example

Install

Clone this repo and copy the lisp file into your .emacs.d folder.

git clone https://github.com/nexhero/gml-mode.git

Add this line to your init file.

(load-file "~/.emacs.d/gml_mode.lisp")

Turn on the mode

M-x gml-mode

To add auto-complete dictionary.

auto-complete manual