diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTabView.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TTabView.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTabView.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTabView.tmSnippet new file mode 100644 index 00000000..526f7aeb --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTabView.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:TTabView ID="${1:view1}" Caption="${2:caption1}"> + ${0:<!-- ${1} content -->} +</com:TTabView></string> + <key>name</key> + <string>TTabView</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TTabView</string> + <key>uuid</key> + <string>4BE9FA4E-D8D0-4D90-A9A1-C017FEDAD1E7</string> +</dict> +</plist> |