Skip to content

Instantly share code, notes, and snippets.

@realdeprez
Forked from iamntz/gist:5070840
Last active December 22, 2015 23:09
Show Gist options
  • Save realdeprez/6545131 to your computer and use it in GitHub Desktop.
Save realdeprez/6545131 to your computer and use it in GitHub Desktop.
Treat handlebars templates like html in st2.
HTML.tmLanguage L:286
<!-- <string>(?:^\s+)?(&lt;)((?i:script))\b(?![^&gt;]*/&gt;)</string> -->
<string>(?:^\s+)?(&lt;)((?i:script))\b(?!([^&gt;]*text/x\-handlebars\-template[^&gt;]*|[^&gt;]*/>))</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment