This repository was archived by the owner on Apr 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ scopeName: 'source.cps'
22fileTypes : [' cps' ]
33name : ' Catchpoint Selenium Script'
44patterns : [
5- {
5+ {
66 begin : ' ^//'
77 end : ' \\ n'
88 name : ' comment.line.double-slash.cps'
@@ -27,15 +27,15 @@ patterns: [
2727 name : ' keyword.other.cps'
2828 ' 3' :
2929 name : ' keyword.other.cps'
30- match : ' (?i)(\\ $\\ {(AsnName|AsnValue|Base64|CityId|CityName|ContinentName|CountryName|ExtractChild|ExtractVariable|Extract|File|GlobalVariable|Hash|Hex|HostRequestAuthority|HostRequestHost|HostRequestPath|HostRequestPathAndQuery|HostRequestQuery|HostRequestUrl|If|IpVersion|IspId|IspName|LocationId|LocationLatitude|LocationLongitude|LocationName|NetworkType|Password|RandomGuid|RandomList|Random|RegionName|SequentialListByLocation|SequentialListByRun|SequentialList|Switch|TestId|TimeDay|TimeDiff|TimeEpoch|TimeFormat|TimeTrim|Time|UrlDecode|UrlEncode|UserName|var)\\ (?).*?(\\ )\\ })'
30+ match : ' (?i)(\\ $\\ {(AsnName|AsnValue|Base64|CityId|CityName|ContinentName|CountryName|ExtractChild|ExtractVariable|Extract|File|GlobalVariable|Hash|Hex|HostRequestAuthority|HostRequestHost|HostRequestPath|HostRequestPathAndQuery|HostRequestQuery|HostRequestUrl|If|IpVersion|IspId|IspName|LocationId|LocationLatitude|LocationLongitude|LocationName|NetworkType|Password|RandomGuid|RandomList|Random|RegionName|SequentialListByLocation|SequentialListByRun|SequentialList|Switch|TestId|TimeDay|TimeDiff|TimeEpoch|TimeFormat|TimeTrim|Time|UrlDecode|UrlEncode|UserName|var|add|offset|ref|sub )\\ (?).*?(\\ )? \\ })'
3131 name : ' string.quoted.double.cps'
3232 }
3333 {
3434 captures :
3535 ' 1' :
3636 name : ' keyword.control.cps'
3737 ' 2' :
38- name : ' variable.language.default.cps'
38+ name : ' variable.language.default.cps'
3939 match : ' (?i)(var)\\ s*(\\ w+)\\ s+'
4040 name : ' keyword.control.cps'
4141 }
You can’t perform that action at this time.
0 commit comments