Skip to content

Instantly share code, notes, and snippets.

@sorabh86
Created November 26, 2013 08:32
Show Gist options
  • Save sorabh86/7655112 to your computer and use it in GitHub Desktop.
Save sorabh86/7655112 to your computer and use it in GitHub Desktop.
HTML5: support for html5 tags in ie
<snippet>
<content><![CDATA[
<!--[if lt IE 9]> HTML5Shiv
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
]]></content>
<tabTrigger>html5shiv</tabTrigger>
<scope>text.html</scope>
<description>tag support(ie9)</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment