An open API service indexing awesome lists of open source software.

https://github.com/ignis-sec/sublime-handlebars

Support for .handlebars file, without giving up autocomplete or autoindent
https://github.com/ignis-sec/sublime-handlebars

handlebars handlebars-template sublime-syntax sublime-text sublime-text-3

Last synced: about 2 months ago
JSON representation

Support for .handlebars file, without giving up autocomplete or autoindent

Awesome Lists containing this project

README

          

# Sublime-Handlebars
Support for .handlebars file, without giving up autocomplete or autoindent

# How to Use:
Copy contents to C:\Users\\AppData\Roaming\Sublime Text 3\Packages\Installed Packages\Handlebars
or for short to %APPDATA%\Sublime Text 3\Packages\Installed Packages\Handlebars.

Then, from sublime text top menu, view->syntax->installed packages->HTML-Handlebars. You can chose to use it with all files of that extension.

### What it features:
I just slapped some conditions on sublime text 3's built in html syntax, so everything it has, plus individual colors for:
- {{val}},
- {{>_ partial}},
- {{{Body}}},
- {{#if}}{{/if}}{{#each}}{{/each}}{{else}}.

Sample: ![syntax](https://i.imgur.com/bOJlM3r.jpg)