faust-mode

Homepage: https://github.com/rukano/emacs-faust-mode

Author: rukano

Updated:

Summary

Faust syntax colorizer for Emacs

Commentary

## Features

- Syntax highlighting of *all* the Faust commands and operators
- Indentation rules
- [Compatible](https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Blang/faust) with SpaceEmacs

## Installation

### Easy

- Install it from [MELPA](https://melpa.org).

### Hard

- Copy/clone this repository in `load-path`
- Add
```elisp
(require 'faust-mode)
```
to your init file

### Faust

Oh, and of course install [the latest
Faust](http://faust.grame.fr/download/) and ensure it's in the
PATH.

### Faustine

Based on faust-mode, [Faustine](https://bitbucket.org/yphil/faustine) goes even further into turning Emacs into a full-fledged Faust IDE.

Dependencies