Basic faust syntax colorizer for emacs.
- Syntax highlighting of all the Faust commands and operators
- Indentation rules
- Compatible with SpaceEmacs
- Install it from MELPA.
- Copy/clone this repository in
load-path
- Add
(require 'faust-mode)
to your init file
Oh, and of course install the latest Faust and ensure it's in the PATH.
Based on faust-mode, Faustine goes even further into turning Emacs into a full-fledged Faust IDE.
Major mode for editing Faust (Functional AUdio STream) files.
Syntax highlighting of all the Faust commands and operators, as well as indentation rules.
In addition to any hooks its parent mode prog-mode
might have run,
this mode runs the hook faust-mode-hook
, as the final step
during initialization.
README.md made on 2017-09-08 at 12:10:51 with doc-a-mode