Skip to content

nexhero/gml-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published