@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,582 @@
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
+ ["begin", "end"],
17
+ ["case", "endcase"],
18
+ ["casex", "endcase"],
19
+ ["casez", "endcase"],
20
+ ["checker", "endchecker"],
21
+ ["class", "endclass"],
22
+ ["clocking", "endclocking"],
23
+ ["config", "endconfig"],
24
+ ["function", "endfunction"],
25
+ ["generate", "endgenerate"],
26
+ ["group", "endgroup"],
27
+ ["interface", "endinterface"],
28
+ ["module", "endmodule"],
29
+ ["package", "endpackage"],
30
+ ["primitive", "endprimitive"],
31
+ ["program", "endprogram"],
32
+ ["property", "endproperty"],
33
+ ["specify", "endspecify"],
34
+ ["sequence", "endsequence"],
35
+ ["table", "endtable"],
36
+ ["task", "endtask"]
37
+ ],
38
+ autoClosingPairs: [
39
+ { open: "[", close: "]" },
40
+ { open: "{", close: "}" },
41
+ { open: "(", close: ")" },
42
+ { open: "'", close: "'", notIn: ["string", "comment"] },
43
+ { open: '"', close: '"', notIn: ["string"] }
44
+ ],
45
+ surroundingPairs: [
46
+ { open: "{", close: "}" },
47
+ { open: "[", close: "]" },
48
+ { open: "(", close: ")" },
49
+ { open: '"', close: '"' },
50
+ { open: "'", close: "'" }
51
+ ],
52
+ folding: {
53
+ offSide: !1,
54
+ markers: {
55
+ start: new RegExp(
56
+ "^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:begin|case(x|z)?|class|clocking|config|covergroup|function|generate|interface|module|package|primitive|property|program|sequence|specify|table|task)\\b"
57
+ ),
58
+ end: new RegExp(
59
+ "^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:end|endcase|endclass|endclocking|endconfig|endgroup|endfunction|endgenerate|endinterface|endmodule|endpackage|endprimitive|endproperty|endprogram|endsequence|endspecify|endtable|endtask)\\b"
60
+ )
61
+ }
62
+ }
63
+ }, n = {
64
+ defaultToken: "",
65
+ tokenPostfix: ".sv",
66
+ brackets: [
67
+ { token: "delimiter.curly", open: "{", close: "}" },
68
+ { token: "delimiter.parenthesis", open: "(", close: ")" },
69
+ { token: "delimiter.square", open: "[", close: "]" },
70
+ { token: "delimiter.angle", open: "<", close: ">" }
71
+ ],
72
+ keywords: [
73
+ "accept_on",
74
+ "alias",
75
+ "always",
76
+ "always_comb",
77
+ "always_ff",
78
+ "always_latch",
79
+ "and",
80
+ "assert",
81
+ "assign",
82
+ "assume",
83
+ "automatic",
84
+ "before",
85
+ "begin",
86
+ "bind",
87
+ "bins",
88
+ "binsof",
89
+ "bit",
90
+ "break",
91
+ "buf",
92
+ "bufif0",
93
+ "bufif1",
94
+ "byte",
95
+ "case",
96
+ "casex",
97
+ "casez",
98
+ "cell",
99
+ "chandle",
100
+ "checker",
101
+ "class",
102
+ "clocking",
103
+ "cmos",
104
+ "config",
105
+ "const",
106
+ "constraint",
107
+ "context",
108
+ "continue",
109
+ "cover",
110
+ "covergroup",
111
+ "coverpoint",
112
+ "cross",
113
+ "deassign",
114
+ "default",
115
+ "defparam",
116
+ "design",
117
+ "disable",
118
+ "dist",
119
+ "do",
120
+ "edge",
121
+ "else",
122
+ "end",
123
+ "endcase",
124
+ "endchecker",
125
+ "endclass",
126
+ "endclocking",
127
+ "endconfig",
128
+ "endfunction",
129
+ "endgenerate",
130
+ "endgroup",
131
+ "endinterface",
132
+ "endmodule",
133
+ "endpackage",
134
+ "endprimitive",
135
+ "endprogram",
136
+ "endproperty",
137
+ "endspecify",
138
+ "endsequence",
139
+ "endtable",
140
+ "endtask",
141
+ "enum",
142
+ "event",
143
+ "eventually",
144
+ "expect",
145
+ "export",
146
+ "extends",
147
+ "extern",
148
+ "final",
149
+ "first_match",
150
+ "for",
151
+ "force",
152
+ "foreach",
153
+ "forever",
154
+ "fork",
155
+ "forkjoin",
156
+ "function",
157
+ "generate",
158
+ "genvar",
159
+ "global",
160
+ "highz0",
161
+ "highz1",
162
+ "if",
163
+ "iff",
164
+ "ifnone",
165
+ "ignore_bins",
166
+ "illegal_bins",
167
+ "implements",
168
+ "implies",
169
+ "import",
170
+ "incdir",
171
+ "include",
172
+ "initial",
173
+ "inout",
174
+ "input",
175
+ "inside",
176
+ "instance",
177
+ "int",
178
+ "integer",
179
+ "interconnect",
180
+ "interface",
181
+ "intersect",
182
+ "join",
183
+ "join_any",
184
+ "join_none",
185
+ "large",
186
+ "let",
187
+ "liblist",
188
+ "library",
189
+ "local",
190
+ "localparam",
191
+ "logic",
192
+ "longint",
193
+ "macromodule",
194
+ "matches",
195
+ "medium",
196
+ "modport",
197
+ "module",
198
+ "nand",
199
+ "negedge",
200
+ "nettype",
201
+ "new",
202
+ "nexttime",
203
+ "nmos",
204
+ "nor",
205
+ "noshowcancelled",
206
+ "not",
207
+ "notif0",
208
+ "notif1",
209
+ "null",
210
+ "or",
211
+ "output",
212
+ "package",
213
+ "packed",
214
+ "parameter",
215
+ "pmos",
216
+ "posedge",
217
+ "primitive",
218
+ "priority",
219
+ "program",
220
+ "property",
221
+ "protected",
222
+ "pull0",
223
+ "pull1",
224
+ "pulldown",
225
+ "pullup",
226
+ "pulsestyle_ondetect",
227
+ "pulsestyle_onevent",
228
+ "pure",
229
+ "rand",
230
+ "randc",
231
+ "randcase",
232
+ "randsequence",
233
+ "rcmos",
234
+ "real",
235
+ "realtime",
236
+ "ref",
237
+ "reg",
238
+ "reject_on",
239
+ "release",
240
+ "repeat",
241
+ "restrict",
242
+ "return",
243
+ "rnmos",
244
+ "rpmos",
245
+ "rtran",
246
+ "rtranif0",
247
+ "rtranif1",
248
+ "s_always",
249
+ "s_eventually",
250
+ "s_nexttime",
251
+ "s_until",
252
+ "s_until_with",
253
+ "scalared",
254
+ "sequence",
255
+ "shortint",
256
+ "shortreal",
257
+ "showcancelled",
258
+ "signed",
259
+ "small",
260
+ "soft",
261
+ "solve",
262
+ "specify",
263
+ "specparam",
264
+ "static",
265
+ "string",
266
+ "strong",
267
+ "strong0",
268
+ "strong1",
269
+ "struct",
270
+ "super",
271
+ "supply0",
272
+ "supply1",
273
+ "sync_accept_on",
274
+ "sync_reject_on",
275
+ "table",
276
+ "tagged",
277
+ "task",
278
+ "this",
279
+ "throughout",
280
+ "time",
281
+ "timeprecision",
282
+ "timeunit",
283
+ "tran",
284
+ "tranif0",
285
+ "tranif1",
286
+ "tri",
287
+ "tri0",
288
+ "tri1",
289
+ "triand",
290
+ "trior",
291
+ "trireg",
292
+ "type",
293
+ "typedef",
294
+ "union",
295
+ "unique",
296
+ "unique0",
297
+ "unsigned",
298
+ "until",
299
+ "until_with",
300
+ "untyped",
301
+ "use",
302
+ "uwire",
303
+ "var",
304
+ "vectored",
305
+ "virtual",
306
+ "void",
307
+ "wait",
308
+ "wait_order",
309
+ "wand",
310
+ "weak",
311
+ "weak0",
312
+ "weak1",
313
+ "while",
314
+ "wildcard",
315
+ "wire",
316
+ "with",
317
+ "within",
318
+ "wor",
319
+ "xnor",
320
+ "xor"
321
+ ],
322
+ builtin_gates: [
323
+ "and",
324
+ "nand",
325
+ "nor",
326
+ "or",
327
+ "xor",
328
+ "xnor",
329
+ "buf",
330
+ "not",
331
+ "bufif0",
332
+ "bufif1",
333
+ "notif1",
334
+ "notif0",
335
+ "cmos",
336
+ "nmos",
337
+ "pmos",
338
+ "rcmos",
339
+ "rnmos",
340
+ "rpmos",
341
+ "tran",
342
+ "tranif1",
343
+ "tranif0",
344
+ "rtran",
345
+ "rtranif1",
346
+ "rtranif0"
347
+ ],
348
+ operators: [
349
+ // assignment operators
350
+ "=",
351
+ "+=",
352
+ "-=",
353
+ "*=",
354
+ "/=",
355
+ "%=",
356
+ "&=",
357
+ "|=",
358
+ "^=",
359
+ "<<=",
360
+ ">>+",
361
+ "<<<=",
362
+ ">>>=",
363
+ // conditional expression
364
+ "?",
365
+ ":",
366
+ // Unary operators
367
+ "+",
368
+ "-",
369
+ "!",
370
+ "~",
371
+ "&",
372
+ "~&",
373
+ "|",
374
+ "~|",
375
+ "^",
376
+ "~^",
377
+ "^~",
378
+ //binary operators
379
+ "+",
380
+ "-",
381
+ "*",
382
+ "/",
383
+ "%",
384
+ "==",
385
+ "!=",
386
+ "===",
387
+ "!==",
388
+ "==?",
389
+ "!=?",
390
+ "&&",
391
+ "||",
392
+ "**",
393
+ "<",
394
+ "<=",
395
+ ">",
396
+ ">=",
397
+ "&",
398
+ "|",
399
+ "^",
400
+ ">>",
401
+ "<<",
402
+ ">>>",
403
+ "<<<",
404
+ // increment or decrement operator
405
+ "++",
406
+ "--",
407
+ //binary logical operator
408
+ "->",
409
+ "<->",
410
+ // binary set membership operator
411
+ "inside",
412
+ // binary distrubution operator
413
+ "dist",
414
+ "::",
415
+ "+:",
416
+ "-:",
417
+ "*>",
418
+ "&&&",
419
+ "|->",
420
+ "|=>",
421
+ "#=#"
422
+ ],
423
+ // we include these common regular expressions
424
+ symbols: /[=><!~?:&|+\-*\/\^%#]+/,
425
+ escapes: /%%|\\(?:[antvf\\"']|x[0-9A-Fa-f]{1,2}|[0-7]{1,3})/,
426
+ identifier: /(?:[a-zA-Z_][a-zA-Z0-9_$\.]*|\\\S+ )/,
427
+ systemcall: /[$][a-zA-Z0-9_]+/,
428
+ timeunits: /s|ms|us|ns|ps|fs/,
429
+ // The main tokenizer for our languages
430
+ tokenizer: {
431
+ root: [
432
+ // module instances
433
+ [
434
+ /^(\s*)(@identifier)/,
435
+ [
436
+ "",
437
+ {
438
+ cases: {
439
+ "@builtin_gates": {
440
+ token: "keyword.$2",
441
+ next: "@module_instance"
442
+ },
443
+ table: {
444
+ token: "keyword.$2",
445
+ next: "@table"
446
+ },
447
+ "@keywords": { token: "keyword.$2" },
448
+ "@default": {
449
+ token: "identifier",
450
+ next: "@module_instance"
451
+ }
452
+ }
453
+ }
454
+ ]
455
+ ],
456
+ // include statements
457
+ [/^\s*`include/, { token: "keyword.directive.include", next: "@include" }],
458
+ // Preprocessor directives
459
+ [/^\s*`\s*\w+/, "keyword"],
460
+ // identifiers and keywords
461
+ { include: "@identifier_or_keyword" },
462
+ // whitespace and comments
463
+ { include: "@whitespace" },
464
+ // (* attributes *).
465
+ [/\(\*.*\*\)/, "annotation"],
466
+ // Systemcall
467
+ [/@systemcall/, "variable.predefined"],
468
+ // delimiters and operators
469
+ [/[{}()\[\]]/, "@brackets"],
470
+ [/[<>](?!@symbols)/, "@brackets"],
471
+ [
472
+ /@symbols/,
473
+ {
474
+ cases: {
475
+ "@operators": "delimiter",
476
+ "@default": ""
477
+ }
478
+ }
479
+ ],
480
+ // numbers
481
+ { include: "@numbers" },
482
+ // delimiter: after number because of .\d floats
483
+ [/[;,.]/, "delimiter"],
484
+ // strings
485
+ { include: "@strings" }
486
+ ],
487
+ identifier_or_keyword: [
488
+ [
489
+ /@identifier/,
490
+ {
491
+ cases: {
492
+ "@keywords": { token: "keyword.$0" },
493
+ "@default": "identifier"
494
+ }
495
+ }
496
+ ]
497
+ ],
498
+ numbers: [
499
+ [/\d+?[\d_]*(?:\.[\d_]+)?[eE][\-+]?\d+/, "number.float"],
500
+ [/\d+?[\d_]*\.[\d_]+(?:\s*@timeunits)?/, "number.float"],
501
+ [/(?:\d+?[\d_]*\s*)?'[sS]?[dD]\s*[0-9xXzZ?]+?[0-9xXzZ?_]*/, "number"],
502
+ [/(?:\d+?[\d_]*\s*)?'[sS]?[bB]\s*[0-1xXzZ?]+?[0-1xXzZ?_]*/, "number.binary"],
503
+ [/(?:\d+?[\d_]*\s*)?'[sS]?[oO]\s*[0-7xXzZ?]+?[0-7xXzZ?_]*/, "number.octal"],
504
+ [/(?:\d+?[\d_]*\s*)?'[sS]?[hH]\s*[0-9a-fA-FxXzZ?]+?[0-9a-fA-FxXzZ?_]*/, "number.hex"],
505
+ [/1step/, "number"],
506
+ [/[\dxXzZ]+?[\dxXzZ_]*(?:\s*@timeunits)?/, "number"],
507
+ [/'[01xXzZ]+/, "number"]
508
+ ],
509
+ module_instance: [
510
+ { include: "@whitespace" },
511
+ [/(#?)(\()/, ["", { token: "@brackets", next: "@port_connection" }]],
512
+ [/@identifier\s*[;={}\[\],]/, { token: "@rematch", next: "@pop" }],
513
+ [/@symbols|[;={}\[\],]/, { token: "@rematch", next: "@pop" }],
514
+ [/@identifier/, "type"],
515
+ [/;/, "delimiter", "@pop"]
516
+ ],
517
+ port_connection: [
518
+ { include: "@identifier_or_keyword" },
519
+ { include: "@whitespace" },
520
+ [/@systemcall/, "variable.predefined"],
521
+ { include: "@numbers" },
522
+ { include: "@strings" },
523
+ [/[,]/, "delimiter"],
524
+ [/\(/, "@brackets", "@port_connection"],
525
+ [/\)/, "@brackets", "@pop"]
526
+ ],
527
+ whitespace: [
528
+ [/[ \t\r\n]+/, ""],
529
+ [/\/\*/, "comment", "@comment"],
530
+ [/\/\/.*$/, "comment"]
531
+ ],
532
+ comment: [
533
+ [/[^\/*]+/, "comment"],
534
+ [/\*\//, "comment", "@pop"],
535
+ [/[\/*]/, "comment"]
536
+ ],
537
+ strings: [
538
+ [/"([^"\\]|\\.)*$/, "string.invalid"],
539
+ // non-teminated string
540
+ [/"/, "string", "@string"]
541
+ ],
542
+ string: [
543
+ [/[^\\"]+/, "string"],
544
+ [/@escapes/, "string.escape"],
545
+ [/\\./, "string.escape.invalid"],
546
+ [/"/, "string", "@pop"]
547
+ ],
548
+ include: [
549
+ [
550
+ /(\s*)(")([\w*\/*]*)(.\w*)(")/,
551
+ [
552
+ "",
553
+ "string.include.identifier",
554
+ "string.include.identifier",
555
+ "string.include.identifier",
556
+ { token: "string.include.identifier", next: "@pop" }
557
+ ]
558
+ ],
559
+ [
560
+ /(\s*)(<)([\w*\/*]*)(.\w*)(>)/,
561
+ [
562
+ "",
563
+ "string.include.identifier",
564
+ "string.include.identifier",
565
+ "string.include.identifier",
566
+ { token: "string.include.identifier", next: "@pop" }
567
+ ]
568
+ ]
569
+ ],
570
+ table: [
571
+ { include: "@whitespace" },
572
+ [/[()]/, "@brackets"],
573
+ [/[:;]/, "delimiter"],
574
+ [/[01\-*?xXbBrRfFpPnN]/, "variable.predefined"],
575
+ ["endtable", "keyword.endtable", "@pop"]
576
+ ]
577
+ }
578
+ };
579
+ export {
580
+ e as conf,
581
+ n as language
582
+ };