8000 GitHub - mustache/emacs: Emacs Major Mode for Mustache
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mustache/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Emacs Major Mode for Mustache

Based on Google's tpl-mode for ctemplates, this major mode adds support for Mustache's more lenient tag values and includes a few commands for your editing pleasure.

Installing

In your shell:

cd ~/.emacs.d/vendor
curl --location -O https://raw.github.com/mustache/emacs/master/mustache-mode.el

In your Emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor")
(require 'mustache-mode)

About

Emacs Major Mode for Mustache

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

0