I have created a few different snippets but for some reason this one wont work. What am I missing? Any help would be great.
<snippet>
<content><![CDATA[
<script type="text/javascript" src="jquery-1.8.2.js"></script>
<script type="text/javascript">
$("document").ready(function(){
${1}
});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>docready</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>