- app ⇥
- component ⇥
- controller ⇥
- helper ⇥
- mixin ⇥
- model ⇥
- object ⇥
- route ⇥
- router ⇥
- store ⇥
- view ⇥
- action ⇥
- each ⇥
- eachelse ⇥
- if ⇥
- ifelse ⇥
- linkto ⇥
- partial ⇥
- unless ⇥
- viewb ⇥
- hbs ⇥
If you don't want to be annoyed by JavaScript syntax when using type="text/x-handlebars" with Sublime Text 2, just edit the HTML.tmLanguage file, replacing:
<string>(?:^\s+)?(<)((?i:script))\b(?![^>]*/>)</string>
with:
<string>(?:^\s+)?(<)((?i:script))\b(?!([^>]*text/x-handlebars[^>]*|[^>]*/>))</string>