Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.47 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.47 KB

Faust-Mode

Basic faust syntax colorizer for emacs.


License GPLv3 MELPA MELPA

Features

  • Syntax highlighting of all the Faust commands and operators
  • Indentation rules
  • Compatible with SpaceEmacs

Installation

Easy

Hard

  • Copy/clone this repository in load-path
  • Add
(require 'faust-mode)

to your init file

Faust

Oh, and of course install the latest Faust and ensure it's in the PATH.

Faustine

Based on faust-mode, Faustine goes even further into turning Emacs into a full-fledged Faust IDE.

faust-mode

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