From bb1b020a37785acf824c7c76bf5a1f868e826297 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 24 Jul 2012 18:45:25 +0000 Subject: updated plugin for textmate editor (works on "sublime text editor 2", too): added activecontrols --- .../Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet') 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 @@ + + + + + content + <com:TActiveTableRow> + ${1:<com:TActiveTableCell>${2:cell 1}</com:TActiveTableCell> + <com:TActiveTableCell>${3:cell 2}</com:TActiveTableCell>}$0 +</com:TActiveTableRow> + name + TActiveTableRow + scope + text.html + tabTrigger + TActiveTableRow + uuid + 6D11476C-C336-40A8-A39B-207B531FBAD3 + + -- cgit v1.2.3