summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TFlushOutput.tmSnippet
blob: c1c347c69b273c965021acaab11f8e37a0fc0fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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:TFlushOutput ID="${1:flushOutput1}" /&gt;$0</string>
	<key>name</key>
	<string>TFlushOutput</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>TFlushOutput</string>
	<key>uuid</key>
	<string>DF7C03B9-46C8-4062-938F-7A9853CAF0E3</string>
</dict>
</plist>