summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet')
-rw-r--r--editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet
new file mode 100644
index 00000000..84168b35
--- /dev/null
+++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.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:TActiveDataList ID="${1:list1}" &gt;
+ $0
+&lt;/com:TActiveDataList&gt;</string>
+ <key>name</key>
+ <string>TActiveDataList</string>
+ <key>scope</key>
+ <string>text.html</string>
+ <key>tabTrigger</key>
+ <string>TActiveDataList</string>
+ <key>uuid</key>
+ <string>2DF77966-ACAD-4EA1-AB59-8C1EF76E25A8</string>
+</dict>
+</plist>