Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
/ mustache.vim Public archive
forked from juvenn/mustache.vim

Vim syntax file for mustache and handlebars(?)

Notifications You must be signed in to change notification settings

chrisburnor/mustache.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim for Mustache

mustache.vim is a simple plugin for working with mustache templates. It has both syntax hilighting and indenting, which just borrows from html indent plugin.

Install for pathogen

cd ~/.vim/
git submodule add git://github.com/juvenn/mustache.vim.git bundle/mustache
vim bundle/mustache/example.mustache

Manually Install

cd ~/.local/src
git clone git://github.com/juvenn/mustache.vim.git
cp -R mustache.vim/syntax/* ~/.vim/syntax/
cp -R mustache.vim/indent/* ~/.vim/indent/
cp -R mustache.vim/ftdetect/* ~/.vim/ftdetect/
cp -R mustache.vim/ftplugin/* ~/.vim/ftplugin/
vim mustache.vim/example.mustache

Thanks

About

Vim syntax file for mustache and handlebars(?)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%