Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 986 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 986 Bytes

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.