@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,425 @@
1
+ import { m as i } 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 s = Object.defineProperty, d = Object.getOwnPropertyDescriptor, c = Object.getOwnPropertyNames, p = Object.prototype.hasOwnProperty, o = (t, e, a, m) => {
9
+ if (e && typeof e == "object" || typeof e == "function")
10
+ for (let n of c(e))
11
+ !p.call(t, n) && n !== a && s(t, n, { get: () => e[n], enumerable: !(m = d(e, n)) || m.enumerable });
12
+ return t;
13
+ }, h = (t, e, a) => (o(t, e, "default"), a && o(a, e, "default")), r = {};
14
+ h(r, i);
15
+ var l = [
16
+ "area",
17
+ "base",
18
+ "br",
19
+ "col",
20
+ "embed",
21
+ "hr",
22
+ "img",
23
+ "input",
24
+ "keygen",
25
+ "link",
26
+ "menuitem",
27
+ "meta",
28
+ "param",
29
+ "source",
30
+ "track",
31
+ "wbr"
32
+ ], u = {
33
+ wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,
34
+ comments: {
35
+ blockComment: ["{{!--", "--}}"]
36
+ },
37
+ brackets: [
38
+ ["<!--", "-->"],
39
+ ["<", ">"],
40
+ ["{{", "}}"],
41
+ ["{", "}"],
42
+ ["(", ")"]
43
+ ],
44
+ autoClosingPairs: [
45
+ { open: "{", close: "}" },
46
+ { open: "[", close: "]" },
47
+ { open: "(", close: ")" },
48
+ { open: '"', close: '"' },
49
+ { open: "'", close: "'" }
50
+ ],
51
+ surroundingPairs: [
52
+ { open: "<", close: ">" },
53
+ { open: '"', close: '"' },
54
+ { open: "'", close: "'" }
55
+ ],
56
+ onEnterRules: [
57
+ {
58
+ beforeText: new RegExp(
59
+ `<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,
60
+ "i"
61
+ ),
62
+ afterText: /^<\/(\w[\w\d]*)\s*>$/i,
63
+ action: {
64
+ indentAction: r.languages.IndentAction.IndentOutdent
65
+ }
66
+ },
67
+ {
68
+ beforeText: new RegExp(
69
+ `<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,
70
+ "i"
71
+ ),
72
+ action: { indentAction: r.languages.IndentAction.Indent }
73
+ }
74
+ ]
75
+ }, y = {
76
+ defaultToken: "",
77
+ tokenPostfix: "",
78
+ // ignoreCase: true,
79
+ // The main tokenizer for our languages
80
+ tokenizer: {
81
+ root: [
82
+ [/\{\{!--/, "comment.block.start.handlebars", "@commentBlock"],
83
+ [/\{\{!/, "comment.start.handlebars", "@comment"],
84
+ [/\{\{/, { token: "@rematch", switchTo: "@handlebarsInSimpleState.root" }],
85
+ [/<!DOCTYPE/, "metatag.html", "@doctype"],
86
+ [/<!--/, "comment.html", "@commentHtml"],
87
+ [/(<)(\w+)(\/>)/, ["delimiter.html", "tag.html", "delimiter.html"]],
88
+ [/(<)(script)/, ["delimiter.html", { token: "tag.html", next: "@script" }]],
89
+ [/(<)(style)/, ["delimiter.html", { token: "tag.html", next: "@style" }]],
90
+ [/(<)([:\w]+)/, ["delimiter.html", { token: "tag.html", next: "@otherTag" }]],
91
+ [/(<\/)(\w+)/, ["delimiter.html", { token: "tag.html", next: "@otherTag" }]],
92
+ [/</, "delimiter.html"],
93
+ [/\{/, "delimiter.html"],
94
+ [/[^<{]+/]
95
+ // text
96
+ ],
97
+ doctype: [
98
+ [
99
+ /\{\{/,
100
+ {
101
+ token: "@rematch",
102
+ switchTo: "@handlebarsInSimpleState.comment"
103
+ }
104
+ ],
105
+ [/[^>]+/, "metatag.content.html"],
106
+ [/>/, "metatag.html", "@pop"]
107
+ ],
108
+ comment: [
109
+ [/\}\}/, "comment.end.handlebars", "@pop"],
110
+ [/./, "comment.content.handlebars"]
111
+ ],
112
+ commentBlock: [
113
+ [/--\}\}/, "comment.block.end.handlebars", "@pop"],
114
+ [/./, "comment.content.handlebars"]
115
+ ],
116
+ commentHtml: [
117
+ [
118
+ /\{\{/,
119
+ {
120
+ token: "@rematch",
121
+ switchTo: "@handlebarsInSimpleState.comment"
122
+ }
123
+ ],
124
+ [/-->/, "comment.html", "@pop"],
125
+ [/[^-]+/, "comment.content.html"],
126
+ [/./, "comment.content.html"]
127
+ ],
128
+ otherTag: [
129
+ [
130
+ /\{\{/,
131
+ {
132
+ token: "@rematch",
133
+ switchTo: "@handlebarsInSimpleState.otherTag"
134
+ }
135
+ ],
136
+ [/\/?>/, "delimiter.html", "@pop"],
137
+ [/"([^"]*)"/, "attribute.value"],
138
+ [/'([^']*)'/, "attribute.value"],
139
+ [/[\w\-]+/, "attribute.name"],
140
+ [/=/, "delimiter"],
141
+ [/[ \t\r\n]+/]
142
+ // whitespace
143
+ ],
144
+ // -- BEGIN <script> tags handling
145
+ // After <script
146
+ script: [
147
+ [
148
+ /\{\{/,
149
+ {
150
+ token: "@rematch",
151
+ switchTo: "@handlebarsInSimpleState.script"
152
+ }
153
+ ],
154
+ [/type/, "attribute.name", "@scriptAfterType"],
155
+ [/"([^"]*)"/, "attribute.value"],
156
+ [/'([^']*)'/, "attribute.value"],
157
+ [/[\w\-]+/, "attribute.name"],
158
+ [/=/, "delimiter"],
159
+ [
160
+ />/,
161
+ {
162
+ token: "delimiter.html",
163
+ next: "@scriptEmbedded.text/javascript",
164
+ nextEmbedded: "text/javascript"
165
+ }
166
+ ],
167
+ [/[ \t\r\n]+/],
168
+ // whitespace
169
+ [
170
+ /(<\/)(script\s*)(>)/,
171
+ ["delimiter.html", "tag.html", { token: "delimiter.html", next: "@pop" }]
172
+ ]
173
+ ],
174
+ // After <script ... type
175
+ scriptAfterType: [
176
+ [
177
+ /\{\{/,
178
+ {
179
+ token: "@rematch",
180
+ switchTo: "@handlebarsInSimpleState.scriptAfterType"
181
+ }
182
+ ],
183
+ [/=/, "delimiter", "@scriptAfterTypeEquals"],
184
+ [
185
+ />/,
186
+ {
187
+ token: "delimiter.html",
188
+ next: "@scriptEmbedded.text/javascript",
189
+ nextEmbedded: "text/javascript"
190
+ }
191
+ ],
192
+ // cover invalid e.g. <script type>
193
+ [/[ \t\r\n]+/],
194
+ // whitespace
195
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
196
+ ],
197
+ // After <script ... type =
198
+ scriptAfterTypeEquals: [
199
+ [
200
+ /\{\{/,
201
+ {
202
+ token: "@rematch",
203
+ switchTo: "@handlebarsInSimpleState.scriptAfterTypeEquals"
204
+ }
205
+ ],
206
+ [
207
+ /"([^"]*)"/,
208
+ {
209
+ token: "attribute.value",
210
+ switchTo: "@scriptWithCustomType.$1"
211
+ }
212
+ ],
213
+ [
214
+ /'([^']*)'/,
215
+ {
216
+ token: "attribute.value",
217
+ switchTo: "@scriptWithCustomType.$1"
218
+ }
219
+ ],
220
+ [
221
+ />/,
222
+ {
223
+ token: "delimiter.html",
224
+ next: "@scriptEmbedded.text/javascript",
225
+ nextEmbedded: "text/javascript"
226
+ }
227
+ ],
228
+ // cover invalid e.g. <script type=>
229
+ [/[ \t\r\n]+/],
230
+ // whitespace
231
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
232
+ ],
233
+ // After <script ... type = $S2
234
+ scriptWithCustomType: [
235
+ [
236
+ /\{\{/,
237
+ {
238
+ token: "@rematch",
239
+ switchTo: "@handlebarsInSimpleState.scriptWithCustomType.$S2"
240
+ }
241
+ ],
242
+ [
243
+ />/,
244
+ {
245
+ token: "delimiter.html",
246
+ next: "@scriptEmbedded.$S2",
247
+ nextEmbedded: "$S2"
248
+ }
249
+ ],
250
+ [/"([^"]*)"/, "attribute.value"],
251
+ [/'([^']*)'/, "attribute.value"],
252
+ [/[\w\-]+/, "attribute.name"],
253
+ [/=/, "delimiter"],
254
+ [/[ \t\r\n]+/],
255
+ // whitespace
256
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
257
+ ],
258
+ scriptEmbedded: [
259
+ [
260
+ /\{\{/,
261
+ {
262
+ token: "@rematch",
263
+ switchTo: "@handlebarsInEmbeddedState.scriptEmbedded.$S2",
264
+ nextEmbedded: "@pop"
265
+ }
266
+ ],
267
+ [/<\/script/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }]
268
+ ],
269
+ // -- END <script> tags handling
270
+ // -- BEGIN <style> tags handling
271
+ // After <style
272
+ style: [
273
+ [
274
+ /\{\{/,
275
+ {
276
+ token: "@rematch",
277
+ switchTo: "@handlebarsInSimpleState.style"
278
+ }
279
+ ],
280
+ [/type/, "attribute.name", "@styleAfterType"],
281
+ [/"([^"]*)"/, "attribute.value"],
282
+ [/'([^']*)'/, "attribute.value"],
283
+ [/[\w\-]+/, "attribute.name"],
284
+ [/=/, "delimiter"],
285
+ [
286
+ />/,
287
+ {
288
+ token: "delimiter.html",
289
+ next: "@styleEmbedded.text/css",
290
+ nextEmbedded: "text/css"
291
+ }
292
+ ],
293
+ [/[ \t\r\n]+/],
294
+ // whitespace
295
+ [
296
+ /(<\/)(style\s*)(>)/,
297
+ ["delimiter.html", "tag.html", { token: "delimiter.html", next: "@pop" }]
298
+ ]
299
+ ],
300
+ // After <style ... type
301
+ styleAfterType: [
302
+ [
303
+ /\{\{/,
304
+ {
305
+ token: "@rematch",
306
+ switchTo: "@handlebarsInSimpleState.styleAfterType"
307
+ }
308
+ ],
309
+ [/=/, "delimiter", "@styleAfterTypeEquals"],
310
+ [
311
+ />/,
312
+ {
313
+ token: "delimiter.html",
314
+ next: "@styleEmbedded.text/css",
315
+ nextEmbedded: "text/css"
316
+ }
317
+ ],
318
+ // cover invalid e.g. <style type>
319
+ [/[ \t\r\n]+/],
320
+ // whitespace
321
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
322
+ ],
323
+ // After <style ... type =
324
+ styleAfterTypeEquals: [
325
+ [
326
+ /\{\{/,
327
+ {
328
+ token: "@rematch",
329
+ switchTo: "@handlebarsInSimpleState.styleAfterTypeEquals"
330
+ }
331
+ ],
332
+ [
333
+ /"([^"]*)"/,
334
+ {
335
+ token: "attribute.value",
336
+ switchTo: "@styleWithCustomType.$1"
337
+ }
338
+ ],
339
+ [
340
+ /'([^']*)'/,
341
+ {
342
+ token: "attribute.value",
343
+ switchTo: "@styleWithCustomType.$1"
344
+ }
345
+ ],
346
+ [
347
+ />/,
348
+ {
349
+ token: "delimiter.html",
350
+ next: "@styleEmbedded.text/css",
351
+ nextEmbedded: "text/css"
352
+ }
353
+ ],
354
+ // cover invalid e.g. <style type=>
355
+ [/[ \t\r\n]+/],
356
+ // whitespace
357
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
358
+ ],
359
+ // After <style ... type = $S2
360
+ styleWithCustomType: [
361
+ [
362
+ /\{\{/,
363
+ {
364
+ token: "@rematch",
365
+ switchTo: "@handlebarsInSimpleState.styleWithCustomType.$S2"
366
+ }
367
+ ],
368
+ [
369
+ />/,
370
+ {
371
+ token: "delimiter.html",
372
+ next: "@styleEmbedded.$S2",
373
+ nextEmbedded: "$S2"
374
+ }
375
+ ],
376
+ [/"([^"]*)"/, "attribute.value"],
377
+ [/'([^']*)'/, "attribute.value"],
378
+ [/[\w\-]+/, "attribute.name"],
379
+ [/=/, "delimiter"],
380
+ [/[ \t\r\n]+/],
381
+ // whitespace
382
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
383
+ ],
384
+ styleEmbedded: [
385
+ [
386
+ /\{\{/,
387
+ {
388
+ token: "@rematch",
389
+ switchTo: "@handlebarsInEmbeddedState.styleEmbedded.$S2",
390
+ nextEmbedded: "@pop"
391
+ }
392
+ ],
393
+ [/<\/style/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }]
394
+ ],
395
+ // -- END <style> tags handling
396
+ handlebarsInSimpleState: [
397
+ [/\{\{\{?/, "delimiter.handlebars"],
398
+ [/\}\}\}?/, { token: "delimiter.handlebars", switchTo: "@$S2.$S3" }],
399
+ { include: "handlebarsRoot" }
400
+ ],
401
+ handlebarsInEmbeddedState: [
402
+ [/\{\{\{?/, "delimiter.handlebars"],
403
+ [
404
+ /\}\}\}?/,
405
+ {
406
+ token: "delimiter.handlebars",
407
+ switchTo: "@$S2.$S3",
408
+ nextEmbedded: "$S3"
409
+ }
410
+ ],
411
+ { include: "handlebarsRoot" }
412
+ ],
413
+ handlebarsRoot: [
414
+ [/"[^"]*"/, "string.handlebars"],
415
+ [/[#/][^\s}]+/, "keyword.helper.handlebars"],
416
+ [/else\b/, "keyword.helper.handlebars"],
417
+ [/[\s]+/],
418
+ [/[^}]/, "variable.parameter.handlebars"]
419
+ ]
420
+ }
421
+ };
422
+ export {
423
+ u as conf,
424
+ y as language
425
+ };
@@ -0,0 +1,189 @@
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
+ ]
29
+ }, t = {
30
+ defaultToken: "",
31
+ tokenPostfix: ".hcl",
32
+ keywords: [
33
+ "var",
34
+ "local",
35
+ "path",
36
+ "for_each",
37
+ "any",
38
+ "string",
39
+ "number",
40
+ "bool",
41
+ "true",
42
+ "false",
43
+ "null",
44
+ "if ",
45
+ "else ",
46
+ "endif ",
47
+ "for ",
48
+ "in",
49
+ "endfor"
50
+ ],
51
+ operators: [
52
+ "=",
53
+ ">=",
54
+ "<=",
55
+ "==",
56
+ "!=",
57
+ "+",
58
+ "-",
59
+ "*",
60
+ "/",
61
+ "%",
62
+ "&&",
63
+ "||",
64
+ "!",
65
+ "<",
66
+ ">",
67
+ "?",
68
+ "...",
69
+ ":"
70
+ ],
71
+ symbols: /[=><!~?:&|+\-*\/\^%]+/,
72
+ escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
73
+ terraformFunctions: /(abs|ceil|floor|log|max|min|pow|signum|chomp|format|formatlist|indent|join|lower|regex|regexall|replace|split|strrev|substr|title|trimspace|upper|chunklist|coalesce|coalescelist|compact|concat|contains|distinct|element|flatten|index|keys|length|list|lookup|map|matchkeys|merge|range|reverse|setintersection|setproduct|setunion|slice|sort|transpose|values|zipmap|base64decode|base64encode|base64gzip|csvdecode|jsondecode|jsonencode|urlencode|yamldecode|yamlencode|abspath|dirname|pathexpand|basename|file|fileexists|fileset|filebase64|templatefile|formatdate|timeadd|timestamp|base64sha256|base64sha512|bcrypt|filebase64sha256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha256|sha512|uuid|uuidv5|cidrhost|cidrnetmask|cidrsubnet|tobool|tolist|tomap|tonumber|toset|tostring)/,
74
+ terraformMainBlocks: /(module|data|terraform|resource|provider|variable|output|locals)/,
75
+ tokenizer: {
76
+ root: [
77
+ // highlight main blocks
78
+ [
79
+ /^@terraformMainBlocks([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)(\{)/,
80
+ ["type", "", "string", "", "string", "", "@brackets"]
81
+ ],
82
+ // highlight all the remaining blocks
83
+ [
84
+ /(\w+[ \t]+)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)(\{)/,
85
+ ["identifier", "", "string", "", "string", "", "@brackets"]
86
+ ],
87
+ // highlight block
88
+ [
89
+ /(\w+[ \t]+)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)(=)(\{)/,
90
+ ["identifier", "", "string", "", "operator", "", "@brackets"]
91
+ ],
92
+ // terraform general highlight - shared with expressions
93
+ { include: "@terraform" }
94
+ ],
95
+ terraform: [
96
+ // highlight terraform functions
97
+ [/@terraformFunctions(\()/, ["type", "@brackets"]],
98
+ // all other words are variables or keywords
99
+ [
100
+ /[a-zA-Z_]\w*-*/,
101
+ // must work with variables such as foo-bar and also with negative numbers
102
+ {
103
+ cases: {
104
+ "@keywords": { token: "keyword.$0" },
105
+ "@default": "variable"
106
+ }
107
+ }
108
+ ],
109
+ { include: "@whitespace" },
110
+ { include: "@heredoc" },
111
+ // delimiters and operators
112
+ [/[{}()\[\]]/, "@brackets"],
113
+ [/[<>](?!@symbols)/, "@brackets"],
114
+ [
115
+ /@symbols/,
116
+ {
117
+ cases: {
118
+ "@operators": "operator",
119
+ "@default": ""
120
+ }
121
+ }
122
+ ],
123
+ // numbers
124
+ [/\d*\d+[eE]([\-+]?\d+)?/, "number.float"],
125
+ [/\d*\.\d+([eE][\-+]?\d+)?/, "number.float"],
126
+ [/\d[\d']*/, "number"],
127
+ [/\d/, "number"],
128
+ [/[;,.]/, "delimiter"],
129
+ // delimiter: after number because of .\d floats
130
+ // strings
131
+ [/"/, "string", "@string"],
132
+ // this will include expressions
133
+ [/'/, "invalid"]
134
+ ],
135
+ heredoc: [
136
+ [/<<[-]*\s*["]?([\w\-]+)["]?/, { token: "string.heredoc.delimiter", next: "@heredocBody.$1" }]
137
+ ],
138
+ heredocBody: [
139
+ [
140
+ /([\w\-]+)$/,
141
+ {
142
+ cases: {
143
+ "$1==$S2": [
144
+ {
145
+ token: "string.heredoc.delimiter",
146
+ next: "@popall"
147
+ }
148
+ ],
149
+ "@default": "string.heredoc"
150
+ }
151
+ }
152
+ ],
153
+ [/./, "string.heredoc"]
154
+ ],
155
+ whitespace: [
156
+ [/[ \t\r\n]+/, ""],
157
+ [/\/\*/, "comment", "@comment"],
158
+ [/\/\/.*$/, "comment"],
159
+ [/#.*$/, "comment"]
160
+ ],
161
+ comment: [
162
+ [/[^\/*]+/, "comment"],
163
+ [/\*\//, "comment", "@pop"],
164
+ [/[\/*]/, "comment"]
165
+ ],
166
+ string: [
167
+ [/\$\{/, { token: "delimiter", next: "@stringExpression" }],
168
+ [/[^\\"\$]+/, "string"],
169
+ [/@escapes/, "string.escape"],
170
+ [/\\./, "string.escape.invalid"],
171
+ [/"/, "string", "@popall"]
172
+ ],
173
+ stringInsideExpression: [
174
+ [/[^\\"]+/, "string"],
175
+ [/@escapes/, "string.escape"],
176
+ [/\\./, "string.escape.invalid"],
177
+ [/"/, "string", "@pop"]
178
+ ],
179
+ stringExpression: [
180
+ [/\}/, { token: "delimiter", next: "@pop" }],
181
+ [/"/, "string", "@stringInsideExpression"],
182
+ { include: "@terraform" }
183
+ ]
184
+ }
185
+ };
186
+ export {
187
+ e as conf,
188
+ t as language
189
+ };