@pb33f/cowboy-components 0.0.14 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abap-DXvTa7XC.js +1404 -0
- package/dist/apex-DsQH3mjJ.js +332 -0
- package/dist/assets/css.worker-B_qZXUzt.js +84 -0
- package/dist/assets/editor.worker-HEmB0D7P.js +11 -0
- package/dist/assets/html.worker-D3WUrk8Q.js +458 -0
- package/dist/assets/json.worker-CAhUaBo4.js +42 -0
- package/dist/assets/rule-documentation.worker-BFIxMBU8.js +1 -0
- package/dist/assets/search-problems.worker-VJi4P9Gj.js +1 -0
- package/dist/azcli-Cir32SBk.js +74 -0
- package/dist/bat-BsNExolo.js +106 -0
- package/dist/bicep-2KcKzeQF.js +108 -0
- package/dist/cameligo-D0ezznwE.js +180 -0
- package/dist/clojure-DxYzAIlu.js +767 -0
- package/dist/coffee-DgiPTF3g.js +238 -0
- package/dist/components/editor/editor.d.ts +27 -0
- package/dist/components/editor/editor.js +192 -0
- package/dist/components/error-banner/error-banner.css.d.ts +2 -0
- package/dist/components/error-banner/error-banner.css.js +23 -0
- package/dist/components/error-banner/error-banner.d.ts +9 -0
- package/dist/components/error-banner/error-banner.js +40 -0
- package/dist/components/paginator/paginator-events.d.ts +4 -0
- package/dist/components/paginator/paginator-events.js +4 -0
- package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
- package/dist/components/paginator/paginator-navigator.css.js +35 -0
- package/dist/components/paginator/paginator-navigator.d.ts +27 -0
- package/dist/components/paginator/paginator-navigator.js +168 -0
- package/dist/components/paginator/paginator.css.d.ts +2 -0
- package/dist/components/paginator/paginator.css.js +38 -0
- package/dist/components/paginator/paginator.d.ts +22 -0
- package/dist/components/paginator/paginator.js +122 -0
- package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
- package/dist/components/percent-bar/percent-bar.css.js +65 -0
- package/dist/components/percent-bar/percent-bar.d.ts +11 -0
- package/dist/components/percent-bar/percent-bar.js +85 -0
- package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
- package/dist/components/problem-list/details-drawer.css.js +42 -0
- package/dist/components/problem-list/details-drawer.d.ts +22 -0
- package/dist/components/problem-list/details-drawer.js +66 -0
- package/dist/components/problem-list/filter.css.d.ts +2 -0
- package/dist/components/problem-list/filter.css.js +67 -0
- package/dist/components/problem-list/problem-item.css.d.ts +2 -0
- package/dist/components/problem-list/problem-item.css.js +170 -0
- package/dist/components/problem-list/problem-item.d.ts +27 -0
- package/dist/components/problem-list/problem-item.js +126 -0
- package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
- package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
- package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
- package/dist/components/problem-list/problem-label-view-filter.js +66 -0
- package/dist/components/problem-list/problem-list.css.d.ts +2 -0
- package/dist/components/problem-list/problem-list.css.js +59 -0
- package/dist/components/problem-list/problem-list.d.ts +37 -0
- package/dist/components/problem-list/problem-list.js +334 -0
- package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
- package/dist/components/problem-list/problem-mainview.css.js +100 -0
- package/dist/components/problem-list/problem-mainview.d.ts +20 -0
- package/dist/components/problem-list/problem-mainview.js +126 -0
- package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
- package/dist/components/problem-list/problem-rule-filter.js +67 -0
- package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
- package/dist/components/problem-list/problem-search-filter.js +45 -0
- package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
- package/dist/components/problem-list/problem-sort-filter.js +67 -0
- package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
- package/dist/components/problem-list/problem-toolbar.css.js +41 -0
- package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
- package/dist/components/problem-list/problem-toolbar.js +63 -0
- package/dist/components/problem-list/shared.css.d.ts +2 -0
- package/dist/components/problem-list/shared.css.js +91 -0
- package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
- package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
- package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
- package/dist/components/problems-overview/diagnostic-evaluation.js +119 -0
- package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
- package/dist/components/problems-overview/document-statistic.css.js +16 -0
- package/dist/components/problems-overview/document-statistic.d.ts +10 -0
- package/dist/components/problems-overview/document-statistic.js +49 -0
- package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
- package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
- package/dist/components/problems-overview/problem-overview-group.js +121 -0
- package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-statistic.css.js +40 -0
- package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
- package/dist/components/problems-overview/problem-statistic.js +57 -0
- package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
- package/dist/components/problems-overview/problem-statistics.css.js +46 -0
- package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
- package/dist/components/problems-overview/problem-statistics.js +132 -0
- package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
- package/dist/components/problems-overview/problems-overview.css.js +49 -0
- package/dist/components/problems-overview/problems-overview.d.ts +21 -0
- package/dist/components/problems-overview/problems-overview.js +108 -0
- package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
- package/dist/components/render-json-path/render-json-path.css.js +86 -0
- package/dist/components/render-json-path/render-json-path.d.ts +11 -0
- package/dist/components/render-json-path/render-json-path.js +105 -0
- package/dist/components/the-doctor/settings.d.ts +5 -0
- package/dist/components/the-doctor/settings.js +22 -0
- package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
- package/dist/components/the-doctor/status-bar.css.js +47 -0
- package/dist/components/the-doctor/status-bar.d.ts +12 -0
- package/dist/components/the-doctor/status-bar.js +71 -0
- package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
- package/dist/components/the-doctor/the-doctor.css.js +156 -0
- package/dist/components/the-doctor/the-doctor.d.ts +57 -0
- package/dist/components/the-doctor/the-doctor.js +340 -0
- package/dist/cowboy-components-FcPnnXMU.js +114388 -0
- package/dist/cowboy-components.d.ts +5 -2
- package/dist/cowboy-components.js +8 -2
- package/dist/cowboy-components.umd.cjs +3997 -103
- package/dist/cpp-Bq-GnYlH.js +407 -0
- package/dist/csharp-IDcibKAT.js +332 -0
- package/dist/csp-QdYr8JWa.js +59 -0
- package/dist/css/button.css.d.ts +2 -0
- package/dist/css/button.css.js +34 -0
- package/dist/css/chroma-synxtax.css.d.ts +2 -0
- package/dist/css/chroma-synxtax.css.js +130 -0
- package/dist/css/cowboy-components.css +3 -0
- package/dist/css/links.css.d.ts +2 -0
- package/dist/css/links.css.js +17 -0
- package/dist/css/lists.css.d.ts +2 -0
- package/dist/css/lists.css.js +43 -0
- package/dist/css/pb33f-theme.css +2 -2
- package/dist/css/syntax.css.js +1 -1
- package/dist/css-C-wMMefI.js +193 -0
- package/dist/cssMode-DcUlnXpV.js +1541 -0
- package/dist/cypher-BfBo9yir.js +269 -0
- package/dist/dart-Cv3rVfv_.js +287 -0
- package/dist/dockerfile-DyCXBGhV.js +136 -0
- package/dist/ecl-COP_iObm.js +462 -0
- package/dist/elixir-DoEhbk9F.js +575 -0
- package/dist/events/doctor.d.ts +51 -0
- package/dist/events/doctor.js +17 -0
- package/dist/flow9-DuHGSNW1.js +148 -0
- package/dist/freemarker2-sY6FVddl.js +995 -0
- package/dist/fsharp-Dv9PDxVO.js +223 -0
- package/dist/go-CcdAeqiK.js +224 -0
- package/dist/graphql-CoRm4b1H.js +157 -0
- package/dist/handlebars-BqznQEC5.js +425 -0
- package/dist/hcl-BSgAhV5f.js +189 -0
- package/dist/html-DBpY_ZT1.js +314 -0
- package/dist/htmlMode-Cf0lYQWN.js +1551 -0
- package/dist/ini-ewx9HLIq.js +77 -0
- package/dist/java-B5lwcbTy.js +238 -0
- package/dist/javascript-DRgEI2Yf.js +76 -0
- package/dist/jsonMode-CmuECwTh.js +1958 -0
- package/dist/julia-NCcg_P_q.js +517 -0
- package/dist/kotlin-BYlnmGrb.js +259 -0
- package/dist/less-DG4tqgOo.js +168 -0
- package/dist/lexon-CTTPcJLv.js +163 -0
- package/dist/liquid-DWVJYCIL.js +246 -0
- package/dist/lua-CxQ1RWuo.js +168 -0
- package/dist/m3-mHFfpmgx.js +216 -0
- package/dist/markdown-Dh6sYULt.js +235 -0
- package/dist/mdx-Bjcj5AvL.js +171 -0
- package/dist/mips-CNUcjHD1.js +204 -0
- package/dist/model/document-statistics.d.ts +40 -0
- package/dist/model/document-statistics.js +4 -0
- package/dist/model/how_to_fix.d.ts +4 -0
- package/dist/model/how_to_fix.js +1 -0
- package/dist/model/problem.d.ts +19 -0
- package/dist/model/problem.js +106 -0
- package/dist/model/rule_documentation.d.ts +5 -0
- package/dist/model/rule_documentation.js +1 -0
- package/dist/model/session.d.ts +5 -0
- package/dist/model/session.js +1 -0
- package/dist/msdax-ZvxFeKvs.js +381 -0
- package/dist/mysql-COjg31sJ.js +884 -0
- package/dist/objective-c-BqrCFBhT.js +189 -0
- package/dist/pascal-CUpkilAS.js +257 -0
- package/dist/pascaligo-nJfvRJ7x.js +170 -0
- package/dist/perl-CWsX6Ysg.js +632 -0
- package/dist/pgsql-DwgpEXC8.js +857 -0
- package/dist/php-CrbKyd62.js +506 -0
- package/dist/pla-JxXT6Kb-.js +143 -0
- package/dist/postiats-BOdnTRGv.js +913 -0
- package/dist/powerquery-DTkwcXGH.js +896 -0
- package/dist/powershell-Cx53dGpt.js +245 -0
- package/dist/protobuf-Dp9vE-l-.js +426 -0
- package/dist/pug-BSjKVjwP.js +408 -0
- package/dist/python-CiN6iAi3.js +282 -0
- package/dist/qsharp-C5P1RxY3.js +291 -0
- package/dist/r-sEMYnclc.js +249 -0
- package/dist/razor-B4jDf_4z.js +556 -0
- package/dist/redis-DbzUc-fU.js +308 -0
- package/dist/redshift-nrLijj1O.js +815 -0
- package/dist/restructuredtext-CIbGUl6T.js +180 -0
- package/dist/ruby-JcYJisWg.js +517 -0
- package/dist/rust-BgbFBFXH.js +349 -0
- package/dist/sb-hRFFChi7.js +121 -0
- package/dist/scala-Cs0yVo3Q.js +376 -0
- package/dist/scheme-l_0jNtxy.js +114 -0
- package/dist/scss-C4l7ZIRR.js +268 -0
- package/dist/services/linting-service.d.ts +12 -0
- package/dist/services/linting-service.js +121 -0
- package/dist/shell-ikLk_l24.js +227 -0
- package/dist/solidity-4GxCaH9e.js +1373 -0
- package/dist/sophia-tX0WEZsZ.js +205 -0
- package/dist/sparql-D7ky-uMk.js +207 -0
- package/dist/sql-CqEfBVGS.js +859 -0
- package/dist/st-CNWQPqyI.js +422 -0
- package/dist/style.css +1 -1
- package/dist/swift-C_fDfC0d.js +318 -0
- package/dist/systemverilog-gAvsEtN_.js +582 -0
- package/dist/tcl-KbBChuA6.js +238 -0
- package/dist/tsMode-29i0IHrU.js +886 -0
- package/dist/twig-Bb652BpM.js +398 -0
- package/dist/typescript-FDohSLaF.js +349 -0
- package/dist/vb-2e5hSeUh.js +378 -0
- package/dist/wgsl-CYSDq0zg.js +445 -0
- package/dist/workers/rule-documentation.worker.d.ts +1 -0
- package/dist/workers/rule-documentation.worker.js +85 -0
- package/dist/workers/search-problems.worker.d.ts +1 -0
- package/dist/workers/search-problems.worker.js +19 -0
- package/dist/xml-BdgdiRK4.js +101 -0
- package/dist/yaml-CJDq-Ud3.js +212 -0
- package/package.json +6 -4
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
/*!-----------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
|
|
4
|
+
* Released under the MIT license
|
|
5
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
|
+
*-----------------------------------------------------------------------------*/
|
|
7
|
+
var E = {
|
|
8
|
+
brackets: [
|
|
9
|
+
["{", "}"],
|
|
10
|
+
["[", "]"],
|
|
11
|
+
["(", ")"]
|
|
12
|
+
],
|
|
13
|
+
autoClosingPairs: [
|
|
14
|
+
{ open: "{", close: "}" },
|
|
15
|
+
{ open: "[", close: "]" },
|
|
16
|
+
{ open: "(", close: ")" },
|
|
17
|
+
{ open: '"', close: '"' },
|
|
18
|
+
{ open: "'", close: "'" }
|
|
19
|
+
],
|
|
20
|
+
surroundingPairs: [
|
|
21
|
+
{ open: "{", close: "}" },
|
|
22
|
+
{ open: "[", close: "]" },
|
|
23
|
+
{ open: "(", close: ")" },
|
|
24
|
+
{ open: '"', close: '"' },
|
|
25
|
+
{ open: "'", close: "'" }
|
|
26
|
+
]
|
|
27
|
+
}, S = {
|
|
28
|
+
defaultToken: "",
|
|
29
|
+
tokenPostfix: ".redis",
|
|
30
|
+
ignoreCase: !0,
|
|
31
|
+
brackets: [
|
|
32
|
+
{ open: "[", close: "]", token: "delimiter.square" },
|
|
33
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" }
|
|
34
|
+
],
|
|
35
|
+
keywords: [
|
|
36
|
+
"APPEND",
|
|
37
|
+
"AUTH",
|
|
38
|
+
"BGREWRITEAOF",
|
|
39
|
+
"BGSAVE",
|
|
40
|
+
"BITCOUNT",
|
|
41
|
+
"BITFIELD",
|
|
42
|
+
"BITOP",
|
|
43
|
+
"BITPOS",
|
|
44
|
+
"BLPOP",
|
|
45
|
+
"BRPOP",
|
|
46
|
+
"BRPOPLPUSH",
|
|
47
|
+
"CLIENT",
|
|
48
|
+
"KILL",
|
|
49
|
+
"LIST",
|
|
50
|
+
"GETNAME",
|
|
51
|
+
"PAUSE",
|
|
52
|
+
"REPLY",
|
|
53
|
+
"SETNAME",
|
|
54
|
+
"CLUSTER",
|
|
55
|
+
"ADDSLOTS",
|
|
56
|
+
"COUNT-FAILURE-REPORTS",
|
|
57
|
+
"COUNTKEYSINSLOT",
|
|
58
|
+
"DELSLOTS",
|
|
59
|
+
"FAILOVER",
|
|
60
|
+
"FORGET",
|
|
61
|
+
"GETKEYSINSLOT",
|
|
62
|
+
"INFO",
|
|
63
|
+
"KEYSLOT",
|
|
64
|
+
"MEET",
|
|
65
|
+
"NODES",
|
|
66
|
+
"REPLICATE",
|
|
67
|
+
"RESET",
|
|
68
|
+
"SAVECONFIG",
|
|
69
|
+
"SET-CONFIG-EPOCH",
|
|
70
|
+
"SETSLOT",
|
|
71
|
+
"SLAVES",
|
|
72
|
+
"SLOTS",
|
|
73
|
+
"COMMAND",
|
|
74
|
+
"COUNT",
|
|
75
|
+
"GETKEYS",
|
|
76
|
+
"CONFIG",
|
|
77
|
+
"GET",
|
|
78
|
+
"REWRITE",
|
|
79
|
+
"SET",
|
|
80
|
+
"RESETSTAT",
|
|
81
|
+
"DBSIZE",
|
|
82
|
+
"DEBUG",
|
|
83
|
+
"OBJECT",
|
|
84
|
+
"SEGFAULT",
|
|
85
|
+
"DECR",
|
|
86
|
+
"DECRBY",
|
|
87
|
+
"DEL",
|
|
88
|
+
"DISCARD",
|
|
89
|
+
"DUMP",
|
|
90
|
+
"ECHO",
|
|
91
|
+
"EVAL",
|
|
92
|
+
"EVALSHA",
|
|
93
|
+
"EXEC",
|
|
94
|
+
"EXISTS",
|
|
95
|
+
"EXPIRE",
|
|
96
|
+
"EXPIREAT",
|
|
97
|
+
"FLUSHALL",
|
|
98
|
+
"FLUSHDB",
|
|
99
|
+
"GEOADD",
|
|
100
|
+
"GEOHASH",
|
|
101
|
+
"GEOPOS",
|
|
102
|
+
"GEODIST",
|
|
103
|
+
"GEORADIUS",
|
|
104
|
+
"GEORADIUSBYMEMBER",
|
|
105
|
+
"GETBIT",
|
|
106
|
+
"GETRANGE",
|
|
107
|
+
"GETSET",
|
|
108
|
+
"HDEL",
|
|
109
|
+
"HEXISTS",
|
|
110
|
+
"HGET",
|
|
111
|
+
"HGETALL",
|
|
112
|
+
"HINCRBY",
|
|
113
|
+
"HINCRBYFLOAT",
|
|
114
|
+
"HKEYS",
|
|
115
|
+
"HLEN",
|
|
116
|
+
"HMGET",
|
|
117
|
+
"HMSET",
|
|
118
|
+
"HSET",
|
|
119
|
+
"HSETNX",
|
|
120
|
+
"HSTRLEN",
|
|
121
|
+
"HVALS",
|
|
122
|
+
"INCR",
|
|
123
|
+
"INCRBY",
|
|
124
|
+
"INCRBYFLOAT",
|
|
125
|
+
"KEYS",
|
|
126
|
+
"LASTSAVE",
|
|
127
|
+
"LINDEX",
|
|
128
|
+
"LINSERT",
|
|
129
|
+
"LLEN",
|
|
130
|
+
"LPOP",
|
|
131
|
+
"LPUSH",
|
|
132
|
+
"LPUSHX",
|
|
133
|
+
"LRANGE",
|
|
134
|
+
"LREM",
|
|
135
|
+
"LSET",
|
|
136
|
+
"LTRIM",
|
|
137
|
+
"MGET",
|
|
138
|
+
"MIGRATE",
|
|
139
|
+
"MONITOR",
|
|
140
|
+
"MOVE",
|
|
141
|
+
"MSET",
|
|
142
|
+
"MSETNX",
|
|
143
|
+
"MULTI",
|
|
144
|
+
"PERSIST",
|
|
145
|
+
"PEXPIRE",
|
|
146
|
+
"PEXPIREAT",
|
|
147
|
+
"PFADD",
|
|
148
|
+
"PFCOUNT",
|
|
149
|
+
"PFMERGE",
|
|
150
|
+
"PING",
|
|
151
|
+
"PSETEX",
|
|
152
|
+
"PSUBSCRIBE",
|
|
153
|
+
"PUBSUB",
|
|
154
|
+
"PTTL",
|
|
155
|
+
"PUBLISH",
|
|
156
|
+
"PUNSUBSCRIBE",
|
|
157
|
+
"QUIT",
|
|
158
|
+
"RANDOMKEY",
|
|
159
|
+
"READONLY",
|
|
160
|
+
"READWRITE",
|
|
161
|
+
"RENAME",
|
|
162
|
+
"RENAMENX",
|
|
163
|
+
"RESTORE",
|
|
164
|
+
"ROLE",
|
|
165
|
+
"RPOP",
|
|
166
|
+
"RPOPLPUSH",
|
|
167
|
+
"RPUSH",
|
|
168
|
+
"RPUSHX",
|
|
169
|
+
"SADD",
|
|
170
|
+
"SAVE",
|
|
171
|
+
"SCARD",
|
|
172
|
+
"SCRIPT",
|
|
173
|
+
"FLUSH",
|
|
174
|
+
"LOAD",
|
|
175
|
+
"SDIFF",
|
|
176
|
+
"SDIFFSTORE",
|
|
177
|
+
"SELECT",
|
|
178
|
+
"SETBIT",
|
|
179
|
+
"SETEX",
|
|
180
|
+
"SETNX",
|
|
181
|
+
"SETRANGE",
|
|
182
|
+
"SHUTDOWN",
|
|
183
|
+
"SINTER",
|
|
184
|
+
"SINTERSTORE",
|
|
185
|
+
"SISMEMBER",
|
|
186
|
+
"SLAVEOF",
|
|
187
|
+
"SLOWLOG",
|
|
188
|
+
"SMEMBERS",
|
|
189
|
+
"SMOVE",
|
|
190
|
+
"SORT",
|
|
191
|
+
"SPOP",
|
|
192
|
+
"SRANDMEMBER",
|
|
193
|
+
"SREM",
|
|
194
|
+
"STRLEN",
|
|
195
|
+
"SUBSCRIBE",
|
|
196
|
+
"SUNION",
|
|
197
|
+
"SUNIONSTORE",
|
|
198
|
+
"SWAPDB",
|
|
199
|
+
"SYNC",
|
|
200
|
+
"TIME",
|
|
201
|
+
"TOUCH",
|
|
202
|
+
"TTL",
|
|
203
|
+
"TYPE",
|
|
204
|
+
"UNSUBSCRIBE",
|
|
205
|
+
"UNLINK",
|
|
206
|
+
"UNWATCH",
|
|
207
|
+
"WAIT",
|
|
208
|
+
"WATCH",
|
|
209
|
+
"ZADD",
|
|
210
|
+
"ZCARD",
|
|
211
|
+
"ZCOUNT",
|
|
212
|
+
"ZINCRBY",
|
|
213
|
+
"ZINTERSTORE",
|
|
214
|
+
"ZLEXCOUNT",
|
|
215
|
+
"ZRANGE",
|
|
216
|
+
"ZRANGEBYLEX",
|
|
217
|
+
"ZREVRANGEBYLEX",
|
|
218
|
+
"ZRANGEBYSCORE",
|
|
219
|
+
"ZRANK",
|
|
220
|
+
"ZREM",
|
|
221
|
+
"ZREMRANGEBYLEX",
|
|
222
|
+
"ZREMRANGEBYRANK",
|
|
223
|
+
"ZREMRANGEBYSCORE",
|
|
224
|
+
"ZREVRANGE",
|
|
225
|
+
"ZREVRANGEBYSCORE",
|
|
226
|
+
"ZREVRANK",
|
|
227
|
+
"ZSCORE",
|
|
228
|
+
"ZUNIONSTORE",
|
|
229
|
+
"SCAN",
|
|
230
|
+
"SSCAN",
|
|
231
|
+
"HSCAN",
|
|
232
|
+
"ZSCAN"
|
|
233
|
+
],
|
|
234
|
+
operators: [
|
|
235
|
+
// NOT SUPPORTED
|
|
236
|
+
],
|
|
237
|
+
builtinFunctions: [
|
|
238
|
+
// NOT SUPPORTED
|
|
239
|
+
],
|
|
240
|
+
builtinVariables: [
|
|
241
|
+
// NOT SUPPORTED
|
|
242
|
+
],
|
|
243
|
+
pseudoColumns: [
|
|
244
|
+
// NOT SUPPORTED
|
|
245
|
+
],
|
|
246
|
+
tokenizer: {
|
|
247
|
+
root: [
|
|
248
|
+
{ include: "@whitespace" },
|
|
249
|
+
{ include: "@pseudoColumns" },
|
|
250
|
+
{ include: "@numbers" },
|
|
251
|
+
{ include: "@strings" },
|
|
252
|
+
{ include: "@scopes" },
|
|
253
|
+
[/[;,.]/, "delimiter"],
|
|
254
|
+
[/[()]/, "@brackets"],
|
|
255
|
+
[
|
|
256
|
+
/[\w@#$]+/,
|
|
257
|
+
{
|
|
258
|
+
cases: {
|
|
259
|
+
"@keywords": "keyword",
|
|
260
|
+
"@operators": "operator",
|
|
261
|
+
"@builtinVariables": "predefined",
|
|
262
|
+
"@builtinFunctions": "predefined",
|
|
263
|
+
"@default": "identifier"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
[/[<>=!%&+\-*/|~^]/, "operator"]
|
|
268
|
+
],
|
|
269
|
+
whitespace: [[/\s+/, "white"]],
|
|
270
|
+
pseudoColumns: [
|
|
271
|
+
[
|
|
272
|
+
/[$][A-Za-z_][\w@#$]*/,
|
|
273
|
+
{
|
|
274
|
+
cases: {
|
|
275
|
+
"@pseudoColumns": "predefined",
|
|
276
|
+
"@default": "identifier"
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
],
|
|
281
|
+
numbers: [
|
|
282
|
+
[/0[xX][0-9a-fA-F]*/, "number"],
|
|
283
|
+
[/[$][+-]*\d*(\.\d*)?/, "number"],
|
|
284
|
+
[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/, "number"]
|
|
285
|
+
],
|
|
286
|
+
strings: [
|
|
287
|
+
[/'/, { token: "string", next: "@string" }],
|
|
288
|
+
[/"/, { token: "string.double", next: "@stringDouble" }]
|
|
289
|
+
],
|
|
290
|
+
string: [
|
|
291
|
+
[/[^']+/, "string"],
|
|
292
|
+
[/''/, "string"],
|
|
293
|
+
[/'/, { token: "string", next: "@pop" }]
|
|
294
|
+
],
|
|
295
|
+
stringDouble: [
|
|
296
|
+
[/[^"]+/, "string.double"],
|
|
297
|
+
[/""/, "string.double"],
|
|
298
|
+
[/"/, { token: "string.double", next: "@pop" }]
|
|
299
|
+
],
|
|
300
|
+
scopes: [
|
|
301
|
+
// NOT SUPPORTED
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
};
|
|
305
|
+
export {
|
|
306
|
+
E as conf,
|
|
307
|
+
S as language
|
|
308
|
+
};
|