summaryrefslogtreecommitdiffstats
path: root/plugins/snippets/data/javascript.xml
blob: b55c5b3fb93f4594ee997d3ce601bb6bf335d82b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<snippets language="js">
  <snippet id="fun">
    <text><![CDATA[function ${1:function_name}(${2:first_argument}) {
	$0
}]]></text>
    <description>function</description>
    <tag>fun</tag>
  </snippet>
</snippets>