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/TRegularExpressionValidator.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TRegularExpressionValidator.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TRegularExpressionValidator.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TRegularExpressionValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TRegularExpressionValidator.tmSnippet new file mode 100644 index 00000000..7d072e95 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TRegularExpressionValidator.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TRegularExpressionValidator + ControlToValidate="${1:controlIDToValidate}" + RegularExpression="${2:\w{5,\}}" + ErrorMessage="${7:mismatch}" />$0 + name + TRegularExpressionValidator (TValidator) + scope + text.html + tabTrigger + TValidator + uuid + 92266396-CC97-4F53-B1D3-4DDFD924D8C8 + + -- cgit v1.2.3