File: xml.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 (20 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<snippets language="XML">
  <snippet id="&quot;">
    <text><![CDATA[<${1:name} ${2:attr}="${3:value}">$0</${1}>]]></text>
    <description>Long Attribute Tag</description>
    <tag>"</tag>
  </snippet>
  <snippet id="&lt;">
    <text><![CDATA[<${1:name}>$0</${1}>

]]></text>
    <description>Long Tag</description>
    <tag>&lt;</tag>
  </snippet>
  <snippet id="&gt;">
    <text><![CDATA[<${1:name} />]]></text>
    <description>Short Tag</description>
    <tag>&gt;</tag>
  </snippet>
</snippets>