@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.
Files changed (217) hide show
  1. package/dist/abap-DXvTa7XC.js +1404 -0
  2. package/dist/apex-DsQH3mjJ.js +332 -0
  3. package/dist/assets/css.worker-B_qZXUzt.js +84 -0
  4. package/dist/assets/editor.worker-HEmB0D7P.js +11 -0
  5. package/dist/assets/html.worker-D3WUrk8Q.js +458 -0
  6. package/dist/assets/json.worker-CAhUaBo4.js +42 -0
  7. package/dist/assets/rule-documentation.worker-BFIxMBU8.js +1 -0
  8. package/dist/assets/search-problems.worker-VJi4P9Gj.js +1 -0
  9. package/dist/azcli-Cir32SBk.js +74 -0
  10. package/dist/bat-BsNExolo.js +106 -0
  11. package/dist/bicep-2KcKzeQF.js +108 -0
  12. package/dist/cameligo-D0ezznwE.js +180 -0
  13. package/dist/clojure-DxYzAIlu.js +767 -0
  14. package/dist/coffee-DgiPTF3g.js +238 -0
  15. package/dist/components/editor/editor.d.ts +27 -0
  16. package/dist/components/editor/editor.js +192 -0
  17. package/dist/components/error-banner/error-banner.css.d.ts +2 -0
  18. package/dist/components/error-banner/error-banner.css.js +23 -0
  19. package/dist/components/error-banner/error-banner.d.ts +9 -0
  20. package/dist/components/error-banner/error-banner.js +40 -0
  21. package/dist/components/paginator/paginator-events.d.ts +4 -0
  22. package/dist/components/paginator/paginator-events.js +4 -0
  23. package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
  24. package/dist/components/paginator/paginator-navigator.css.js +35 -0
  25. package/dist/components/paginator/paginator-navigator.d.ts +27 -0
  26. package/dist/components/paginator/paginator-navigator.js +168 -0
  27. package/dist/components/paginator/paginator.css.d.ts +2 -0
  28. package/dist/components/paginator/paginator.css.js +38 -0
  29. package/dist/components/paginator/paginator.d.ts +22 -0
  30. package/dist/components/paginator/paginator.js +122 -0
  31. package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
  32. package/dist/components/percent-bar/percent-bar.css.js +65 -0
  33. package/dist/components/percent-bar/percent-bar.d.ts +11 -0
  34. package/dist/components/percent-bar/percent-bar.js +85 -0
  35. package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
  36. package/dist/components/problem-list/details-drawer.css.js +42 -0
  37. package/dist/components/problem-list/details-drawer.d.ts +22 -0
  38. package/dist/components/problem-list/details-drawer.js +66 -0
  39. package/dist/components/problem-list/filter.css.d.ts +2 -0
  40. package/dist/components/problem-list/filter.css.js +67 -0
  41. package/dist/components/problem-list/problem-item.css.d.ts +2 -0
  42. package/dist/components/problem-list/problem-item.css.js +170 -0
  43. package/dist/components/problem-list/problem-item.d.ts +27 -0
  44. package/dist/components/problem-list/problem-item.js +126 -0
  45. package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
  46. package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
  47. package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
  48. package/dist/components/problem-list/problem-label-view-filter.js +66 -0
  49. package/dist/components/problem-list/problem-list.css.d.ts +2 -0
  50. package/dist/components/problem-list/problem-list.css.js +59 -0
  51. package/dist/components/problem-list/problem-list.d.ts +37 -0
  52. package/dist/components/problem-list/problem-list.js +334 -0
  53. package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
  54. package/dist/components/problem-list/problem-mainview.css.js +100 -0
  55. package/dist/components/problem-list/problem-mainview.d.ts +20 -0
  56. package/dist/components/problem-list/problem-mainview.js +126 -0
  57. package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
  58. package/dist/components/problem-list/problem-rule-filter.js +67 -0
  59. package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
  60. package/dist/components/problem-list/problem-search-filter.js +45 -0
  61. package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
  62. package/dist/components/problem-list/problem-sort-filter.js +67 -0
  63. package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
  64. package/dist/components/problem-list/problem-toolbar.css.js +41 -0
  65. package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
  66. package/dist/components/problem-list/problem-toolbar.js +63 -0
  67. package/dist/components/problem-list/shared.css.d.ts +2 -0
  68. package/dist/components/problem-list/shared.css.js +91 -0
  69. package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
  70. package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
  71. package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
  72. package/dist/components/problems-overview/diagnostic-evaluation.js +119 -0
  73. package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
  74. package/dist/components/problems-overview/document-statistic.css.js +16 -0
  75. package/dist/components/problems-overview/document-statistic.d.ts +10 -0
  76. package/dist/components/problems-overview/document-statistic.js +49 -0
  77. package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
  78. package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
  79. package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
  80. package/dist/components/problems-overview/problem-overview-group.js +121 -0
  81. package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
  82. package/dist/components/problems-overview/problem-statistic.css.js +40 -0
  83. package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
  84. package/dist/components/problems-overview/problem-statistic.js +57 -0
  85. package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
  86. package/dist/components/problems-overview/problem-statistics.css.js +46 -0
  87. package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
  88. package/dist/components/problems-overview/problem-statistics.js +132 -0
  89. package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
  90. package/dist/components/problems-overview/problems-overview.css.js +49 -0
  91. package/dist/components/problems-overview/problems-overview.d.ts +21 -0
  92. package/dist/components/problems-overview/problems-overview.js +108 -0
  93. package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
  94. package/dist/components/render-json-path/render-json-path.css.js +86 -0
  95. package/dist/components/render-json-path/render-json-path.d.ts +11 -0
  96. package/dist/components/render-json-path/render-json-path.js +105 -0
  97. package/dist/components/the-doctor/settings.d.ts +5 -0
  98. package/dist/components/the-doctor/settings.js +22 -0
  99. package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
  100. package/dist/components/the-doctor/status-bar.css.js +47 -0
  101. package/dist/components/the-doctor/status-bar.d.ts +12 -0
  102. package/dist/components/the-doctor/status-bar.js +71 -0
  103. package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
  104. package/dist/components/the-doctor/the-doctor.css.js +156 -0
  105. package/dist/components/the-doctor/the-doctor.d.ts +57 -0
  106. package/dist/components/the-doctor/the-doctor.js +340 -0
  107. package/dist/cowboy-components-FcPnnXMU.js +114388 -0
  108. package/dist/cowboy-components.d.ts +5 -2
  109. package/dist/cowboy-components.js +8 -2
  110. package/dist/cowboy-components.umd.cjs +3997 -103
  111. package/dist/cpp-Bq-GnYlH.js +407 -0
  112. package/dist/csharp-IDcibKAT.js +332 -0
  113. package/dist/csp-QdYr8JWa.js +59 -0
  114. package/dist/css/button.css.d.ts +2 -0
  115. package/dist/css/button.css.js +34 -0
  116. package/dist/css/chroma-synxtax.css.d.ts +2 -0
  117. package/dist/css/chroma-synxtax.css.js +130 -0
  118. package/dist/css/cowboy-components.css +3 -0
  119. package/dist/css/links.css.d.ts +2 -0
  120. package/dist/css/links.css.js +17 -0
  121. package/dist/css/lists.css.d.ts +2 -0
  122. package/dist/css/lists.css.js +43 -0
  123. package/dist/css/pb33f-theme.css +2 -2
  124. package/dist/css/syntax.css.js +1 -1
  125. package/dist/css-C-wMMefI.js +193 -0
  126. package/dist/cssMode-DcUlnXpV.js +1541 -0
  127. package/dist/cypher-BfBo9yir.js +269 -0
  128. package/dist/dart-Cv3rVfv_.js +287 -0
  129. package/dist/dockerfile-DyCXBGhV.js +136 -0
  130. package/dist/ecl-COP_iObm.js +462 -0
  131. package/dist/elixir-DoEhbk9F.js +575 -0
  132. package/dist/events/doctor.d.ts +51 -0
  133. package/dist/events/doctor.js +17 -0
  134. package/dist/flow9-DuHGSNW1.js +148 -0
  135. package/dist/freemarker2-sY6FVddl.js +995 -0
  136. package/dist/fsharp-Dv9PDxVO.js +223 -0
  137. package/dist/go-CcdAeqiK.js +224 -0
  138. package/dist/graphql-CoRm4b1H.js +157 -0
  139. package/dist/handlebars-BqznQEC5.js +425 -0
  140. package/dist/hcl-BSgAhV5f.js +189 -0
  141. package/dist/html-DBpY_ZT1.js +314 -0
  142. package/dist/htmlMode-Cf0lYQWN.js +1551 -0
  143. package/dist/ini-ewx9HLIq.js +77 -0
  144. package/dist/java-B5lwcbTy.js +238 -0
  145. package/dist/javascript-DRgEI2Yf.js +76 -0
  146. package/dist/jsonMode-CmuECwTh.js +1958 -0
  147. package/dist/julia-NCcg_P_q.js +517 -0
  148. package/dist/kotlin-BYlnmGrb.js +259 -0
  149. package/dist/less-DG4tqgOo.js +168 -0
  150. package/dist/lexon-CTTPcJLv.js +163 -0
  151. package/dist/liquid-DWVJYCIL.js +246 -0
  152. package/dist/lua-CxQ1RWuo.js +168 -0
  153. package/dist/m3-mHFfpmgx.js +216 -0
  154. package/dist/markdown-Dh6sYULt.js +235 -0
  155. package/dist/mdx-Bjcj5AvL.js +171 -0
  156. package/dist/mips-CNUcjHD1.js +204 -0
  157. package/dist/model/document-statistics.d.ts +40 -0
  158. package/dist/model/document-statistics.js +4 -0
  159. package/dist/model/how_to_fix.d.ts +4 -0
  160. package/dist/model/how_to_fix.js +1 -0
  161. package/dist/model/problem.d.ts +19 -0
  162. package/dist/model/problem.js +106 -0
  163. package/dist/model/rule_documentation.d.ts +5 -0
  164. package/dist/model/rule_documentation.js +1 -0
  165. package/dist/model/session.d.ts +5 -0
  166. package/dist/model/session.js +1 -0
  167. package/dist/msdax-ZvxFeKvs.js +381 -0
  168. package/dist/mysql-COjg31sJ.js +884 -0
  169. package/dist/objective-c-BqrCFBhT.js +189 -0
  170. package/dist/pascal-CUpkilAS.js +257 -0
  171. package/dist/pascaligo-nJfvRJ7x.js +170 -0
  172. package/dist/perl-CWsX6Ysg.js +632 -0
  173. package/dist/pgsql-DwgpEXC8.js +857 -0
  174. package/dist/php-CrbKyd62.js +506 -0
  175. package/dist/pla-JxXT6Kb-.js +143 -0
  176. package/dist/postiats-BOdnTRGv.js +913 -0
  177. package/dist/powerquery-DTkwcXGH.js +896 -0
  178. package/dist/powershell-Cx53dGpt.js +245 -0
  179. package/dist/protobuf-Dp9vE-l-.js +426 -0
  180. package/dist/pug-BSjKVjwP.js +408 -0
  181. package/dist/python-CiN6iAi3.js +282 -0
  182. package/dist/qsharp-C5P1RxY3.js +291 -0
  183. package/dist/r-sEMYnclc.js +249 -0
  184. package/dist/razor-B4jDf_4z.js +556 -0
  185. package/dist/redis-DbzUc-fU.js +308 -0
  186. package/dist/redshift-nrLijj1O.js +815 -0
  187. package/dist/restructuredtext-CIbGUl6T.js +180 -0
  188. package/dist/ruby-JcYJisWg.js +517 -0
  189. package/dist/rust-BgbFBFXH.js +349 -0
  190. package/dist/sb-hRFFChi7.js +121 -0
  191. package/dist/scala-Cs0yVo3Q.js +376 -0
  192. package/dist/scheme-l_0jNtxy.js +114 -0
  193. package/dist/scss-C4l7ZIRR.js +268 -0
  194. package/dist/services/linting-service.d.ts +12 -0
  195. package/dist/services/linting-service.js +121 -0
  196. package/dist/shell-ikLk_l24.js +227 -0
  197. package/dist/solidity-4GxCaH9e.js +1373 -0
  198. package/dist/sophia-tX0WEZsZ.js +205 -0
  199. package/dist/sparql-D7ky-uMk.js +207 -0
  200. package/dist/sql-CqEfBVGS.js +859 -0
  201. package/dist/st-CNWQPqyI.js +422 -0
  202. package/dist/style.css +1 -1
  203. package/dist/swift-C_fDfC0d.js +318 -0
  204. package/dist/systemverilog-gAvsEtN_.js +582 -0
  205. package/dist/tcl-KbBChuA6.js +238 -0
  206. package/dist/tsMode-29i0IHrU.js +886 -0
  207. package/dist/twig-Bb652BpM.js +398 -0
  208. package/dist/typescript-FDohSLaF.js +349 -0
  209. package/dist/vb-2e5hSeUh.js +378 -0
  210. package/dist/wgsl-CYSDq0zg.js +445 -0
  211. package/dist/workers/rule-documentation.worker.d.ts +1 -0
  212. package/dist/workers/rule-documentation.worker.js +85 -0
  213. package/dist/workers/search-problems.worker.d.ts +1 -0
  214. package/dist/workers/search-problems.worker.js +19 -0
  215. package/dist/xml-BdgdiRK4.js +101 -0
  216. package/dist/yaml-CJDq-Ud3.js +212 -0
  217. package/package.json +6 -4
@@ -0,0 +1,408 @@
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
+ ["(", ")"]
15
+ ],
16
+ autoClosingPairs: [
17
+ { open: '"', close: '"', notIn: ["string", "comment"] },
18
+ { open: "'", close: "'", notIn: ["string", "comment"] },
19
+ { open: "{", close: "}", notIn: ["string", "comment"] },
20
+ { open: "[", close: "]", notIn: ["string", "comment"] },
21
+ { open: "(", close: ")", notIn: ["string", "comment"] }
22
+ ],
23
+ folding: {
24
+ offSide: !0
25
+ }
26
+ }, t = {
27
+ defaultToken: "",
28
+ tokenPostfix: ".pug",
29
+ ignoreCase: !0,
30
+ brackets: [
31
+ { token: "delimiter.curly", open: "{", close: "}" },
32
+ { token: "delimiter.array", open: "[", close: "]" },
33
+ { token: "delimiter.parenthesis", open: "(", close: ")" }
34
+ ],
35
+ keywords: [
36
+ "append",
37
+ "block",
38
+ "case",
39
+ "default",
40
+ "doctype",
41
+ "each",
42
+ "else",
43
+ "extends",
44
+ "for",
45
+ "if",
46
+ "in",
47
+ "include",
48
+ "mixin",
49
+ "typeof",
50
+ "unless",
51
+ "var",
52
+ "when"
53
+ ],
54
+ tags: [
55
+ "a",
56
+ "abbr",
57
+ "acronym",
58
+ "address",
59
+ "area",
60
+ "article",
61
+ "aside",
62
+ "audio",
63
+ "b",
64
+ "base",
65
+ "basefont",
66
+ "bdi",
67
+ "bdo",
68
+ "blockquote",
69
+ "body",
70
+ "br",
71
+ "button",
72
+ "canvas",
73
+ "caption",
74
+ "center",
75
+ "cite",
76
+ "code",
77
+ "col",
78
+ "colgroup",
79
+ "command",
80
+ "datalist",
81
+ "dd",
82
+ "del",
83
+ "details",
84
+ "dfn",
85
+ "div",
86
+ "dl",
87
+ "dt",
88
+ "em",
89
+ "embed",
90
+ "fieldset",
91
+ "figcaption",
92
+ "figure",
93
+ "font",
94
+ "footer",
95
+ "form",
96
+ "frame",
97
+ "frameset",
98
+ "h1",
99
+ "h2",
100
+ "h3",
101
+ "h4",
102
+ "h5",
103
+ "h6",
104
+ "head",
105
+ "header",
106
+ "hgroup",
107
+ "hr",
108
+ "html",
109
+ "i",
110
+ "iframe",
111
+ "img",
112
+ "input",
113
+ "ins",
114
+ "keygen",
115
+ "kbd",
116
+ "label",
117
+ "li",
118
+ "link",
119
+ "map",
120
+ "mark",
121
+ "menu",
122
+ "meta",
123
+ "meter",
124
+ "nav",
125
+ "noframes",
126
+ "noscript",
127
+ "object",
128
+ "ol",
129
+ "optgroup",
130
+ "option",
131
+ "output",
132
+ "p",
133
+ "param",
134
+ "pre",
135
+ "progress",
136
+ "q",
137
+ "rp",
138
+ "rt",
139
+ "ruby",
140
+ "s",
141
+ "samp",
142
+ "script",
143
+ "section",
144
+ "select",
145
+ "small",
146
+ "source",
147
+ "span",
148
+ "strike",
149
+ "strong",
150
+ "style",
151
+ "sub",
152
+ "summary",
153
+ "sup",
154
+ "table",
155
+ "tbody",
156
+ "td",
157
+ "textarea",
158
+ "tfoot",
159
+ "th",
160
+ "thead",
161
+ "time",
162
+ "title",
163
+ "tr",
164
+ "tracks",
165
+ "tt",
166
+ "u",
167
+ "ul",
168
+ "video",
169
+ "wbr"
170
+ ],
171
+ // we include these common regular expressions
172
+ symbols: /[\+\-\*\%\&\|\!\=\/\.\,\:]+/,
173
+ escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
174
+ tokenizer: {
175
+ root: [
176
+ // Tag or a keyword at start
177
+ [
178
+ /^(\s*)([a-zA-Z_-][\w-]*)/,
179
+ {
180
+ cases: {
181
+ "$2@tags": {
182
+ cases: {
183
+ "@eos": ["", "tag"],
184
+ "@default": ["", { token: "tag", next: "@tag.$1" }]
185
+ }
186
+ },
187
+ "$2@keywords": ["", { token: "keyword.$2" }],
188
+ "@default": ["", ""]
189
+ }
190
+ }
191
+ ],
192
+ // id
193
+ [
194
+ /^(\s*)(#[a-zA-Z_-][\w-]*)/,
195
+ {
196
+ cases: {
197
+ "@eos": ["", "tag.id"],
198
+ "@default": ["", { token: "tag.id", next: "@tag.$1" }]
199
+ }
200
+ }
201
+ ],
202
+ // class
203
+ [
204
+ /^(\s*)(\.[a-zA-Z_-][\w-]*)/,
205
+ {
206
+ cases: {
207
+ "@eos": ["", "tag.class"],
208
+ "@default": ["", { token: "tag.class", next: "@tag.$1" }]
209
+ }
210
+ }
211
+ ],
212
+ // plain text with pipe
213
+ [/^(\s*)(\|.*)$/, ""],
214
+ { include: "@whitespace" },
215
+ // keywords
216
+ [
217
+ /[a-zA-Z_$][\w$]*/,
218
+ {
219
+ cases: {
220
+ "@keywords": { token: "keyword.$0" },
221
+ "@default": ""
222
+ }
223
+ }
224
+ ],
225
+ // delimiters and operators
226
+ [/[{}()\[\]]/, "@brackets"],
227
+ [/@symbols/, "delimiter"],
228
+ // numbers
229
+ [/\d+\.\d+([eE][\-+]?\d+)?/, "number.float"],
230
+ [/\d+/, "number"],
231
+ // strings:
232
+ [/"/, "string", '@string."'],
233
+ [/'/, "string", "@string.'"]
234
+ ],
235
+ tag: [
236
+ [/(\.)(\s*$)/, [{ token: "delimiter", next: "@blockText.$S2." }, ""]],
237
+ [/\s+/, { token: "", next: "@simpleText" }],
238
+ // id
239
+ [
240
+ /#[a-zA-Z_-][\w-]*/,
241
+ {
242
+ cases: {
243
+ "@eos": { token: "tag.id", next: "@pop" },
244
+ "@default": "tag.id"
245
+ }
246
+ }
247
+ ],
248
+ // class
249
+ [
250
+ /\.[a-zA-Z_-][\w-]*/,
251
+ {
252
+ cases: {
253
+ "@eos": { token: "tag.class", next: "@pop" },
254
+ "@default": "tag.class"
255
+ }
256
+ }
257
+ ],
258
+ // attributes
259
+ [/\(/, { token: "delimiter.parenthesis", next: "@attributeList" }]
260
+ ],
261
+ simpleText: [
262
+ [/[^#]+$/, { token: "", next: "@popall" }],
263
+ [/[^#]+/, { token: "" }],
264
+ // interpolation
265
+ [
266
+ /(#{)([^}]*)(})/,
267
+ {
268
+ cases: {
269
+ "@eos": [
270
+ "interpolation.delimiter",
271
+ "interpolation",
272
+ {
273
+ token: "interpolation.delimiter",
274
+ next: "@popall"
275
+ }
276
+ ],
277
+ "@default": ["interpolation.delimiter", "interpolation", "interpolation.delimiter"]
278
+ }
279
+ }
280
+ ],
281
+ [/#$/, { token: "", next: "@popall" }],
282
+ [/#/, ""]
283
+ ],
284
+ attributeList: [
285
+ [/\s+/, ""],
286
+ [
287
+ /(\w+)(\s*=\s*)("|')/,
288
+ ["attribute.name", "delimiter", { token: "attribute.value", next: "@value.$3" }]
289
+ ],
290
+ [/\w+/, "attribute.name"],
291
+ [
292
+ /,/,
293
+ {
294
+ cases: {
295
+ "@eos": {
296
+ token: "attribute.delimiter",
297
+ next: "@popall"
298
+ },
299
+ "@default": "attribute.delimiter"
300
+ }
301
+ }
302
+ ],
303
+ [/\)$/, { token: "delimiter.parenthesis", next: "@popall" }],
304
+ [/\)/, { token: "delimiter.parenthesis", next: "@pop" }]
305
+ ],
306
+ whitespace: [
307
+ [/^(\s*)(\/\/.*)$/, { token: "comment", next: "@blockText.$1.comment" }],
308
+ [/[ \t\r\n]+/, ""],
309
+ [/<!--/, { token: "comment", next: "@comment" }]
310
+ ],
311
+ blockText: [
312
+ [
313
+ /^\s+.*$/,
314
+ {
315
+ cases: {
316
+ "($S2\\s+.*$)": { token: "$S3" },
317
+ "@default": { token: "@rematch", next: "@popall" }
318
+ }
319
+ }
320
+ ],
321
+ [/./, { token: "@rematch", next: "@popall" }]
322
+ ],
323
+ comment: [
324
+ [/[^<\-]+/, "comment.content"],
325
+ [/-->/, { token: "comment", next: "@pop" }],
326
+ [/<!--/, "comment.content.invalid"],
327
+ [/[<\-]/, "comment.content"]
328
+ ],
329
+ string: [
330
+ [
331
+ /[^\\"'#]+/,
332
+ {
333
+ cases: {
334
+ "@eos": { token: "string", next: "@popall" },
335
+ "@default": "string"
336
+ }
337
+ }
338
+ ],
339
+ [
340
+ /@escapes/,
341
+ {
342
+ cases: {
343
+ "@eos": { token: "string.escape", next: "@popall" },
344
+ "@default": "string.escape"
345
+ }
346
+ }
347
+ ],
348
+ [
349
+ /\\./,
350
+ {
351
+ cases: {
352
+ "@eos": {
353
+ token: "string.escape.invalid",
354
+ next: "@popall"
355
+ },
356
+ "@default": "string.escape.invalid"
357
+ }
358
+ }
359
+ ],
360
+ // interpolation
361
+ [/(#{)([^}]*)(})/, ["interpolation.delimiter", "interpolation", "interpolation.delimiter"]],
362
+ [/#/, "string"],
363
+ [
364
+ /["']/,
365
+ {
366
+ cases: {
367
+ "$#==$S2": { token: "string", next: "@pop" },
368
+ "@default": { token: "string" }
369
+ }
370
+ }
371
+ ]
372
+ ],
373
+ // Almost identical to above, except for escapes and the output token
374
+ value: [
375
+ [
376
+ /[^\\"']+/,
377
+ {
378
+ cases: {
379
+ "@eos": { token: "attribute.value", next: "@popall" },
380
+ "@default": "attribute.value"
381
+ }
382
+ }
383
+ ],
384
+ [
385
+ /\\./,
386
+ {
387
+ cases: {
388
+ "@eos": { token: "attribute.value", next: "@popall" },
389
+ "@default": "attribute.value"
390
+ }
391
+ }
392
+ ],
393
+ [
394
+ /["']/,
395
+ {
396
+ cases: {
397
+ "$#==$S2": { token: "attribute.value", next: "@pop" },
398
+ "@default": { token: "attribute.value" }
399
+ }
400
+ }
401
+ ]
402
+ ]
403
+ }
404
+ };
405
+ export {
406
+ e as conf,
407
+ t as language
408
+ };
@@ -0,0 +1,282 @@
1
+ import { m as a } from "./cowboy-components-FcPnnXMU.js";
2
+ /*!-----------------------------------------------------------------------------
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ * Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
5
+ * Released under the MIT license
6
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
7
+ *-----------------------------------------------------------------------------*/
8
+ var l = Object.defineProperty, c = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, o = (t, e, n, s) => {
9
+ if (e && typeof e == "object" || typeof e == "function")
10
+ for (let r of p(e))
11
+ !d.call(t, r) && r !== n && l(t, r, { get: () => e[r], enumerable: !(s = c(e, r)) || s.enumerable });
12
+ return t;
13
+ }, _ = (t, e, n) => (o(t, e, "default"), n && o(n, e, "default")), i = {};
14
+ _(i, a);
15
+ var m = {
16
+ comments: {
17
+ lineComment: "#",
18
+ blockComment: ["'''", "'''"]
19
+ },
20
+ brackets: [
21
+ ["{", "}"],
22
+ ["[", "]"],
23
+ ["(", ")"]
24
+ ],
25
+ autoClosingPairs: [
26
+ { open: "{", close: "}" },
27
+ { open: "[", close: "]" },
28
+ { open: "(", close: ")" },
29
+ { open: '"', close: '"', notIn: ["string"] },
30
+ { open: "'", close: "'", notIn: ["string", "comment"] }
31
+ ],
32
+ surroundingPairs: [
33
+ { open: "{", close: "}" },
34
+ { open: "[", close: "]" },
35
+ { open: "(", close: ")" },
36
+ { open: '"', close: '"' },
37
+ { open: "'", close: "'" }
38
+ ],
39
+ onEnterRules: [
40
+ {
41
+ beforeText: new RegExp(
42
+ "^\\s*(?:def|class|for|if|elif|else|while|try|with|finally|except|async|match|case).*?:\\s*$"
43
+ ),
44
+ action: { indentAction: i.languages.IndentAction.Indent }
45
+ }
46
+ ],
47
+ folding: {
48
+ offSide: !0,
49
+ markers: {
50
+ start: new RegExp("^\\s*#region\\b"),
51
+ end: new RegExp("^\\s*#endregion\\b")
52
+ }
53
+ }
54
+ }, b = {
55
+ defaultToken: "",
56
+ tokenPostfix: ".python",
57
+ keywords: [
58
+ // This section is the result of running
59
+ // `import keyword; for k in sorted(keyword.kwlist + keyword.softkwlist): print(" '" + k + "',")`
60
+ // in a Python REPL,
61
+ // though note that the output from Python 3 is not a strict superset of the
62
+ // output from Python 2.
63
+ "False",
64
+ // promoted to keyword.kwlist in Python 3
65
+ "None",
66
+ // promoted to keyword.kwlist in Python 3
67
+ "True",
68
+ // promoted to keyword.kwlist in Python 3
69
+ "_",
70
+ // new in Python 3.10
71
+ "and",
72
+ "as",
73
+ "assert",
74
+ "async",
75
+ // new in Python 3
76
+ "await",
77
+ // new in Python 3
78
+ "break",
79
+ "case",
80
+ // new in Python 3.10
81
+ "class",
82
+ "continue",
83
+ "def",
84
+ "del",
85
+ "elif",
86
+ "else",
87
+ "except",
88
+ "exec",
89
+ // Python 2, but not 3.
90
+ "finally",
91
+ "for",
92
+ "from",
93
+ "global",
94
+ "if",
95
+ "import",
96
+ "in",
97
+ "is",
98
+ "lambda",
99
+ "match",
100
+ // new in Python 3.10
101
+ "nonlocal",
102
+ // new in Python 3
103
+ "not",
104
+ "or",
105
+ "pass",
106
+ "print",
107
+ // Python 2, but not 3.
108
+ "raise",
109
+ "return",
110
+ "try",
111
+ "type",
112
+ // new in Python 3.12
113
+ "while",
114
+ "with",
115
+ "yield",
116
+ "int",
117
+ "float",
118
+ "long",
119
+ "complex",
120
+ "hex",
121
+ "abs",
122
+ "all",
123
+ "any",
124
+ "apply",
125
+ "basestring",
126
+ "bin",
127
+ "bool",
128
+ "buffer",
129
+ "bytearray",
130
+ "callable",
131
+ "chr",
132
+ "classmethod",
133
+ "cmp",
134
+ "coerce",
135
+ "compile",
136
+ "complex",
137
+ "delattr",
138
+ "dict",
139
+ "dir",
140
+ "divmod",
141
+ "enumerate",
142
+ "eval",
143
+ "execfile",
144
+ "file",
145
+ "filter",
146
+ "format",
147
+ "frozenset",
148
+ "getattr",
149
+ "globals",
150
+ "hasattr",
151
+ "hash",
152
+ "help",
153
+ "id",
154
+ "input",
155
+ "intern",
156
+ "isinstance",
157
+ "issubclass",
158
+ "iter",
159
+ "len",
160
+ "locals",
161
+ "list",
162
+ "map",
163
+ "max",
164
+ "memoryview",
165
+ "min",
166
+ "next",
167
+ "object",
168
+ "oct",
169
+ "open",
170
+ "ord",
171
+ "pow",
172
+ "print",
173
+ "property",
174
+ "reversed",
175
+ "range",
176
+ "raw_input",
177
+ "reduce",
178
+ "reload",
179
+ "repr",
180
+ "reversed",
181
+ "round",
182
+ "self",
183
+ "set",
184
+ "setattr",
185
+ "slice",
186
+ "sorted",
187
+ "staticmethod",
188
+ "str",
189
+ "sum",
190
+ "super",
191
+ "tuple",
192
+ "type",
193
+ "unichr",
194
+ "unicode",
195
+ "vars",
196
+ "xrange",
197
+ "zip",
198
+ "__dict__",
199
+ "__methods__",
200
+ "__members__",
201
+ "__class__",
202
+ "__bases__",
203
+ "__name__",
204
+ "__mro__",
205
+ "__subclasses__",
206
+ "__init__",
207
+ "__import__"
208
+ ],
209
+ brackets: [
210
+ { open: "{", close: "}", token: "delimiter.curly" },
211
+ { open: "[", close: "]", token: "delimiter.bracket" },
212
+ { open: "(", close: ")", token: "delimiter.parenthesis" }
213
+ ],
214
+ tokenizer: {
215
+ root: [
216
+ { include: "@whitespace" },
217
+ { include: "@numbers" },
218
+ { include: "@strings" },
219
+ [/[,:;]/, "delimiter"],
220
+ [/[{}\[\]()]/, "@brackets"],
221
+ [/@[a-zA-Z_]\w*/, "tag"],
222
+ [
223
+ /[a-zA-Z_]\w*/,
224
+ {
225
+ cases: {
226
+ "@keywords": "keyword",
227
+ "@default": "identifier"
228
+ }
229
+ }
230
+ ]
231
+ ],
232
+ // Deal with white space, including single and multi-line comments
233
+ whitespace: [
234
+ [/\s+/, "white"],
235
+ [/(^#.*$)/, "comment"],
236
+ [/'''/, "string", "@endDocString"],
237
+ [/"""/, "string", "@endDblDocString"]
238
+ ],
239
+ endDocString: [
240
+ [/[^']+/, "string"],
241
+ [/\\'/, "string"],
242
+ [/'''/, "string", "@popall"],
243
+ [/'/, "string"]
244
+ ],
245
+ endDblDocString: [
246
+ [/[^"]+/, "string"],
247
+ [/\\"/, "string"],
248
+ [/"""/, "string", "@popall"],
249
+ [/"/, "string"]
250
+ ],
251
+ // Recognize hex, negatives, decimals, imaginaries, longs, and scientific notation
252
+ numbers: [
253
+ [/-?0x([abcdef]|[ABCDEF]|\d)+[lL]?/, "number.hex"],
254
+ [/-?(\d*\.)?\d+([eE][+\-]?\d+)?[jJ]?[lL]?/, "number"]
255
+ ],
256
+ // Recognize strings, including those broken across lines with \ (but not without)
257
+ strings: [
258
+ [/'$/, "string.escape", "@popall"],
259
+ [/'/, "string.escape", "@stringBody"],
260
+ [/"$/, "string.escape", "@popall"],
261
+ [/"/, "string.escape", "@dblStringBody"]
262
+ ],
263
+ stringBody: [
264
+ [/[^\\']+$/, "string", "@popall"],
265
+ [/[^\\']+/, "string"],
266
+ [/\\./, "string"],
267
+ [/'/, "string.escape", "@popall"],
268
+ [/\\$/, "string"]
269
+ ],
270
+ dblStringBody: [
271
+ [/[^\\"]+$/, "string", "@popall"],
272
+ [/[^\\"]+/, "string"],
273
+ [/\\./, "string"],
274
+ [/"/, "string.escape", "@popall"],
275
+ [/\\$/, "string"]
276
+ ]
277
+ }
278
+ };
279
+ export {
280
+ m as conf,
281
+ b as language
282
+ };