<snippet>
<content>
<![CDATA[
\$(document).ready(function() \{
${1}
\}); ]]>
</content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>jquery</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>text.html.ruby</scope>
<!-- Optional: Description to show in the menu -->
<description>Gerando documento com marcacao do jQuery</description>
</snippet>
<snippet>
<content>
<![CDATA[<%= ${1} %>]]>
</content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>%</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.js, text.html.ruby</scope>
<!-- Optional: Description to show in the menu -->
<description>Gerando embebed ruby tag</description>
</snippet>