%YAML 1.2 --- # http://www.sublimetext.com/docs/3/syntax.html name: Handlebars file_extensions: - handlebars - handlebars.html - hbr - hbrs - hbs - hdbs - hjs - mu - mustache - rac - stache - template - tmpl scope: text.html.handlebars contexts: main: - include: yfm - include: extends - include: block_comments - include: comments - include: block_helper - include: end_block - include: else_token - include: partial_and_var - include: inline_script - include: html_tags - include: scope:text.html.basic block_comments: - match: '\{\{!--' push: - meta_scope: comment.block.handlebars - match: '--\}\}' pop: true - match: '@\w*' scope: keyword.annotation.handlebars - include: comments - match: