Atom/SublimeText support for Monkberry templates.
var
→{{ $1 }}
if
→{% if $1 %} $2 {% endif %}
else
→{% else %}
ife
→{% if $1 %} $2 {% else %} $3 {% endif %}
for
→{% for $1 of $2 %} $3 {% endfor %}
import
→{% import "$1" %}
unsafe
→{% unsafe $1 %}
block
→{% block "$1" %} $2 {% endblock %}
- Open Preferences → Install
- Type
Monkberry
into the search field - Click the Install button
Get it through Sublime Package Control.
If you haven't used it yet, just install it from the link above and then:
- Press Shift + Cmd + P (OS X) or Shift + Ctrl + P (Windows)
- Type
install
, to bring up thePackage Control: Install Package
option, and press Enter - Look for
Monkberry
, and press Enter to install it. - Choose
Monkberry
in the bottom right corner with one of your template files open (or in case you have inline templates use Handlebars instead of HTML, it's gracefully extending it so you shouldn't lose anything)