diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet new file mode 100644 index 00000000..516fe286 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet @@ -0,0 +1,19 @@ +<?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:TActiveTableRow> + ${1:<com:TActiveTableCell>${2:cell 1}</com:TActiveTableCell> + <com:TActiveTableCell>${3:cell 2}</com:TActiveTableCell>}$0 +</com:TActiveTableRow></string> + <key>name</key> + <string>TActiveTableRow</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TActiveTableRow</string> + <key>uuid</key> + <string>6D11476C-C336-40A8-A39B-207B531FBAD3</string> +</dict> +</plist> |