blob: 2fe59b812a6ddcde509f91b0e3b9e5e110ce7afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|