nuxt-link-checker 3.0.2 → 3.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 (90) hide show
  1. package/dist/client/200.html +38 -37
  2. package/dist/client/404.html +38 -37
  3. package/dist/client/_nuxt/{D7WeZTai.js → -0RnDExV.js} +1 -1
  4. package/dist/client/_nuxt/{0ooBkv16.js → B34IPION.js} +1 -1
  5. package/dist/client/_nuxt/BItQYlyr.js +39 -0
  6. package/dist/client/_nuxt/BMRpS3Xo.js +1 -0
  7. package/dist/client/_nuxt/{BVkeqZ59.js → BU6jSTzS.js} +1 -1
  8. package/dist/client/_nuxt/{1rqFXsGc.js → BUinYsBq.js} +2 -2
  9. package/dist/client/_nuxt/BXP-NDAE.js +1 -0
  10. package/dist/client/_nuxt/{CdedUr_-.js → BiVAY1KT.js} +1 -1
  11. package/dist/client/_nuxt/BpDWT_aG.js +1 -0
  12. package/dist/client/_nuxt/{BnyYJeap.js → Bpum8voz.js} +1 -1
  13. package/dist/client/_nuxt/Br9pa-sp.js +1 -0
  14. package/dist/client/_nuxt/Bym0hRiG.js +1 -0
  15. package/dist/client/_nuxt/{ECt0lbkd.js → CBks_G0r.js} +1 -1
  16. package/dist/client/_nuxt/{CFF2d1j6.js → CEQQyXKu.js} +1 -1
  17. package/dist/client/_nuxt/COBxEbHI.js +1 -0
  18. package/dist/client/_nuxt/CPw9RxLe.js +1 -0
  19. package/dist/client/_nuxt/{BXR915QZ.js → CU2HFFmO.js} +1 -1
  20. package/dist/client/_nuxt/CUHTTYqt.js +6 -0
  21. package/dist/client/_nuxt/{D33OKbkv.js → C_3e0TF9.js} +1 -1
  22. package/dist/client/_nuxt/{CJIaz0BQ.js → CxLlwT--.js} +1 -1
  23. package/dist/client/_nuxt/D46m5Xd3.js +1 -0
  24. package/dist/client/_nuxt/{DAP_O-zg.js → D47volHK.js} +1 -1
  25. package/dist/client/_nuxt/D5OoM2Ul.js +1 -0
  26. package/dist/client/_nuxt/{CX_FIdg1.js → DDK5Hw8n.js} +1 -1
  27. package/dist/client/_nuxt/{D7us1Eal.js → DGEe2Wb6.js} +1 -1
  28. package/dist/client/_nuxt/DQ-rpzxz.js +1 -0
  29. package/dist/client/_nuxt/DV9_Ze0W.js +1 -0
  30. package/dist/client/_nuxt/DdUjqjK-.js +1 -0
  31. package/dist/client/_nuxt/{C1yTBzia.js → DuzeNTn4.js} +1 -1
  32. package/dist/client/_nuxt/EPzMdTgI.js +171 -0
  33. package/dist/client/_nuxt/{DrnZp123.js → I286KXx1.js} +1 -1
  34. package/dist/client/_nuxt/{Cq0wM8KE.js → NiuS3JWx.js} +1 -1
  35. package/dist/client/_nuxt/builds/latest.json +1 -1
  36. package/dist/client/_nuxt/builds/meta/3af16b43-4f9f-439e-a21d-22a114ed006f.json +1 -0
  37. package/dist/client/_nuxt/error-404.Boe7FJkw.css +1 -0
  38. package/dist/client/_nuxt/error-500.wMnM3ITh.css +1 -0
  39. package/dist/client/_nuxt/{DGDuLtS6.js → gnwMp1li.js} +1 -1
  40. package/dist/client/_nuxt/{Bj5xdiaE.js → xuIuMB9j.js} +1 -1
  41. package/dist/client/index.html +38 -37
  42. package/dist/module.d.mts +14 -2
  43. package/dist/module.d.ts +14 -2
  44. package/dist/module.json +1 -1
  45. package/dist/module.mjs +49 -15
  46. package/dist/runtime/nitro/composables/content-mock.d.ts +1 -0
  47. package/dist/runtime/nitro/composables/content-mock.js +3 -0
  48. package/dist/runtime/nitro/routes/__link-checker__/inspect.d.ts +1 -1
  49. package/dist/runtime/nitro/routes/__link-checker__/inspect.js +13 -9
  50. package/dist/runtime/nitro/routes/__link-checker__/links.d.ts +1 -1
  51. package/dist/runtime/nitro/routes/__link-checker__/links.js +32 -6
  52. package/dist/runtime/nuxt/plugin/ui.client.js +3 -1
  53. package/dist/runtime/nuxt/plugin/view/Main.vue +2 -2
  54. package/dist/runtime/nuxt/plugin/view/client.d.ts +3 -1
  55. package/dist/runtime/nuxt/plugin/view/client.js +9 -10
  56. package/dist/runtime/pure/index.d.ts +5 -0
  57. package/dist/runtime/pure/index.js +12 -0
  58. package/dist/runtime/pure/inspect.d.ts +2 -20
  59. package/dist/runtime/pure/inspect.js +12 -11
  60. package/dist/runtime/pure/inspections/absolute-site-urls.js +3 -4
  61. package/dist/runtime/pure/inspections/descriptive-link-text.js +1 -0
  62. package/dist/runtime/pure/inspections/missing-hash.js +1 -0
  63. package/dist/runtime/pure/inspections/no-baseless.js +1 -0
  64. package/dist/runtime/pure/inspections/no-error-response-status.js +5 -4
  65. package/dist/runtime/pure/inspections/no-javascript.js +1 -0
  66. package/dist/runtime/pure/inspections/trailing-slash.js +1 -0
  67. package/dist/runtime/pure/redirects.js +1 -0
  68. package/dist/runtime/types.d.ts +6 -3
  69. package/package.json +19 -13
  70. package/dist/client/_nuxt/3ghuYFLd.js +0 -1
  71. package/dist/client/_nuxt/9B1nZgL-.js +0 -1
  72. package/dist/client/_nuxt/BYdKNJ10.js +0 -1
  73. package/dist/client/_nuxt/Bi43K_FX.js +0 -6
  74. package/dist/client/_nuxt/CBPJd_fO.js +0 -1
  75. package/dist/client/_nuxt/CETtcHRa.js +0 -1
  76. package/dist/client/_nuxt/CEfge3mM.js +0 -1
  77. package/dist/client/_nuxt/CSPeAESR.js +0 -1
  78. package/dist/client/_nuxt/ChJ1dFAn.js +0 -39
  79. package/dist/client/_nuxt/DGO8GyiP.js +0 -1
  80. package/dist/client/_nuxt/DOHBU7tp.js +0 -1
  81. package/dist/client/_nuxt/DVLwECkk.js +0 -1
  82. package/dist/client/_nuxt/Du6_OKDb.js +0 -159
  83. package/dist/client/_nuxt/builds/meta/7bcc0ccc-7abc-4c7a-a38f-10c82bc8da01.json +0 -1
  84. package/dist/client/_nuxt/eJfcURhx.js +0 -1
  85. package/dist/client/_nuxt/error-404.CUS9EMVV.css +0 -1
  86. package/dist/client/_nuxt/error-500.CMkLgjP3.css +0 -1
  87. package/dist/runtime/nitro/util.d.ts +0 -1
  88. package/dist/runtime/nitro/util.js +0 -4
  89. package/dist/runtime/nuxt/plugin/search.nitro.d.ts +0 -2
  90. package/dist/runtime/nuxt/plugin/search.nitro.js +0 -11
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
3
  <link rel="stylesheet" href="/__nuxt-link-checker/_nuxt/entry.BNQn0MkB.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BItQYlyr.js">
5
5
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXFkqnOI.js">
6
6
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BigF1UXR.js">
7
7
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CowR2XfX.js">
8
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ECt0lbkd.js">
8
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBks_G0r.js">
9
9
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbViG2Xw.js">
10
10
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dch3xQiY.js">
11
11
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbYhyuC0.js">
12
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/1rqFXsGc.js">
12
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BUinYsBq.js">
13
13
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BeX7Iu5M.js">
14
14
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/rS0jd3Ly.js">
15
15
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Sfo2eW0G.js">
@@ -19,7 +19,7 @@
19
19
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CupVZNk8.js">
20
20
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B4yE-MfL.js">
21
21
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CG4fK2Nq.js">
22
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CFF2d1j6.js">
22
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEQQyXKu.js">
23
23
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DK4oFTHQ.js">
24
24
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B2DkETJQ.js">
25
25
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RCJZWN-0.js">
@@ -43,7 +43,7 @@
43
43
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DwuVtWc2.js">
44
44
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXfENWL6.js">
45
45
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BIxS-Weu.js">
46
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Du6_OKDb.js">
46
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/EPzMdTgI.js">
47
47
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9S9BZZh.js">
48
48
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DHmGyzbM.js">
49
49
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RqY_Nz63.js">
@@ -58,7 +58,7 @@
58
58
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BT9ZzGyQ.js">
59
59
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DC8MraHL.js">
60
60
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/PWN5J14X.js">
61
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXR915QZ.js">
61
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CU2HFFmO.js">
62
62
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DSrLtGYv.js">
63
63
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXT9h7v2.js">
64
64
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BlxWTfDV.js">
@@ -68,7 +68,7 @@
68
68
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Urb1RsFe.js">
69
69
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxrokwfH.js">
70
70
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaedD2tq.js">
71
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/3ghuYFLd.js">
71
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bym0hRiG.js">
72
72
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1DVX8_8.js">
73
73
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bgpqy2XC.js">
74
74
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9JwLIa.js">
@@ -94,8 +94,8 @@
94
94
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KPqz0Sb3.js">
95
95
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/sQpxpyUs.js">
96
96
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D6pmzCqS.js">
97
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BVkeqZ59.js">
98
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BnyYJeap.js">
97
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BU6jSTzS.js">
98
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bpum8voz.js">
99
99
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBBqETUW.js">
100
100
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B_SUYfiV.js">
101
101
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/cw46T5ID.js">
@@ -109,7 +109,7 @@
109
109
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/nclm9rTJ.js">
110
110
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BN4LRXf6.js">
111
111
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BmCW-tYz.js">
112
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/0ooBkv16.js">
112
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B34IPION.js">
113
113
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DJubGRtk.js">
114
114
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dit6kIrv.js">
115
115
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CpAANOdC.js">
@@ -130,21 +130,22 @@
130
130
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEpfOTx.js">
131
131
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CCqFro8U.js">
132
132
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj0fF4lQ.js">
133
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D5OoM2Ul.js">
133
134
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dg0DGYq4.js">
134
135
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Ksn5IXup.js">
135
136
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdacRhvC.js">
136
137
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/VQMr7AbF.js">
137
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGDuLtS6.js">
138
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/gnwMp1li.js">
138
139
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Btshr8M_.js">
139
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJIaz0BQ.js">
140
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBPJd_fO.js">
140
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxLlwT--.js">
141
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br9pa-sp.js">
141
142
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cb-F_BZP.js">
142
143
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-7WWnkdy.js">
143
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DOHBU7tp.js">
144
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/COBxEbHI.js">
144
145
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9CT-1u6.js">
145
146
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBxHOdLe.js">
146
147
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DR5YgmI2.js">
147
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7WeZTai.js">
148
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-0RnDExV.js">
148
149
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B7rNE5kf.js">
149
150
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CrgTADc5.js">
150
151
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BWKJ1FCf.js">
@@ -182,7 +183,7 @@
182
183
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/6XBPEST2.js">
183
184
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BH1M7C1g.js">
184
185
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DLP9ZvWb.js">
185
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1yTBzia.js">
186
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DuzeNTn4.js">
186
187
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BscxmKrE.js">
187
188
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CuJfdYLG.js">
188
189
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BxwAa5i0.js">
@@ -191,7 +192,7 @@
191
192
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBeuZS66.js">
192
193
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DnLUQrgA.js">
193
194
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BacI6-DX.js">
194
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DAP_O-zg.js">
195
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D47volHK.js">
195
196
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I4qd5QHW.js">
196
197
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C2TBxDwV.js">
197
198
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CO5hpdkB.js">
@@ -199,13 +200,13 @@
199
200
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVfdqzEq.js">
200
201
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/QZ3jNtnE.js">
201
202
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BLluXI4E.js">
202
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bi43K_FX.js">
203
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D33OKbkv.js">
203
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CUHTTYqt.js">
204
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C_3e0TF9.js">
204
205
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBWrHyXe.js">
205
206
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cicx_DS6.js">
206
207
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D3VXSfF0.js">
207
208
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BZz1Hhek.js">
208
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DrnZp123.js">
209
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I286KXx1.js">
209
210
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJQrLysU.js">
210
211
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BICIrM8O.js">
211
212
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B1nm99XP.js">
@@ -214,13 +215,13 @@
214
215
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/YxQm0tCS.js">
215
216
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaWyeHV_.js">
216
217
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bn5gmY5k.js">
217
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CSPeAESR.js">
218
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BYdKNJ10.js">
219
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVLwECkk.js">
220
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEfge3mM.js">
218
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXP-NDAE.js">
219
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DQ-rpzxz.js">
220
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CPw9RxLe.js">
221
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9_Ze0W.js">
221
222
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KEYLhlmT.js">
222
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGO8GyiP.js">
223
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/9B1nZgL-.js">
223
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BpDWT_aG.js">
224
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D46m5Xd3.js">
224
225
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CzPA46E-.js">
225
226
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXF7Vm5l.js">
226
227
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CRDKj6ck.js">
@@ -243,24 +244,24 @@
243
244
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/alpzPJ78.js">
244
245
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cda-MJFk.js">
245
246
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/jaXbsbtS.js">
246
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CX_FIdg1.js">
247
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj5xdiaE.js">
248
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CdedUr_-.js">
247
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DDK5Hw8n.js">
248
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xuIuMB9j.js">
249
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BiVAY1KT.js">
249
250
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C7oZ9nno.js">
250
251
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/hXH8Gyq8.js">
251
252
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CA9nliXM.js">
252
253
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C86elO-m.js">
253
254
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xPNGhBYe.js">
254
255
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBDuFDsq.js">
255
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/eJfcURhx.js">
256
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BMRpS3Xo.js">
256
257
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BSB_bK09.js">
257
258
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B3g-KkBK.js">
258
259
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bxkoe-BC.js">
259
260
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br6ll-O0.js">
260
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.CUS9EMVV.css">
261
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CETtcHRa.js">
262
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cq0wM8KE.js">
263
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.CMkLgjP3.css">
264
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7us1Eal.js">
265
- <script type="module" src="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
266
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"7bcc0ccc-7abc-4c7a-a38f-10c82bc8da01",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
261
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.Boe7FJkw.css">
262
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdUjqjK-.js">
263
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/NiuS3JWx.js">
264
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.wMnM3ITh.css">
265
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEe2Wb6.js">
266
+ <script type="module" src="/__nuxt-link-checker/_nuxt/BItQYlyr.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
267
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"3af16b43-4f9f-439e-a21d-22a114ed006f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
3
  <link rel="stylesheet" href="/__nuxt-link-checker/_nuxt/entry.BNQn0MkB.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BItQYlyr.js">
5
5
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXFkqnOI.js">
6
6
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BigF1UXR.js">
7
7
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CowR2XfX.js">
8
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ECt0lbkd.js">
8
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBks_G0r.js">
9
9
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbViG2Xw.js">
10
10
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dch3xQiY.js">
11
11
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbYhyuC0.js">
12
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/1rqFXsGc.js">
12
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BUinYsBq.js">
13
13
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BeX7Iu5M.js">
14
14
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/rS0jd3Ly.js">
15
15
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Sfo2eW0G.js">
@@ -19,7 +19,7 @@
19
19
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CupVZNk8.js">
20
20
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B4yE-MfL.js">
21
21
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CG4fK2Nq.js">
22
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CFF2d1j6.js">
22
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEQQyXKu.js">
23
23
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DK4oFTHQ.js">
24
24
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B2DkETJQ.js">
25
25
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RCJZWN-0.js">
@@ -43,7 +43,7 @@
43
43
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DwuVtWc2.js">
44
44
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXfENWL6.js">
45
45
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BIxS-Weu.js">
46
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Du6_OKDb.js">
46
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/EPzMdTgI.js">
47
47
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9S9BZZh.js">
48
48
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DHmGyzbM.js">
49
49
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RqY_Nz63.js">
@@ -58,7 +58,7 @@
58
58
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BT9ZzGyQ.js">
59
59
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DC8MraHL.js">
60
60
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/PWN5J14X.js">
61
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXR915QZ.js">
61
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CU2HFFmO.js">
62
62
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DSrLtGYv.js">
63
63
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXT9h7v2.js">
64
64
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BlxWTfDV.js">
@@ -68,7 +68,7 @@
68
68
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Urb1RsFe.js">
69
69
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxrokwfH.js">
70
70
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaedD2tq.js">
71
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/3ghuYFLd.js">
71
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bym0hRiG.js">
72
72
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1DVX8_8.js">
73
73
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bgpqy2XC.js">
74
74
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9JwLIa.js">
@@ -94,8 +94,8 @@
94
94
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KPqz0Sb3.js">
95
95
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/sQpxpyUs.js">
96
96
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D6pmzCqS.js">
97
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BVkeqZ59.js">
98
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BnyYJeap.js">
97
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BU6jSTzS.js">
98
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bpum8voz.js">
99
99
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBBqETUW.js">
100
100
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B_SUYfiV.js">
101
101
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/cw46T5ID.js">
@@ -109,7 +109,7 @@
109
109
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/nclm9rTJ.js">
110
110
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BN4LRXf6.js">
111
111
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BmCW-tYz.js">
112
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/0ooBkv16.js">
112
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B34IPION.js">
113
113
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DJubGRtk.js">
114
114
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dit6kIrv.js">
115
115
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CpAANOdC.js">
@@ -130,21 +130,22 @@
130
130
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEpfOTx.js">
131
131
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CCqFro8U.js">
132
132
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj0fF4lQ.js">
133
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D5OoM2Ul.js">
133
134
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dg0DGYq4.js">
134
135
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Ksn5IXup.js">
135
136
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdacRhvC.js">
136
137
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/VQMr7AbF.js">
137
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGDuLtS6.js">
138
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/gnwMp1li.js">
138
139
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Btshr8M_.js">
139
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJIaz0BQ.js">
140
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBPJd_fO.js">
140
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxLlwT--.js">
141
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br9pa-sp.js">
141
142
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cb-F_BZP.js">
142
143
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-7WWnkdy.js">
143
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DOHBU7tp.js">
144
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/COBxEbHI.js">
144
145
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9CT-1u6.js">
145
146
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBxHOdLe.js">
146
147
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DR5YgmI2.js">
147
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7WeZTai.js">
148
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-0RnDExV.js">
148
149
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B7rNE5kf.js">
149
150
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CrgTADc5.js">
150
151
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BWKJ1FCf.js">
@@ -182,7 +183,7 @@
182
183
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/6XBPEST2.js">
183
184
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BH1M7C1g.js">
184
185
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DLP9ZvWb.js">
185
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1yTBzia.js">
186
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DuzeNTn4.js">
186
187
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BscxmKrE.js">
187
188
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CuJfdYLG.js">
188
189
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BxwAa5i0.js">
@@ -191,7 +192,7 @@
191
192
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBeuZS66.js">
192
193
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DnLUQrgA.js">
193
194
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BacI6-DX.js">
194
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DAP_O-zg.js">
195
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D47volHK.js">
195
196
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I4qd5QHW.js">
196
197
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C2TBxDwV.js">
197
198
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CO5hpdkB.js">
@@ -199,13 +200,13 @@
199
200
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVfdqzEq.js">
200
201
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/QZ3jNtnE.js">
201
202
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BLluXI4E.js">
202
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bi43K_FX.js">
203
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D33OKbkv.js">
203
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CUHTTYqt.js">
204
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C_3e0TF9.js">
204
205
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBWrHyXe.js">
205
206
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cicx_DS6.js">
206
207
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D3VXSfF0.js">
207
208
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BZz1Hhek.js">
208
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DrnZp123.js">
209
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I286KXx1.js">
209
210
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJQrLysU.js">
210
211
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BICIrM8O.js">
211
212
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B1nm99XP.js">
@@ -214,13 +215,13 @@
214
215
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/YxQm0tCS.js">
215
216
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaWyeHV_.js">
216
217
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bn5gmY5k.js">
217
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CSPeAESR.js">
218
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BYdKNJ10.js">
219
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVLwECkk.js">
220
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEfge3mM.js">
218
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXP-NDAE.js">
219
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DQ-rpzxz.js">
220
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CPw9RxLe.js">
221
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9_Ze0W.js">
221
222
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KEYLhlmT.js">
222
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGO8GyiP.js">
223
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/9B1nZgL-.js">
223
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BpDWT_aG.js">
224
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D46m5Xd3.js">
224
225
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CzPA46E-.js">
225
226
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXF7Vm5l.js">
226
227
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CRDKj6ck.js">
@@ -243,24 +244,24 @@
243
244
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/alpzPJ78.js">
244
245
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cda-MJFk.js">
245
246
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/jaXbsbtS.js">
246
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CX_FIdg1.js">
247
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj5xdiaE.js">
248
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CdedUr_-.js">
247
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DDK5Hw8n.js">
248
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xuIuMB9j.js">
249
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BiVAY1KT.js">
249
250
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C7oZ9nno.js">
250
251
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/hXH8Gyq8.js">
251
252
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CA9nliXM.js">
252
253
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C86elO-m.js">
253
254
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xPNGhBYe.js">
254
255
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBDuFDsq.js">
255
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/eJfcURhx.js">
256
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BMRpS3Xo.js">
256
257
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BSB_bK09.js">
257
258
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B3g-KkBK.js">
258
259
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bxkoe-BC.js">
259
260
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br6ll-O0.js">
260
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.CUS9EMVV.css">
261
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CETtcHRa.js">
262
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cq0wM8KE.js">
263
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.CMkLgjP3.css">
264
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7us1Eal.js">
265
- <script type="module" src="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
266
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"7bcc0ccc-7abc-4c7a-a38f-10c82bc8da01",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
261
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.Boe7FJkw.css">
262
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdUjqjK-.js">
263
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/NiuS3JWx.js">
264
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.wMnM3ITh.css">
265
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEe2Wb6.js">
266
+ <script type="module" src="/__nuxt-link-checker/_nuxt/BItQYlyr.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
267
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"3af16b43-4f9f-439e-a21d-22a114ed006f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1 +1 @@
1
- import e from"./RCJZWN-0.js";import n from"./CbViG2Xw.js";import t from"./CsYA0RN7.js";import a from"./Dch3xQiY.js";import i from"./CbYhyuC0.js";import m from"./DouzTJIq.js";import r from"./BnyYJeap.js";import"./ClXEvkw9.js";const o=Object.freeze({displayName:"Nim",fileTypes:["nim"],name:"nim",patterns:[{begin:"[ \\t]*##\\[",contentName:"comment.block.doc-comment.content.nim",end:"\\]##",name:"comment.block.doc-comment.nim",patterns:[{include:"#multilinedoccomment",name:"comment.block.doc-comment.nested.nim"}]},{begin:"[ \\t]*#\\[",contentName:"comment.block.content.nim",end:"\\]#",name:"comment.block.nim",patterns:[{include:"#multilinecomment",name:"comment.block.nested.nim"}]},{begin:"(^[ \\t]+)?(?=##)",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.nim"}},end:"(?!\\G)",patterns:[{begin:"##",beginCaptures:{0:{name:"punctuation.definition.comment.nim"}},end:"\\n",name:"comment.line.number-sign.doc-comment.nim"}]},{begin:"(^[ \\t]+)?(?=#[^\\[])",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.nim"}},end:"(?!\\G)",patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.nim"}},end:"\\n",name:"comment.line.number-sign.nim"}]},{comment:"A nim procedure or method",name:"meta.proc.nim",patterns:[{begin:"\\b(proc|method|template|macro|iterator|converter|func)\\s+\\`?([^\\:\\{\\s\\`\\*\\(]*)\\`?(\\s*\\*)?\\s*(?=\\(|\\=|:|\\[|\\n|\\{)",captures:{1:{name:"keyword.other"},2:{name:"entity.name.function.nim"},3:{name:"keyword.control.export"}},end:"\\)",patterns:[{include:"source.nim"}]}]},{begin:'discard """',comment:"A discarded triple string literal comment",end:'"""(?!")',name:"comment.line.discarded.nim"},{include:"#float_literal"},{include:"#integer_literal"},{comment:"Operator as function name",match:"(?<=\\`)[^\\` ]+(?=\\`)",name:"entity.name.function.nim"},{captures:{1:{name:"keyword.control.export"}},comment:"Export qualifier.",match:"\\b\\s*(\\*)(?:\\s*(?=[,:])|\\s+(?=[=]))"},{captures:{1:{name:"support.type.nim"},2:{name:"keyword.control.export"}},comment:"Export qualifier following a type def.",match:"\\b([A-Z]\\w+)(\\*)"},{include:"#string_literal"},{comment:"Language Constants.",match:"\\b(true|false|Inf|NegInf|NaN|nil)\\b",name:"constant.language.nim"},{comment:"Keywords that affect program control flow or scope.",match:"\\b(block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield)\\b",name:"keyword.control.nim"},{comment:"Keyword boolean operators for expressions.",match:"(\\b(and|in|is|isnot|not|notin|or|xor)\\b)",name:"keyword.boolean.nim"},{comment:"Generic operators for expressions.",match:"(=|\\+|-|\\*|/|<|>|@|\\$|~|&|%|!|\\?|\\^|\\.|:|\\\\)+",name:"keyword.operator.nim"},{comment:"Other keywords.",match:"(\\b(addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|of|ptr|ref|shl|shr|static|type|using|var|tuple|iterator|macro|func|method|proc|template)\\b)",name:"keyword.other.nim"},{comment:"Invalid and unused keywords.",match:"(\\b(generic|interface|lambda|out|shared)\\b)",name:"invalid.illegal.invalid-keyword.nim"},{comment:"Common functions",match:"\\b(new|await|assert|echo|defined|declared|newException|countup|countdown|high|low)\\b",name:"keyword.other.common.function.nim"},{comment:"Built-in, concrete types.",match:"\\b(((uint|int)(8|16|32|64)?)|float(32|64)?|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any|untyped|typed)\\b",name:"storage.type.concrete.nim"},{comment:"Built-in, generic types.",match:"\\b(range|array|seq|set|pointer)\\b",name:"storage.type.generic.nim"},{comment:"Special types.",match:"\\b(openarray|varargs|void)\\b",name:"storage.type.generic.nim"},{comment:"Other constants.",match:"\\b[A-Z][A-Z0-9_]+\\b",name:"support.constant.nim"},{comment:"Other types.",match:"\\b[A-Z]\\w+\\b",name:"support.type.nim"},{comment:"Function call.",match:"\\b\\w+\\b(?=(\\[([a-zA-Z0-9_,]|\\s)+\\])?\\()",name:"support.function.any-method.nim"},{comment:"Function call (no parenthesis).",match:"(?!(openarray|varargs|void|range|array|seq|set|pointer|new|await|assert|echo|defined|declared|newException|countup|countdown|high|low|((uint|int)(8|16|32|64)?)|float(32|64)?|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any|untyped|typed|addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|of|ptr|ref|shl|shr|static|type|using|var|tuple|iterator|macro|func|method|proc|template|and|in|is|isnot|not|notin|or|xor|proc|method|template|macro|iterator|converter|func|true|false|Inf|NegInf|NaN|nil|block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield)\\b)\\w+\\s+(?!(and|in|is|isnot|not|notin|or|xor|[^a-zA-Z0-9_\"'`(-+]+)\\b)(?=[a-zA-Z0-9_\"'`(-+])",name:"support.function.any-method.nim"},{begin:'(^\\s*)?(?=\\{\\.emit: ?""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'\\{\\.(emit:) ?(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.c",end:'(")""(?!")(\\.{0,1}\\})?',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.c"}},name:"meta.embedded.block.c",patterns:[{begin:"\\`",end:"\\`",name:"keyword.operator.nim"},{include:"source.c"}]}]},{begin:"\\{\\.",beginCaptures:{0:{name:"punctuation.pragma.start.nim"}},end:"\\.?\\}",endCaptures:{0:{name:"punctuation.pragma.end.nim"}},patterns:[{begin:"\\b([[:alpha:]]\\w*)(?:\\s|\\s*:)",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"(?=\\.?\\}|,)",patterns:[{include:"source.nim"}]},{begin:"\\b([[:alpha:]]\\w*)\\(",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{captures:{1:{name:"meta.preprocessor.pragma.nim"}},match:"\\b([[:alpha:]]\\w*)(?=\\.?\\}|,)"},{begin:'\\b([[:alpha:]]\\w*)(""")',beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""(?!")',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"},{begin:'\\b([[:alpha:]]\\w*)(")',beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim"},{begin:"\\b(hint\\[\\w+\\]):",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"(?=\\.?\\}|,)",patterns:[{include:"source.nim"}]},{match:",",name:"punctuation.separator.comma.nim"}]},{begin:'(^\\s*)?(?=asm """)',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(asm) (""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.asm",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.asm"}},name:"meta.embedded.block.asm",patterns:[{begin:"\\`",end:"\\`",name:"keyword.operator.nim"},{include:"source.asm"}]}]},{captures:{1:{name:"storage.type.function.nim"},2:{name:"keyword.operator.nim"}},comment:"tmpl specifier",match:'(tmpl(i)?)(?=( (html|xml|js|css|glsl|md))?""")'},{begin:'(^\\s*)?(?=html""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(html)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.html",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.html"}},name:"meta.embedded.block.html",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.html.basic"}]}]},{begin:'(^\\s*)?(?=xml""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(xml)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.xml",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.xml"}},name:"meta.embedded.block.xml",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.xml"}]}]},{begin:'(^\\s*)?(?=js""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(js)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.js",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.js"}},name:"meta.embedded.block.js",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.js"}]}]},{begin:'(^\\s*)?(?=css""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(css)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.css",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.css"}},name:"meta.embedded.block.css",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.css"}]}]},{begin:'(^\\s*)?(?=glsl""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(glsl)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.glsl",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.glsl"}},name:"meta.embedded.block.glsl",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.glsl"}]}]},{begin:'(^\\s*)?(?=md""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(md)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.html.markdown",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.html.markdown"}},name:"meta.embedded.block.html.markdown",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.html.markdown"}]}]}],repository:{char_escapes:{patterns:[{match:"\\\\[cC]|\\\\[rR]",name:"constant.character.escape.carriagereturn.nim"},{match:"\\\\[lL]|\\\\[nN]",name:"constant.character.escape.linefeed.nim"},{match:"\\\\[fF]",name:"constant.character.escape.formfeed.nim"},{match:"\\\\[tT]",name:"constant.character.escape.tabulator.nim"},{match:"\\\\[vV]",name:"constant.character.escape.verticaltabulator.nim"},{match:'\\\\\\"',name:"constant.character.escape.double-quote.nim"},{match:"\\\\'",name:"constant.character.escape.single-quote.nim"},{match:"\\\\[0-9]+",name:"constant.character.escape.chardecimalvalue.nim"},{match:"\\\\[aA]",name:"constant.character.escape.alert.nim"},{match:"\\\\[bB]",name:"constant.character.escape.backspace.nim"},{match:"\\\\[eE]",name:"constant.character.escape.escape.nim"},{match:"\\\\[xX]\\h\\h",name:"constant.character.escape.hex.nim"},{match:"\\\\\\\\",name:"constant.character.escape.backslash.nim"}]},extended_string_quoted_double_raw:{begin:'\\b(\\w+)(")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{include:"#raw_string_escapes"}]},extended_string_quoted_triple_raw:{begin:'\\b(\\w+)(""")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"},float_literal:{patterns:[{match:"\\b\\d[_\\d]*((\\.\\d[_\\d]*([eE][\\+\\-]?\\d[_\\d]*)?)|([eE][\\+\\-]?\\d[_\\d]*))('([fF](32|64|128)|[fFdD]))?",name:"constant.numeric.float.decimal.nim"},{match:"\\b0[xX]\\h[_\\h]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.hexadecimal.nim"},{match:"\\b0o[0-7][_0-7]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.octal.nim"},{match:"\\b0(b|B)[01][_01]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.binary.nim"},{match:"\\b(\\d[_\\d]*)'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.decimal.nim"}]},fmt_interpolation:{begin:"\\{",beginCaptures:{0:{name:"punctuation.definition.template-expression.begin.nim"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.template-expression.end.nim"}},name:"meta.template.expression.nim",patterns:[{begin:":",end:"(?=\\})",name:"meta.template.format-specifier.nim"},{include:"source.nim"}]},fmt_string:{begin:'\\b(fmt)(")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{match:'(?<!")"(?!")',name:"invalid.illegal.nim"},{include:"#raw_string_escapes"},{include:"#fmt_interpolation"}]},fmt_string_call:{begin:'(fmt)\\((?=")',beginCaptures:{1:{name:"support.function.any-method.nim"}},end:"\\)",patterns:[{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},end:'"(?=\\))',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{match:'"',name:"invalid.illegal.nim"},{include:"#string_escapes"},{include:"#fmt_interpolation"}]}]},fmt_string_operator:{begin:'(&)(")',beginCaptures:{1:{name:"keyword.operator.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{match:'"',name:"invalid.illegal.nim"},{include:"#string_escapes"},{include:"#fmt_interpolation"}]},fmt_string_triple:{begin:'\\b(fmt)(""")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim",patterns:[{include:"#fmt_interpolation"}]},fmt_string_triple_operator:{begin:'(&)(""")',beginCaptures:{1:{name:"keyword.operator.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim",patterns:[{include:"#fmt_interpolation"}]},integer_literal:{patterns:[{match:"\\b(0[xX]\\h[_\\h]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.hexadecimal.nim"},{match:"\\b(0o[0-7][_0-7]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.octal.nim"},{match:"\\b(0(b|B)[01][_01]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.binary.nim"},{match:"\\b(\\d[_\\d]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.decimal.nim"}]},multilinecomment:{begin:"#\\[",end:"\\]#",patterns:[{include:"#multilinecomment"}]},multilinedoccomment:{begin:"##\\[",end:"\\]##",patterns:[{include:"#multilinedoccomment"}]},raw_string_escapes:{captures:{1:{name:"constant.character.escape.double-quote.nim"}},match:'[^"]("")'},string_escapes:{patterns:[{match:"\\\\[pP]",name:"constant.character.escape.newline.nim"},{match:"\\\\[uU]\\h\\h\\h\\h",name:"constant.character.escape.hex.nim"},{match:"\\\\[uU]\\{\\h+\\}",name:"constant.character.escape.hex.nim"},{include:"#char_escapes"}]},string_literal:{patterns:[{include:"#fmt_string_triple"},{include:"#fmt_string_triple_operator"},{include:"#extended_string_quoted_triple_raw"},{include:"#string_quoted_triple_raw"},{include:"#fmt_string_operator"},{include:"#fmt_string"},{include:"#fmt_string_call"},{include:"#string_quoted_double_raw"},{include:"#extended_string_quoted_double_raw"},{include:"#string_quoted_single"},{include:"#string_quoted_triple"},{include:"#string_quoted_double"}]},string_quoted_double:{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Double Quoted String",end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{include:"#string_escapes"}]},string_quoted_double_raw:{begin:'\\br"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{include:"#raw_string_escapes"}]},string_quoted_single:{begin:"'",beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Single quoted character literal",end:"'",endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.single.nim",patterns:[{include:"#char_escapes"},{match:"([^']{2,}?)",name:"invalid.illegal.character.nim"}]},string_quoted_triple:{begin:'"""',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Triple Quoted String",end:'"""(?!")',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.nim"},string_quoted_triple_raw:{begin:'r"""',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Raw Triple Quoted String",end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"}},scopeName:"source.nim",embeddedLangs:["c","html","xml","javascript","css","glsl","markdown"]});var h=[...e,...n,...t,...a,...i,...m,...r,o];export{h as default};
1
+ import e from"./RCJZWN-0.js";import n from"./CbViG2Xw.js";import t from"./CsYA0RN7.js";import a from"./Dch3xQiY.js";import i from"./CbYhyuC0.js";import m from"./DouzTJIq.js";import r from"./Bpum8voz.js";import"./ClXEvkw9.js";const o=Object.freeze({displayName:"Nim",fileTypes:["nim"],name:"nim",patterns:[{begin:"[ \\t]*##\\[",contentName:"comment.block.doc-comment.content.nim",end:"\\]##",name:"comment.block.doc-comment.nim",patterns:[{include:"#multilinedoccomment",name:"comment.block.doc-comment.nested.nim"}]},{begin:"[ \\t]*#\\[",contentName:"comment.block.content.nim",end:"\\]#",name:"comment.block.nim",patterns:[{include:"#multilinecomment",name:"comment.block.nested.nim"}]},{begin:"(^[ \\t]+)?(?=##)",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.nim"}},end:"(?!\\G)",patterns:[{begin:"##",beginCaptures:{0:{name:"punctuation.definition.comment.nim"}},end:"\\n",name:"comment.line.number-sign.doc-comment.nim"}]},{begin:"(^[ \\t]+)?(?=#[^\\[])",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.nim"}},end:"(?!\\G)",patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.nim"}},end:"\\n",name:"comment.line.number-sign.nim"}]},{comment:"A nim procedure or method",name:"meta.proc.nim",patterns:[{begin:"\\b(proc|method|template|macro|iterator|converter|func)\\s+\\`?([^\\:\\{\\s\\`\\*\\(]*)\\`?(\\s*\\*)?\\s*(?=\\(|\\=|:|\\[|\\n|\\{)",captures:{1:{name:"keyword.other"},2:{name:"entity.name.function.nim"},3:{name:"keyword.control.export"}},end:"\\)",patterns:[{include:"source.nim"}]}]},{begin:'discard """',comment:"A discarded triple string literal comment",end:'"""(?!")',name:"comment.line.discarded.nim"},{include:"#float_literal"},{include:"#integer_literal"},{comment:"Operator as function name",match:"(?<=\\`)[^\\` ]+(?=\\`)",name:"entity.name.function.nim"},{captures:{1:{name:"keyword.control.export"}},comment:"Export qualifier.",match:"\\b\\s*(\\*)(?:\\s*(?=[,:])|\\s+(?=[=]))"},{captures:{1:{name:"support.type.nim"},2:{name:"keyword.control.export"}},comment:"Export qualifier following a type def.",match:"\\b([A-Z]\\w+)(\\*)"},{include:"#string_literal"},{comment:"Language Constants.",match:"\\b(true|false|Inf|NegInf|NaN|nil)\\b",name:"constant.language.nim"},{comment:"Keywords that affect program control flow or scope.",match:"\\b(block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield)\\b",name:"keyword.control.nim"},{comment:"Keyword boolean operators for expressions.",match:"(\\b(and|in|is|isnot|not|notin|or|xor)\\b)",name:"keyword.boolean.nim"},{comment:"Generic operators for expressions.",match:"(=|\\+|-|\\*|/|<|>|@|\\$|~|&|%|!|\\?|\\^|\\.|:|\\\\)+",name:"keyword.operator.nim"},{comment:"Other keywords.",match:"(\\b(addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|of|ptr|ref|shl|shr|static|type|using|var|tuple|iterator|macro|func|method|proc|template)\\b)",name:"keyword.other.nim"},{comment:"Invalid and unused keywords.",match:"(\\b(generic|interface|lambda|out|shared)\\b)",name:"invalid.illegal.invalid-keyword.nim"},{comment:"Common functions",match:"\\b(new|await|assert|echo|defined|declared|newException|countup|countdown|high|low)\\b",name:"keyword.other.common.function.nim"},{comment:"Built-in, concrete types.",match:"\\b(((uint|int)(8|16|32|64)?)|float(32|64)?|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any|untyped|typed)\\b",name:"storage.type.concrete.nim"},{comment:"Built-in, generic types.",match:"\\b(range|array|seq|set|pointer)\\b",name:"storage.type.generic.nim"},{comment:"Special types.",match:"\\b(openarray|varargs|void)\\b",name:"storage.type.generic.nim"},{comment:"Other constants.",match:"\\b[A-Z][A-Z0-9_]+\\b",name:"support.constant.nim"},{comment:"Other types.",match:"\\b[A-Z]\\w+\\b",name:"support.type.nim"},{comment:"Function call.",match:"\\b\\w+\\b(?=(\\[([a-zA-Z0-9_,]|\\s)+\\])?\\()",name:"support.function.any-method.nim"},{comment:"Function call (no parenthesis).",match:"(?!(openarray|varargs|void|range|array|seq|set|pointer|new|await|assert|echo|defined|declared|newException|countup|countdown|high|low|((uint|int)(8|16|32|64)?)|float(32|64)?|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any|untyped|typed|addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|of|ptr|ref|shl|shr|static|type|using|var|tuple|iterator|macro|func|method|proc|template|and|in|is|isnot|not|notin|or|xor|proc|method|template|macro|iterator|converter|func|true|false|Inf|NegInf|NaN|nil|block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield)\\b)\\w+\\s+(?!(and|in|is|isnot|not|notin|or|xor|[^a-zA-Z0-9_\"'`(-+]+)\\b)(?=[a-zA-Z0-9_\"'`(-+])",name:"support.function.any-method.nim"},{begin:'(^\\s*)?(?=\\{\\.emit: ?""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'\\{\\.(emit:) ?(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.c",end:'(")""(?!")(\\.{0,1}\\})?',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.c"}},name:"meta.embedded.block.c",patterns:[{begin:"\\`",end:"\\`",name:"keyword.operator.nim"},{include:"source.c"}]}]},{begin:"\\{\\.",beginCaptures:{0:{name:"punctuation.pragma.start.nim"}},end:"\\.?\\}",endCaptures:{0:{name:"punctuation.pragma.end.nim"}},patterns:[{begin:"\\b([[:alpha:]]\\w*)(?:\\s|\\s*:)",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"(?=\\.?\\}|,)",patterns:[{include:"source.nim"}]},{begin:"\\b([[:alpha:]]\\w*)\\(",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{captures:{1:{name:"meta.preprocessor.pragma.nim"}},match:"\\b([[:alpha:]]\\w*)(?=\\.?\\}|,)"},{begin:'\\b([[:alpha:]]\\w*)(""")',beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""(?!")',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"},{begin:'\\b([[:alpha:]]\\w*)(")',beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim"},{begin:"\\b(hint\\[\\w+\\]):",beginCaptures:{1:{name:"meta.preprocessor.pragma.nim"}},end:"(?=\\.?\\}|,)",patterns:[{include:"source.nim"}]},{match:",",name:"punctuation.separator.comma.nim"}]},{begin:'(^\\s*)?(?=asm """)',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(asm) (""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.asm",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.asm"}},name:"meta.embedded.block.asm",patterns:[{begin:"\\`",end:"\\`",name:"keyword.operator.nim"},{include:"source.asm"}]}]},{captures:{1:{name:"storage.type.function.nim"},2:{name:"keyword.operator.nim"}},comment:"tmpl specifier",match:'(tmpl(i)?)(?=( (html|xml|js|css|glsl|md))?""")'},{begin:'(^\\s*)?(?=html""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(html)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.html",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.html"}},name:"meta.embedded.block.html",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.html.basic"}]}]},{begin:'(^\\s*)?(?=xml""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(xml)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.xml",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.xml"}},name:"meta.embedded.block.xml",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.xml"}]}]},{begin:'(^\\s*)?(?=js""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(js)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.js",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.js"}},name:"meta.embedded.block.js",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.js"}]}]},{begin:'(^\\s*)?(?=css""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(css)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.css",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.css"}},name:"meta.embedded.block.css",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.css"}]}]},{begin:'(^\\s*)?(?=glsl""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(glsl)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"source.glsl",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"source.glsl"}},name:"meta.embedded.block.glsl",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"source.glsl"}]}]},{begin:'(^\\s*)?(?=md""")',beginCaptures:{0:{name:"punctuation.whitespace.embedded.leading.nim"}},end:"(?!\\G)(\\s*$\\n?)?",endCaptures:{0:{name:"punctuation.whitespace.embedded.trailing.nim"}},patterns:[{begin:'(md)(""")',captures:{1:{name:"keyword.other.nim"},2:{name:"punctuation.section.embedded.begin.nim"}},contentName:"text.html.markdown",end:'(")""(?!")',endCaptures:{0:{name:"punctuation.section.embedded.end.nim"},1:{name:"text.html.markdown"}},name:"meta.embedded.block.html.markdown",patterns:[{begin:"(?<!\\$)(\\$)\\(",captures:{1:{name:"keyword.operator.nim"}},end:"\\)",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)\\{",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"\\}",patterns:[{include:"source.nim"}]},{begin:"(?<!\\$)(\\$)(for|while|case|of|when|if|else|elif)( )",captures:{1:{name:"keyword.operator.nim"},2:{name:"keyword.operator.nim"}},end:"(\\{|\\n)",endCaptures:{1:{name:"plain"}},patterns:[{include:"source.nim"}]},{match:"(?<!\\$)(\\$\\w+)",name:"keyword.operator.nim"},{include:"text.html.markdown"}]}]}],repository:{char_escapes:{patterns:[{match:"\\\\[cC]|\\\\[rR]",name:"constant.character.escape.carriagereturn.nim"},{match:"\\\\[lL]|\\\\[nN]",name:"constant.character.escape.linefeed.nim"},{match:"\\\\[fF]",name:"constant.character.escape.formfeed.nim"},{match:"\\\\[tT]",name:"constant.character.escape.tabulator.nim"},{match:"\\\\[vV]",name:"constant.character.escape.verticaltabulator.nim"},{match:'\\\\\\"',name:"constant.character.escape.double-quote.nim"},{match:"\\\\'",name:"constant.character.escape.single-quote.nim"},{match:"\\\\[0-9]+",name:"constant.character.escape.chardecimalvalue.nim"},{match:"\\\\[aA]",name:"constant.character.escape.alert.nim"},{match:"\\\\[bB]",name:"constant.character.escape.backspace.nim"},{match:"\\\\[eE]",name:"constant.character.escape.escape.nim"},{match:"\\\\[xX]\\h\\h",name:"constant.character.escape.hex.nim"},{match:"\\\\\\\\",name:"constant.character.escape.backslash.nim"}]},extended_string_quoted_double_raw:{begin:'\\b(\\w+)(")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{include:"#raw_string_escapes"}]},extended_string_quoted_triple_raw:{begin:'\\b(\\w+)(""")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"},float_literal:{patterns:[{match:"\\b\\d[_\\d]*((\\.\\d[_\\d]*([eE][\\+\\-]?\\d[_\\d]*)?)|([eE][\\+\\-]?\\d[_\\d]*))('([fF](32|64|128)|[fFdD]))?",name:"constant.numeric.float.decimal.nim"},{match:"\\b0[xX]\\h[_\\h]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.hexadecimal.nim"},{match:"\\b0o[0-7][_0-7]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.octal.nim"},{match:"\\b0(b|B)[01][_01]*'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.binary.nim"},{match:"\\b(\\d[_\\d]*)'([fF](32|64|128)|[fFdD])",name:"constant.numeric.float.decimal.nim"}]},fmt_interpolation:{begin:"\\{",beginCaptures:{0:{name:"punctuation.definition.template-expression.begin.nim"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.template-expression.end.nim"}},name:"meta.template.expression.nim",patterns:[{begin:":",end:"(?=\\})",name:"meta.template.format-specifier.nim"},{include:"source.nim"}]},fmt_string:{begin:'\\b(fmt)(")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{match:'(?<!")"(?!")',name:"invalid.illegal.nim"},{include:"#raw_string_escapes"},{include:"#fmt_interpolation"}]},fmt_string_call:{begin:'(fmt)\\((?=")',beginCaptures:{1:{name:"support.function.any-method.nim"}},end:"\\)",patterns:[{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},end:'"(?=\\))',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{match:'"',name:"invalid.illegal.nim"},{include:"#string_escapes"},{include:"#fmt_interpolation"}]}]},fmt_string_operator:{begin:'(&)(")',beginCaptures:{1:{name:"keyword.operator.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{match:'"',name:"invalid.illegal.nim"},{include:"#string_escapes"},{include:"#fmt_interpolation"}]},fmt_string_triple:{begin:'\\b(fmt)(""")',beginCaptures:{1:{name:"support.function.any-method.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim",patterns:[{include:"#fmt_interpolation"}]},fmt_string_triple_operator:{begin:'(&)(""")',beginCaptures:{1:{name:"keyword.operator.nim"},2:{name:"punctuation.definition.string.begin.nim"}},end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim",patterns:[{include:"#fmt_interpolation"}]},integer_literal:{patterns:[{match:"\\b(0[xX]\\h[_\\h]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.hexadecimal.nim"},{match:"\\b(0o[0-7][_0-7]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.octal.nim"},{match:"\\b(0(b|B)[01][_01]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.binary.nim"},{match:"\\b(\\d[_\\d]*)('(([iIuU](8|16|32|64))|[uU]))?",name:"constant.numeric.integer.decimal.nim"}]},multilinecomment:{begin:"#\\[",end:"\\]#",patterns:[{include:"#multilinecomment"}]},multilinedoccomment:{begin:"##\\[",end:"\\]##",patterns:[{include:"#multilinedoccomment"}]},raw_string_escapes:{captures:{1:{name:"constant.character.escape.double-quote.nim"}},match:'[^"]("")'},string_escapes:{patterns:[{match:"\\\\[pP]",name:"constant.character.escape.newline.nim"},{match:"\\\\[uU]\\h\\h\\h\\h",name:"constant.character.escape.hex.nim"},{match:"\\\\[uU]\\{\\h+\\}",name:"constant.character.escape.hex.nim"},{include:"#char_escapes"}]},string_literal:{patterns:[{include:"#fmt_string_triple"},{include:"#fmt_string_triple_operator"},{include:"#extended_string_quoted_triple_raw"},{include:"#string_quoted_triple_raw"},{include:"#fmt_string_operator"},{include:"#fmt_string"},{include:"#fmt_string_call"},{include:"#string_quoted_double_raw"},{include:"#extended_string_quoted_double_raw"},{include:"#string_quoted_single"},{include:"#string_quoted_triple"},{include:"#string_quoted_double"}]},string_quoted_double:{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Double Quoted String",end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.nim",patterns:[{include:"#string_escapes"}]},string_quoted_double_raw:{begin:'\\br"',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.double.raw.nim",patterns:[{include:"#raw_string_escapes"}]},string_quoted_single:{begin:"'",beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Single quoted character literal",end:"'",endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.single.nim",patterns:[{include:"#char_escapes"},{match:"([^']{2,}?)",name:"invalid.illegal.character.nim"}]},string_quoted_triple:{begin:'"""',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Triple Quoted String",end:'"""(?!")',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.nim"},string_quoted_triple_raw:{begin:'r"""',beginCaptures:{0:{name:"punctuation.definition.string.begin.nim"}},comment:"Raw Triple Quoted String",end:'"""',endCaptures:{0:{name:"punctuation.definition.string.end.nim"}},name:"string.quoted.triple.raw.nim"}},scopeName:"source.nim",embeddedLangs:["c","html","xml","javascript","css","glsl","markdown"]});var h=[...e,...n,...t,...a,...i,...m,...r,o];export{h as default};