summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TTabelFooterRow.tmSnippet
blob: 04f822ea7cc6fc8b1a269a261a24cc477b64700a (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//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:TTableFooterRow&gt;
	$0
&lt;/com:TTableFooterRow&gt;</string>
	<key>name</key>
	<string>TTableFooterRow</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>TTableFooterRow</string>
	<key>uuid</key>
	<string>23B521B1-6EA4-4E5D-9104-940CEDFDFD13</string>
</dict>
</plist>