/ink-mode

An Emacs major mode for the interactive fiction scripting language Ink, by Inkle Studios.

Primary LanguageEmacs LispMIT LicenseMIT

ink-mode.el

ink-mode is intended to be an Emacs major mode for Ink. Ink is an open-source scripting language for writing interactive fiction, and is developed by Inkle Studios.

Right now, ink-mode includes basic syntax highlighting and a command to playtest the game from Emacs: C-c C-c.

Installing

Add ink-mode.el to your load-path then add (require 'ink-mode) to your init.el. If you’re a use-package user, add this instead of requiring ink-mode:

(use-package ink-mode
  :mode "\\.ink\\'")