Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from mustache/emacs

Emacs Major Mode for Mustache

capoferro/emacs-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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://github.com/mustache/emacs/raw/master/mustache-mode.el

In your Emacs config:

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

About

Emacs Major Mode for Mustache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%