File: javascript.xml

package info (click to toggle)
gedit 2.14.4-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,300 kB
  • ctags: 4,353
  • sloc: ansic: 40,912; xml: 20,600; sh: 9,000; python: 4,628; makefile: 686
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
<?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>