Giter Site home page Giter Site logo

emacs-faust-mode's Introduction

Faust-Mode

Major Emacs mode for the Faust programming language, featuring syntax highlighting, automatic indentation and auto-completion.


License GPLv3 MELPA MELPA

Features

  • Syntax highlighting of Faust keywords, operators and library functions
  • Indentation rules
  • Auto-completion of library functions (requires the auto-complete package, also available from MELPA)
  • Compatible with SpaceEmacs

Installation

  • Easy: Install it from MELPA.

  • Hard: Copy/clone this repository and put it somewhere on your Emacs load-path.

Usage

M-x faust-mode

To do this automatically for every Faust file, add something like this to your init file:

(require 'faust-mode)
(setq auto-mode-alist (cons '("\\.dsp$" . faust-mode) auto-mode-alist))

Auto-completion

To make auto-completion work, install the auto-complete package from MELPA and add the following to your .emacs:

(global-auto-complete-mode t)

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.


README.md made on 2017-11-22 at 12:14:16 with doc-a-mode

emacs-faust-mode's People

Contributors

agraef avatar rukano avatar magnetophon avatar ptrv avatar yphil-gh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.