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 --- .../Snippets/TEmailAddressValidator.tmSnippet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TEmailAddressValidator.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TEmailAddressValidator.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TEmailAddressValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TEmailAddressValidator.tmSnippet new file mode 100644 index 00000000..fc2dcf61 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TEmailAddressValidator.tmSnippet @@ -0,0 +1,18 @@ + + + + + content + <com:TEmailAddressValidator + ControlToValidate="${1:controlIDToValidate}" + ErrorMessage="${2:email address required}" />$0 + name + TEmailAddressValidator (TValidator) + scope + text.html + tabTrigger + TValidator + uuid + BDF614B5-430B-46AB-B558-B5E0EF97BA17 + + -- cgit v1.2.3