Skip to content

Commit

Permalink
Fixed Snippets.xml so that things don't show up in Actions menu
Browse files Browse the repository at this point in the history
  • Loading branch information
d2s committed Jan 28, 2011
1 parent babe310 commit aedf648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextActions/Snippets.xml
Expand Up @@ -6,14 +6,14 @@
-->
<action-recipes>

<snippet id="com.macrabbit.TextActions.jQuery.Selector" category="tools.Snippets.jQuery">
<snippet id="com.macrabbit.TextActions.jQuery.Selector" category="tools.Snippets">
<title>$.(selector)</title>
<text><![CDATA[\$${1:.}(${2:"${3:selector}"})$0;]]></text>
<syntax-context>js, js *</syntax-context>
<text-trigger>$</text-trigger>
</snippet>

<snippet id="com.macrabbit.TextActions.jQuery.AnonymousFunction" category="tools.Snippets.jQuery">
<snippet id="com.macrabbit.TextActions.jQuery.AnonymousFunction" category="tools.Snippets">
<title>function () {...}</title>
<text><![CDATA[function(${1:params}) { ${0:/* code */} }]]></text>
<syntax-context>js, js *</syntax-context>
Expand Down

0 comments on commit aedf648

Please sign in to comment.