Vim-Faust

This is a Vim syntax-highlighting plugin for Faust based on the original file in the Faust repository.


Project maintained by gmoe Hosted on GitHub Pages — Theme by mattgraham

Vim-Faust

This is Vim syntax-highlighting plugin for the Faust programming language. It is based on the syntax file in the Faust repository and includes a few additions. I am improving my Regular Expressions skills as I go along, so please feel free to contribute.

Additions

Screen Captures

Here are some examples of Faust highlighting using the Solarized colorscheme:

Highlighting example

Here is an example of the recently added mathdoc highlighting:

Mathdoc example

Installation

I definitely recommend using Pathogen if you are not already:

$ cd ~/.vim/bundle
$ git clone https://github.com/gmoe/vim-faust.git

Or I suppose you could use Vundle if you're one of those kinds of people:

Bundle 'gmoe/vim-faust'
:BundleInstall

Future Additions