From b916a00d0016119c3f0c140ac679e0ad242115ad Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 03:17:57 +0000 Subject: added old prado textmate bundle --- .../Prado.tmbundle/Snippets/TTable.tmSnippet | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TTable.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTable.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTable.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTable.tmSnippet new file mode 100644 index 00000000..1b4ccc4c --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTable.tmSnippet @@ -0,0 +1,25 @@ + + + + + content + <com:TTable> + ${1:<com:TTableRow> + <com:TTableHeaderCell Text="${2:header cell 1}" /> + <com:TTableHeaderCell Text="${3:header cell 2}" /> + </com:TTableRow> + <com:TTableRow> + <com:TTableCell>${4:cell 1}</com:TTableCell> + <com:TTableCell>${5:cell 2}$0</com:TTableCell> + </com:TTableRow>} +</com:TTable> + name + TTable + scope + text.html + tabTrigger + TTable + uuid + BFD8CE92-59C7-47B2-9AE4-1B29ADE3CA0B + + -- cgit v1.2.3