From 59ef1ca568d8e20a726e343556113c117ce5022c Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 24 Jul 2012 17:28:14 +0000 Subject: updated plugin for textmate editor (works on "sublime text editor 2", too): - updated prado syntax to the php's and html's current versions - added missing webcontrols (activecontrols still missing) --- .../TReCaptchaValidator (TValidator).tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TReCaptchaValidator (TValidator).tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TReCaptchaValidator (TValidator).tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TReCaptchaValidator (TValidator).tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TReCaptchaValidator (TValidator).tmSnippet new file mode 100644 index 00000000..ac5e636d --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TReCaptchaValidator (TValidator).tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TReCaptchaValidator + CaptchaControl="${1:captchaControl}" + ControlToValidate="${2:controlIDToValidate}" + ErrorMessage="${3:You are challenged!}" />$0 + name + TReCaptchaValidator (TValidator) + scope + text.html + tabTrigger + TValidator + uuid + 9398A8D4-053E-4CFD-94ED-D54C76EB85E3 + + -- cgit v1.2.3