Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/jcaw/talonscript-mode
- Owner: jcaw
- License: gpl-3.0
- Created: 2020-03-18T12:05:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T23:58:13.000Z (about 1 year ago)
- Last Synced: 2023-10-16T19:50:32.691Z (about 1 year ago)
- Topics: emacs, major-mode, talon, talonvoice, voice-recognition
- Language: Emacs Lisp
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).