summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TForm.tmSnippet
blob: f604109910266c9703cd1fedc15756a538fa0d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>content</key>
	<string>&lt;com:TForm ${1:ID="${2:form1}"}&gt;
	$0
&lt;/com:TForm&gt;</string>
	<key>name</key>
	<string>TForm</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>TForm</string>
	<key>uuid</key>
	<string>5714E730-271D-436E-86DC-04AB0E71ECE0</string>
</dict>
</plist>