nono / vim-handlebars

[deprecated] Vim plugin for Handlebars

Home Page:http://www.vim.org/scripts/script.php?script_id=3638

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim plugin for Handlebars

Deprecation

Important: this plugin is deprecated, you should use mustache/vim-mode instead!

About

This plugin is here to help you editing Handlebars files.

Install

Install for pathogen

cd ~/.vim/
git submodule add git://github.com/nono/vim-handlebars.git bundle/handlebars
vim bundle/handlebars/example.handlebars

Manually Install

git clone git://github.com/nono/vim-handlebars.git
cd vim-handlebars
cp -R ftdetect/* ~/.vim/ftdetect/
cp -R ftplugin/* ~/.vim/ftplugin/
cp -R syntax/* ~/.vim/syntax/
vim example.handlebars

Credits

Handlebars is the work of Yehuda Katz.

This plugin was strongly inspired by mustache.vim.

♡2011 by Bruno Michel. Copying is an act of love. Please copy and share.

About

[deprecated] Vim plugin for Handlebars

http://www.vim.org/scripts/script.php?script_id=3638

License:MIT License


Languages

Language:Vim Script 100.0%