/talonscript-mode

🦅 Emacs major-mode for .talon files (from Talon Voice).

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

TalonScript-Mode

Major mode for interacting with `.talon` files from Talon Voice.

Overview

This is currently a simple major mode. It just adds syntax highlighting and comment syntax.

Installation & Usage

For now, clone this repo directly, make sure it's on the load-path, then:

(require 'talonscript-mode)

.talon files will automatically open in talonscript-mode.

Down the line I intend to add Quelpa compatibility but it won't work right now. I'll probably eventually get it on MELPA.