Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcaw/talonscript-mode

🦅 Emacs major-mode for .talon files (from Talon Voice).
https://github.com/jcaw/talonscript-mode

emacs major-mode talon talonvoice voice-recognition

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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:

```emacs-lisp
(require 'talonscript-mode)
```

`.talon` files will automatically open in `talonscript-mode`.

Down the line I intend to add [Quelpa](https://github.com/quelpa/quelpa) compatibility but it won't work right now. I'll probably eventually get it on [MELPA](https://melpa.org/).