Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
@realdeprez
realdeprez / gist:6545131
Last active December 22, 2015 23:09 — forked from iamntz/gist:5070840
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>