Skip to content
/ vim-faust Public

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

License

Notifications You must be signed in to change notification settings

gmoe/vim-faust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published