@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.
Files changed (218) 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/mailing-list/mailing-list.js +1 -1
  22. package/dist/components/paginator/paginator-events.d.ts +4 -0
  23. package/dist/components/paginator/paginator-events.js +4 -0
  24. package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
  25. package/dist/components/paginator/paginator-navigator.css.js +35 -0
  26. package/dist/components/paginator/paginator-navigator.d.ts +27 -0
  27. package/dist/components/paginator/paginator-navigator.js +168 -0
  28. package/dist/components/paginator/paginator.css.d.ts +2 -0
  29. package/dist/components/paginator/paginator.css.js +38 -0
  30. package/dist/components/paginator/paginator.d.ts +22 -0
  31. package/dist/components/paginator/paginator.js +122 -0
  32. package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
  33. package/dist/components/percent-bar/percent-bar.css.js +65 -0
  34. package/dist/components/percent-bar/percent-bar.d.ts +11 -0
  35. package/dist/components/percent-bar/percent-bar.js +85 -0
  36. package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
  37. package/dist/components/problem-list/details-drawer.css.js +42 -0
  38. package/dist/components/problem-list/details-drawer.d.ts +22 -0
  39. package/dist/components/problem-list/details-drawer.js +66 -0
  40. package/dist/components/problem-list/filter.css.d.ts +2 -0
  41. package/dist/components/problem-list/filter.css.js +67 -0
  42. package/dist/components/problem-list/problem-item.css.d.ts +2 -0
  43. package/dist/components/problem-list/problem-item.css.js +170 -0
  44. package/dist/components/problem-list/problem-item.d.ts +27 -0
  45. package/dist/components/problem-list/problem-item.js +126 -0
  46. package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
  47. package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
  48. package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
  49. package/dist/components/problem-list/problem-label-view-filter.js +66 -0
  50. package/dist/components/problem-list/problem-list.css.d.ts +2 -0
  51. package/dist/components/problem-list/problem-list.css.js +59 -0
  52. package/dist/components/problem-list/problem-list.d.ts +37 -0
  53. package/dist/components/problem-list/problem-list.js +334 -0
  54. package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
  55. package/dist/components/problem-list/problem-mainview.css.js +100 -0
  56. package/dist/components/problem-list/problem-mainview.d.ts +20 -0
  57. package/dist/components/problem-list/problem-mainview.js +126 -0
  58. package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
  59. package/dist/components/problem-list/problem-rule-filter.js +67 -0
  60. package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
  61. package/dist/components/problem-list/problem-search-filter.js +45 -0
  62. package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
  63. package/dist/components/problem-list/problem-sort-filter.js +67 -0
  64. package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
  65. package/dist/components/problem-list/problem-toolbar.css.js +41 -0
  66. package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
  67. package/dist/components/problem-list/problem-toolbar.js +63 -0
  68. package/dist/components/problem-list/shared.css.d.ts +2 -0
  69. package/dist/components/problem-list/shared.css.js +91 -0
  70. package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
  71. package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
  72. package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
  73. package/dist/components/problems-overview/diagnostic-evaluation.js +118 -0
  74. package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
  75. package/dist/components/problems-overview/document-statistic.css.js +16 -0
  76. package/dist/components/problems-overview/document-statistic.d.ts +10 -0
  77. package/dist/components/problems-overview/document-statistic.js +49 -0
  78. package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
  79. package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
  80. package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
  81. package/dist/components/problems-overview/problem-overview-group.js +121 -0
  82. package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
  83. package/dist/components/problems-overview/problem-statistic.css.js +40 -0
  84. package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
  85. package/dist/components/problems-overview/problem-statistic.js +57 -0
  86. package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
  87. package/dist/components/problems-overview/problem-statistics.css.js +46 -0
  88. package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
  89. package/dist/components/problems-overview/problem-statistics.js +132 -0
  90. package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
  91. package/dist/components/problems-overview/problems-overview.css.js +49 -0
  92. package/dist/components/problems-overview/problems-overview.d.ts +21 -0
  93. package/dist/components/problems-overview/problems-overview.js +108 -0
  94. package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
  95. package/dist/components/render-json-path/render-json-path.css.js +86 -0
  96. package/dist/components/render-json-path/render-json-path.d.ts +11 -0
  97. package/dist/components/render-json-path/render-json-path.js +105 -0
  98. package/dist/components/the-doctor/settings.d.ts +5 -0
  99. package/dist/components/the-doctor/settings.js +22 -0
  100. package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
  101. package/dist/components/the-doctor/status-bar.css.js +47 -0
  102. package/dist/components/the-doctor/status-bar.d.ts +12 -0
  103. package/dist/components/the-doctor/status-bar.js +71 -0
  104. package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
  105. package/dist/components/the-doctor/the-doctor.css.js +156 -0
  106. package/dist/components/the-doctor/the-doctor.d.ts +57 -0
  107. package/dist/components/the-doctor/the-doctor.js +340 -0
  108. package/dist/cowboy-components-BOuaCruy.js +114388 -0
  109. package/dist/cowboy-components.d.ts +5 -2
  110. package/dist/cowboy-components.js +8 -2
  111. package/dist/cowboy-components.umd.cjs +3997 -103
  112. package/dist/cpp-Bq-GnYlH.js +407 -0
  113. package/dist/csharp-IDcibKAT.js +332 -0
  114. package/dist/csp-QdYr8JWa.js +59 -0
  115. package/dist/css/button.css.d.ts +2 -0
  116. package/dist/css/button.css.js +34 -0
  117. package/dist/css/chroma-synxtax.css.d.ts +2 -0
  118. package/dist/css/chroma-synxtax.css.js +130 -0
  119. package/dist/css/cowboy-components.css +3 -0
  120. package/dist/css/links.css.d.ts +2 -0
  121. package/dist/css/links.css.js +17 -0
  122. package/dist/css/lists.css.d.ts +2 -0
  123. package/dist/css/lists.css.js +43 -0
  124. package/dist/css/pb33f-theme.css +2 -2
  125. package/dist/css/syntax.css.js +1 -1
  126. package/dist/css-C-wMMefI.js +193 -0
  127. package/dist/cssMode-Cvbhe77l.js +1541 -0
  128. package/dist/cypher-BfBo9yir.js +269 -0
  129. package/dist/dart-Cv3rVfv_.js +287 -0
  130. package/dist/dockerfile-DyCXBGhV.js +136 -0
  131. package/dist/ecl-COP_iObm.js +462 -0
  132. package/dist/elixir-DoEhbk9F.js +575 -0
  133. package/dist/events/doctor.d.ts +51 -0
  134. package/dist/events/doctor.js +17 -0
  135. package/dist/flow9-DuHGSNW1.js +148 -0
  136. package/dist/freemarker2-DmhDQrVn.js +995 -0
  137. package/dist/fsharp-Dv9PDxVO.js +223 -0
  138. package/dist/go-CcdAeqiK.js +224 -0
  139. package/dist/graphql-CoRm4b1H.js +157 -0
  140. package/dist/handlebars-DWUSy2Nn.js +425 -0
  141. package/dist/hcl-BSgAhV5f.js +189 -0
  142. package/dist/html-BTxdvu8o.js +314 -0
  143. package/dist/htmlMode-DeG-6tqP.js +1551 -0
  144. package/dist/ini-ewx9HLIq.js +77 -0
  145. package/dist/java-B5lwcbTy.js +238 -0
  146. package/dist/javascript-CQTBmqTv.js +76 -0
  147. package/dist/jsonMode-DJhhXlcK.js +1958 -0
  148. package/dist/julia-NCcg_P_q.js +517 -0
  149. package/dist/kotlin-BYlnmGrb.js +259 -0
  150. package/dist/less-DG4tqgOo.js +168 -0
  151. package/dist/lexon-CTTPcJLv.js +163 -0
  152. package/dist/liquid-OuSl50Zm.js +246 -0
  153. package/dist/lua-CxQ1RWuo.js +168 -0
  154. package/dist/m3-mHFfpmgx.js +216 -0
  155. package/dist/markdown-Dh6sYULt.js +235 -0
  156. package/dist/mdx-Cs8POpae.js +171 -0
  157. package/dist/mips-CNUcjHD1.js +204 -0
  158. package/dist/model/document-statistics.d.ts +40 -0
  159. package/dist/model/document-statistics.js +4 -0
  160. package/dist/model/how_to_fix.d.ts +4 -0
  161. package/dist/model/how_to_fix.js +1 -0
  162. package/dist/model/problem.d.ts +19 -0
  163. package/dist/model/problem.js +106 -0
  164. package/dist/model/rule_documentation.d.ts +5 -0
  165. package/dist/model/rule_documentation.js +1 -0
  166. package/dist/model/session.d.ts +5 -0
  167. package/dist/model/session.js +1 -0
  168. package/dist/msdax-ZvxFeKvs.js +381 -0
  169. package/dist/mysql-COjg31sJ.js +884 -0
  170. package/dist/objective-c-BqrCFBhT.js +189 -0
  171. package/dist/pascal-CUpkilAS.js +257 -0
  172. package/dist/pascaligo-nJfvRJ7x.js +170 -0
  173. package/dist/perl-CWsX6Ysg.js +632 -0
  174. package/dist/pgsql-DwgpEXC8.js +857 -0
  175. package/dist/php-CrbKyd62.js +506 -0
  176. package/dist/pla-JxXT6Kb-.js +143 -0
  177. package/dist/postiats-BOdnTRGv.js +913 -0
  178. package/dist/powerquery-DTkwcXGH.js +896 -0
  179. package/dist/powershell-Cx53dGpt.js +245 -0
  180. package/dist/protobuf-Dp9vE-l-.js +426 -0
  181. package/dist/pug-BSjKVjwP.js +408 -0
  182. package/dist/python-BsXAz21q.js +282 -0
  183. package/dist/qsharp-C5P1RxY3.js +291 -0
  184. package/dist/r-sEMYnclc.js +249 -0
  185. package/dist/razor-CXJ9MZn4.js +556 -0
  186. package/dist/redis-DbzUc-fU.js +308 -0
  187. package/dist/redshift-nrLijj1O.js +815 -0
  188. package/dist/restructuredtext-CIbGUl6T.js +180 -0
  189. package/dist/ruby-JcYJisWg.js +517 -0
  190. package/dist/rust-BgbFBFXH.js +349 -0
  191. package/dist/sb-hRFFChi7.js +121 -0
  192. package/dist/scala-Cs0yVo3Q.js +376 -0
  193. package/dist/scheme-l_0jNtxy.js +114 -0
  194. package/dist/scss-C4l7ZIRR.js +268 -0
  195. package/dist/services/linting-service.d.ts +12 -0
  196. package/dist/services/linting-service.js +121 -0
  197. package/dist/shell-ikLk_l24.js +227 -0
  198. package/dist/solidity-4GxCaH9e.js +1373 -0
  199. package/dist/sophia-tX0WEZsZ.js +205 -0
  200. package/dist/sparql-D7ky-uMk.js +207 -0
  201. package/dist/sql-CqEfBVGS.js +859 -0
  202. package/dist/st-CNWQPqyI.js +422 -0
  203. package/dist/style.css +1 -1
  204. package/dist/swift-C_fDfC0d.js +318 -0
  205. package/dist/systemverilog-gAvsEtN_.js +582 -0
  206. package/dist/tcl-KbBChuA6.js +238 -0
  207. package/dist/tsMode-C-mwN8lz.js +886 -0
  208. package/dist/twig-Bb652BpM.js +398 -0
  209. package/dist/typescript-CamPbG-s.js +349 -0
  210. package/dist/vb-2e5hSeUh.js +378 -0
  211. package/dist/wgsl-CYSDq0zg.js +445 -0
  212. package/dist/workers/rule-documentation.worker.d.ts +1 -0
  213. package/dist/workers/rule-documentation.worker.js +85 -0
  214. package/dist/workers/search-problems.worker.d.ts +1 -0
  215. package/dist/workers/search-problems.worker.js +19 -0
  216. package/dist/xml-CrDvxVsf.js +101 -0
  217. package/dist/yaml-xGWjZwPI.js +212 -0
  218. package/package.json +6 -4
@@ -0,0 +1,556 @@
1
+ import { m as s } from "./cowboy-components-BOuaCruy.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 c = Object.defineProperty, l = Object.getOwnPropertyDescriptor, d = Object.getOwnPropertyNames, p = Object.prototype.hasOwnProperty, i = (t, e, o, n) => {
9
+ if (e && typeof e == "object" || typeof e == "function")
10
+ for (let r of d(e))
11
+ !p.call(t, r) && r !== o && c(t, r, { get: () => e[r], enumerable: !(n = l(e, r)) || n.enumerable });
12
+ return t;
13
+ }, h = (t, e, o) => (i(t, e, "default"), o && i(o, e, "default")), a = {};
14
+ h(a, s);
15
+ var m = [
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
+ ], b = {
33
+ wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,
34
+ comments: {
35
+ blockComment: ["<!--", "-->"]
36
+ },
37
+ brackets: [
38
+ ["<!--", "-->"],
39
+ ["<", ">"],
40
+ ["{", "}"],
41
+ ["(", ")"]
42
+ ],
43
+ autoClosingPairs: [
44
+ { open: "{", close: "}" },
45
+ { open: "[", close: "]" },
46
+ { open: "(", close: ")" },
47
+ { open: '"', close: '"' },
48
+ { open: "'", close: "'" }
49
+ ],
50
+ surroundingPairs: [
51
+ { open: '"', close: '"' },
52
+ { open: "'", close: "'" },
53
+ { open: "<", close: ">" }
54
+ ],
55
+ onEnterRules: [
56
+ {
57
+ beforeText: new RegExp(
58
+ `<(?!(?:${m.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,
59
+ "i"
60
+ ),
61
+ afterText: /^<\/(\w[\w\d]*)\s*>$/i,
62
+ action: {
63
+ indentAction: a.languages.IndentAction.IndentOutdent
64
+ }
65
+ },
66
+ {
67
+ beforeText: new RegExp(
68
+ `<(?!(?:${m.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,
69
+ "i"
70
+ ),
71
+ action: { indentAction: a.languages.IndentAction.Indent }
72
+ }
73
+ ]
74
+ }, y = {
75
+ defaultToken: "",
76
+ tokenPostfix: "",
77
+ // ignoreCase: true,
78
+ // The main tokenizer for our languages
79
+ tokenizer: {
80
+ root: [
81
+ [/@@@@/],
82
+ // text
83
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.root" }],
84
+ [/<!DOCTYPE/, "metatag.html", "@doctype"],
85
+ [/<!--/, "comment.html", "@comment"],
86
+ [/(<)([\w\-]+)(\/>)/, ["delimiter.html", "tag.html", "delimiter.html"]],
87
+ [/(<)(script)/, ["delimiter.html", { token: "tag.html", next: "@script" }]],
88
+ [/(<)(style)/, ["delimiter.html", { token: "tag.html", next: "@style" }]],
89
+ [/(<)([:\w\-]+)/, ["delimiter.html", { token: "tag.html", next: "@otherTag" }]],
90
+ [/(<\/)([\w\-]+)/, ["delimiter.html", { token: "tag.html", next: "@otherTag" }]],
91
+ [/</, "delimiter.html"],
92
+ [/[ \t\r\n]+/],
93
+ // whitespace
94
+ [/[^<@]+/]
95
+ // text
96
+ ],
97
+ doctype: [
98
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.comment" }],
99
+ [/[^>]+/, "metatag.content.html"],
100
+ [/>/, "metatag.html", "@pop"]
101
+ ],
102
+ comment: [
103
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.comment" }],
104
+ [/-->/, "comment.html", "@pop"],
105
+ [/[^-]+/, "comment.content.html"],
106
+ [/./, "comment.content.html"]
107
+ ],
108
+ otherTag: [
109
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.otherTag" }],
110
+ [/\/?>/, "delimiter.html", "@pop"],
111
+ [/"([^"]*)"/, "attribute.value"],
112
+ [/'([^']*)'/, "attribute.value"],
113
+ [/[\w\-]+/, "attribute.name"],
114
+ [/=/, "delimiter"],
115
+ [/[ \t\r\n]+/]
116
+ // whitespace
117
+ ],
118
+ // -- BEGIN <script> tags handling
119
+ // After <script
120
+ script: [
121
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.script" }],
122
+ [/type/, "attribute.name", "@scriptAfterType"],
123
+ [/"([^"]*)"/, "attribute.value"],
124
+ [/'([^']*)'/, "attribute.value"],
125
+ [/[\w\-]+/, "attribute.name"],
126
+ [/=/, "delimiter"],
127
+ [
128
+ />/,
129
+ {
130
+ token: "delimiter.html",
131
+ next: "@scriptEmbedded.text/javascript",
132
+ nextEmbedded: "text/javascript"
133
+ }
134
+ ],
135
+ [/[ \t\r\n]+/],
136
+ // whitespace
137
+ [
138
+ /(<\/)(script\s*)(>)/,
139
+ ["delimiter.html", "tag.html", { token: "delimiter.html", next: "@pop" }]
140
+ ]
141
+ ],
142
+ // After <script ... type
143
+ scriptAfterType: [
144
+ [
145
+ /@[^@]/,
146
+ {
147
+ token: "@rematch",
148
+ switchTo: "@razorInSimpleState.scriptAfterType"
149
+ }
150
+ ],
151
+ [/=/, "delimiter", "@scriptAfterTypeEquals"],
152
+ [
153
+ />/,
154
+ {
155
+ token: "delimiter.html",
156
+ next: "@scriptEmbedded.text/javascript",
157
+ nextEmbedded: "text/javascript"
158
+ }
159
+ ],
160
+ // cover invalid e.g. <script type>
161
+ [/[ \t\r\n]+/],
162
+ // whitespace
163
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
164
+ ],
165
+ // After <script ... type =
166
+ scriptAfterTypeEquals: [
167
+ [
168
+ /@[^@]/,
169
+ {
170
+ token: "@rematch",
171
+ switchTo: "@razorInSimpleState.scriptAfterTypeEquals"
172
+ }
173
+ ],
174
+ [
175
+ /"([^"]*)"/,
176
+ {
177
+ token: "attribute.value",
178
+ switchTo: "@scriptWithCustomType.$1"
179
+ }
180
+ ],
181
+ [
182
+ /'([^']*)'/,
183
+ {
184
+ token: "attribute.value",
185
+ switchTo: "@scriptWithCustomType.$1"
186
+ }
187
+ ],
188
+ [
189
+ />/,
190
+ {
191
+ token: "delimiter.html",
192
+ next: "@scriptEmbedded.text/javascript",
193
+ nextEmbedded: "text/javascript"
194
+ }
195
+ ],
196
+ // cover invalid e.g. <script type=>
197
+ [/[ \t\r\n]+/],
198
+ // whitespace
199
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
200
+ ],
201
+ // After <script ... type = $S2
202
+ scriptWithCustomType: [
203
+ [
204
+ /@[^@]/,
205
+ {
206
+ token: "@rematch",
207
+ switchTo: "@razorInSimpleState.scriptWithCustomType.$S2"
208
+ }
209
+ ],
210
+ [
211
+ />/,
212
+ {
213
+ token: "delimiter.html",
214
+ next: "@scriptEmbedded.$S2",
215
+ nextEmbedded: "$S2"
216
+ }
217
+ ],
218
+ [/"([^"]*)"/, "attribute.value"],
219
+ [/'([^']*)'/, "attribute.value"],
220
+ [/[\w\-]+/, "attribute.name"],
221
+ [/=/, "delimiter"],
222
+ [/[ \t\r\n]+/],
223
+ // whitespace
224
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop" }]
225
+ ],
226
+ scriptEmbedded: [
227
+ [
228
+ /@[^@]/,
229
+ {
230
+ token: "@rematch",
231
+ switchTo: "@razorInEmbeddedState.scriptEmbedded.$S2",
232
+ nextEmbedded: "@pop"
233
+ }
234
+ ],
235
+ [/<\/script/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }]
236
+ ],
237
+ // -- END <script> tags handling
238
+ // -- BEGIN <style> tags handling
239
+ // After <style
240
+ style: [
241
+ [/@[^@]/, { token: "@rematch", switchTo: "@razorInSimpleState.style" }],
242
+ [/type/, "attribute.name", "@styleAfterType"],
243
+ [/"([^"]*)"/, "attribute.value"],
244
+ [/'([^']*)'/, "attribute.value"],
245
+ [/[\w\-]+/, "attribute.name"],
246
+ [/=/, "delimiter"],
247
+ [
248
+ />/,
249
+ {
250
+ token: "delimiter.html",
251
+ next: "@styleEmbedded.text/css",
252
+ nextEmbedded: "text/css"
253
+ }
254
+ ],
255
+ [/[ \t\r\n]+/],
256
+ // whitespace
257
+ [
258
+ /(<\/)(style\s*)(>)/,
259
+ ["delimiter.html", "tag.html", { token: "delimiter.html", next: "@pop" }]
260
+ ]
261
+ ],
262
+ // After <style ... type
263
+ styleAfterType: [
264
+ [
265
+ /@[^@]/,
266
+ {
267
+ token: "@rematch",
268
+ switchTo: "@razorInSimpleState.styleAfterType"
269
+ }
270
+ ],
271
+ [/=/, "delimiter", "@styleAfterTypeEquals"],
272
+ [
273
+ />/,
274
+ {
275
+ token: "delimiter.html",
276
+ next: "@styleEmbedded.text/css",
277
+ nextEmbedded: "text/css"
278
+ }
279
+ ],
280
+ // cover invalid e.g. <style type>
281
+ [/[ \t\r\n]+/],
282
+ // whitespace
283
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
284
+ ],
285
+ // After <style ... type =
286
+ styleAfterTypeEquals: [
287
+ [
288
+ /@[^@]/,
289
+ {
290
+ token: "@rematch",
291
+ switchTo: "@razorInSimpleState.styleAfterTypeEquals"
292
+ }
293
+ ],
294
+ [
295
+ /"([^"]*)"/,
296
+ {
297
+ token: "attribute.value",
298
+ switchTo: "@styleWithCustomType.$1"
299
+ }
300
+ ],
301
+ [
302
+ /'([^']*)'/,
303
+ {
304
+ token: "attribute.value",
305
+ switchTo: "@styleWithCustomType.$1"
306
+ }
307
+ ],
308
+ [
309
+ />/,
310
+ {
311
+ token: "delimiter.html",
312
+ next: "@styleEmbedded.text/css",
313
+ nextEmbedded: "text/css"
314
+ }
315
+ ],
316
+ // cover invalid e.g. <style type=>
317
+ [/[ \t\r\n]+/],
318
+ // whitespace
319
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
320
+ ],
321
+ // After <style ... type = $S2
322
+ styleWithCustomType: [
323
+ [
324
+ /@[^@]/,
325
+ {
326
+ token: "@rematch",
327
+ switchTo: "@razorInSimpleState.styleWithCustomType.$S2"
328
+ }
329
+ ],
330
+ [
331
+ />/,
332
+ {
333
+ token: "delimiter.html",
334
+ next: "@styleEmbedded.$S2",
335
+ nextEmbedded: "$S2"
336
+ }
337
+ ],
338
+ [/"([^"]*)"/, "attribute.value"],
339
+ [/'([^']*)'/, "attribute.value"],
340
+ [/[\w\-]+/, "attribute.name"],
341
+ [/=/, "delimiter"],
342
+ [/[ \t\r\n]+/],
343
+ // whitespace
344
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop" }]
345
+ ],
346
+ styleEmbedded: [
347
+ [
348
+ /@[^@]/,
349
+ {
350
+ token: "@rematch",
351
+ switchTo: "@razorInEmbeddedState.styleEmbedded.$S2",
352
+ nextEmbedded: "@pop"
353
+ }
354
+ ],
355
+ [/<\/style/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }]
356
+ ],
357
+ // -- END <style> tags handling
358
+ razorInSimpleState: [
359
+ [/@\*/, "comment.cs", "@razorBlockCommentTopLevel"],
360
+ [/@[{(]/, "metatag.cs", "@razorRootTopLevel"],
361
+ [/(@)(\s*[\w]+)/, ["metatag.cs", { token: "identifier.cs", switchTo: "@$S2.$S3" }]],
362
+ [/[})]/, { token: "metatag.cs", switchTo: "@$S2.$S3" }],
363
+ [/\*@/, { token: "comment.cs", switchTo: "@$S2.$S3" }]
364
+ ],
365
+ razorInEmbeddedState: [
366
+ [/@\*/, "comment.cs", "@razorBlockCommentTopLevel"],
367
+ [/@[{(]/, "metatag.cs", "@razorRootTopLevel"],
368
+ [
369
+ /(@)(\s*[\w]+)/,
370
+ [
371
+ "metatag.cs",
372
+ {
373
+ token: "identifier.cs",
374
+ switchTo: "@$S2.$S3",
375
+ nextEmbedded: "$S3"
376
+ }
377
+ ]
378
+ ],
379
+ [
380
+ /[})]/,
381
+ {
382
+ token: "metatag.cs",
383
+ switchTo: "@$S2.$S3",
384
+ nextEmbedded: "$S3"
385
+ }
386
+ ],
387
+ [
388
+ /\*@/,
389
+ {
390
+ token: "comment.cs",
391
+ switchTo: "@$S2.$S3",
392
+ nextEmbedded: "$S3"
393
+ }
394
+ ]
395
+ ],
396
+ razorBlockCommentTopLevel: [
397
+ [/\*@/, "@rematch", "@pop"],
398
+ [/[^*]+/, "comment.cs"],
399
+ [/./, "comment.cs"]
400
+ ],
401
+ razorBlockComment: [
402
+ [/\*@/, "comment.cs", "@pop"],
403
+ [/[^*]+/, "comment.cs"],
404
+ [/./, "comment.cs"]
405
+ ],
406
+ razorRootTopLevel: [
407
+ [/\{/, "delimiter.bracket.cs", "@razorRoot"],
408
+ [/\(/, "delimiter.parenthesis.cs", "@razorRoot"],
409
+ [/[})]/, "@rematch", "@pop"],
410
+ { include: "razorCommon" }
411
+ ],
412
+ razorRoot: [
413
+ [/\{/, "delimiter.bracket.cs", "@razorRoot"],
414
+ [/\(/, "delimiter.parenthesis.cs", "@razorRoot"],
415
+ [/\}/, "delimiter.bracket.cs", "@pop"],
416
+ [/\)/, "delimiter.parenthesis.cs", "@pop"],
417
+ { include: "razorCommon" }
418
+ ],
419
+ razorCommon: [
420
+ [
421
+ /[a-zA-Z_]\w*/,
422
+ {
423
+ cases: {
424
+ "@razorKeywords": { token: "keyword.cs" },
425
+ "@default": "identifier.cs"
426
+ }
427
+ }
428
+ ],
429
+ // brackets
430
+ [/[\[\]]/, "delimiter.array.cs"],
431
+ // whitespace
432
+ [/[ \t\r\n]+/],
433
+ // comments
434
+ [/\/\/.*$/, "comment.cs"],
435
+ [/@\*/, "comment.cs", "@razorBlockComment"],
436
+ // strings
437
+ [/"([^"]*)"/, "string.cs"],
438
+ [/'([^']*)'/, "string.cs"],
439
+ // simple html
440
+ [/(<)([\w\-]+)(\/>)/, ["delimiter.html", "tag.html", "delimiter.html"]],
441
+ [/(<)([\w\-]+)(>)/, ["delimiter.html", "tag.html", "delimiter.html"]],
442
+ [/(<\/)([\w\-]+)(>)/, ["delimiter.html", "tag.html", "delimiter.html"]],
443
+ // delimiters
444
+ [/[\+\-\*\%\&\|\^\~\!\=\<\>\/\?\;\:\.\,]/, "delimiter.cs"],
445
+ // numbers
446
+ [/\d*\d+[eE]([\-+]?\d+)?/, "number.float.cs"],
447
+ [/\d*\.\d+([eE][\-+]?\d+)?/, "number.float.cs"],
448
+ [/0[xX][0-9a-fA-F']*[0-9a-fA-F]/, "number.hex.cs"],
449
+ [/0[0-7']*[0-7]/, "number.octal.cs"],
450
+ [/0[bB][0-1']*[0-1]/, "number.binary.cs"],
451
+ [/\d[\d']*/, "number.cs"],
452
+ [/\d/, "number.cs"]
453
+ ]
454
+ },
455
+ razorKeywords: [
456
+ "abstract",
457
+ "as",
458
+ "async",
459
+ "await",
460
+ "base",
461
+ "bool",
462
+ "break",
463
+ "by",
464
+ "byte",
465
+ "case",
466
+ "catch",
467
+ "char",
468
+ "checked",
469
+ "class",
470
+ "const",
471
+ "continue",
472
+ "decimal",
473
+ "default",
474
+ "delegate",
475
+ "do",
476
+ "double",
477
+ "descending",
478
+ "explicit",
479
+ "event",
480
+ "extern",
481
+ "else",
482
+ "enum",
483
+ "false",
484
+ "finally",
485
+ "fixed",
486
+ "float",
487
+ "for",
488
+ "foreach",
489
+ "from",
490
+ "goto",
491
+ "group",
492
+ "if",
493
+ "implicit",
494
+ "in",
495
+ "int",
496
+ "interface",
497
+ "internal",
498
+ "into",
499
+ "is",
500
+ "lock",
501
+ "long",
502
+ "nameof",
503
+ "new",
504
+ "null",
505
+ "namespace",
506
+ "object",
507
+ "operator",
508
+ "out",
509
+ "override",
510
+ "orderby",
511
+ "params",
512
+ "private",
513
+ "protected",
514
+ "public",
515
+ "readonly",
516
+ "ref",
517
+ "return",
518
+ "switch",
519
+ "struct",
520
+ "sbyte",
521
+ "sealed",
522
+ "short",
523
+ "sizeof",
524
+ "stackalloc",
525
+ "static",
526
+ "string",
527
+ "select",
528
+ "this",
529
+ "throw",
530
+ "true",
531
+ "try",
532
+ "typeof",
533
+ "uint",
534
+ "ulong",
535
+ "unchecked",
536
+ "unsafe",
537
+ "ushort",
538
+ "using",
539
+ "var",
540
+ "virtual",
541
+ "volatile",
542
+ "void",
543
+ "when",
544
+ "while",
545
+ "where",
546
+ "yield",
547
+ "model",
548
+ "inject"
549
+ // Razor specific
550
+ ],
551
+ escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/
552
+ };
553
+ export {
554
+ b as conf,
555
+ y as language
556
+ };