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
- Host: GitHub
- URL: https://github.com/ignis-sec/sublime-handlebars
- Owner: ignis-sec
- License: unlicense
- Created: 2018-10-16T21:16:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T08:32:48.000Z (over 7 years ago)
- Last Synced: 2025-03-02T18:50:44.843Z (over 1 year ago)
- Topics: handlebars, handlebars-template, sublime-syntax, sublime-text, sublime-text-3
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: 