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/TTableRow.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTableRow.tmSnippet') 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 @@ + + + + + content + <com:TTableRow> + ${1:<com:TTableCell>${2:cell 1}</com:TTableCell> + <com:TTableCell>${3:cell 2}</com:TTableCell>}$0 +</com:TTableRow> + name + TTableRow + scope + text.html + tabTrigger + TTableRow + uuid + 8E764E2C-244E-4A93-9C0D-5E25689D1C85 + + -- cgit v1.2.3