diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet new file mode 100644 index 00000000..b40a11a9 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet @@ -0,0 +1,19 @@ +<?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:TTableRow> + ${1:<com:TTableCell>${2:cell 1}</com:TTableCell> + <com:TTableCell>${3:cell 2}</com:TTableCell>}$0 +</com:TTableRow></string> + <key>name</key> + <string>TTableRow</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TTableRow</string> + <key>uuid</key> + <string>8E764E2C-244E-4A93-9C0D-5E25689D1C85</string> +</dict> +</plist> |