summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet')
-rw-r--r--editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet
new file mode 100644
index 00000000..6f7d3289
--- /dev/null
+++ b/editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet
@@ -0,0 +1,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:TOutputCache&gt;
+ ${0:&lt;!-- content to be cached--&gt;}
+&lt;/com:TOutputCache&gt;</string>
+ <key>name</key>
+ <string>TOutputCache</string>
+ <key>scope</key>
+ <string>text.html</string>
+ <key>tabTrigger</key>
+ <string>TOutputCache</string>
+ <key>uuid</key>
+ <string>E91DB3C2-E41E-43AF-BEFF-827BD2452063</string>
+</dict>
+</plist>