From c9abae64d4ccc54570d5cf51e9b3a6f54877e5c3 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 06:28:17 +0000 Subject: added a few new snippets to the textmate bundle --- .../Prado.tmbundle/Snippets/TConditional.tmSnippet | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TConditional.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TConditional.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TConditional.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TConditional.tmSnippet new file mode 100644 index 00000000..5e74690e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TConditional.tmSnippet @@ -0,0 +1,22 @@ + + + + + content + <com:TConditional Condition="${1:\$this->User->IsGuest}" > + <prop:TrueTemplate> + $0 + </prop:TrueTemplate> + <prop:FalseTemplate> + </prop:FalseTemplate> +</com:TConditional> + name + TConditional + scope + text.html + tabTrigger + TConditional + uuid + EB4E1513-2FB7-4111-9430-2606178EA859 + + -- cgit v1.2.3