summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet
blob: b40a11a9838f935516c22a9c05994facf608a1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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:TTableRow&gt;
	${1:&lt;com:TTableCell&gt;${2:cell 1}&lt;/com:TTableCell&gt;
	&lt;com:TTableCell&gt;${3:cell 2}&lt;/com:TTableCell&gt;}$0
&lt;/com:TTableRow&gt;</string>
	<key>name</key>
	<string>TTableRow</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>TTableRow</string>
	<key>uuid</key>
	<string>8E764E2C-244E-4A93-9C0D-5E25689D1C85</string>
</dict>
</plist>