@pb33f/cowboy-components 0.0.14 → 0.1.1
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/mailing-list/mailing-list.js +1 -1
- 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 +118 -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-BOuaCruy.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-Cvbhe77l.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-DmhDQrVn.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-DWUSy2Nn.js +425 -0
- package/dist/hcl-BSgAhV5f.js +189 -0
- package/dist/html-BTxdvu8o.js +314 -0
- package/dist/htmlMode-DeG-6tqP.js +1551 -0
- package/dist/ini-ewx9HLIq.js +77 -0
- package/dist/java-B5lwcbTy.js +238 -0
- package/dist/javascript-CQTBmqTv.js +76 -0
- package/dist/jsonMode-DJhhXlcK.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-OuSl50Zm.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-Cs8POpae.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-BsXAz21q.js +282 -0
- package/dist/qsharp-C5P1RxY3.js +291 -0
- package/dist/r-sEMYnclc.js +249 -0
- package/dist/razor-CXJ9MZn4.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-C-mwN8lz.js +886 -0
- package/dist/twig-Bb652BpM.js +398 -0
- package/dist/typescript-CamPbG-s.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-CrDvxVsf.js +101 -0
- package/dist/yaml-xGWjZwPI.js +212 -0
- package/package.json +6 -4
|
@@ -0,0 +1,349 @@
|
|
|
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
|
+
comments: {
|
|
9
|
+
lineComment: "//",
|
|
10
|
+
blockComment: ["/*", "*/"]
|
|
11
|
+
},
|
|
12
|
+
brackets: [
|
|
13
|
+
["{", "}"],
|
|
14
|
+
["[", "]"],
|
|
15
|
+
["(", ")"]
|
|
16
|
+
],
|
|
17
|
+
autoClosingPairs: [
|
|
18
|
+
{ open: "[", close: "]" },
|
|
19
|
+
{ open: "{", close: "}" },
|
|
20
|
+
{ open: "(", close: ")" },
|
|
21
|
+
{ open: '"', close: '"', notIn: ["string"] }
|
|
22
|
+
],
|
|
23
|
+
surroundingPairs: [
|
|
24
|
+
{ open: "{", close: "}" },
|
|
25
|
+
{ open: "[", close: "]" },
|
|
26
|
+
{ open: "(", close: ")" },
|
|
27
|
+
{ open: '"', close: '"' },
|
|
28
|
+
{ open: "'", close: "'" }
|
|
29
|
+
],
|
|
30
|
+
folding: {
|
|
31
|
+
markers: {
|
|
32
|
+
start: new RegExp("^\\s*#pragma\\s+region\\b"),
|
|
33
|
+
end: new RegExp("^\\s*#pragma\\s+endregion\\b")
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}, t = {
|
|
37
|
+
tokenPostfix: ".rust",
|
|
38
|
+
defaultToken: "invalid",
|
|
39
|
+
keywords: [
|
|
40
|
+
"as",
|
|
41
|
+
"async",
|
|
42
|
+
"await",
|
|
43
|
+
"box",
|
|
44
|
+
"break",
|
|
45
|
+
"const",
|
|
46
|
+
"continue",
|
|
47
|
+
"crate",
|
|
48
|
+
"dyn",
|
|
49
|
+
"else",
|
|
50
|
+
"enum",
|
|
51
|
+
"extern",
|
|
52
|
+
"false",
|
|
53
|
+
"fn",
|
|
54
|
+
"for",
|
|
55
|
+
"if",
|
|
56
|
+
"impl",
|
|
57
|
+
"in",
|
|
58
|
+
"let",
|
|
59
|
+
"loop",
|
|
60
|
+
"match",
|
|
61
|
+
"mod",
|
|
62
|
+
"move",
|
|
63
|
+
"mut",
|
|
64
|
+
"pub",
|
|
65
|
+
"ref",
|
|
66
|
+
"return",
|
|
67
|
+
"self",
|
|
68
|
+
"static",
|
|
69
|
+
"struct",
|
|
70
|
+
"super",
|
|
71
|
+
"trait",
|
|
72
|
+
"true",
|
|
73
|
+
"try",
|
|
74
|
+
"type",
|
|
75
|
+
"unsafe",
|
|
76
|
+
"use",
|
|
77
|
+
"where",
|
|
78
|
+
"while",
|
|
79
|
+
"catch",
|
|
80
|
+
"default",
|
|
81
|
+
"union",
|
|
82
|
+
"static",
|
|
83
|
+
"abstract",
|
|
84
|
+
"alignof",
|
|
85
|
+
"become",
|
|
86
|
+
"do",
|
|
87
|
+
"final",
|
|
88
|
+
"macro",
|
|
89
|
+
"offsetof",
|
|
90
|
+
"override",
|
|
91
|
+
"priv",
|
|
92
|
+
"proc",
|
|
93
|
+
"pure",
|
|
94
|
+
"sizeof",
|
|
95
|
+
"typeof",
|
|
96
|
+
"unsized",
|
|
97
|
+
"virtual",
|
|
98
|
+
"yield"
|
|
99
|
+
],
|
|
100
|
+
typeKeywords: [
|
|
101
|
+
"Self",
|
|
102
|
+
"m32",
|
|
103
|
+
"m64",
|
|
104
|
+
"m128",
|
|
105
|
+
"f80",
|
|
106
|
+
"f16",
|
|
107
|
+
"f128",
|
|
108
|
+
"int",
|
|
109
|
+
"uint",
|
|
110
|
+
"float",
|
|
111
|
+
"char",
|
|
112
|
+
"bool",
|
|
113
|
+
"u8",
|
|
114
|
+
"u16",
|
|
115
|
+
"u32",
|
|
116
|
+
"u64",
|
|
117
|
+
"f32",
|
|
118
|
+
"f64",
|
|
119
|
+
"i8",
|
|
120
|
+
"i16",
|
|
121
|
+
"i32",
|
|
122
|
+
"i64",
|
|
123
|
+
"str",
|
|
124
|
+
"Option",
|
|
125
|
+
"Either",
|
|
126
|
+
"c_float",
|
|
127
|
+
"c_double",
|
|
128
|
+
"c_void",
|
|
129
|
+
"FILE",
|
|
130
|
+
"fpos_t",
|
|
131
|
+
"DIR",
|
|
132
|
+
"dirent",
|
|
133
|
+
"c_char",
|
|
134
|
+
"c_schar",
|
|
135
|
+
"c_uchar",
|
|
136
|
+
"c_short",
|
|
137
|
+
"c_ushort",
|
|
138
|
+
"c_int",
|
|
139
|
+
"c_uint",
|
|
140
|
+
"c_long",
|
|
141
|
+
"c_ulong",
|
|
142
|
+
"size_t",
|
|
143
|
+
"ptrdiff_t",
|
|
144
|
+
"clock_t",
|
|
145
|
+
"time_t",
|
|
146
|
+
"c_longlong",
|
|
147
|
+
"c_ulonglong",
|
|
148
|
+
"intptr_t",
|
|
149
|
+
"uintptr_t",
|
|
150
|
+
"off_t",
|
|
151
|
+
"dev_t",
|
|
152
|
+
"ino_t",
|
|
153
|
+
"pid_t",
|
|
154
|
+
"mode_t",
|
|
155
|
+
"ssize_t"
|
|
156
|
+
],
|
|
157
|
+
constants: ["true", "false", "Some", "None", "Left", "Right", "Ok", "Err"],
|
|
158
|
+
supportConstants: [
|
|
159
|
+
"EXIT_FAILURE",
|
|
160
|
+
"EXIT_SUCCESS",
|
|
161
|
+
"RAND_MAX",
|
|
162
|
+
"EOF",
|
|
163
|
+
"SEEK_SET",
|
|
164
|
+
"SEEK_CUR",
|
|
165
|
+
"SEEK_END",
|
|
166
|
+
"_IOFBF",
|
|
167
|
+
"_IONBF",
|
|
168
|
+
"_IOLBF",
|
|
169
|
+
"BUFSIZ",
|
|
170
|
+
"FOPEN_MAX",
|
|
171
|
+
"FILENAME_MAX",
|
|
172
|
+
"L_tmpnam",
|
|
173
|
+
"TMP_MAX",
|
|
174
|
+
"O_RDONLY",
|
|
175
|
+
"O_WRONLY",
|
|
176
|
+
"O_RDWR",
|
|
177
|
+
"O_APPEND",
|
|
178
|
+
"O_CREAT",
|
|
179
|
+
"O_EXCL",
|
|
180
|
+
"O_TRUNC",
|
|
181
|
+
"S_IFIFO",
|
|
182
|
+
"S_IFCHR",
|
|
183
|
+
"S_IFBLK",
|
|
184
|
+
"S_IFDIR",
|
|
185
|
+
"S_IFREG",
|
|
186
|
+
"S_IFMT",
|
|
187
|
+
"S_IEXEC",
|
|
188
|
+
"S_IWRITE",
|
|
189
|
+
"S_IREAD",
|
|
190
|
+
"S_IRWXU",
|
|
191
|
+
"S_IXUSR",
|
|
192
|
+
"S_IWUSR",
|
|
193
|
+
"S_IRUSR",
|
|
194
|
+
"F_OK",
|
|
195
|
+
"R_OK",
|
|
196
|
+
"W_OK",
|
|
197
|
+
"X_OK",
|
|
198
|
+
"STDIN_FILENO",
|
|
199
|
+
"STDOUT_FILENO",
|
|
200
|
+
"STDERR_FILENO"
|
|
201
|
+
],
|
|
202
|
+
supportMacros: [
|
|
203
|
+
"format!",
|
|
204
|
+
"print!",
|
|
205
|
+
"println!",
|
|
206
|
+
"panic!",
|
|
207
|
+
"format_args!",
|
|
208
|
+
"unreachable!",
|
|
209
|
+
"write!",
|
|
210
|
+
"writeln!"
|
|
211
|
+
],
|
|
212
|
+
operators: [
|
|
213
|
+
"!",
|
|
214
|
+
"!=",
|
|
215
|
+
"%",
|
|
216
|
+
"%=",
|
|
217
|
+
"&",
|
|
218
|
+
"&=",
|
|
219
|
+
"&&",
|
|
220
|
+
"*",
|
|
221
|
+
"*=",
|
|
222
|
+
"+",
|
|
223
|
+
"+=",
|
|
224
|
+
"-",
|
|
225
|
+
"-=",
|
|
226
|
+
"->",
|
|
227
|
+
".",
|
|
228
|
+
"..",
|
|
229
|
+
"...",
|
|
230
|
+
"/",
|
|
231
|
+
"/=",
|
|
232
|
+
":",
|
|
233
|
+
";",
|
|
234
|
+
"<<",
|
|
235
|
+
"<<=",
|
|
236
|
+
"<",
|
|
237
|
+
"<=",
|
|
238
|
+
"=",
|
|
239
|
+
"==",
|
|
240
|
+
"=>",
|
|
241
|
+
">",
|
|
242
|
+
">=",
|
|
243
|
+
">>",
|
|
244
|
+
">>=",
|
|
245
|
+
"@",
|
|
246
|
+
"^",
|
|
247
|
+
"^=",
|
|
248
|
+
"|",
|
|
249
|
+
"|=",
|
|
250
|
+
"||",
|
|
251
|
+
"_",
|
|
252
|
+
"?",
|
|
253
|
+
"#"
|
|
254
|
+
],
|
|
255
|
+
escapes: /\\([nrt0\"''\\]|x\h{2}|u\{\h{1,6}\})/,
|
|
256
|
+
delimiters: /[,]/,
|
|
257
|
+
symbols: /[\#\!\%\&\*\+\-\.\/\:\;\<\=\>\@\^\|_\?]+/,
|
|
258
|
+
intSuffixes: /[iu](8|16|32|64|128|size)/,
|
|
259
|
+
floatSuffixes: /f(32|64)/,
|
|
260
|
+
tokenizer: {
|
|
261
|
+
root: [
|
|
262
|
+
// Raw string literals
|
|
263
|
+
[/r(#*)"/, { token: "string.quote", bracket: "@open", next: "@stringraw.$1" }],
|
|
264
|
+
[
|
|
265
|
+
/[a-zA-Z][a-zA-Z0-9_]*!?|_[a-zA-Z0-9_]+/,
|
|
266
|
+
{
|
|
267
|
+
cases: {
|
|
268
|
+
"@typeKeywords": "keyword.type",
|
|
269
|
+
"@keywords": "keyword",
|
|
270
|
+
"@supportConstants": "keyword",
|
|
271
|
+
"@supportMacros": "keyword",
|
|
272
|
+
"@constants": "keyword",
|
|
273
|
+
"@default": "identifier"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
// Designator
|
|
278
|
+
[/\$/, "identifier"],
|
|
279
|
+
// Lifetime annotations
|
|
280
|
+
[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/, "identifier"],
|
|
281
|
+
// Byte literal
|
|
282
|
+
[/'(\S|@escapes)'/, "string.byteliteral"],
|
|
283
|
+
// Strings
|
|
284
|
+
[/"/, { token: "string.quote", bracket: "@open", next: "@string" }],
|
|
285
|
+
{ include: "@numbers" },
|
|
286
|
+
// Whitespace + comments
|
|
287
|
+
{ include: "@whitespace" },
|
|
288
|
+
[
|
|
289
|
+
/@delimiters/,
|
|
290
|
+
{
|
|
291
|
+
cases: {
|
|
292
|
+
"@keywords": "keyword",
|
|
293
|
+
"@default": "delimiter"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
[/[{}()\[\]<>]/, "@brackets"],
|
|
298
|
+
[/@symbols/, { cases: { "@operators": "operator", "@default": "" } }]
|
|
299
|
+
],
|
|
300
|
+
whitespace: [
|
|
301
|
+
[/[ \t\r\n]+/, "white"],
|
|
302
|
+
[/\/\*/, "comment", "@comment"],
|
|
303
|
+
[/\/\/.*$/, "comment"]
|
|
304
|
+
],
|
|
305
|
+
comment: [
|
|
306
|
+
[/[^\/*]+/, "comment"],
|
|
307
|
+
[/\/\*/, "comment", "@push"],
|
|
308
|
+
["\\*/", "comment", "@pop"],
|
|
309
|
+
[/[\/*]/, "comment"]
|
|
310
|
+
],
|
|
311
|
+
string: [
|
|
312
|
+
[/[^\\"]+/, "string"],
|
|
313
|
+
[/@escapes/, "string.escape"],
|
|
314
|
+
[/\\./, "string.escape.invalid"],
|
|
315
|
+
[/"/, { token: "string.quote", bracket: "@close", next: "@pop" }]
|
|
316
|
+
],
|
|
317
|
+
stringraw: [
|
|
318
|
+
[/[^"#]+/, { token: "string" }],
|
|
319
|
+
[
|
|
320
|
+
/"(#*)/,
|
|
321
|
+
{
|
|
322
|
+
cases: {
|
|
323
|
+
"$1==$S2": { token: "string.quote", bracket: "@close", next: "@pop" },
|
|
324
|
+
"@default": { token: "string" }
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
[/["#]/, { token: "string" }]
|
|
329
|
+
],
|
|
330
|
+
numbers: [
|
|
331
|
+
//Octal
|
|
332
|
+
[/(0o[0-7_]+)(@intSuffixes)?/, { token: "number" }],
|
|
333
|
+
//Binary
|
|
334
|
+
[/(0b[0-1_]+)(@intSuffixes)?/, { token: "number" }],
|
|
335
|
+
//Exponent
|
|
336
|
+
[/[\d][\d_]*(\.[\d][\d_]*)?[eE][+-][\d_]+(@floatSuffixes)?/, { token: "number" }],
|
|
337
|
+
//Float
|
|
338
|
+
[/\b(\d\.?[\d_]*)(@floatSuffixes)?\b/, { token: "number" }],
|
|
339
|
+
//Hexadecimal
|
|
340
|
+
[/(0x[\da-fA-F]+)_?(@intSuffixes)?/, { token: "number" }],
|
|
341
|
+
//Integer
|
|
342
|
+
[/[\d][\d_]*(@intSuffixes?)?/, { token: "number" }]
|
|
343
|
+
]
|
|
344
|
+
}
|
|
345
|
+
};
|
|
346
|
+
export {
|
|
347
|
+
e as conf,
|
|
348
|
+
t as language
|
|
349
|
+
};
|
|
@@ -0,0 +1,121 @@
|
|
|
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
|
+
comments: {
|
|
9
|
+
lineComment: "'"
|
|
10
|
+
},
|
|
11
|
+
brackets: [
|
|
12
|
+
["(", ")"],
|
|
13
|
+
["[", "]"],
|
|
14
|
+
["If", "EndIf"],
|
|
15
|
+
["While", "EndWhile"],
|
|
16
|
+
["For", "EndFor"],
|
|
17
|
+
["Sub", "EndSub"]
|
|
18
|
+
],
|
|
19
|
+
autoClosingPairs: [
|
|
20
|
+
{ open: '"', close: '"', notIn: ["string", "comment"] },
|
|
21
|
+
{ open: "(", close: ")", notIn: ["string", "comment"] },
|
|
22
|
+
{ open: "[", close: "]", notIn: ["string", "comment"] }
|
|
23
|
+
]
|
|
24
|
+
}, o = {
|
|
25
|
+
defaultToken: "",
|
|
26
|
+
tokenPostfix: ".sb",
|
|
27
|
+
ignoreCase: !0,
|
|
28
|
+
brackets: [
|
|
29
|
+
{ token: "delimiter.array", open: "[", close: "]" },
|
|
30
|
+
{ token: "delimiter.parenthesis", open: "(", close: ")" },
|
|
31
|
+
// Special bracket statement pairs
|
|
32
|
+
{ token: "keyword.tag-if", open: "If", close: "EndIf" },
|
|
33
|
+
{ token: "keyword.tag-while", open: "While", close: "EndWhile" },
|
|
34
|
+
{ token: "keyword.tag-for", open: "For", close: "EndFor" },
|
|
35
|
+
{ token: "keyword.tag-sub", open: "Sub", close: "EndSub" }
|
|
36
|
+
],
|
|
37
|
+
keywords: [
|
|
38
|
+
"Else",
|
|
39
|
+
"ElseIf",
|
|
40
|
+
"EndFor",
|
|
41
|
+
"EndIf",
|
|
42
|
+
"EndSub",
|
|
43
|
+
"EndWhile",
|
|
44
|
+
"For",
|
|
45
|
+
"Goto",
|
|
46
|
+
"If",
|
|
47
|
+
"Step",
|
|
48
|
+
"Sub",
|
|
49
|
+
"Then",
|
|
50
|
+
"To",
|
|
51
|
+
"While"
|
|
52
|
+
],
|
|
53
|
+
tagwords: ["If", "Sub", "While", "For"],
|
|
54
|
+
operators: [">", "<", "<>", "<=", ">=", "And", "Or", "+", "-", "*", "/", "="],
|
|
55
|
+
// we include these common regular expressions
|
|
56
|
+
identifier: /[a-zA-Z_][\w]*/,
|
|
57
|
+
symbols: /[=><:+\-*\/%\.,]+/,
|
|
58
|
+
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
59
|
+
// The main tokenizer for our languages
|
|
60
|
+
tokenizer: {
|
|
61
|
+
root: [
|
|
62
|
+
// whitespace
|
|
63
|
+
{ include: "@whitespace" },
|
|
64
|
+
// classes
|
|
65
|
+
[/(@identifier)(?=[.])/, "type"],
|
|
66
|
+
// identifiers, tagwords, and keywords
|
|
67
|
+
[
|
|
68
|
+
/@identifier/,
|
|
69
|
+
{
|
|
70
|
+
cases: {
|
|
71
|
+
"@keywords": { token: "keyword.$0" },
|
|
72
|
+
"@operators": "operator",
|
|
73
|
+
"@default": "variable.name"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
// methods, properties, and events
|
|
78
|
+
[
|
|
79
|
+
/([.])(@identifier)/,
|
|
80
|
+
{
|
|
81
|
+
cases: {
|
|
82
|
+
$2: ["delimiter", "type.member"],
|
|
83
|
+
"@default": ""
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
// numbers
|
|
88
|
+
[/\d*\.\d+/, "number.float"],
|
|
89
|
+
[/\d+/, "number"],
|
|
90
|
+
// delimiters and operators
|
|
91
|
+
[/[()\[\]]/, "@brackets"],
|
|
92
|
+
[
|
|
93
|
+
/@symbols/,
|
|
94
|
+
{
|
|
95
|
+
cases: {
|
|
96
|
+
"@operators": "operator",
|
|
97
|
+
"@default": "delimiter"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
// strings
|
|
102
|
+
[/"([^"\\]|\\.)*$/, "string.invalid"],
|
|
103
|
+
// non-teminated string
|
|
104
|
+
[/"/, "string", "@string"]
|
|
105
|
+
],
|
|
106
|
+
whitespace: [
|
|
107
|
+
[/[ \t\r\n]+/, ""],
|
|
108
|
+
[/(\').*$/, "comment"]
|
|
109
|
+
],
|
|
110
|
+
string: [
|
|
111
|
+
[/[^\\"]+/, "string"],
|
|
112
|
+
[/@escapes/, "string.escape"],
|
|
113
|
+
[/\\./, "string.escape.invalid"],
|
|
114
|
+
[/"C?/, "string", "@pop"]
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
export {
|
|
119
|
+
e as conf,
|
|
120
|
+
o as language
|
|
121
|
+
};
|