diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TForm.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TForm.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TForm.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TForm.tmSnippet new file mode 100644 index 00000000..f6041099 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TForm.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:TForm ${1:ID="${2:form1}"}> + $0 +</com:TForm></string> + <key>name</key> + <string>TForm</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TForm</string> + <key>uuid</key> + <string>5714E730-271D-436E-86DC-04AB0E71ECE0</string> +</dict> +</plist> |