diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TOutputCache.tmSnippet | 18 |
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><com:TOutputCache> + ${0:<!-- content to be cached-->} +</com:TOutputCache></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> |