diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TView.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TView.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TView.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TView.tmSnippet new file mode 100644 index 00000000..d4861a4e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TView.tmSnippet @@ -0,0 +1,18 @@ +<?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><com:TView ID="${1:view1}"> + ${0:<!-- ${1} content -->} +</com:TView></string> + <key>name</key> + <string>TView</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TView</string> + <key>uuid</key> + <string>7AF6D08A-9FE4-46B9-8F16-2E26D45715CE</string> +</dict> +</plist> |