diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TReCaptcha.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TReCaptcha.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TReCaptcha.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TReCaptcha.tmSnippet new file mode 100644 index 00000000..2fe59b81 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TReCaptcha.tmSnippet @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>content</key> + <string><com:TReCaptcha ID="${1:captcha1}" /> +<com:TTextBox ID="${1}input" /> +<com:TReCaptchaValidator CaptchaControl="${1}" ControlToValidate="${1}input" ErrorMessage="${2:You are challenged!}" />$0</string> + <key>name</key> + <string>TReCaptcha</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TReCaptcha</string> + <key>uuid</key> + <string>2B964B74-45B4-45A7-87D5-A1B85F1870EF</string> +</dict> +</plist> |