GitXplorerGitXplorer
n

vim-handlebars

public
77 stars
15 forks
1 issues

Commits

List of commits on branch master.
Unverified
1eeeff8ade7b5008e7a213cc7eb9c7e1bed52bef

Bigger deprecation notice

nnono committed 11 years ago
Unverified
1fe4c600d956bcd2c5527375dc8eaa30c622d4a5

Add deprecation notice in README

nnono committed 11 years ago
Unverified
8a70272a74bbf0672a7171451cbf92867ff0f1ac

Fix apostrophes not handled correctly

nnono committed 11 years ago
Unverified
aed2b07fc201d2081f8173a567b7820d8bc03bf0

Fix some highlighting errors, like quote outside of hbs tags

nnono committed 11 years ago
Unverified
d49cdc7118599c8a6de02d8e07af5c3abce8a7d5

Merge pull request #19 from bruno-/support-script-tag

nnono committed 11 years ago
Unverified
e601d5a9cb76fb9d015da9aa0681964d20669e65

Add support for handlebars script templates

committed 11 years ago

README

The README file for this repository.

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.