gmoe / vim-faust

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

Home Page:http://gmoe.github.io/vim-faust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • MathDoc support
  • Separated UI elements and primitives into different highlighting categories
  • Label metadata
  • Improved integer and decimal recognition
  • Fixed forward slash recognition

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:

Plugin 'gmoe/vim-faust'
:PluginInstall

Future Additions

  • Improve LaTeX support within MathDoc
  • Fix over-eager highlighting for the , operator

About

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

http://gmoe.github.io/vim-faust

License:Other


Languages

Language:Vim Script 100.0%