@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,407 @@
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", "comment"] },
22
+ { open: '"', close: '"', notIn: ["string"] }
23
+ ],
24
+ surroundingPairs: [
25
+ { open: "{", close: "}" },
26
+ { open: "[", close: "]" },
27
+ { open: "(", close: ")" },
28
+ { open: '"', close: '"' },
29
+ { open: "'", close: "'" }
30
+ ],
31
+ folding: {
32
+ markers: {
33
+ start: new RegExp("^\\s*#pragma\\s+region\\b"),
34
+ end: new RegExp("^\\s*#pragma\\s+endregion\\b")
35
+ }
36
+ }
37
+ }, n = {
38
+ defaultToken: "",
39
+ tokenPostfix: ".cpp",
40
+ brackets: [
41
+ { token: "delimiter.curly", open: "{", close: "}" },
42
+ { token: "delimiter.parenthesis", open: "(", close: ")" },
43
+ { token: "delimiter.square", open: "[", close: "]" },
44
+ { token: "delimiter.angle", open: "<", close: ">" }
45
+ ],
46
+ keywords: [
47
+ "abstract",
48
+ "amp",
49
+ "array",
50
+ "auto",
51
+ "bool",
52
+ "break",
53
+ "case",
54
+ "catch",
55
+ "char",
56
+ "class",
57
+ "const",
58
+ "constexpr",
59
+ "const_cast",
60
+ "continue",
61
+ "cpu",
62
+ "decltype",
63
+ "default",
64
+ "delegate",
65
+ "delete",
66
+ "do",
67
+ "double",
68
+ "dynamic_cast",
69
+ "each",
70
+ "else",
71
+ "enum",
72
+ "event",
73
+ "explicit",
74
+ "export",
75
+ "extern",
76
+ "false",
77
+ "final",
78
+ "finally",
79
+ "float",
80
+ "for",
81
+ "friend",
82
+ "gcnew",
83
+ "generic",
84
+ "goto",
85
+ "if",
86
+ "in",
87
+ "initonly",
88
+ "inline",
89
+ "int",
90
+ "interface",
91
+ "interior_ptr",
92
+ "internal",
93
+ "literal",
94
+ "long",
95
+ "mutable",
96
+ "namespace",
97
+ "new",
98
+ "noexcept",
99
+ "nullptr",
100
+ "__nullptr",
101
+ "operator",
102
+ "override",
103
+ "partial",
104
+ "pascal",
105
+ "pin_ptr",
106
+ "private",
107
+ "property",
108
+ "protected",
109
+ "public",
110
+ "ref",
111
+ "register",
112
+ "reinterpret_cast",
113
+ "restrict",
114
+ "return",
115
+ "safe_cast",
116
+ "sealed",
117
+ "short",
118
+ "signed",
119
+ "sizeof",
120
+ "static",
121
+ "static_assert",
122
+ "static_cast",
123
+ "struct",
124
+ "switch",
125
+ "template",
126
+ "this",
127
+ "thread_local",
128
+ "throw",
129
+ "tile_static",
130
+ "true",
131
+ "try",
132
+ "typedef",
133
+ "typeid",
134
+ "typename",
135
+ "union",
136
+ "unsigned",
137
+ "using",
138
+ "virtual",
139
+ "void",
140
+ "volatile",
141
+ "wchar_t",
142
+ "where",
143
+ "while",
144
+ "_asm",
145
+ // reserved word with one underscores
146
+ "_based",
147
+ "_cdecl",
148
+ "_declspec",
149
+ "_fastcall",
150
+ "_if_exists",
151
+ "_if_not_exists",
152
+ "_inline",
153
+ "_multiple_inheritance",
154
+ "_pascal",
155
+ "_single_inheritance",
156
+ "_stdcall",
157
+ "_virtual_inheritance",
158
+ "_w64",
159
+ "__abstract",
160
+ // reserved word with two underscores
161
+ "__alignof",
162
+ "__asm",
163
+ "__assume",
164
+ "__based",
165
+ "__box",
166
+ "__builtin_alignof",
167
+ "__cdecl",
168
+ "__clrcall",
169
+ "__declspec",
170
+ "__delegate",
171
+ "__event",
172
+ "__except",
173
+ "__fastcall",
174
+ "__finally",
175
+ "__forceinline",
176
+ "__gc",
177
+ "__hook",
178
+ "__identifier",
179
+ "__if_exists",
180
+ "__if_not_exists",
181
+ "__inline",
182
+ "__int128",
183
+ "__int16",
184
+ "__int32",
185
+ "__int64",
186
+ "__int8",
187
+ "__interface",
188
+ "__leave",
189
+ "__m128",
190
+ "__m128d",
191
+ "__m128i",
192
+ "__m256",
193
+ "__m256d",
194
+ "__m256i",
195
+ "__m512",
196
+ "__m512d",
197
+ "__m512i",
198
+ "__m64",
199
+ "__multiple_inheritance",
200
+ "__newslot",
201
+ "__nogc",
202
+ "__noop",
203
+ "__nounwind",
204
+ "__novtordisp",
205
+ "__pascal",
206
+ "__pin",
207
+ "__pragma",
208
+ "__property",
209
+ "__ptr32",
210
+ "__ptr64",
211
+ "__raise",
212
+ "__restrict",
213
+ "__resume",
214
+ "__sealed",
215
+ "__single_inheritance",
216
+ "__stdcall",
217
+ "__super",
218
+ "__thiscall",
219
+ "__try",
220
+ "__try_cast",
221
+ "__typeof",
222
+ "__unaligned",
223
+ "__unhook",
224
+ "__uuidof",
225
+ "__value",
226
+ "__virtual_inheritance",
227
+ "__w64",
228
+ "__wchar_t"
229
+ ],
230
+ operators: [
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
+ ">>",
256
+ "+=",
257
+ "-=",
258
+ "*=",
259
+ "/=",
260
+ "&=",
261
+ "|=",
262
+ "^=",
263
+ "%=",
264
+ "<<=",
265
+ ">>="
266
+ ],
267
+ // we include these common regular expressions
268
+ symbols: /[=><!~?:&|+\-*\/\^%]+/,
269
+ escapes: /\\(?:[0abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
270
+ integersuffix: /([uU](ll|LL|l|L)|(ll|LL|l|L)?[uU]?)/,
271
+ floatsuffix: /[fFlL]?/,
272
+ encoding: /u|u8|U|L/,
273
+ // The main tokenizer for our languages
274
+ tokenizer: {
275
+ root: [
276
+ // C++ 11 Raw String
277
+ [/@encoding?R\"(?:([^ ()\\\t]*))\(/, { token: "string.raw.begin", next: "@raw.$1" }],
278
+ // identifiers and keywords
279
+ [
280
+ /[a-zA-Z_]\w*/,
281
+ {
282
+ cases: {
283
+ "@keywords": { token: "keyword.$0" },
284
+ "@default": "identifier"
285
+ }
286
+ }
287
+ ],
288
+ // The preprocessor checks must be before whitespace as they check /^\s*#/ which
289
+ // otherwise fails to match later after other whitespace has been removed.
290
+ // Inclusion
291
+ [/^\s*#\s*include/, { token: "keyword.directive.include", next: "@include" }],
292
+ // Preprocessor directive
293
+ [/^\s*#\s*\w+/, "keyword.directive"],
294
+ // whitespace
295
+ { include: "@whitespace" },
296
+ // [[ attributes ]].
297
+ [/\[\s*\[/, { token: "annotation", next: "@annotation" }],
298
+ // delimiters and operators
299
+ [/[{}()<>\[\]]/, "@brackets"],
300
+ [
301
+ /@symbols/,
302
+ {
303
+ cases: {
304
+ "@operators": "delimiter",
305
+ "@default": ""
306
+ }
307
+ }
308
+ ],
309
+ // numbers
310
+ [/\d*\d+[eE]([\-+]?\d+)?(@floatsuffix)/, "number.float"],
311
+ [/\d*\.\d+([eE][\-+]?\d+)?(@floatsuffix)/, "number.float"],
312
+ [/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/, "number.hex"],
313
+ [/0[0-7']*[0-7](@integersuffix)/, "number.octal"],
314
+ [/0[bB][0-1']*[0-1](@integersuffix)/, "number.binary"],
315
+ [/\d[\d']*\d(@integersuffix)/, "number"],
316
+ [/\d(@integersuffix)/, "number"],
317
+ // delimiter: after number because of .\d floats
318
+ [/[;,.]/, "delimiter"],
319
+ // strings
320
+ [/"([^"\\]|\\.)*$/, "string.invalid"],
321
+ // non-teminated string
322
+ [/"/, "string", "@string"],
323
+ // characters
324
+ [/'[^\\']'/, "string"],
325
+ [/(')(@escapes)(')/, ["string", "string.escape", "string"]],
326
+ [/'/, "string.invalid"]
327
+ ],
328
+ whitespace: [
329
+ [/[ \t\r\n]+/, ""],
330
+ [/\/\*\*(?!\/)/, "comment.doc", "@doccomment"],
331
+ [/\/\*/, "comment", "@comment"],
332
+ [/\/\/.*\\$/, "comment", "@linecomment"],
333
+ [/\/\/.*$/, "comment"]
334
+ ],
335
+ comment: [
336
+ [/[^\/*]+/, "comment"],
337
+ [/\*\//, "comment", "@pop"],
338
+ [/[\/*]/, "comment"]
339
+ ],
340
+ //For use with continuous line comments
341
+ linecomment: [
342
+ [/.*[^\\]$/, "comment", "@pop"],
343
+ [/[^]+/, "comment"]
344
+ ],
345
+ //Identical copy of comment above, except for the addition of .doc
346
+ doccomment: [
347
+ [/[^\/*]+/, "comment.doc"],
348
+ [/\*\//, "comment.doc", "@pop"],
349
+ [/[\/*]/, "comment.doc"]
350
+ ],
351
+ string: [
352
+ [/[^\\"]+/, "string"],
353
+ [/@escapes/, "string.escape"],
354
+ [/\\./, "string.escape.invalid"],
355
+ [/"/, "string", "@pop"]
356
+ ],
357
+ raw: [
358
+ [
359
+ /(.*)(\))(?:([^ ()\\\t"]*))(\")/,
360
+ {
361
+ cases: {
362
+ "$3==$S2": [
363
+ "string.raw",
364
+ "string.raw.end",
365
+ "string.raw.end",
366
+ { token: "string.raw.end", next: "@pop" }
367
+ ],
368
+ "@default": ["string.raw", "string.raw", "string.raw", "string.raw"]
369
+ }
370
+ }
371
+ ],
372
+ [/.*/, "string.raw"]
373
+ ],
374
+ annotation: [
375
+ { include: "@whitespace" },
376
+ [/using|alignas/, "keyword"],
377
+ [/[a-zA-Z0-9_]+/, "annotation"],
378
+ [/[,:]/, "delimiter"],
379
+ [/[()]/, "@brackets"],
380
+ [/\]\s*\]/, { token: "annotation", next: "@pop" }]
381
+ ],
382
+ include: [
383
+ [
384
+ /(\s*)(<)([^<>]*)(>)/,
385
+ [
386
+ "",
387
+ "keyword.directive.include.begin",
388
+ "string.include.identifier",
389
+ { token: "keyword.directive.include.end", next: "@pop" }
390
+ ]
391
+ ],
392
+ [
393
+ /(\s*)(")([^"]*)(")/,
394
+ [
395
+ "",
396
+ "keyword.directive.include.begin",
397
+ "string.include.identifier",
398
+ { token: "keyword.directive.include.end", next: "@pop" }
399
+ ]
400
+ ]
401
+ ]
402
+ }
403
+ };
404
+ export {
405
+ e as conf,
406
+ n as language
407
+ };