xed/plugins/snippets/data/javascript.xml

12 lines
276 B
XML
Raw Normal View History

2011-11-07 13:46:58 -06:00
<?xml version="1.0" encoding="UTF-8"?>
<snippets language="JavaScript">
<snippet id="fun">
<text><![CDATA[function ${1:function_name} (${2:first_argument})
{
${0:# body...}
}]]></text>
<description>function</description>
<tag>fun</tag>
</snippet>
</snippets>