dummyunit / vim-fastbuild

Vim syntax for FASTBuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-fastbuild

Vim syntax and indent for FASTBuild configuration files. Screenshot 1

Installation

Use your favourite plugin manager:

  • vim-plug
    • Place Plug 'dummyunit/vim-fastbuild' in your .vimrc
    • Restart Vim and do :PlugInstall
  • pathogen.vim
    • Execute in terminal git clone https://github.com/dummyunit/vim-fastbuild ~/.vim/bundle/vim-fastbuild
    • Restart Vim
  • Vundle
    • Place Plugin 'dummyunit/vim-fastbuild' in your .vimrc
    • Restart Vim and do :PluginInstall

TODO

  • Folding
  • More robust indentation
  • Highlight for common errors

About

Vim syntax for FASTBuild


Languages

Language:Vim Script 88.2%Language:Shell 11.8%