vite-plugin-norg 1.1.1 → 1.1.3
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.
- package/dist/asciidoc-B-pCoB3G.js +6 -0
- package/dist/fsharp-BTdsmEUN.js +8 -0
- package/dist/{latex-B1tlHE-u.js → latex-MZCpjnva.js} +1 -1
- package/dist/marko-L-KhXzqZ.js +14 -0
- package/dist/plugin/index.js +400 -379
- package/dist/{swift-CSDBQoBX.js → swift-_uF_96_m.js} +1 -1
- package/dist/{templ-D1e9ljln.js → templ-Brj2RH7A.js} +1 -1
- package/dist/{vite_plugin_norg_parser-LtpapMOp.js → vite_plugin_norg_parser-CqRsPH3x.js} +17 -17
- package/package.json +5 -17
- package/dist/asciidoc-CZ3ccj42.js +0 -6
- package/dist/fsharp-BWendqAn.js +0 -8
- package/dist/marko-BzENEf4R.js +0 -14
package/dist/plugin/index.js
CHANGED
|
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
import { createFilter as kr } from "vite";
|
|
5
|
-
let
|
|
5
|
+
let Rl;
|
|
6
6
|
let __tla = (async () => {
|
|
7
7
|
var _a2, _b;
|
|
8
8
|
function v(t, e, n) {
|
|
@@ -1416,7 +1416,7 @@ let __tla = (async () => {
|
|
|
1416
1416
|
async function oi() {
|
|
1417
1417
|
if (ke) return ke;
|
|
1418
1418
|
try {
|
|
1419
|
-
const t = await import("../vite_plugin_norg_parser-
|
|
1419
|
+
const t = await import("../vite_plugin_norg_parser-CqRsPH3x.js");
|
|
1420
1420
|
return await t.default(), ke = t.parse_norg, ke;
|
|
1421
1421
|
} catch (t) {
|
|
1422
1422
|
throw new Error(`Failed to load norg parser: ${t}`);
|
|
@@ -5291,11 +5291,32 @@ let __tla = (async () => {
|
|
|
5291
5291
|
ba()
|
|
5292
5292
|
];
|
|
5293
5293
|
function je(t) {
|
|
5294
|
+
const e = Sa(t.transformers || []);
|
|
5294
5295
|
return [
|
|
5295
|
-
...
|
|
5296
|
+
...e.pre,
|
|
5297
|
+
...e.normal,
|
|
5298
|
+
...e.post,
|
|
5296
5299
|
...va
|
|
5297
5300
|
];
|
|
5298
5301
|
}
|
|
5302
|
+
function Sa(t) {
|
|
5303
|
+
const e = [], n = [], r = [];
|
|
5304
|
+
for (const o of t) switch (o.enforce) {
|
|
5305
|
+
case "pre":
|
|
5306
|
+
e.push(o);
|
|
5307
|
+
break;
|
|
5308
|
+
case "post":
|
|
5309
|
+
n.push(o);
|
|
5310
|
+
break;
|
|
5311
|
+
default:
|
|
5312
|
+
r.push(o);
|
|
5313
|
+
}
|
|
5314
|
+
return {
|
|
5315
|
+
pre: e,
|
|
5316
|
+
post: n,
|
|
5317
|
+
normal: r
|
|
5318
|
+
};
|
|
5319
|
+
}
|
|
5299
5320
|
var q = [
|
|
5300
5321
|
"black",
|
|
5301
5322
|
"red",
|
|
@@ -5322,7 +5343,7 @@ let __tla = (async () => {
|
|
|
5322
5343
|
8: "hidden",
|
|
5323
5344
|
9: "strikethrough"
|
|
5324
5345
|
};
|
|
5325
|
-
function
|
|
5346
|
+
function ka(t, e) {
|
|
5326
5347
|
const n = t.indexOf("\x1B", e);
|
|
5327
5348
|
if (n !== -1 && t[n + 1] === "[") {
|
|
5328
5349
|
const r = t.indexOf("m", n);
|
|
@@ -5352,7 +5373,7 @@ let __tla = (async () => {
|
|
|
5352
5373
|
};
|
|
5353
5374
|
}
|
|
5354
5375
|
}
|
|
5355
|
-
function
|
|
5376
|
+
function Ca(t) {
|
|
5356
5377
|
const e = [];
|
|
5357
5378
|
for (; t.length > 0; ) {
|
|
5358
5379
|
const n = t.shift();
|
|
@@ -5427,21 +5448,21 @@ let __tla = (async () => {
|
|
|
5427
5448
|
}
|
|
5428
5449
|
return e;
|
|
5429
5450
|
}
|
|
5430
|
-
function
|
|
5451
|
+
function Ta() {
|
|
5431
5452
|
let t = null, e = null, n = /* @__PURE__ */ new Set();
|
|
5432
5453
|
return {
|
|
5433
5454
|
parse(r) {
|
|
5434
5455
|
const o = [];
|
|
5435
5456
|
let i = 0;
|
|
5436
5457
|
do {
|
|
5437
|
-
const s =
|
|
5458
|
+
const s = ka(r, i), l = s.sequence ? r.substring(i, s.startPosition) : r.substring(i);
|
|
5438
5459
|
if (l.length > 0 && o.push({
|
|
5439
5460
|
value: l,
|
|
5440
5461
|
foreground: t,
|
|
5441
5462
|
background: e,
|
|
5442
5463
|
decorations: new Set(n)
|
|
5443
5464
|
}), s.sequence) {
|
|
5444
|
-
const a =
|
|
5465
|
+
const a = Ca(s.sequence);
|
|
5445
5466
|
for (const c of a) c.type === "resetAll" ? (t = null, e = null, n.clear()) : c.type === "resetForegroundColor" ? t = null : c.type === "resetBackgroundColor" ? e = null : c.type === "resetDecoration" && n.delete(c.value);
|
|
5446
5467
|
for (const c of a) c.type === "setForegroundColor" ? t = c.value : c.type === "setBackgroundColor" ? e = c.value : c.type === "setDecoration" && n.add(c.value);
|
|
5447
5468
|
}
|
|
@@ -5451,7 +5472,7 @@ let __tla = (async () => {
|
|
|
5451
5472
|
}
|
|
5452
5473
|
};
|
|
5453
5474
|
}
|
|
5454
|
-
var
|
|
5475
|
+
var Pa = {
|
|
5455
5476
|
black: "#000000",
|
|
5456
5477
|
red: "#bb0000",
|
|
5457
5478
|
green: "#00bb00",
|
|
@@ -5469,7 +5490,7 @@ let __tla = (async () => {
|
|
|
5469
5490
|
brightCyan: "#55ffff",
|
|
5470
5491
|
brightWhite: "#ffffff"
|
|
5471
5492
|
};
|
|
5472
|
-
function
|
|
5493
|
+
function Ra(t = Pa) {
|
|
5473
5494
|
function e(l) {
|
|
5474
5495
|
return t[l];
|
|
5475
5496
|
}
|
|
@@ -5519,17 +5540,17 @@ let __tla = (async () => {
|
|
|
5519
5540
|
value: s
|
|
5520
5541
|
};
|
|
5521
5542
|
}
|
|
5522
|
-
function
|
|
5523
|
-
const r = Me(t, n), o = Fe(e), i =
|
|
5543
|
+
function Aa(t, e, n) {
|
|
5544
|
+
const r = Me(t, n), o = Fe(e), i = Ra(Object.fromEntries(q.map((l) => {
|
|
5524
5545
|
var _a3;
|
|
5525
5546
|
return [
|
|
5526
5547
|
l,
|
|
5527
5548
|
(_a3 = t.colors) == null ? void 0 : _a3[`terminal.ansi${l[0].toUpperCase()}${l.substring(1)}`]
|
|
5528
5549
|
];
|
|
5529
|
-
}))), s =
|
|
5550
|
+
}))), s = Ta();
|
|
5530
5551
|
return o.map((l) => s.parse(l[0]).map((a) => {
|
|
5531
5552
|
let c, p;
|
|
5532
|
-
a.decorations.has("reverse") ? (c = a.background ? i.value(a.background) : t.bg, p = a.foreground ? i.value(a.foreground) : t.fg) : (c = a.foreground ? i.value(a.foreground) : t.fg, p = a.background ? i.value(a.background) : void 0), c = W(c, r), p = W(p, r), a.decorations.has("dim") && (c =
|
|
5553
|
+
a.decorations.has("reverse") ? (c = a.background ? i.value(a.background) : t.bg, p = a.foreground ? i.value(a.foreground) : t.fg) : (c = a.foreground ? i.value(a.foreground) : t.fg, p = a.background ? i.value(a.background) : void 0), c = W(c, r), p = W(p, r), a.decorations.has("dim") && (c = Na(c));
|
|
5533
5554
|
let u = M.None;
|
|
5534
5555
|
return a.decorations.has("bold") && (u |= M.Bold), a.decorations.has("italic") && (u |= M.Italic), a.decorations.has("underline") && (u |= M.Underline), a.decorations.has("strikethrough") && (u |= M.Strikethrough), {
|
|
5535
5556
|
content: a.value,
|
|
@@ -5540,7 +5561,7 @@ let __tla = (async () => {
|
|
|
5540
5561
|
};
|
|
5541
5562
|
}));
|
|
5542
5563
|
}
|
|
5543
|
-
function
|
|
5564
|
+
function Na(t) {
|
|
5544
5565
|
const e = t.match(/#([0-9a-f]{3})([0-9a-f]{3})?([0-9a-f]{2})?/);
|
|
5545
5566
|
if (e) if (e[3]) {
|
|
5546
5567
|
const r = Math.round(Number.parseInt(e[3], 16) / 2).toString(16).padStart(2, "0");
|
|
@@ -5558,15 +5579,15 @@ let __tla = (async () => {
|
|
|
5558
5579
|
}
|
|
5559
5580
|
]);
|
|
5560
5581
|
const { theme: i, colorMap: s } = t.setTheme(o);
|
|
5561
|
-
if (r === "ansi") return
|
|
5582
|
+
if (r === "ansi") return Aa(i, e, n);
|
|
5562
5583
|
const l = t.getLanguage(r);
|
|
5563
5584
|
if (n.grammarState) {
|
|
5564
5585
|
if (n.grammarState.lang !== l.name) throw new A(`Grammar state language "${n.grammarState.lang}" does not match highlight language "${l.name}"`);
|
|
5565
5586
|
if (!n.grammarState.themes.includes(i.name)) throw new A(`Grammar state themes "${n.grammarState.themes}" do not contain highlight theme "${i.name}"`);
|
|
5566
5587
|
}
|
|
5567
|
-
return
|
|
5588
|
+
return La(e, l, i, s, n);
|
|
5568
5589
|
}
|
|
5569
|
-
function
|
|
5590
|
+
function xa(...t) {
|
|
5570
5591
|
if (t.length === 2) return ye(t[1]);
|
|
5571
5592
|
const [e, n, r = {}] = t, { lang: o = "text", theme: i = e.getLoadedThemes()[0] } = r;
|
|
5572
5593
|
if (Rt(o) || At(i)) throw new A("Plain language does not have grammar state");
|
|
@@ -5574,7 +5595,7 @@ let __tla = (async () => {
|
|
|
5574
5595
|
const { theme: s, colorMap: l } = e.setTheme(i), a = e.getLanguage(o);
|
|
5575
5596
|
return new ae(De(n, a, s, l, r).stateStack, a.name, s.name);
|
|
5576
5597
|
}
|
|
5577
|
-
function
|
|
5598
|
+
function La(t, e, n, r, o) {
|
|
5578
5599
|
const i = De(t, e, n, r, o), s = new ae(De(t, e, n, r, o).stateStack, e.name, n.name);
|
|
5579
5600
|
return He(i.tokens, s), i.tokens;
|
|
5580
5601
|
}
|
|
@@ -5640,7 +5661,7 @@ let __tla = (async () => {
|
|
|
5640
5661
|
const H = _[g], Q = m.substring(H.startIndex, H.endIndex);
|
|
5641
5662
|
zt += Q.length, qe.explanation.push({
|
|
5642
5663
|
content: Q,
|
|
5643
|
-
scopes: o.includeExplanation === "scopeName" ?
|
|
5664
|
+
scopes: o.includeExplanation === "scopeName" ? Ea(H.scopes) : Oa(It, H.scopes)
|
|
5644
5665
|
}), g += 1;
|
|
5645
5666
|
}
|
|
5646
5667
|
}
|
|
@@ -5653,18 +5674,18 @@ let __tla = (async () => {
|
|
|
5653
5674
|
stateStack: c
|
|
5654
5675
|
};
|
|
5655
5676
|
}
|
|
5656
|
-
function
|
|
5677
|
+
function Ea(t) {
|
|
5657
5678
|
return t.map((e) => ({
|
|
5658
5679
|
scopeName: e
|
|
5659
5680
|
}));
|
|
5660
5681
|
}
|
|
5661
|
-
function
|
|
5682
|
+
function Oa(t, e) {
|
|
5662
5683
|
const n = [];
|
|
5663
5684
|
for (let r = 0, o = e.length; r < o; r++) {
|
|
5664
5685
|
const i = e[r];
|
|
5665
5686
|
n[r] = {
|
|
5666
5687
|
scopeName: i,
|
|
5667
|
-
themeMatches:
|
|
5688
|
+
themeMatches: za(t, i, e.slice(0, r))
|
|
5668
5689
|
};
|
|
5669
5690
|
}
|
|
5670
5691
|
return n;
|
|
@@ -5672,15 +5693,15 @@ let __tla = (async () => {
|
|
|
5672
5693
|
function gn(t, e) {
|
|
5673
5694
|
return t === e || e.substring(0, t.length) === t && e[t.length] === ".";
|
|
5674
5695
|
}
|
|
5675
|
-
function
|
|
5696
|
+
function Ia(t, e, n) {
|
|
5676
5697
|
if (!gn(t[t.length - 1], e)) return false;
|
|
5677
5698
|
let r = t.length - 2, o = n.length - 1;
|
|
5678
5699
|
for (; r >= 0 && o >= 0; ) gn(t[r], n[o]) && (r -= 1), o -= 1;
|
|
5679
5700
|
return r === -1;
|
|
5680
5701
|
}
|
|
5681
|
-
function
|
|
5702
|
+
function za(t, e, n) {
|
|
5682
5703
|
const r = [];
|
|
5683
|
-
for (const { selectors: o, settings: i } of t) for (const s of o) if (
|
|
5704
|
+
for (const { selectors: o, settings: i } of t) for (const s of o) if (Ia(s, e, n)) {
|
|
5684
5705
|
r.push(i);
|
|
5685
5706
|
break;
|
|
5686
5707
|
}
|
|
@@ -5700,7 +5721,7 @@ let __tla = (async () => {
|
|
|
5700
5721
|
state: p,
|
|
5701
5722
|
theme: u
|
|
5702
5723
|
};
|
|
5703
|
-
}), i =
|
|
5724
|
+
}), i = Ma(...o.map((a) => a.tokens)), s = i[0].map((a, c) => a.map((p, u) => {
|
|
5704
5725
|
const d = {
|
|
5705
5726
|
content: p.content,
|
|
5706
5727
|
variants: {},
|
|
@@ -5719,7 +5740,7 @@ let __tla = (async () => {
|
|
|
5719
5740
|
})), o[0].state.lang) : void 0;
|
|
5720
5741
|
return l && He(s, l), s;
|
|
5721
5742
|
}
|
|
5722
|
-
function
|
|
5743
|
+
function Ma(...t) {
|
|
5723
5744
|
const e = t.map(() => []), n = t.length;
|
|
5724
5745
|
for (let r = 0; r < t[0].length; r++) {
|
|
5725
5746
|
const o = t.map((a) => a[r]), i = e.map(() => []);
|
|
@@ -5800,7 +5821,7 @@ let __tla = (async () => {
|
|
|
5800
5821
|
for (const m of je(n)) o = ((_a3 = m.preprocess) == null ? void 0 : _a3.call(r, o, n)) || o;
|
|
5801
5822
|
let { tokens: i, fg: s, bg: l, themeName: a, rootStyle: c, grammarState: p } = Be(t, o, n);
|
|
5802
5823
|
const { mergeWhitespaces: u = true, mergeSameStyleTokens: d = false } = n;
|
|
5803
|
-
u === true ? i =
|
|
5824
|
+
u === true ? i = ja(i) : u === "never" && (i = Da(i)), d && (i = Ba(i));
|
|
5804
5825
|
const h = {
|
|
5805
5826
|
...r,
|
|
5806
5827
|
get source() {
|
|
@@ -5808,7 +5829,7 @@ let __tla = (async () => {
|
|
|
5808
5829
|
}
|
|
5809
5830
|
};
|
|
5810
5831
|
for (const m of je(n)) i = ((_b2 = m.tokens) == null ? void 0 : _b2.call(h, i)) || i;
|
|
5811
|
-
return
|
|
5832
|
+
return $a(i, {
|
|
5812
5833
|
...n,
|
|
5813
5834
|
fg: s,
|
|
5814
5835
|
bg: l,
|
|
@@ -5816,7 +5837,7 @@ let __tla = (async () => {
|
|
|
5816
5837
|
rootStyle: c
|
|
5817
5838
|
}, h, p);
|
|
5818
5839
|
}
|
|
5819
|
-
function
|
|
5840
|
+
function $a(t, e, n, r = ye(t)) {
|
|
5820
5841
|
var _a3, _b2, _c;
|
|
5821
5842
|
const o = je(e), i = [], s = {
|
|
5822
5843
|
type: "root",
|
|
@@ -5919,7 +5940,7 @@ let __tla = (async () => {
|
|
|
5919
5940
|
for (const m of o) h = ((_c = m == null ? void 0 : m.root) == null ? void 0 : _c.call(d, h)) || h;
|
|
5920
5941
|
return r && He(h, r), h;
|
|
5921
5942
|
}
|
|
5922
|
-
function
|
|
5943
|
+
function ja(t) {
|
|
5923
5944
|
return t.map((e) => {
|
|
5924
5945
|
const n = [];
|
|
5925
5946
|
let r = "", o = 0;
|
|
@@ -5936,7 +5957,7 @@ let __tla = (async () => {
|
|
|
5936
5957
|
}), n;
|
|
5937
5958
|
});
|
|
5938
5959
|
}
|
|
5939
|
-
function
|
|
5960
|
+
function Da(t) {
|
|
5940
5961
|
return t.map((e) => e.flatMap((n) => {
|
|
5941
5962
|
if (n.content.match(/^\s+$/)) return n;
|
|
5942
5963
|
const r = n.content.match(/^(\s*)(.*?)(\s*)$/);
|
|
@@ -5959,7 +5980,7 @@ let __tla = (async () => {
|
|
|
5959
5980
|
}), l;
|
|
5960
5981
|
}));
|
|
5961
5982
|
}
|
|
5962
|
-
function
|
|
5983
|
+
function Ba(t) {
|
|
5963
5984
|
return t.map((e) => {
|
|
5964
5985
|
const n = [];
|
|
5965
5986
|
for (const r of e) {
|
|
@@ -5977,8 +5998,8 @@ let __tla = (async () => {
|
|
|
5977
5998
|
return n;
|
|
5978
5999
|
});
|
|
5979
6000
|
}
|
|
5980
|
-
const
|
|
5981
|
-
function
|
|
6001
|
+
const Ga = aa;
|
|
6002
|
+
function Ua(t, e, n) {
|
|
5982
6003
|
var _a3;
|
|
5983
6004
|
const r = {
|
|
5984
6005
|
meta: {},
|
|
@@ -5986,7 +6007,7 @@ let __tla = (async () => {
|
|
|
5986
6007
|
codeToHast: (i, s) => Ge(t, i, s),
|
|
5987
6008
|
codeToTokens: (i, s) => Be(t, i, s)
|
|
5988
6009
|
};
|
|
5989
|
-
let o =
|
|
6010
|
+
let o = Ga(Ge(t, e, n, r));
|
|
5990
6011
|
for (const i of je(n)) o = ((_a3 = i.postprocess) == null ? void 0 : _a3.call(r, o, n)) || o;
|
|
5991
6012
|
return o;
|
|
5992
6013
|
}
|
|
@@ -6064,16 +6085,16 @@ let __tla = (async () => {
|
|
|
6064
6085
|
async function _r(t) {
|
|
6065
6086
|
return (await Promise.all(t.map(async (n) => hr(n) ? null : Lt(await ur(n))))).filter((n) => !!n);
|
|
6066
6087
|
}
|
|
6067
|
-
let
|
|
6068
|
-
function
|
|
6069
|
-
e >
|
|
6088
|
+
let Fa = 3;
|
|
6089
|
+
function Ha(t, e = 3) {
|
|
6090
|
+
e > Fa || console.trace(`[SHIKI DEPRECATE]: ${t}`);
|
|
6070
6091
|
}
|
|
6071
6092
|
let ee = class extends Error {
|
|
6072
6093
|
constructor(e) {
|
|
6073
6094
|
super(e), this.name = "ShikiError";
|
|
6074
6095
|
}
|
|
6075
6096
|
};
|
|
6076
|
-
class
|
|
6097
|
+
class Wa extends qi {
|
|
6077
6098
|
constructor(e, n, r, o = {}) {
|
|
6078
6099
|
super(e);
|
|
6079
6100
|
__publicField(this, "_resolvedThemes", /* @__PURE__ */ new Map());
|
|
@@ -6163,7 +6184,7 @@ let __tla = (async () => {
|
|
|
6163
6184
|
if (this._langMap.set(e.name, e), this._langGraph.set(e.name, e), e.embeddedLangs) for (const n of e.embeddedLangs) this._langGraph.set(n, this._langMap.get(n));
|
|
6164
6185
|
}
|
|
6165
6186
|
}
|
|
6166
|
-
class
|
|
6187
|
+
class Za {
|
|
6167
6188
|
constructor(e, n) {
|
|
6168
6189
|
__publicField(this, "_langs", /* @__PURE__ */ new Map());
|
|
6169
6190
|
__publicField(this, "_scopeToLang", /* @__PURE__ */ new Map());
|
|
@@ -6204,11 +6225,11 @@ let __tla = (async () => {
|
|
|
6204
6225
|
}
|
|
6205
6226
|
}
|
|
6206
6227
|
let le = 0;
|
|
6207
|
-
function
|
|
6228
|
+
function qa(t) {
|
|
6208
6229
|
le += 1, t.warnings !== false && le >= 10 && le % 10 === 0 && console.warn(`[Shiki] ${le} instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call \`highlighter.dispose()\` to release unused instances.`);
|
|
6209
6230
|
let e = false;
|
|
6210
6231
|
if (!t.engine) throw new ee("`engine` option is required for synchronous mode");
|
|
6211
|
-
const n = (t.langs || []).flat(1), r = (t.themes || []).flat(1).map(Lt), o = new
|
|
6232
|
+
const n = (t.langs || []).flat(1), r = (t.themes || []).flat(1).map(Lt), o = new Za(t.engine, n), i = new Wa(o, r, n, t.langAlias);
|
|
6212
6233
|
let s;
|
|
6213
6234
|
function l(g) {
|
|
6214
6235
|
b();
|
|
@@ -6278,36 +6299,36 @@ let __tla = (async () => {
|
|
|
6278
6299
|
[Symbol.dispose]: _
|
|
6279
6300
|
};
|
|
6280
6301
|
}
|
|
6281
|
-
async function
|
|
6282
|
-
t.engine ||
|
|
6302
|
+
async function Va(t) {
|
|
6303
|
+
t.engine || Ha("`engine` option is required. Use `createOnigurumaEngine` or `createJavaScriptRegexEngine` to create an engine.");
|
|
6283
6304
|
const [e, n, r] = await Promise.all([
|
|
6284
6305
|
_r(t.themes || []),
|
|
6285
6306
|
yr(t.langs || []),
|
|
6286
6307
|
t.engine
|
|
6287
6308
|
]);
|
|
6288
|
-
return
|
|
6309
|
+
return qa({
|
|
6289
6310
|
...t,
|
|
6290
6311
|
themes: e,
|
|
6291
6312
|
langs: n,
|
|
6292
6313
|
engine: r
|
|
6293
6314
|
});
|
|
6294
6315
|
}
|
|
6295
|
-
async function
|
|
6296
|
-
const e = await
|
|
6316
|
+
async function Ka(t) {
|
|
6317
|
+
const e = await Va(t);
|
|
6297
6318
|
return {
|
|
6298
|
-
getLastGrammarState: (...n) =>
|
|
6319
|
+
getLastGrammarState: (...n) => xa(e, ...n),
|
|
6299
6320
|
codeToTokensBase: (n, r) => xt(e, n, r),
|
|
6300
6321
|
codeToTokensWithThemes: (n, r) => gr(e, n, r),
|
|
6301
6322
|
codeToTokens: (n, r) => Be(e, n, r),
|
|
6302
6323
|
codeToHast: (n, r) => Ge(e, n, r),
|
|
6303
|
-
codeToHtml: (n, r) =>
|
|
6324
|
+
codeToHtml: (n, r) => Ua(e, n, r),
|
|
6304
6325
|
getBundledLanguages: () => ({}),
|
|
6305
6326
|
getBundledThemes: () => ({}),
|
|
6306
6327
|
...e,
|
|
6307
6328
|
getInternalContext: () => e
|
|
6308
6329
|
};
|
|
6309
6330
|
}
|
|
6310
|
-
function
|
|
6331
|
+
function Ja(t) {
|
|
6311
6332
|
const e = t.langs, n = t.themes, r = t.engine;
|
|
6312
6333
|
async function o(i) {
|
|
6313
6334
|
function s(u) {
|
|
@@ -6330,7 +6351,7 @@ let __tla = (async () => {
|
|
|
6330
6351
|
}
|
|
6331
6352
|
return u;
|
|
6332
6353
|
}
|
|
6333
|
-
const a = (i.themes ?? []).map((u) => l(u)), c = (i.langs ?? []).map((u) => s(u)), p = await
|
|
6354
|
+
const a = (i.themes ?? []).map((u) => l(u)), c = (i.langs ?? []).map((u) => s(u)), p = await Ka({
|
|
6334
6355
|
engine: i.engine ?? r(),
|
|
6335
6356
|
...i,
|
|
6336
6357
|
themes: a,
|
|
@@ -6354,7 +6375,7 @@ let __tla = (async () => {
|
|
|
6354
6375
|
}
|
|
6355
6376
|
return o;
|
|
6356
6377
|
}
|
|
6357
|
-
function
|
|
6378
|
+
function Xa(t) {
|
|
6358
6379
|
let e;
|
|
6359
6380
|
async function n(r = {}) {
|
|
6360
6381
|
if (e) {
|
|
@@ -6371,8 +6392,8 @@ let __tla = (async () => {
|
|
|
6371
6392
|
}
|
|
6372
6393
|
return n;
|
|
6373
6394
|
}
|
|
6374
|
-
function
|
|
6375
|
-
const n =
|
|
6395
|
+
function Ya(t, e) {
|
|
6396
|
+
const n = Xa(t);
|
|
6376
6397
|
async function r(o, i) {
|
|
6377
6398
|
var _a3;
|
|
6378
6399
|
const s = await n({
|
|
@@ -6420,52 +6441,52 @@ let __tla = (async () => {
|
|
|
6420
6441
|
{
|
|
6421
6442
|
id: "abap",
|
|
6422
6443
|
name: "ABAP",
|
|
6423
|
-
import: () => import("../abap-Y8Dl9g_6.js")
|
|
6444
|
+
import: (() => import("../abap-Y8Dl9g_6.js"))
|
|
6424
6445
|
},
|
|
6425
6446
|
{
|
|
6426
6447
|
id: "actionscript-3",
|
|
6427
6448
|
name: "ActionScript",
|
|
6428
|
-
import: () => import("../actionscript-3-DZzbMeqX.js")
|
|
6449
|
+
import: (() => import("../actionscript-3-DZzbMeqX.js"))
|
|
6429
6450
|
},
|
|
6430
6451
|
{
|
|
6431
6452
|
id: "ada",
|
|
6432
6453
|
name: "Ada",
|
|
6433
|
-
import: () => import("../ada-vP6ak0IW.js")
|
|
6454
|
+
import: (() => import("../ada-vP6ak0IW.js"))
|
|
6434
6455
|
},
|
|
6435
6456
|
{
|
|
6436
6457
|
id: "angular-html",
|
|
6437
6458
|
name: "Angular HTML",
|
|
6438
|
-
import: () => import("../angular-html-BmadGEgW.js").then((t) => t.f)
|
|
6459
|
+
import: (() => import("../angular-html-BmadGEgW.js").then((t) => t.f))
|
|
6439
6460
|
},
|
|
6440
6461
|
{
|
|
6441
6462
|
id: "angular-ts",
|
|
6442
6463
|
name: "Angular TypeScript",
|
|
6443
|
-
import: () => import("../angular-ts-D-QQnnGT.js")
|
|
6464
|
+
import: (() => import("../angular-ts-D-QQnnGT.js"))
|
|
6444
6465
|
},
|
|
6445
6466
|
{
|
|
6446
6467
|
id: "apache",
|
|
6447
6468
|
name: "Apache Conf",
|
|
6448
|
-
import: () => import("../apache-BUjz-sD2.js")
|
|
6469
|
+
import: (() => import("../apache-BUjz-sD2.js"))
|
|
6449
6470
|
},
|
|
6450
6471
|
{
|
|
6451
6472
|
id: "apex",
|
|
6452
6473
|
name: "Apex",
|
|
6453
|
-
import: () => import("../apex-D_wPycVx.js")
|
|
6474
|
+
import: (() => import("../apex-D_wPycVx.js"))
|
|
6454
6475
|
},
|
|
6455
6476
|
{
|
|
6456
6477
|
id: "apl",
|
|
6457
6478
|
name: "APL",
|
|
6458
|
-
import: () => import("../apl-sitt7C8I.js")
|
|
6479
|
+
import: (() => import("../apl-sitt7C8I.js"))
|
|
6459
6480
|
},
|
|
6460
6481
|
{
|
|
6461
6482
|
id: "applescript",
|
|
6462
6483
|
name: "AppleScript",
|
|
6463
|
-
import: () => import("../applescript-BPx7YFFu.js")
|
|
6484
|
+
import: (() => import("../applescript-BPx7YFFu.js"))
|
|
6464
6485
|
},
|
|
6465
6486
|
{
|
|
6466
6487
|
id: "ara",
|
|
6467
6488
|
name: "Ara",
|
|
6468
|
-
import: () => import("../ara-Z2fSOxSw.js")
|
|
6489
|
+
import: (() => import("../ara-Z2fSOxSw.js"))
|
|
6469
6490
|
},
|
|
6470
6491
|
{
|
|
6471
6492
|
id: "asciidoc",
|
|
@@ -6473,27 +6494,27 @@ let __tla = (async () => {
|
|
|
6473
6494
|
aliases: [
|
|
6474
6495
|
"adoc"
|
|
6475
6496
|
],
|
|
6476
|
-
import: () => import("../asciidoc-
|
|
6497
|
+
import: (() => import("../asciidoc-B-pCoB3G.js"))
|
|
6477
6498
|
},
|
|
6478
6499
|
{
|
|
6479
6500
|
id: "asm",
|
|
6480
6501
|
name: "Assembly",
|
|
6481
|
-
import: () => import("../asm-BTWLY5ym.js")
|
|
6502
|
+
import: (() => import("../asm-BTWLY5ym.js"))
|
|
6482
6503
|
},
|
|
6483
6504
|
{
|
|
6484
6505
|
id: "astro",
|
|
6485
6506
|
name: "Astro",
|
|
6486
|
-
import: () => import("../astro-DHnp0xIo.js")
|
|
6507
|
+
import: (() => import("../astro-DHnp0xIo.js"))
|
|
6487
6508
|
},
|
|
6488
6509
|
{
|
|
6489
6510
|
id: "awk",
|
|
6490
6511
|
name: "AWK",
|
|
6491
|
-
import: () => import("../awk-Fb0P9dkn.js")
|
|
6512
|
+
import: (() => import("../awk-Fb0P9dkn.js"))
|
|
6492
6513
|
},
|
|
6493
6514
|
{
|
|
6494
6515
|
id: "ballerina",
|
|
6495
6516
|
name: "Ballerina",
|
|
6496
|
-
import: () => import("../ballerina-oZK-YekG.js")
|
|
6517
|
+
import: (() => import("../ballerina-oZK-YekG.js"))
|
|
6497
6518
|
},
|
|
6498
6519
|
{
|
|
6499
6520
|
id: "bat",
|
|
@@ -6501,12 +6522,12 @@ let __tla = (async () => {
|
|
|
6501
6522
|
aliases: [
|
|
6502
6523
|
"batch"
|
|
6503
6524
|
],
|
|
6504
|
-
import: () => import("../bat-0FvbqU9S.js")
|
|
6525
|
+
import: (() => import("../bat-0FvbqU9S.js"))
|
|
6505
6526
|
},
|
|
6506
6527
|
{
|
|
6507
6528
|
id: "beancount",
|
|
6508
6529
|
name: "Beancount",
|
|
6509
|
-
import: () => import("../beancount-DEfTbbFX.js")
|
|
6530
|
+
import: (() => import("../beancount-DEfTbbFX.js"))
|
|
6510
6531
|
},
|
|
6511
6532
|
{
|
|
6512
6533
|
id: "berry",
|
|
@@ -6514,22 +6535,22 @@ let __tla = (async () => {
|
|
|
6514
6535
|
aliases: [
|
|
6515
6536
|
"be"
|
|
6516
6537
|
],
|
|
6517
|
-
import: () => import("../berry-PwsHPR_K.js")
|
|
6538
|
+
import: (() => import("../berry-PwsHPR_K.js"))
|
|
6518
6539
|
},
|
|
6519
6540
|
{
|
|
6520
6541
|
id: "bibtex",
|
|
6521
6542
|
name: "BibTeX",
|
|
6522
|
-
import: () => import("../bibtex-EULQRLY5.js")
|
|
6543
|
+
import: (() => import("../bibtex-EULQRLY5.js"))
|
|
6523
6544
|
},
|
|
6524
6545
|
{
|
|
6525
6546
|
id: "bicep",
|
|
6526
6547
|
name: "Bicep",
|
|
6527
|
-
import: () => import("../bicep-DFU2oTl7.js")
|
|
6548
|
+
import: (() => import("../bicep-DFU2oTl7.js"))
|
|
6528
6549
|
},
|
|
6529
6550
|
{
|
|
6530
6551
|
id: "blade",
|
|
6531
6552
|
name: "Blade",
|
|
6532
|
-
import: () => import("../blade-OPzGcV14.js")
|
|
6553
|
+
import: (() => import("../blade-OPzGcV14.js"))
|
|
6533
6554
|
},
|
|
6534
6555
|
{
|
|
6535
6556
|
id: "bsl",
|
|
@@ -6537,12 +6558,12 @@ let __tla = (async () => {
|
|
|
6537
6558
|
aliases: [
|
|
6538
6559
|
"1c"
|
|
6539
6560
|
],
|
|
6540
|
-
import: () => import("../bsl-NkNNwerW.js")
|
|
6561
|
+
import: (() => import("../bsl-NkNNwerW.js"))
|
|
6541
6562
|
},
|
|
6542
6563
|
{
|
|
6543
6564
|
id: "c",
|
|
6544
6565
|
name: "C",
|
|
6545
|
-
import: () => import("../c-eeMepfLm.js")
|
|
6566
|
+
import: (() => import("../c-eeMepfLm.js"))
|
|
6546
6567
|
},
|
|
6547
6568
|
{
|
|
6548
6569
|
id: "cadence",
|
|
@@ -6550,17 +6571,17 @@ let __tla = (async () => {
|
|
|
6550
6571
|
aliases: [
|
|
6551
6572
|
"cdc"
|
|
6552
6573
|
],
|
|
6553
|
-
import: () => import("../cadence-DMRWHJp4.js")
|
|
6574
|
+
import: (() => import("../cadence-DMRWHJp4.js"))
|
|
6554
6575
|
},
|
|
6555
6576
|
{
|
|
6556
6577
|
id: "cairo",
|
|
6557
6578
|
name: "Cairo",
|
|
6558
|
-
import: () => import("../cairo-DM6WF2e3.js")
|
|
6579
|
+
import: (() => import("../cairo-DM6WF2e3.js"))
|
|
6559
6580
|
},
|
|
6560
6581
|
{
|
|
6561
6582
|
id: "clarity",
|
|
6562
6583
|
name: "Clarity",
|
|
6563
|
-
import: () => import("../clarity-BseSxcHx.js")
|
|
6584
|
+
import: (() => import("../clarity-BseSxcHx.js"))
|
|
6564
6585
|
},
|
|
6565
6586
|
{
|
|
6566
6587
|
id: "clojure",
|
|
@@ -6568,22 +6589,22 @@ let __tla = (async () => {
|
|
|
6568
6589
|
aliases: [
|
|
6569
6590
|
"clj"
|
|
6570
6591
|
],
|
|
6571
|
-
import: () => import("../clojure-CXJfHrL3.js")
|
|
6592
|
+
import: (() => import("../clojure-CXJfHrL3.js"))
|
|
6572
6593
|
},
|
|
6573
6594
|
{
|
|
6574
6595
|
id: "cmake",
|
|
6575
6596
|
name: "CMake",
|
|
6576
|
-
import: () => import("../cmake-BJz8BOTU.js")
|
|
6597
|
+
import: (() => import("../cmake-BJz8BOTU.js"))
|
|
6577
6598
|
},
|
|
6578
6599
|
{
|
|
6579
6600
|
id: "cobol",
|
|
6580
6601
|
name: "COBOL",
|
|
6581
|
-
import: () => import("../cobol-4A8XjHhj.js")
|
|
6602
|
+
import: (() => import("../cobol-4A8XjHhj.js"))
|
|
6582
6603
|
},
|
|
6583
6604
|
{
|
|
6584
6605
|
id: "codeowners",
|
|
6585
6606
|
name: "CODEOWNERS",
|
|
6586
|
-
import: () => import("../codeowners-Bt9yU6NX.js")
|
|
6607
|
+
import: (() => import("../codeowners-Bt9yU6NX.js"))
|
|
6587
6608
|
},
|
|
6588
6609
|
{
|
|
6589
6610
|
id: "codeql",
|
|
@@ -6591,7 +6612,7 @@ let __tla = (async () => {
|
|
|
6591
6612
|
aliases: [
|
|
6592
6613
|
"ql"
|
|
6593
6614
|
],
|
|
6594
|
-
import: () => import("../codeql-DHkodjjI.js")
|
|
6615
|
+
import: (() => import("../codeql-DHkodjjI.js"))
|
|
6595
6616
|
},
|
|
6596
6617
|
{
|
|
6597
6618
|
id: "coffee",
|
|
@@ -6599,7 +6620,7 @@ let __tla = (async () => {
|
|
|
6599
6620
|
aliases: [
|
|
6600
6621
|
"coffeescript"
|
|
6601
6622
|
],
|
|
6602
|
-
import: () => import("../coffee-Dl27lzbd.js")
|
|
6623
|
+
import: (() => import("../coffee-Dl27lzbd.js"))
|
|
6603
6624
|
},
|
|
6604
6625
|
{
|
|
6605
6626
|
id: "common-lisp",
|
|
@@ -6607,12 +6628,12 @@ let __tla = (async () => {
|
|
|
6607
6628
|
aliases: [
|
|
6608
6629
|
"lisp"
|
|
6609
6630
|
],
|
|
6610
|
-
import: () => import("../common-lisp-EVqT9Zhp.js")
|
|
6631
|
+
import: (() => import("../common-lisp-EVqT9Zhp.js"))
|
|
6611
6632
|
},
|
|
6612
6633
|
{
|
|
6613
6634
|
id: "coq",
|
|
6614
6635
|
name: "Coq",
|
|
6615
|
-
import: () => import("../coq-B0L9upzn.js")
|
|
6636
|
+
import: (() => import("../coq-B0L9upzn.js"))
|
|
6616
6637
|
},
|
|
6617
6638
|
{
|
|
6618
6639
|
id: "cpp",
|
|
@@ -6620,12 +6641,12 @@ let __tla = (async () => {
|
|
|
6620
6641
|
aliases: [
|
|
6621
6642
|
"c++"
|
|
6622
6643
|
],
|
|
6623
|
-
import: () => import("../cpp-Cj177cuW.js")
|
|
6644
|
+
import: (() => import("../cpp-Cj177cuW.js"))
|
|
6624
6645
|
},
|
|
6625
6646
|
{
|
|
6626
6647
|
id: "crystal",
|
|
6627
6648
|
name: "Crystal",
|
|
6628
|
-
import: () => import("../crystal-ymVvJzbZ.js")
|
|
6649
|
+
import: (() => import("../crystal-ymVvJzbZ.js"))
|
|
6629
6650
|
},
|
|
6630
6651
|
{
|
|
6631
6652
|
id: "csharp",
|
|
@@ -6634,22 +6655,22 @@ let __tla = (async () => {
|
|
|
6634
6655
|
"c#",
|
|
6635
6656
|
"cs"
|
|
6636
6657
|
],
|
|
6637
|
-
import: () => import("../csharp-DmxfTLWR.js")
|
|
6658
|
+
import: (() => import("../csharp-DmxfTLWR.js"))
|
|
6638
6659
|
},
|
|
6639
6660
|
{
|
|
6640
6661
|
id: "css",
|
|
6641
6662
|
name: "CSS",
|
|
6642
|
-
import: () => import("../css-CECN5uSL.js")
|
|
6663
|
+
import: (() => import("../css-CECN5uSL.js"))
|
|
6643
6664
|
},
|
|
6644
6665
|
{
|
|
6645
6666
|
id: "csv",
|
|
6646
6667
|
name: "CSV",
|
|
6647
|
-
import: () => import("../csv-CmYOceLb.js")
|
|
6668
|
+
import: (() => import("../csv-CmYOceLb.js"))
|
|
6648
6669
|
},
|
|
6649
6670
|
{
|
|
6650
6671
|
id: "cue",
|
|
6651
6672
|
name: "CUE",
|
|
6652
|
-
import: () => import("../cue-ZzumE7IT.js")
|
|
6673
|
+
import: (() => import("../cue-ZzumE7IT.js"))
|
|
6653
6674
|
},
|
|
6654
6675
|
{
|
|
6655
6676
|
id: "cypher",
|
|
@@ -6657,32 +6678,32 @@ let __tla = (async () => {
|
|
|
6657
6678
|
aliases: [
|
|
6658
6679
|
"cql"
|
|
6659
6680
|
],
|
|
6660
|
-
import: () => import("../cypher-jpdmjtA6.js")
|
|
6681
|
+
import: (() => import("../cypher-jpdmjtA6.js"))
|
|
6661
6682
|
},
|
|
6662
6683
|
{
|
|
6663
6684
|
id: "d",
|
|
6664
6685
|
name: "D",
|
|
6665
|
-
import: () => import("../d-CBagWSwH.js")
|
|
6686
|
+
import: (() => import("../d-CBagWSwH.js"))
|
|
6666
6687
|
},
|
|
6667
6688
|
{
|
|
6668
6689
|
id: "dart",
|
|
6669
6690
|
name: "Dart",
|
|
6670
|
-
import: () => import("../dart-6ObCrKr9.js")
|
|
6691
|
+
import: (() => import("../dart-6ObCrKr9.js"))
|
|
6671
6692
|
},
|
|
6672
6693
|
{
|
|
6673
6694
|
id: "dax",
|
|
6674
6695
|
name: "DAX",
|
|
6675
|
-
import: () => import("../dax-CcDT-8dH.js")
|
|
6696
|
+
import: (() => import("../dax-CcDT-8dH.js"))
|
|
6676
6697
|
},
|
|
6677
6698
|
{
|
|
6678
6699
|
id: "desktop",
|
|
6679
6700
|
name: "Desktop",
|
|
6680
|
-
import: () => import("../desktop-B93p9R9O.js")
|
|
6701
|
+
import: (() => import("../desktop-B93p9R9O.js"))
|
|
6681
6702
|
},
|
|
6682
6703
|
{
|
|
6683
6704
|
id: "diff",
|
|
6684
6705
|
name: "Diff",
|
|
6685
|
-
import: () => import("../diff-BxzP2J8R.js")
|
|
6706
|
+
import: (() => import("../diff-BxzP2J8R.js"))
|
|
6686
6707
|
},
|
|
6687
6708
|
{
|
|
6688
6709
|
id: "docker",
|
|
@@ -6690,32 +6711,32 @@ let __tla = (async () => {
|
|
|
6690
6711
|
aliases: [
|
|
6691
6712
|
"dockerfile"
|
|
6692
6713
|
],
|
|
6693
|
-
import: () => import("../docker-CsHqm9tx.js")
|
|
6714
|
+
import: (() => import("../docker-CsHqm9tx.js"))
|
|
6694
6715
|
},
|
|
6695
6716
|
{
|
|
6696
6717
|
id: "dotenv",
|
|
6697
6718
|
name: "dotEnv",
|
|
6698
|
-
import: () => import("../dotenv-BMjVjUL1.js")
|
|
6719
|
+
import: (() => import("../dotenv-BMjVjUL1.js"))
|
|
6699
6720
|
},
|
|
6700
6721
|
{
|
|
6701
6722
|
id: "dream-maker",
|
|
6702
6723
|
name: "Dream Maker",
|
|
6703
|
-
import: () => import("../dream-maker-PAx17jaB.js")
|
|
6724
|
+
import: (() => import("../dream-maker-PAx17jaB.js"))
|
|
6704
6725
|
},
|
|
6705
6726
|
{
|
|
6706
6727
|
id: "edge",
|
|
6707
6728
|
name: "Edge",
|
|
6708
|
-
import: () => import("../edge-_LvgTcmu.js")
|
|
6729
|
+
import: (() => import("../edge-_LvgTcmu.js"))
|
|
6709
6730
|
},
|
|
6710
6731
|
{
|
|
6711
6732
|
id: "elixir",
|
|
6712
6733
|
name: "Elixir",
|
|
6713
|
-
import: () => import("../elixir-BTCUAmQk.js")
|
|
6734
|
+
import: (() => import("../elixir-BTCUAmQk.js"))
|
|
6714
6735
|
},
|
|
6715
6736
|
{
|
|
6716
6737
|
id: "elm",
|
|
6717
6738
|
name: "Elm",
|
|
6718
|
-
import: () => import("../elm-BtNbw_Cd.js")
|
|
6739
|
+
import: (() => import("../elm-BtNbw_Cd.js"))
|
|
6719
6740
|
},
|
|
6720
6741
|
{
|
|
6721
6742
|
id: "emacs-lisp",
|
|
@@ -6723,12 +6744,12 @@ let __tla = (async () => {
|
|
|
6723
6744
|
aliases: [
|
|
6724
6745
|
"elisp"
|
|
6725
6746
|
],
|
|
6726
|
-
import: () => import("../emacs-lisp-Cfxdx5D-.js")
|
|
6747
|
+
import: (() => import("../emacs-lisp-Cfxdx5D-.js"))
|
|
6727
6748
|
},
|
|
6728
6749
|
{
|
|
6729
6750
|
id: "erb",
|
|
6730
6751
|
name: "ERB",
|
|
6731
|
-
import: () => import("../erb-D0PIpZCP.js")
|
|
6752
|
+
import: (() => import("../erb-D0PIpZCP.js"))
|
|
6732
6753
|
},
|
|
6733
6754
|
{
|
|
6734
6755
|
id: "erlang",
|
|
@@ -6736,17 +6757,17 @@ let __tla = (async () => {
|
|
|
6736
6757
|
aliases: [
|
|
6737
6758
|
"erl"
|
|
6738
6759
|
],
|
|
6739
|
-
import: () => import("../erlang-xM7DPKQj.js")
|
|
6760
|
+
import: (() => import("../erlang-xM7DPKQj.js"))
|
|
6740
6761
|
},
|
|
6741
6762
|
{
|
|
6742
6763
|
id: "fennel",
|
|
6743
6764
|
name: "Fennel",
|
|
6744
|
-
import: () => import("../fennel-N4WcXuKx.js")
|
|
6765
|
+
import: (() => import("../fennel-N4WcXuKx.js"))
|
|
6745
6766
|
},
|
|
6746
6767
|
{
|
|
6747
6768
|
id: "fish",
|
|
6748
6769
|
name: "Fish",
|
|
6749
|
-
import: () => import("../fish-B6QqlqeT.js")
|
|
6770
|
+
import: (() => import("../fish-B6QqlqeT.js"))
|
|
6750
6771
|
},
|
|
6751
6772
|
{
|
|
6752
6773
|
id: "fluent",
|
|
@@ -6754,7 +6775,7 @@ let __tla = (async () => {
|
|
|
6754
6775
|
aliases: [
|
|
6755
6776
|
"ftl"
|
|
6756
6777
|
],
|
|
6757
|
-
import: () => import("../fluent-BMXUxfv1.js")
|
|
6778
|
+
import: (() => import("../fluent-BMXUxfv1.js"))
|
|
6758
6779
|
},
|
|
6759
6780
|
{
|
|
6760
6781
|
id: "fortran-fixed-form",
|
|
@@ -6764,7 +6785,7 @@ let __tla = (async () => {
|
|
|
6764
6785
|
"for",
|
|
6765
6786
|
"f77"
|
|
6766
6787
|
],
|
|
6767
|
-
import: () => import("../fortran-fixed-form-DUsA-VGo.js")
|
|
6788
|
+
import: (() => import("../fortran-fixed-form-DUsA-VGo.js"))
|
|
6768
6789
|
},
|
|
6769
6790
|
{
|
|
6770
6791
|
id: "fortran-free-form",
|
|
@@ -6776,7 +6797,7 @@ let __tla = (async () => {
|
|
|
6776
6797
|
"f08",
|
|
6777
6798
|
"f18"
|
|
6778
6799
|
],
|
|
6779
|
-
import: () => import("../fortran-free-form-DPIT_jbP.js")
|
|
6800
|
+
import: (() => import("../fortran-free-form-DPIT_jbP.js"))
|
|
6780
6801
|
},
|
|
6781
6802
|
{
|
|
6782
6803
|
id: "fsharp",
|
|
@@ -6785,47 +6806,47 @@ let __tla = (async () => {
|
|
|
6785
6806
|
"f#",
|
|
6786
6807
|
"fs"
|
|
6787
6808
|
],
|
|
6788
|
-
import: () => import("../fsharp-
|
|
6809
|
+
import: (() => import("../fsharp-BTdsmEUN.js"))
|
|
6789
6810
|
},
|
|
6790
6811
|
{
|
|
6791
6812
|
id: "gdresource",
|
|
6792
6813
|
name: "GDResource",
|
|
6793
|
-
import: () => import("../gdresource-DLfsylRW.js")
|
|
6814
|
+
import: (() => import("../gdresource-DLfsylRW.js"))
|
|
6794
6815
|
},
|
|
6795
6816
|
{
|
|
6796
6817
|
id: "gdscript",
|
|
6797
6818
|
name: "GDScript",
|
|
6798
|
-
import: () => import("../gdscript-9lm8qppb.js")
|
|
6819
|
+
import: (() => import("../gdscript-9lm8qppb.js"))
|
|
6799
6820
|
},
|
|
6800
6821
|
{
|
|
6801
6822
|
id: "gdshader",
|
|
6802
6823
|
name: "GDShader",
|
|
6803
|
-
import: () => import("../gdshader-Bk8fF6yr.js")
|
|
6824
|
+
import: (() => import("../gdshader-Bk8fF6yr.js"))
|
|
6804
6825
|
},
|
|
6805
6826
|
{
|
|
6806
6827
|
id: "genie",
|
|
6807
6828
|
name: "Genie",
|
|
6808
|
-
import: () => import("../genie-DzUvd7U9.js")
|
|
6829
|
+
import: (() => import("../genie-DzUvd7U9.js"))
|
|
6809
6830
|
},
|
|
6810
6831
|
{
|
|
6811
6832
|
id: "gherkin",
|
|
6812
6833
|
name: "Gherkin",
|
|
6813
|
-
import: () => import("../gherkin-DHRaV0YP.js")
|
|
6834
|
+
import: (() => import("../gherkin-DHRaV0YP.js"))
|
|
6814
6835
|
},
|
|
6815
6836
|
{
|
|
6816
6837
|
id: "git-commit",
|
|
6817
6838
|
name: "Git Commit Message",
|
|
6818
|
-
import: () => import("../git-commit-Bd32YZ0K.js")
|
|
6839
|
+
import: (() => import("../git-commit-Bd32YZ0K.js"))
|
|
6819
6840
|
},
|
|
6820
6841
|
{
|
|
6821
6842
|
id: "git-rebase",
|
|
6822
6843
|
name: "Git Rebase Message",
|
|
6823
|
-
import: () => import("../git-rebase-ZWUFO_T4.js")
|
|
6844
|
+
import: (() => import("../git-rebase-ZWUFO_T4.js"))
|
|
6824
6845
|
},
|
|
6825
6846
|
{
|
|
6826
6847
|
id: "gleam",
|
|
6827
6848
|
name: "Gleam",
|
|
6828
|
-
import: () => import("../gleam-Bv284lvN.js")
|
|
6849
|
+
import: (() => import("../gleam-Bv284lvN.js"))
|
|
6829
6850
|
},
|
|
6830
6851
|
{
|
|
6831
6852
|
id: "glimmer-js",
|
|
@@ -6833,7 +6854,7 @@ let __tla = (async () => {
|
|
|
6833
6854
|
aliases: [
|
|
6834
6855
|
"gjs"
|
|
6835
6856
|
],
|
|
6836
|
-
import: () => import("../glimmer-js-CkxRszZZ.js")
|
|
6857
|
+
import: (() => import("../glimmer-js-CkxRszZZ.js"))
|
|
6837
6858
|
},
|
|
6838
6859
|
{
|
|
6839
6860
|
id: "glimmer-ts",
|
|
@@ -6841,22 +6862,22 @@ let __tla = (async () => {
|
|
|
6841
6862
|
aliases: [
|
|
6842
6863
|
"gts"
|
|
6843
6864
|
],
|
|
6844
|
-
import: () => import("../glimmer-ts-Bi6BYQCn.js")
|
|
6865
|
+
import: (() => import("../glimmer-ts-Bi6BYQCn.js"))
|
|
6845
6866
|
},
|
|
6846
6867
|
{
|
|
6847
6868
|
id: "glsl",
|
|
6848
6869
|
name: "GLSL",
|
|
6849
|
-
import: () => import("../glsl-CkUcVZNK.js")
|
|
6870
|
+
import: (() => import("../glsl-CkUcVZNK.js"))
|
|
6850
6871
|
},
|
|
6851
6872
|
{
|
|
6852
6873
|
id: "gnuplot",
|
|
6853
6874
|
name: "Gnuplot",
|
|
6854
|
-
import: () => import("../gnuplot-yPG9-sE_.js")
|
|
6875
|
+
import: (() => import("../gnuplot-yPG9-sE_.js"))
|
|
6855
6876
|
},
|
|
6856
6877
|
{
|
|
6857
6878
|
id: "go",
|
|
6858
6879
|
name: "Go",
|
|
6859
|
-
import: () => import("../go-ChxJuLYK.js")
|
|
6880
|
+
import: (() => import("../go-ChxJuLYK.js"))
|
|
6860
6881
|
},
|
|
6861
6882
|
{
|
|
6862
6883
|
id: "graphql",
|
|
@@ -6864,22 +6885,22 @@ let __tla = (async () => {
|
|
|
6864
6885
|
aliases: [
|
|
6865
6886
|
"gql"
|
|
6866
6887
|
],
|
|
6867
|
-
import: () => import("../graphql-BLaPX4fU.js")
|
|
6888
|
+
import: (() => import("../graphql-BLaPX4fU.js"))
|
|
6868
6889
|
},
|
|
6869
6890
|
{
|
|
6870
6891
|
id: "groovy",
|
|
6871
6892
|
name: "Groovy",
|
|
6872
|
-
import: () => import("../groovy-CJQTphOW.js")
|
|
6893
|
+
import: (() => import("../groovy-CJQTphOW.js"))
|
|
6873
6894
|
},
|
|
6874
6895
|
{
|
|
6875
6896
|
id: "hack",
|
|
6876
6897
|
name: "Hack",
|
|
6877
|
-
import: () => import("../hack-Bx1jMtBC.js")
|
|
6898
|
+
import: (() => import("../hack-Bx1jMtBC.js"))
|
|
6878
6899
|
},
|
|
6879
6900
|
{
|
|
6880
6901
|
id: "haml",
|
|
6881
6902
|
name: "Ruby Haml",
|
|
6882
|
-
import: () => import("../haml-6FagfhCM.js")
|
|
6903
|
+
import: (() => import("../haml-6FagfhCM.js"))
|
|
6883
6904
|
},
|
|
6884
6905
|
{
|
|
6885
6906
|
id: "handlebars",
|
|
@@ -6887,7 +6908,7 @@ let __tla = (async () => {
|
|
|
6887
6908
|
aliases: [
|
|
6888
6909
|
"hbs"
|
|
6889
6910
|
],
|
|
6890
|
-
import: () => import("../handlebars-Bd5Y4M6I.js")
|
|
6911
|
+
import: (() => import("../handlebars-Bd5Y4M6I.js"))
|
|
6891
6912
|
},
|
|
6892
6913
|
{
|
|
6893
6914
|
id: "haskell",
|
|
@@ -6895,57 +6916,57 @@ let __tla = (async () => {
|
|
|
6895
6916
|
aliases: [
|
|
6896
6917
|
"hs"
|
|
6897
6918
|
],
|
|
6898
|
-
import: () => import("../haskell-WeIwNIP6.js")
|
|
6919
|
+
import: (() => import("../haskell-WeIwNIP6.js"))
|
|
6899
6920
|
},
|
|
6900
6921
|
{
|
|
6901
6922
|
id: "haxe",
|
|
6902
6923
|
name: "Haxe",
|
|
6903
|
-
import: () => import("../haxe-TztHsm5T.js")
|
|
6924
|
+
import: (() => import("../haxe-TztHsm5T.js"))
|
|
6904
6925
|
},
|
|
6905
6926
|
{
|
|
6906
6927
|
id: "hcl",
|
|
6907
6928
|
name: "HashiCorp HCL",
|
|
6908
|
-
import: () => import("../hcl-D438OF-I.js")
|
|
6929
|
+
import: (() => import("../hcl-D438OF-I.js"))
|
|
6909
6930
|
},
|
|
6910
6931
|
{
|
|
6911
6932
|
id: "hjson",
|
|
6912
6933
|
name: "Hjson",
|
|
6913
|
-
import: () => import("../hjson-DYBUbqOl.js")
|
|
6934
|
+
import: (() => import("../hjson-DYBUbqOl.js"))
|
|
6914
6935
|
},
|
|
6915
6936
|
{
|
|
6916
6937
|
id: "hlsl",
|
|
6917
6938
|
name: "HLSL",
|
|
6918
|
-
import: () => import("../hlsl-Bk8TCZNL.js")
|
|
6939
|
+
import: (() => import("../hlsl-Bk8TCZNL.js"))
|
|
6919
6940
|
},
|
|
6920
6941
|
{
|
|
6921
6942
|
id: "html",
|
|
6922
6943
|
name: "HTML",
|
|
6923
|
-
import: () => import("../html-7XVNRwN7.js")
|
|
6944
|
+
import: (() => import("../html-7XVNRwN7.js"))
|
|
6924
6945
|
},
|
|
6925
6946
|
{
|
|
6926
6947
|
id: "html-derivative",
|
|
6927
6948
|
name: "HTML (Derivative)",
|
|
6928
|
-
import: () => import("../html-derivative-BNxZ5Yf6.js")
|
|
6949
|
+
import: (() => import("../html-derivative-BNxZ5Yf6.js"))
|
|
6929
6950
|
},
|
|
6930
6951
|
{
|
|
6931
6952
|
id: "http",
|
|
6932
6953
|
name: "HTTP",
|
|
6933
|
-
import: () => import("../http-WC357zBG.js")
|
|
6954
|
+
import: (() => import("../http-WC357zBG.js"))
|
|
6934
6955
|
},
|
|
6935
6956
|
{
|
|
6936
6957
|
id: "hxml",
|
|
6937
6958
|
name: "HXML",
|
|
6938
|
-
import: () => import("../hxml-GbqSQCLa.js")
|
|
6959
|
+
import: (() => import("../hxml-GbqSQCLa.js"))
|
|
6939
6960
|
},
|
|
6940
6961
|
{
|
|
6941
6962
|
id: "hy",
|
|
6942
6963
|
name: "Hy",
|
|
6943
|
-
import: () => import("../hy-Brt5EZ7-.js")
|
|
6964
|
+
import: (() => import("../hy-Brt5EZ7-.js"))
|
|
6944
6965
|
},
|
|
6945
6966
|
{
|
|
6946
6967
|
id: "imba",
|
|
6947
6968
|
name: "Imba",
|
|
6948
|
-
import: () => import("../imba-CimUv-Uh.js")
|
|
6969
|
+
import: (() => import("../imba-CimUv-Uh.js"))
|
|
6949
6970
|
},
|
|
6950
6971
|
{
|
|
6951
6972
|
id: "ini",
|
|
@@ -6953,12 +6974,12 @@ let __tla = (async () => {
|
|
|
6953
6974
|
aliases: [
|
|
6954
6975
|
"properties"
|
|
6955
6976
|
],
|
|
6956
|
-
import: () => import("../ini-BZIuRIvJ.js")
|
|
6977
|
+
import: (() => import("../ini-BZIuRIvJ.js"))
|
|
6957
6978
|
},
|
|
6958
6979
|
{
|
|
6959
6980
|
id: "java",
|
|
6960
6981
|
name: "Java",
|
|
6961
|
-
import: () => import("../java-DY6VlHhP.js")
|
|
6982
|
+
import: (() => import("../java-DY6VlHhP.js"))
|
|
6962
6983
|
},
|
|
6963
6984
|
{
|
|
6964
6985
|
id: "javascript",
|
|
@@ -6966,42 +6987,42 @@ let __tla = (async () => {
|
|
|
6966
6987
|
aliases: [
|
|
6967
6988
|
"js"
|
|
6968
6989
|
],
|
|
6969
|
-
import: () => import("../javascript-Dp1Jmi5H.js")
|
|
6990
|
+
import: (() => import("../javascript-Dp1Jmi5H.js"))
|
|
6970
6991
|
},
|
|
6971
6992
|
{
|
|
6972
6993
|
id: "jinja",
|
|
6973
6994
|
name: "Jinja",
|
|
6974
|
-
import: () => import("../jinja-WEhOU5ES.js")
|
|
6995
|
+
import: (() => import("../jinja-WEhOU5ES.js"))
|
|
6975
6996
|
},
|
|
6976
6997
|
{
|
|
6977
6998
|
id: "jison",
|
|
6978
6999
|
name: "Jison",
|
|
6979
|
-
import: () => import("../jison-c2JI40PB.js")
|
|
7000
|
+
import: (() => import("../jison-c2JI40PB.js"))
|
|
6980
7001
|
},
|
|
6981
7002
|
{
|
|
6982
7003
|
id: "json",
|
|
6983
7004
|
name: "JSON",
|
|
6984
|
-
import: () => import("../json-DxJze_jm.js")
|
|
7005
|
+
import: (() => import("../json-DxJze_jm.js"))
|
|
6985
7006
|
},
|
|
6986
7007
|
{
|
|
6987
7008
|
id: "json5",
|
|
6988
7009
|
name: "JSON5",
|
|
6989
|
-
import: () => import("../json5-BT4Fjg39.js")
|
|
7010
|
+
import: (() => import("../json5-BT4Fjg39.js"))
|
|
6990
7011
|
},
|
|
6991
7012
|
{
|
|
6992
7013
|
id: "jsonc",
|
|
6993
7014
|
name: "JSON with Comments",
|
|
6994
|
-
import: () => import("../jsonc-CHjZD8gR.js")
|
|
7015
|
+
import: (() => import("../jsonc-CHjZD8gR.js"))
|
|
6995
7016
|
},
|
|
6996
7017
|
{
|
|
6997
7018
|
id: "jsonl",
|
|
6998
7019
|
name: "JSON Lines",
|
|
6999
|
-
import: () => import("../jsonl-BGuvDmy9.js")
|
|
7020
|
+
import: (() => import("../jsonl-BGuvDmy9.js"))
|
|
7000
7021
|
},
|
|
7001
7022
|
{
|
|
7002
7023
|
id: "jsonnet",
|
|
7003
7024
|
name: "Jsonnet",
|
|
7004
|
-
import: () => import("../jsonnet-Bx2cfsXg.js")
|
|
7025
|
+
import: (() => import("../jsonnet-Bx2cfsXg.js"))
|
|
7005
7026
|
},
|
|
7006
7027
|
{
|
|
7007
7028
|
id: "jssm",
|
|
@@ -7009,12 +7030,12 @@ let __tla = (async () => {
|
|
|
7009
7030
|
aliases: [
|
|
7010
7031
|
"fsl"
|
|
7011
7032
|
],
|
|
7012
|
-
import: () => import("../jssm-BcADi6EI.js")
|
|
7033
|
+
import: (() => import("../jssm-BcADi6EI.js"))
|
|
7013
7034
|
},
|
|
7014
7035
|
{
|
|
7015
7036
|
id: "jsx",
|
|
7016
7037
|
name: "JSX",
|
|
7017
|
-
import: () => import("../jsx-BtKADgXT.js")
|
|
7038
|
+
import: (() => import("../jsx-BtKADgXT.js"))
|
|
7018
7039
|
},
|
|
7019
7040
|
{
|
|
7020
7041
|
id: "julia",
|
|
@@ -7022,7 +7043,7 @@ let __tla = (async () => {
|
|
|
7022
7043
|
aliases: [
|
|
7023
7044
|
"jl"
|
|
7024
7045
|
],
|
|
7025
|
-
import: () => import("../julia-DcoDQokW.js")
|
|
7046
|
+
import: (() => import("../julia-DcoDQokW.js"))
|
|
7026
7047
|
},
|
|
7027
7048
|
{
|
|
7028
7049
|
id: "kotlin",
|
|
@@ -7031,7 +7052,7 @@ let __tla = (async () => {
|
|
|
7031
7052
|
"kt",
|
|
7032
7053
|
"kts"
|
|
7033
7054
|
],
|
|
7034
|
-
import: () => import("../kotlin-ByBMgTeR.js")
|
|
7055
|
+
import: (() => import("../kotlin-ByBMgTeR.js"))
|
|
7035
7056
|
},
|
|
7036
7057
|
{
|
|
7037
7058
|
id: "kusto",
|
|
@@ -7039,12 +7060,12 @@ let __tla = (async () => {
|
|
|
7039
7060
|
aliases: [
|
|
7040
7061
|
"kql"
|
|
7041
7062
|
],
|
|
7042
|
-
import: () => import("../kusto-VWFLl2T0.js")
|
|
7063
|
+
import: (() => import("../kusto-VWFLl2T0.js"))
|
|
7043
7064
|
},
|
|
7044
7065
|
{
|
|
7045
7066
|
id: "latex",
|
|
7046
7067
|
name: "LaTeX",
|
|
7047
|
-
import: () => import("../latex-
|
|
7068
|
+
import: (() => import("../latex-MZCpjnva.js"))
|
|
7048
7069
|
},
|
|
7049
7070
|
{
|
|
7050
7071
|
id: "lean",
|
|
@@ -7052,42 +7073,42 @@ let __tla = (async () => {
|
|
|
7052
7073
|
aliases: [
|
|
7053
7074
|
"lean4"
|
|
7054
7075
|
],
|
|
7055
|
-
import: () => import("../lean-DXqEE_d1.js")
|
|
7076
|
+
import: (() => import("../lean-DXqEE_d1.js"))
|
|
7056
7077
|
},
|
|
7057
7078
|
{
|
|
7058
7079
|
id: "less",
|
|
7059
7080
|
name: "Less",
|
|
7060
|
-
import: () => import("../less-B1GLI2Di.js")
|
|
7081
|
+
import: (() => import("../less-B1GLI2Di.js"))
|
|
7061
7082
|
},
|
|
7062
7083
|
{
|
|
7063
7084
|
id: "liquid",
|
|
7064
7085
|
name: "Liquid",
|
|
7065
|
-
import: () => import("../liquid-3HHuHOZ2.js")
|
|
7086
|
+
import: (() => import("../liquid-3HHuHOZ2.js"))
|
|
7066
7087
|
},
|
|
7067
7088
|
{
|
|
7068
7089
|
id: "llvm",
|
|
7069
7090
|
name: "LLVM IR",
|
|
7070
|
-
import: () => import("../llvm-6RQLId6G.js")
|
|
7091
|
+
import: (() => import("../llvm-6RQLId6G.js"))
|
|
7071
7092
|
},
|
|
7072
7093
|
{
|
|
7073
7094
|
id: "log",
|
|
7074
7095
|
name: "Log file",
|
|
7075
|
-
import: () => import("../log-Al8wyEFV.js")
|
|
7096
|
+
import: (() => import("../log-Al8wyEFV.js"))
|
|
7076
7097
|
},
|
|
7077
7098
|
{
|
|
7078
7099
|
id: "logo",
|
|
7079
7100
|
name: "Logo",
|
|
7080
|
-
import: () => import("../logo-DBa4JDzV.js")
|
|
7101
|
+
import: (() => import("../logo-DBa4JDzV.js"))
|
|
7081
7102
|
},
|
|
7082
7103
|
{
|
|
7083
7104
|
id: "lua",
|
|
7084
7105
|
name: "Lua",
|
|
7085
|
-
import: () => import("../lua-kX5WP_P5.js")
|
|
7106
|
+
import: (() => import("../lua-kX5WP_P5.js"))
|
|
7086
7107
|
},
|
|
7087
7108
|
{
|
|
7088
7109
|
id: "luau",
|
|
7089
7110
|
name: "Luau",
|
|
7090
|
-
import: () => import("../luau-BeoZWRh5.js")
|
|
7111
|
+
import: (() => import("../luau-BeoZWRh5.js"))
|
|
7091
7112
|
},
|
|
7092
7113
|
{
|
|
7093
7114
|
id: "make",
|
|
@@ -7095,7 +7116,7 @@ let __tla = (async () => {
|
|
|
7095
7116
|
aliases: [
|
|
7096
7117
|
"makefile"
|
|
7097
7118
|
],
|
|
7098
|
-
import: () => import("../make-CsMclxtr.js")
|
|
7119
|
+
import: (() => import("../make-CsMclxtr.js"))
|
|
7099
7120
|
},
|
|
7100
7121
|
{
|
|
7101
7122
|
id: "markdown",
|
|
@@ -7103,27 +7124,27 @@ let __tla = (async () => {
|
|
|
7103
7124
|
aliases: [
|
|
7104
7125
|
"md"
|
|
7105
7126
|
],
|
|
7106
|
-
import: () => import("../markdown-CiI2E98D.js")
|
|
7127
|
+
import: (() => import("../markdown-CiI2E98D.js"))
|
|
7107
7128
|
},
|
|
7108
7129
|
{
|
|
7109
7130
|
id: "marko",
|
|
7110
7131
|
name: "Marko",
|
|
7111
|
-
import: () => import("../marko-
|
|
7132
|
+
import: (() => import("../marko-L-KhXzqZ.js"))
|
|
7112
7133
|
},
|
|
7113
7134
|
{
|
|
7114
7135
|
id: "matlab",
|
|
7115
7136
|
name: "MATLAB",
|
|
7116
|
-
import: () => import("../matlab-BOAaUVP0.js")
|
|
7137
|
+
import: (() => import("../matlab-BOAaUVP0.js"))
|
|
7117
7138
|
},
|
|
7118
7139
|
{
|
|
7119
7140
|
id: "mdc",
|
|
7120
7141
|
name: "MDC",
|
|
7121
|
-
import: () => import("../mdc-DPBWa7dN.js")
|
|
7142
|
+
import: (() => import("../mdc-DPBWa7dN.js"))
|
|
7122
7143
|
},
|
|
7123
7144
|
{
|
|
7124
7145
|
id: "mdx",
|
|
7125
7146
|
name: "MDX",
|
|
7126
|
-
import: () => import("../mdx-BOhZZUJ8.js")
|
|
7147
|
+
import: (() => import("../mdx-BOhZZUJ8.js"))
|
|
7127
7148
|
},
|
|
7128
7149
|
{
|
|
7129
7150
|
id: "mermaid",
|
|
@@ -7131,7 +7152,7 @@ let __tla = (async () => {
|
|
|
7131
7152
|
aliases: [
|
|
7132
7153
|
"mmd"
|
|
7133
7154
|
],
|
|
7134
|
-
import: () => import("../mermaid-B0ixDHKN.js")
|
|
7155
|
+
import: (() => import("../mermaid-B0ixDHKN.js"))
|
|
7135
7156
|
},
|
|
7136
7157
|
{
|
|
7137
7158
|
id: "mipsasm",
|
|
@@ -7139,17 +7160,17 @@ let __tla = (async () => {
|
|
|
7139
7160
|
aliases: [
|
|
7140
7161
|
"mips"
|
|
7141
7162
|
],
|
|
7142
|
-
import: () => import("../mipsasm-CTx18fBl.js")
|
|
7163
|
+
import: (() => import("../mipsasm-CTx18fBl.js"))
|
|
7143
7164
|
},
|
|
7144
7165
|
{
|
|
7145
7166
|
id: "mojo",
|
|
7146
7167
|
name: "Mojo",
|
|
7147
|
-
import: () => import("../mojo-BD611d7o.js")
|
|
7168
|
+
import: (() => import("../mojo-BD611d7o.js"))
|
|
7148
7169
|
},
|
|
7149
7170
|
{
|
|
7150
7171
|
id: "move",
|
|
7151
7172
|
name: "Move",
|
|
7152
|
-
import: () => import("../move-653S600C.js")
|
|
7173
|
+
import: (() => import("../move-653S600C.js"))
|
|
7153
7174
|
},
|
|
7154
7175
|
{
|
|
7155
7176
|
id: "narrat",
|
|
@@ -7157,7 +7178,7 @@ let __tla = (async () => {
|
|
|
7157
7178
|
aliases: [
|
|
7158
7179
|
"nar"
|
|
7159
7180
|
],
|
|
7160
|
-
import: () => import("../narrat-DmhDCBs-.js")
|
|
7181
|
+
import: (() => import("../narrat-DmhDCBs-.js"))
|
|
7161
7182
|
},
|
|
7162
7183
|
{
|
|
7163
7184
|
id: "nextflow",
|
|
@@ -7165,22 +7186,22 @@ let __tla = (async () => {
|
|
|
7165
7186
|
aliases: [
|
|
7166
7187
|
"nf"
|
|
7167
7188
|
],
|
|
7168
|
-
import: () => import("../nextflow-D1Zd9cNl.js")
|
|
7189
|
+
import: (() => import("../nextflow-D1Zd9cNl.js"))
|
|
7169
7190
|
},
|
|
7170
7191
|
{
|
|
7171
7192
|
id: "nginx",
|
|
7172
7193
|
name: "Nginx",
|
|
7173
|
-
import: () => import("../nginx-5vhPAEw3.js")
|
|
7194
|
+
import: (() => import("../nginx-5vhPAEw3.js"))
|
|
7174
7195
|
},
|
|
7175
7196
|
{
|
|
7176
7197
|
id: "nim",
|
|
7177
7198
|
name: "Nim",
|
|
7178
|
-
import: () => import("../nim-Fi8wNe6i.js")
|
|
7199
|
+
import: (() => import("../nim-Fi8wNe6i.js"))
|
|
7179
7200
|
},
|
|
7180
7201
|
{
|
|
7181
7202
|
id: "nix",
|
|
7182
7203
|
name: "Nix",
|
|
7183
|
-
import: () => import("../nix-ceY58Dty.js")
|
|
7204
|
+
import: (() => import("../nix-ceY58Dty.js"))
|
|
7184
7205
|
},
|
|
7185
7206
|
{
|
|
7186
7207
|
id: "nushell",
|
|
@@ -7188,7 +7209,7 @@ let __tla = (async () => {
|
|
|
7188
7209
|
aliases: [
|
|
7189
7210
|
"nu"
|
|
7190
7211
|
],
|
|
7191
|
-
import: () => import("../nushell-Be2rueDv.js")
|
|
7212
|
+
import: (() => import("../nushell-Be2rueDv.js"))
|
|
7192
7213
|
},
|
|
7193
7214
|
{
|
|
7194
7215
|
id: "objective-c",
|
|
@@ -7196,37 +7217,37 @@ let __tla = (async () => {
|
|
|
7196
7217
|
aliases: [
|
|
7197
7218
|
"objc"
|
|
7198
7219
|
],
|
|
7199
|
-
import: () => import("../objective-c-Itk8tzmv.js")
|
|
7220
|
+
import: (() => import("../objective-c-Itk8tzmv.js"))
|
|
7200
7221
|
},
|
|
7201
7222
|
{
|
|
7202
7223
|
id: "objective-cpp",
|
|
7203
7224
|
name: "Objective-C++",
|
|
7204
|
-
import: () => import("../objective-cpp-DGt5UKRO.js")
|
|
7225
|
+
import: (() => import("../objective-cpp-DGt5UKRO.js"))
|
|
7205
7226
|
},
|
|
7206
7227
|
{
|
|
7207
7228
|
id: "ocaml",
|
|
7208
7229
|
name: "OCaml",
|
|
7209
|
-
import: () => import("../ocaml-eSVK32Eg.js")
|
|
7230
|
+
import: (() => import("../ocaml-eSVK32Eg.js"))
|
|
7210
7231
|
},
|
|
7211
7232
|
{
|
|
7212
7233
|
id: "pascal",
|
|
7213
7234
|
name: "Pascal",
|
|
7214
|
-
import: () => import("../pascal-xy8pJNns.js")
|
|
7235
|
+
import: (() => import("../pascal-xy8pJNns.js"))
|
|
7215
7236
|
},
|
|
7216
7237
|
{
|
|
7217
7238
|
id: "perl",
|
|
7218
7239
|
name: "Perl",
|
|
7219
|
-
import: () => import("../perl-BoEn6HmT.js")
|
|
7240
|
+
import: (() => import("../perl-BoEn6HmT.js"))
|
|
7220
7241
|
},
|
|
7221
7242
|
{
|
|
7222
7243
|
id: "php",
|
|
7223
7244
|
name: "PHP",
|
|
7224
|
-
import: () => import("../php-BRU9zhoN.js")
|
|
7245
|
+
import: (() => import("../php-BRU9zhoN.js"))
|
|
7225
7246
|
},
|
|
7226
7247
|
{
|
|
7227
7248
|
id: "plsql",
|
|
7228
7249
|
name: "PL/SQL",
|
|
7229
|
-
import: () => import("../plsql-pVbGZfOv.js")
|
|
7250
|
+
import: (() => import("../plsql-pVbGZfOv.js"))
|
|
7230
7251
|
},
|
|
7231
7252
|
{
|
|
7232
7253
|
id: "po",
|
|
@@ -7235,22 +7256,22 @@ let __tla = (async () => {
|
|
|
7235
7256
|
"pot",
|
|
7236
7257
|
"potx"
|
|
7237
7258
|
],
|
|
7238
|
-
import: () => import("../po-BNfHvqmm.js")
|
|
7259
|
+
import: (() => import("../po-BNfHvqmm.js"))
|
|
7239
7260
|
},
|
|
7240
7261
|
{
|
|
7241
7262
|
id: "polar",
|
|
7242
7263
|
name: "Polar",
|
|
7243
|
-
import: () => import("../polar-CAZahv3u.js")
|
|
7264
|
+
import: (() => import("../polar-CAZahv3u.js"))
|
|
7244
7265
|
},
|
|
7245
7266
|
{
|
|
7246
7267
|
id: "postcss",
|
|
7247
7268
|
name: "PostCSS",
|
|
7248
|
-
import: () => import("../postcss-05aHdL-n.js")
|
|
7269
|
+
import: (() => import("../postcss-05aHdL-n.js"))
|
|
7249
7270
|
},
|
|
7250
7271
|
{
|
|
7251
7272
|
id: "powerquery",
|
|
7252
7273
|
name: "PowerQuery",
|
|
7253
|
-
import: () => import("../powerquery-DI9HkTvs.js")
|
|
7274
|
+
import: (() => import("../powerquery-DI9HkTvs.js"))
|
|
7254
7275
|
},
|
|
7255
7276
|
{
|
|
7256
7277
|
id: "powershell",
|
|
@@ -7259,17 +7280,17 @@ let __tla = (async () => {
|
|
|
7259
7280
|
"ps",
|
|
7260
7281
|
"ps1"
|
|
7261
7282
|
],
|
|
7262
|
-
import: () => import("../powershell-Clc4ydu-.js")
|
|
7283
|
+
import: (() => import("../powershell-Clc4ydu-.js"))
|
|
7263
7284
|
},
|
|
7264
7285
|
{
|
|
7265
7286
|
id: "prisma",
|
|
7266
7287
|
name: "Prisma",
|
|
7267
|
-
import: () => import("../prisma-FZjmVtSl.js")
|
|
7288
|
+
import: (() => import("../prisma-FZjmVtSl.js"))
|
|
7268
7289
|
},
|
|
7269
7290
|
{
|
|
7270
7291
|
id: "prolog",
|
|
7271
7292
|
name: "Prolog",
|
|
7272
|
-
import: () => import("../prolog-C5-yg4TO.js")
|
|
7293
|
+
import: (() => import("../prolog-C5-yg4TO.js"))
|
|
7273
7294
|
},
|
|
7274
7295
|
{
|
|
7275
7296
|
id: "proto",
|
|
@@ -7277,7 +7298,7 @@ let __tla = (async () => {
|
|
|
7277
7298
|
aliases: [
|
|
7278
7299
|
"protobuf"
|
|
7279
7300
|
],
|
|
7280
|
-
import: () => import("../proto-MmCPeFAD.js")
|
|
7301
|
+
import: (() => import("../proto-MmCPeFAD.js"))
|
|
7281
7302
|
},
|
|
7282
7303
|
{
|
|
7283
7304
|
id: "pug",
|
|
@@ -7285,17 +7306,17 @@ let __tla = (async () => {
|
|
|
7285
7306
|
aliases: [
|
|
7286
7307
|
"jade"
|
|
7287
7308
|
],
|
|
7288
|
-
import: () => import("../pug-CJWI-qSo.js")
|
|
7309
|
+
import: (() => import("../pug-CJWI-qSo.js"))
|
|
7289
7310
|
},
|
|
7290
7311
|
{
|
|
7291
7312
|
id: "puppet",
|
|
7292
7313
|
name: "Puppet",
|
|
7293
|
-
import: () => import("../puppet-CUJHmnxV.js")
|
|
7314
|
+
import: (() => import("../puppet-CUJHmnxV.js"))
|
|
7294
7315
|
},
|
|
7295
7316
|
{
|
|
7296
7317
|
id: "purescript",
|
|
7297
7318
|
name: "PureScript",
|
|
7298
|
-
import: () => import("../purescript-rUfGld-4.js")
|
|
7319
|
+
import: (() => import("../purescript-rUfGld-4.js"))
|
|
7299
7320
|
},
|
|
7300
7321
|
{
|
|
7301
7322
|
id: "python",
|
|
@@ -7303,32 +7324,32 @@ let __tla = (async () => {
|
|
|
7303
7324
|
aliases: [
|
|
7304
7325
|
"py"
|
|
7305
7326
|
],
|
|
7306
|
-
import: () => import("../python-BFNSHbwJ.js")
|
|
7327
|
+
import: (() => import("../python-BFNSHbwJ.js"))
|
|
7307
7328
|
},
|
|
7308
7329
|
{
|
|
7309
7330
|
id: "qml",
|
|
7310
7331
|
name: "QML",
|
|
7311
|
-
import: () => import("../qml-D3ATcgGh.js")
|
|
7332
|
+
import: (() => import("../qml-D3ATcgGh.js"))
|
|
7312
7333
|
},
|
|
7313
7334
|
{
|
|
7314
7335
|
id: "qmldir",
|
|
7315
7336
|
name: "QML Directory",
|
|
7316
|
-
import: () => import("../qmldir-BInDYbpo.js")
|
|
7337
|
+
import: (() => import("../qmldir-BInDYbpo.js"))
|
|
7317
7338
|
},
|
|
7318
7339
|
{
|
|
7319
7340
|
id: "qss",
|
|
7320
7341
|
name: "Qt Style Sheets",
|
|
7321
|
-
import: () => import("../qss-AeJTysr_.js")
|
|
7342
|
+
import: (() => import("../qss-AeJTysr_.js"))
|
|
7322
7343
|
},
|
|
7323
7344
|
{
|
|
7324
7345
|
id: "r",
|
|
7325
7346
|
name: "R",
|
|
7326
|
-
import: () => import("../r-Bm0uF0U2.js")
|
|
7347
|
+
import: (() => import("../r-Bm0uF0U2.js"))
|
|
7327
7348
|
},
|
|
7328
7349
|
{
|
|
7329
7350
|
id: "racket",
|
|
7330
7351
|
name: "Racket",
|
|
7331
|
-
import: () => import("../racket-B83wSAja.js")
|
|
7352
|
+
import: (() => import("../racket-B83wSAja.js"))
|
|
7332
7353
|
},
|
|
7333
7354
|
{
|
|
7334
7355
|
id: "raku",
|
|
@@ -7336,17 +7357,17 @@ let __tla = (async () => {
|
|
|
7336
7357
|
aliases: [
|
|
7337
7358
|
"perl6"
|
|
7338
7359
|
],
|
|
7339
|
-
import: () => import("../raku-nEQ4ZJJ7.js")
|
|
7360
|
+
import: (() => import("../raku-nEQ4ZJJ7.js"))
|
|
7340
7361
|
},
|
|
7341
7362
|
{
|
|
7342
7363
|
id: "razor",
|
|
7343
7364
|
name: "ASP.NET Razor",
|
|
7344
|
-
import: () => import("../razor-BPFYEoc9.js")
|
|
7365
|
+
import: (() => import("../razor-BPFYEoc9.js"))
|
|
7345
7366
|
},
|
|
7346
7367
|
{
|
|
7347
7368
|
id: "reg",
|
|
7348
7369
|
name: "Windows Registry Script",
|
|
7349
|
-
import: () => import("../reg-m_s_Kiip.js")
|
|
7370
|
+
import: (() => import("../reg-m_s_Kiip.js"))
|
|
7350
7371
|
},
|
|
7351
7372
|
{
|
|
7352
7373
|
id: "regexp",
|
|
@@ -7354,22 +7375,22 @@ let __tla = (async () => {
|
|
|
7354
7375
|
aliases: [
|
|
7355
7376
|
"regex"
|
|
7356
7377
|
],
|
|
7357
|
-
import: () => import("../regexp-BazyLpPg.js")
|
|
7378
|
+
import: (() => import("../regexp-BazyLpPg.js"))
|
|
7358
7379
|
},
|
|
7359
7380
|
{
|
|
7360
7381
|
id: "rel",
|
|
7361
7382
|
name: "Rel",
|
|
7362
|
-
import: () => import("../rel-BcRfyd6Q.js")
|
|
7383
|
+
import: (() => import("../rel-BcRfyd6Q.js"))
|
|
7363
7384
|
},
|
|
7364
7385
|
{
|
|
7365
7386
|
id: "riscv",
|
|
7366
7387
|
name: "RISC-V",
|
|
7367
|
-
import: () => import("../riscv-Ce8MAQLP.js")
|
|
7388
|
+
import: (() => import("../riscv-Ce8MAQLP.js"))
|
|
7368
7389
|
},
|
|
7369
7390
|
{
|
|
7370
7391
|
id: "rst",
|
|
7371
7392
|
name: "reStructuredText",
|
|
7372
|
-
import: () => import("../rst-B6mPMsKo.js")
|
|
7393
|
+
import: (() => import("../rst-B6mPMsKo.js"))
|
|
7373
7394
|
},
|
|
7374
7395
|
{
|
|
7375
7396
|
id: "ruby",
|
|
@@ -7377,7 +7398,7 @@ let __tla = (async () => {
|
|
|
7377
7398
|
aliases: [
|
|
7378
7399
|
"rb"
|
|
7379
7400
|
],
|
|
7380
|
-
import: () => import("../ruby-DInklMmU.js")
|
|
7401
|
+
import: (() => import("../ruby-DInklMmU.js"))
|
|
7381
7402
|
},
|
|
7382
7403
|
{
|
|
7383
7404
|
id: "rust",
|
|
@@ -7385,32 +7406,32 @@ let __tla = (async () => {
|
|
|
7385
7406
|
aliases: [
|
|
7386
7407
|
"rs"
|
|
7387
7408
|
],
|
|
7388
|
-
import: () => import("../rust-CLzF9zIN.js")
|
|
7409
|
+
import: (() => import("../rust-CLzF9zIN.js"))
|
|
7389
7410
|
},
|
|
7390
7411
|
{
|
|
7391
7412
|
id: "sas",
|
|
7392
7413
|
name: "SAS",
|
|
7393
|
-
import: () => import("../sas-fpEvgATw.js")
|
|
7414
|
+
import: (() => import("../sas-fpEvgATw.js"))
|
|
7394
7415
|
},
|
|
7395
7416
|
{
|
|
7396
7417
|
id: "sass",
|
|
7397
7418
|
name: "Sass",
|
|
7398
|
-
import: () => import("../sass-DxHp5rTx.js")
|
|
7419
|
+
import: (() => import("../sass-DxHp5rTx.js"))
|
|
7399
7420
|
},
|
|
7400
7421
|
{
|
|
7401
7422
|
id: "scala",
|
|
7402
7423
|
name: "Scala",
|
|
7403
|
-
import: () => import("../scala-D4grkFkl.js")
|
|
7424
|
+
import: (() => import("../scala-D4grkFkl.js"))
|
|
7404
7425
|
},
|
|
7405
7426
|
{
|
|
7406
7427
|
id: "scheme",
|
|
7407
7428
|
name: "Scheme",
|
|
7408
|
-
import: () => import("../scheme-BCRWuEm4.js")
|
|
7429
|
+
import: (() => import("../scheme-BCRWuEm4.js"))
|
|
7409
7430
|
},
|
|
7410
7431
|
{
|
|
7411
7432
|
id: "scss",
|
|
7412
7433
|
name: "SCSS",
|
|
7413
|
-
import: () => import("../scss-B1FaCqwR.js")
|
|
7434
|
+
import: (() => import("../scss-B1FaCqwR.js"))
|
|
7414
7435
|
},
|
|
7415
7436
|
{
|
|
7416
7437
|
id: "sdbl",
|
|
@@ -7418,7 +7439,7 @@ let __tla = (async () => {
|
|
|
7418
7439
|
aliases: [
|
|
7419
7440
|
"1c-query"
|
|
7420
7441
|
],
|
|
7421
|
-
import: () => import("../sdbl-B7T8abf4.js")
|
|
7442
|
+
import: (() => import("../sdbl-B7T8abf4.js"))
|
|
7422
7443
|
},
|
|
7423
7444
|
{
|
|
7424
7445
|
id: "shaderlab",
|
|
@@ -7426,7 +7447,7 @@ let __tla = (async () => {
|
|
|
7426
7447
|
aliases: [
|
|
7427
7448
|
"shader"
|
|
7428
7449
|
],
|
|
7429
|
-
import: () => import("../shaderlab-Cr62-Wb4.js")
|
|
7450
|
+
import: (() => import("../shaderlab-Cr62-Wb4.js"))
|
|
7430
7451
|
},
|
|
7431
7452
|
{
|
|
7432
7453
|
id: "shellscript",
|
|
@@ -7437,7 +7458,7 @@ let __tla = (async () => {
|
|
|
7437
7458
|
"shell",
|
|
7438
7459
|
"zsh"
|
|
7439
7460
|
],
|
|
7440
|
-
import: () => import("../shellscript-InADTalH.js")
|
|
7461
|
+
import: (() => import("../shellscript-InADTalH.js"))
|
|
7441
7462
|
},
|
|
7442
7463
|
{
|
|
7443
7464
|
id: "shellsession",
|
|
@@ -7445,17 +7466,17 @@ let __tla = (async () => {
|
|
|
7445
7466
|
aliases: [
|
|
7446
7467
|
"console"
|
|
7447
7468
|
],
|
|
7448
|
-
import: () => import("../shellsession-DiDJNQdy.js")
|
|
7469
|
+
import: (() => import("../shellsession-DiDJNQdy.js"))
|
|
7449
7470
|
},
|
|
7450
7471
|
{
|
|
7451
7472
|
id: "smalltalk",
|
|
7452
7473
|
name: "Smalltalk",
|
|
7453
|
-
import: () => import("../smalltalk-BlI1_OkM.js")
|
|
7474
|
+
import: (() => import("../smalltalk-BlI1_OkM.js"))
|
|
7454
7475
|
},
|
|
7455
7476
|
{
|
|
7456
7477
|
id: "solidity",
|
|
7457
7478
|
name: "Solidity",
|
|
7458
|
-
import: () => import("../solidity-CneOhxmR.js")
|
|
7479
|
+
import: (() => import("../solidity-CneOhxmR.js"))
|
|
7459
7480
|
},
|
|
7460
7481
|
{
|
|
7461
7482
|
id: "soy",
|
|
@@ -7463,12 +7484,12 @@ let __tla = (async () => {
|
|
|
7463
7484
|
aliases: [
|
|
7464
7485
|
"closure-templates"
|
|
7465
7486
|
],
|
|
7466
|
-
import: () => import("../soy-LybuU3Y_.js")
|
|
7487
|
+
import: (() => import("../soy-LybuU3Y_.js"))
|
|
7467
7488
|
},
|
|
7468
7489
|
{
|
|
7469
7490
|
id: "sparql",
|
|
7470
7491
|
name: "SPARQL",
|
|
7471
|
-
import: () => import("../sparql-B0KWFEri.js")
|
|
7492
|
+
import: (() => import("../sparql-B0KWFEri.js"))
|
|
7472
7493
|
},
|
|
7473
7494
|
{
|
|
7474
7495
|
id: "splunk",
|
|
@@ -7476,22 +7497,22 @@ let __tla = (async () => {
|
|
|
7476
7497
|
aliases: [
|
|
7477
7498
|
"spl"
|
|
7478
7499
|
],
|
|
7479
|
-
import: () => import("../splunk-CRXR8A9s.js")
|
|
7500
|
+
import: (() => import("../splunk-CRXR8A9s.js"))
|
|
7480
7501
|
},
|
|
7481
7502
|
{
|
|
7482
7503
|
id: "sql",
|
|
7483
7504
|
name: "SQL",
|
|
7484
|
-
import: () => import("../sql-Cn_v3PB0.js")
|
|
7505
|
+
import: (() => import("../sql-Cn_v3PB0.js"))
|
|
7485
7506
|
},
|
|
7486
7507
|
{
|
|
7487
7508
|
id: "ssh-config",
|
|
7488
7509
|
name: "SSH Config",
|
|
7489
|
-
import: () => import("../ssh-config-DP-hNVbF.js")
|
|
7510
|
+
import: (() => import("../ssh-config-DP-hNVbF.js"))
|
|
7490
7511
|
},
|
|
7491
7512
|
{
|
|
7492
7513
|
id: "stata",
|
|
7493
7514
|
name: "Stata",
|
|
7494
|
-
import: () => import("../stata-B8c5fTjX.js")
|
|
7515
|
+
import: (() => import("../stata-B8c5fTjX.js"))
|
|
7495
7516
|
},
|
|
7496
7517
|
{
|
|
7497
7518
|
id: "stylus",
|
|
@@ -7499,27 +7520,27 @@ let __tla = (async () => {
|
|
|
7499
7520
|
aliases: [
|
|
7500
7521
|
"styl"
|
|
7501
7522
|
],
|
|
7502
|
-
import: () => import("../stylus-CyKEU1Ej.js")
|
|
7523
|
+
import: (() => import("../stylus-CyKEU1Ej.js"))
|
|
7503
7524
|
},
|
|
7504
7525
|
{
|
|
7505
7526
|
id: "svelte",
|
|
7506
7527
|
name: "Svelte",
|
|
7507
|
-
import: () => import("../svelte-BjDUPxZ1.js")
|
|
7528
|
+
import: (() => import("../svelte-BjDUPxZ1.js"))
|
|
7508
7529
|
},
|
|
7509
7530
|
{
|
|
7510
7531
|
id: "swift",
|
|
7511
7532
|
name: "Swift",
|
|
7512
|
-
import: () => import("../swift-
|
|
7533
|
+
import: (() => import("../swift-_uF_96_m.js"))
|
|
7513
7534
|
},
|
|
7514
7535
|
{
|
|
7515
7536
|
id: "system-verilog",
|
|
7516
7537
|
name: "SystemVerilog",
|
|
7517
|
-
import: () => import("../system-verilog-BCm7smPJ.js")
|
|
7538
|
+
import: (() => import("../system-verilog-BCm7smPJ.js"))
|
|
7518
7539
|
},
|
|
7519
7540
|
{
|
|
7520
7541
|
id: "systemd",
|
|
7521
7542
|
name: "Systemd Units",
|
|
7522
|
-
import: () => import("../systemd-C-4qm6XH.js")
|
|
7543
|
+
import: (() => import("../systemd-C-4qm6XH.js"))
|
|
7523
7544
|
},
|
|
7524
7545
|
{
|
|
7525
7546
|
id: "talonscript",
|
|
@@ -7527,22 +7548,22 @@ let __tla = (async () => {
|
|
|
7527
7548
|
aliases: [
|
|
7528
7549
|
"talon"
|
|
7529
7550
|
],
|
|
7530
|
-
import: () => import("../talonscript-CFF3LF_O.js")
|
|
7551
|
+
import: (() => import("../talonscript-CFF3LF_O.js"))
|
|
7531
7552
|
},
|
|
7532
7553
|
{
|
|
7533
7554
|
id: "tasl",
|
|
7534
7555
|
name: "Tasl",
|
|
7535
|
-
import: () => import("../tasl-Cg_WBUAe.js")
|
|
7556
|
+
import: (() => import("../tasl-Cg_WBUAe.js"))
|
|
7536
7557
|
},
|
|
7537
7558
|
{
|
|
7538
7559
|
id: "tcl",
|
|
7539
7560
|
name: "Tcl",
|
|
7540
|
-
import: () => import("../tcl-DN7buRTF.js")
|
|
7561
|
+
import: (() => import("../tcl-DN7buRTF.js"))
|
|
7541
7562
|
},
|
|
7542
7563
|
{
|
|
7543
7564
|
id: "templ",
|
|
7544
7565
|
name: "Templ",
|
|
7545
|
-
import: () => import("../templ-
|
|
7566
|
+
import: (() => import("../templ-Brj2RH7A.js"))
|
|
7546
7567
|
},
|
|
7547
7568
|
{
|
|
7548
7569
|
id: "terraform",
|
|
@@ -7551,17 +7572,17 @@ let __tla = (async () => {
|
|
|
7551
7572
|
"tf",
|
|
7552
7573
|
"tfvars"
|
|
7553
7574
|
],
|
|
7554
|
-
import: () => import("../terraform-DGvcn9zM.js")
|
|
7575
|
+
import: (() => import("../terraform-DGvcn9zM.js"))
|
|
7555
7576
|
},
|
|
7556
7577
|
{
|
|
7557
7578
|
id: "tex",
|
|
7558
7579
|
name: "TeX",
|
|
7559
|
-
import: () => import("../tex-CmrLTxbG.js")
|
|
7580
|
+
import: (() => import("../tex-CmrLTxbG.js"))
|
|
7560
7581
|
},
|
|
7561
7582
|
{
|
|
7562
7583
|
id: "toml",
|
|
7563
7584
|
name: "TOML",
|
|
7564
|
-
import: () => import("../toml-DY62mUL_.js")
|
|
7585
|
+
import: (() => import("../toml-DY62mUL_.js"))
|
|
7565
7586
|
},
|
|
7566
7587
|
{
|
|
7567
7588
|
id: "ts-tags",
|
|
@@ -7569,27 +7590,27 @@ let __tla = (async () => {
|
|
|
7569
7590
|
aliases: [
|
|
7570
7591
|
"lit"
|
|
7571
7592
|
],
|
|
7572
|
-
import: () => import("../ts-tags-CZMzuZh-.js")
|
|
7593
|
+
import: (() => import("../ts-tags-CZMzuZh-.js"))
|
|
7573
7594
|
},
|
|
7574
7595
|
{
|
|
7575
7596
|
id: "tsv",
|
|
7576
7597
|
name: "TSV",
|
|
7577
|
-
import: () => import("../tsv-BtvSkaG0.js")
|
|
7598
|
+
import: (() => import("../tsv-BtvSkaG0.js"))
|
|
7578
7599
|
},
|
|
7579
7600
|
{
|
|
7580
7601
|
id: "tsx",
|
|
7581
7602
|
name: "TSX",
|
|
7582
|
-
import: () => import("../tsx-B8rCNbgL.js")
|
|
7603
|
+
import: (() => import("../tsx-B8rCNbgL.js"))
|
|
7583
7604
|
},
|
|
7584
7605
|
{
|
|
7585
7606
|
id: "turtle",
|
|
7586
7607
|
name: "Turtle",
|
|
7587
|
-
import: () => import("../turtle-_H59FV7D.js")
|
|
7608
|
+
import: (() => import("../turtle-_H59FV7D.js"))
|
|
7588
7609
|
},
|
|
7589
7610
|
{
|
|
7590
7611
|
id: "twig",
|
|
7591
7612
|
name: "Twig",
|
|
7592
|
-
import: () => import("../twig-GjIxYqCX.js")
|
|
7613
|
+
import: (() => import("../twig-GjIxYqCX.js"))
|
|
7593
7614
|
},
|
|
7594
7615
|
{
|
|
7595
7616
|
id: "typescript",
|
|
@@ -7597,7 +7618,7 @@ let __tla = (async () => {
|
|
|
7597
7618
|
aliases: [
|
|
7598
7619
|
"ts"
|
|
7599
7620
|
],
|
|
7600
|
-
import: () => import("../typescript-mg6ATTE8.js")
|
|
7621
|
+
import: (() => import("../typescript-mg6ATTE8.js"))
|
|
7601
7622
|
},
|
|
7602
7623
|
{
|
|
7603
7624
|
id: "typespec",
|
|
@@ -7605,7 +7626,7 @@ let __tla = (async () => {
|
|
|
7605
7626
|
aliases: [
|
|
7606
7627
|
"tsp"
|
|
7607
7628
|
],
|
|
7608
|
-
import: () => import("../typespec-Djmco60m.js")
|
|
7629
|
+
import: (() => import("../typespec-Djmco60m.js"))
|
|
7609
7630
|
},
|
|
7610
7631
|
{
|
|
7611
7632
|
id: "typst",
|
|
@@ -7613,17 +7634,17 @@ let __tla = (async () => {
|
|
|
7613
7634
|
aliases: [
|
|
7614
7635
|
"typ"
|
|
7615
7636
|
],
|
|
7616
|
-
import: () => import("../typst-D_1QKWns.js")
|
|
7637
|
+
import: (() => import("../typst-D_1QKWns.js"))
|
|
7617
7638
|
},
|
|
7618
7639
|
{
|
|
7619
7640
|
id: "v",
|
|
7620
7641
|
name: "V",
|
|
7621
|
-
import: () => import("../v-BW14IZv7.js")
|
|
7642
|
+
import: (() => import("../v-BW14IZv7.js"))
|
|
7622
7643
|
},
|
|
7623
7644
|
{
|
|
7624
7645
|
id: "vala",
|
|
7625
7646
|
name: "Vala",
|
|
7626
|
-
import: () => import("../vala-uxaPR7d1.js")
|
|
7647
|
+
import: (() => import("../vala-uxaPR7d1.js"))
|
|
7627
7648
|
},
|
|
7628
7649
|
{
|
|
7629
7650
|
id: "vb",
|
|
@@ -7631,17 +7652,17 @@ let __tla = (async () => {
|
|
|
7631
7652
|
aliases: [
|
|
7632
7653
|
"cmd"
|
|
7633
7654
|
],
|
|
7634
|
-
import: () => import("../vb-D8_c5-KN.js")
|
|
7655
|
+
import: (() => import("../vb-D8_c5-KN.js"))
|
|
7635
7656
|
},
|
|
7636
7657
|
{
|
|
7637
7658
|
id: "verilog",
|
|
7638
7659
|
name: "Verilog",
|
|
7639
|
-
import: () => import("../verilog-B-bybjPF.js")
|
|
7660
|
+
import: (() => import("../verilog-B-bybjPF.js"))
|
|
7640
7661
|
},
|
|
7641
7662
|
{
|
|
7642
7663
|
id: "vhdl",
|
|
7643
7664
|
name: "VHDL",
|
|
7644
|
-
import: () => import("../vhdl-CUlNa8ac.js")
|
|
7665
|
+
import: (() => import("../vhdl-CUlNa8ac.js"))
|
|
7645
7666
|
},
|
|
7646
7667
|
{
|
|
7647
7668
|
id: "viml",
|
|
@@ -7650,22 +7671,22 @@ let __tla = (async () => {
|
|
|
7650
7671
|
"vim",
|
|
7651
7672
|
"vimscript"
|
|
7652
7673
|
],
|
|
7653
|
-
import: () => import("../viml-DsfA-sWm.js")
|
|
7674
|
+
import: (() => import("../viml-DsfA-sWm.js"))
|
|
7654
7675
|
},
|
|
7655
7676
|
{
|
|
7656
7677
|
id: "vue",
|
|
7657
7678
|
name: "Vue",
|
|
7658
|
-
import: () => import("../vue-D-ba2-Rx.js")
|
|
7679
|
+
import: (() => import("../vue-D-ba2-Rx.js"))
|
|
7659
7680
|
},
|
|
7660
7681
|
{
|
|
7661
7682
|
id: "vue-html",
|
|
7662
7683
|
name: "Vue HTML",
|
|
7663
|
-
import: () => import("../vue-html-Dn2ZoOSz.js")
|
|
7684
|
+
import: (() => import("../vue-html-Dn2ZoOSz.js"))
|
|
7664
7685
|
},
|
|
7665
7686
|
{
|
|
7666
7687
|
id: "vue-vine",
|
|
7667
7688
|
name: "Vue Vine",
|
|
7668
|
-
import: () => import("../vue-vine-Jmfkm6lF.js")
|
|
7689
|
+
import: (() => import("../vue-vine-Jmfkm6lF.js"))
|
|
7669
7690
|
},
|
|
7670
7691
|
{
|
|
7671
7692
|
id: "vyper",
|
|
@@ -7673,12 +7694,12 @@ let __tla = (async () => {
|
|
|
7673
7694
|
aliases: [
|
|
7674
7695
|
"vy"
|
|
7675
7696
|
],
|
|
7676
|
-
import: () => import("../vyper-CPQuu50u.js")
|
|
7697
|
+
import: (() => import("../vyper-CPQuu50u.js"))
|
|
7677
7698
|
},
|
|
7678
7699
|
{
|
|
7679
7700
|
id: "wasm",
|
|
7680
7701
|
name: "WebAssembly",
|
|
7681
|
-
import: () => import("../wasm-BBXxrAl7.js")
|
|
7702
|
+
import: (() => import("../wasm-BBXxrAl7.js"))
|
|
7682
7703
|
},
|
|
7683
7704
|
{
|
|
7684
7705
|
id: "wenyan",
|
|
@@ -7686,12 +7707,12 @@ let __tla = (async () => {
|
|
|
7686
7707
|
aliases: [
|
|
7687
7708
|
"\u6587\u8A00"
|
|
7688
7709
|
],
|
|
7689
|
-
import: () => import("../wenyan-pbVjoM9_.js")
|
|
7710
|
+
import: (() => import("../wenyan-pbVjoM9_.js"))
|
|
7690
7711
|
},
|
|
7691
7712
|
{
|
|
7692
7713
|
id: "wgsl",
|
|
7693
7714
|
name: "WGSL",
|
|
7694
|
-
import: () => import("../wgsl-DY4iK1q1.js")
|
|
7715
|
+
import: (() => import("../wgsl-DY4iK1q1.js"))
|
|
7695
7716
|
},
|
|
7696
7717
|
{
|
|
7697
7718
|
id: "wikitext",
|
|
@@ -7700,12 +7721,12 @@ let __tla = (async () => {
|
|
|
7700
7721
|
"mediawiki",
|
|
7701
7722
|
"wiki"
|
|
7702
7723
|
],
|
|
7703
|
-
import: () => import("../wikitext-Z-MoUasO.js")
|
|
7724
|
+
import: (() => import("../wikitext-Z-MoUasO.js"))
|
|
7704
7725
|
},
|
|
7705
7726
|
{
|
|
7706
7727
|
id: "wit",
|
|
7707
7728
|
name: "WebAssembly Interface Types",
|
|
7708
|
-
import: () => import("../wit-CQMQOlTg.js")
|
|
7729
|
+
import: (() => import("../wit-CQMQOlTg.js"))
|
|
7709
7730
|
},
|
|
7710
7731
|
{
|
|
7711
7732
|
id: "wolfram",
|
|
@@ -7713,17 +7734,17 @@ let __tla = (async () => {
|
|
|
7713
7734
|
aliases: [
|
|
7714
7735
|
"wl"
|
|
7715
7736
|
],
|
|
7716
|
-
import: () => import("../wolfram-Dz4KXISs.js")
|
|
7737
|
+
import: (() => import("../wolfram-Dz4KXISs.js"))
|
|
7717
7738
|
},
|
|
7718
7739
|
{
|
|
7719
7740
|
id: "xml",
|
|
7720
7741
|
name: "XML",
|
|
7721
|
-
import: () => import("../xml-C2J0sS9M.js")
|
|
7742
|
+
import: (() => import("../xml-C2J0sS9M.js"))
|
|
7722
7743
|
},
|
|
7723
7744
|
{
|
|
7724
7745
|
id: "xsl",
|
|
7725
7746
|
name: "XSL",
|
|
7726
|
-
import: () => import("../xsl-BmSZphgC.js")
|
|
7747
|
+
import: (() => import("../xsl-BmSZphgC.js"))
|
|
7727
7748
|
},
|
|
7728
7749
|
{
|
|
7729
7750
|
id: "yaml",
|
|
@@ -7731,392 +7752,392 @@ let __tla = (async () => {
|
|
|
7731
7752
|
aliases: [
|
|
7732
7753
|
"yml"
|
|
7733
7754
|
],
|
|
7734
|
-
import: () => import("../yaml-DaO7k5B1.js")
|
|
7755
|
+
import: (() => import("../yaml-DaO7k5B1.js"))
|
|
7735
7756
|
},
|
|
7736
7757
|
{
|
|
7737
7758
|
id: "zenscript",
|
|
7738
7759
|
name: "ZenScript",
|
|
7739
|
-
import: () => import("../zenscript-CxBjpf9c.js")
|
|
7760
|
+
import: (() => import("../zenscript-CxBjpf9c.js"))
|
|
7740
7761
|
},
|
|
7741
7762
|
{
|
|
7742
7763
|
id: "zig",
|
|
7743
7764
|
name: "Zig",
|
|
7744
|
-
import: () => import("../zig-Vm0PO9wB.js")
|
|
7765
|
+
import: (() => import("../zig-Vm0PO9wB.js"))
|
|
7745
7766
|
}
|
|
7746
|
-
],
|
|
7767
|
+
], Qa = Object.fromEntries(br.map((t) => [
|
|
7747
7768
|
t.id,
|
|
7748
7769
|
t.import
|
|
7749
|
-
])),
|
|
7770
|
+
])), el = Object.fromEntries(br.flatMap((t) => {
|
|
7750
7771
|
var _a3;
|
|
7751
7772
|
return ((_a3 = t.aliases) == null ? void 0 : _a3.map((e) => [
|
|
7752
7773
|
e,
|
|
7753
7774
|
t.import
|
|
7754
7775
|
])) || [];
|
|
7755
|
-
})),
|
|
7756
|
-
...
|
|
7757
|
-
...
|
|
7758
|
-
},
|
|
7776
|
+
})), tl = {
|
|
7777
|
+
...Qa,
|
|
7778
|
+
...el
|
|
7779
|
+
}, nl = [
|
|
7759
7780
|
{
|
|
7760
7781
|
id: "andromeeda",
|
|
7761
7782
|
displayName: "Andromeeda",
|
|
7762
7783
|
type: "dark",
|
|
7763
|
-
import: () => import("../andromeeda-uXNdzNpk.js")
|
|
7784
|
+
import: (() => import("../andromeeda-uXNdzNpk.js"))
|
|
7764
7785
|
},
|
|
7765
7786
|
{
|
|
7766
7787
|
id: "aurora-x",
|
|
7767
7788
|
displayName: "Aurora X",
|
|
7768
7789
|
type: "dark",
|
|
7769
|
-
import: () => import("../aurora-x-BwoVEUWZ.js")
|
|
7790
|
+
import: (() => import("../aurora-x-BwoVEUWZ.js"))
|
|
7770
7791
|
},
|
|
7771
7792
|
{
|
|
7772
7793
|
id: "ayu-dark",
|
|
7773
7794
|
displayName: "Ayu Dark",
|
|
7774
7795
|
type: "dark",
|
|
7775
|
-
import: () => import("../ayu-dark-CxPZkpb2.js")
|
|
7796
|
+
import: (() => import("../ayu-dark-CxPZkpb2.js"))
|
|
7776
7797
|
},
|
|
7777
7798
|
{
|
|
7778
7799
|
id: "catppuccin-frappe",
|
|
7779
7800
|
displayName: "Catppuccin Frapp\xE9",
|
|
7780
7801
|
type: "dark",
|
|
7781
|
-
import: () => import("../catppuccin-frappe-DlGpEc12.js")
|
|
7802
|
+
import: (() => import("../catppuccin-frappe-DlGpEc12.js"))
|
|
7782
7803
|
},
|
|
7783
7804
|
{
|
|
7784
7805
|
id: "catppuccin-latte",
|
|
7785
7806
|
displayName: "Catppuccin Latte",
|
|
7786
7807
|
type: "light",
|
|
7787
|
-
import: () => import("../catppuccin-latte-DDI4I_Rd.js")
|
|
7808
|
+
import: (() => import("../catppuccin-latte-DDI4I_Rd.js"))
|
|
7788
7809
|
},
|
|
7789
7810
|
{
|
|
7790
7811
|
id: "catppuccin-macchiato",
|
|
7791
7812
|
displayName: "Catppuccin Macchiato",
|
|
7792
7813
|
type: "dark",
|
|
7793
|
-
import: () => import("../catppuccin-macchiato-BBzuZG5U.js")
|
|
7814
|
+
import: (() => import("../catppuccin-macchiato-BBzuZG5U.js"))
|
|
7794
7815
|
},
|
|
7795
7816
|
{
|
|
7796
7817
|
id: "catppuccin-mocha",
|
|
7797
7818
|
displayName: "Catppuccin Mocha",
|
|
7798
7819
|
type: "dark",
|
|
7799
|
-
import: () => import("../catppuccin-mocha-CwrFPXRy.js")
|
|
7820
|
+
import: (() => import("../catppuccin-mocha-CwrFPXRy.js"))
|
|
7800
7821
|
},
|
|
7801
7822
|
{
|
|
7802
7823
|
id: "dark-plus",
|
|
7803
7824
|
displayName: "Dark Plus",
|
|
7804
7825
|
type: "dark",
|
|
7805
|
-
import: () => import("../dark-plus-pUHDTVV0.js")
|
|
7826
|
+
import: (() => import("../dark-plus-pUHDTVV0.js"))
|
|
7806
7827
|
},
|
|
7807
7828
|
{
|
|
7808
7829
|
id: "dracula",
|
|
7809
7830
|
displayName: "Dracula Theme",
|
|
7810
7831
|
type: "dark",
|
|
7811
|
-
import: () => import("../dracula-BtZx2Kac.js")
|
|
7832
|
+
import: (() => import("../dracula-BtZx2Kac.js"))
|
|
7812
7833
|
},
|
|
7813
7834
|
{
|
|
7814
7835
|
id: "dracula-soft",
|
|
7815
7836
|
displayName: "Dracula Theme Soft",
|
|
7816
7837
|
type: "dark",
|
|
7817
|
-
import: () => import("../dracula-soft-BKa-aqBv.js")
|
|
7838
|
+
import: (() => import("../dracula-soft-BKa-aqBv.js"))
|
|
7818
7839
|
},
|
|
7819
7840
|
{
|
|
7820
7841
|
id: "everforest-dark",
|
|
7821
7842
|
displayName: "Everforest Dark",
|
|
7822
7843
|
type: "dark",
|
|
7823
|
-
import: () => import("../everforest-dark-DMCBqXCK.js")
|
|
7844
|
+
import: (() => import("../everforest-dark-DMCBqXCK.js"))
|
|
7824
7845
|
},
|
|
7825
7846
|
{
|
|
7826
7847
|
id: "everforest-light",
|
|
7827
7848
|
displayName: "Everforest Light",
|
|
7828
7849
|
type: "light",
|
|
7829
|
-
import: () => import("../everforest-light-BbXl82Em.js")
|
|
7850
|
+
import: (() => import("../everforest-light-BbXl82Em.js"))
|
|
7830
7851
|
},
|
|
7831
7852
|
{
|
|
7832
7853
|
id: "github-dark",
|
|
7833
7854
|
displayName: "GitHub Dark",
|
|
7834
7855
|
type: "dark",
|
|
7835
|
-
import: () => import("../github-dark-DenFmJkN.js")
|
|
7856
|
+
import: (() => import("../github-dark-DenFmJkN.js"))
|
|
7836
7857
|
},
|
|
7837
7858
|
{
|
|
7838
7859
|
id: "github-dark-default",
|
|
7839
7860
|
displayName: "GitHub Dark Default",
|
|
7840
7861
|
type: "dark",
|
|
7841
|
-
import: () => import("../github-dark-default-BJPUVz4H.js")
|
|
7862
|
+
import: (() => import("../github-dark-default-BJPUVz4H.js"))
|
|
7842
7863
|
},
|
|
7843
7864
|
{
|
|
7844
7865
|
id: "github-dark-dimmed",
|
|
7845
7866
|
displayName: "GitHub Dark Dimmed",
|
|
7846
7867
|
type: "dark",
|
|
7847
|
-
import: () => import("../github-dark-dimmed-DUshB20C.js")
|
|
7868
|
+
import: (() => import("../github-dark-dimmed-DUshB20C.js"))
|
|
7848
7869
|
},
|
|
7849
7870
|
{
|
|
7850
7871
|
id: "github-dark-high-contrast",
|
|
7851
7872
|
displayName: "GitHub Dark High Contrast",
|
|
7852
7873
|
type: "dark",
|
|
7853
|
-
import: () => import("../github-dark-high-contrast-D3aGCnF8.js")
|
|
7874
|
+
import: (() => import("../github-dark-high-contrast-D3aGCnF8.js"))
|
|
7854
7875
|
},
|
|
7855
7876
|
{
|
|
7856
7877
|
id: "github-light",
|
|
7857
7878
|
displayName: "GitHub Light",
|
|
7858
7879
|
type: "light",
|
|
7859
|
-
import: () => import("../github-light-JYsPkUQd.js")
|
|
7880
|
+
import: (() => import("../github-light-JYsPkUQd.js"))
|
|
7860
7881
|
},
|
|
7861
7882
|
{
|
|
7862
7883
|
id: "github-light-default",
|
|
7863
7884
|
displayName: "GitHub Light Default",
|
|
7864
7885
|
type: "light",
|
|
7865
|
-
import: () => import("../github-light-default-D99KPAby.js")
|
|
7886
|
+
import: (() => import("../github-light-default-D99KPAby.js"))
|
|
7866
7887
|
},
|
|
7867
7888
|
{
|
|
7868
7889
|
id: "github-light-high-contrast",
|
|
7869
7890
|
displayName: "GitHub Light High Contrast",
|
|
7870
7891
|
type: "light",
|
|
7871
|
-
import: () => import("../github-light-high-contrast-BbmZE-Mp.js")
|
|
7892
|
+
import: (() => import("../github-light-high-contrast-BbmZE-Mp.js"))
|
|
7872
7893
|
},
|
|
7873
7894
|
{
|
|
7874
7895
|
id: "gruvbox-dark-hard",
|
|
7875
7896
|
displayName: "Gruvbox Dark Hard",
|
|
7876
7897
|
type: "dark",
|
|
7877
|
-
import: () => import("../gruvbox-dark-hard-C2ND4cMr.js")
|
|
7898
|
+
import: (() => import("../gruvbox-dark-hard-C2ND4cMr.js"))
|
|
7878
7899
|
},
|
|
7879
7900
|
{
|
|
7880
7901
|
id: "gruvbox-dark-medium",
|
|
7881
7902
|
displayName: "Gruvbox Dark Medium",
|
|
7882
7903
|
type: "dark",
|
|
7883
|
-
import: () => import("../gruvbox-dark-medium-C8k4c8au.js")
|
|
7904
|
+
import: (() => import("../gruvbox-dark-medium-C8k4c8au.js"))
|
|
7884
7905
|
},
|
|
7885
7906
|
{
|
|
7886
7907
|
id: "gruvbox-dark-soft",
|
|
7887
7908
|
displayName: "Gruvbox Dark Soft",
|
|
7888
7909
|
type: "dark",
|
|
7889
|
-
import: () => import("../gruvbox-dark-soft-xx9Q6FaG.js")
|
|
7910
|
+
import: (() => import("../gruvbox-dark-soft-xx9Q6FaG.js"))
|
|
7890
7911
|
},
|
|
7891
7912
|
{
|
|
7892
7913
|
id: "gruvbox-light-hard",
|
|
7893
7914
|
displayName: "Gruvbox Light Hard",
|
|
7894
7915
|
type: "light",
|
|
7895
|
-
import: () => import("../gruvbox-light-hard-BpUXv5in.js")
|
|
7916
|
+
import: (() => import("../gruvbox-light-hard-BpUXv5in.js"))
|
|
7896
7917
|
},
|
|
7897
7918
|
{
|
|
7898
7919
|
id: "gruvbox-light-medium",
|
|
7899
7920
|
displayName: "Gruvbox Light Medium",
|
|
7900
7921
|
type: "light",
|
|
7901
|
-
import: () => import("../gruvbox-light-medium-D3XFCoU1.js")
|
|
7922
|
+
import: (() => import("../gruvbox-light-medium-D3XFCoU1.js"))
|
|
7902
7923
|
},
|
|
7903
7924
|
{
|
|
7904
7925
|
id: "gruvbox-light-soft",
|
|
7905
7926
|
displayName: "Gruvbox Light Soft",
|
|
7906
7927
|
type: "light",
|
|
7907
|
-
import: () => import("../gruvbox-light-soft-u7hpfz6Z.js")
|
|
7928
|
+
import: (() => import("../gruvbox-light-soft-u7hpfz6Z.js"))
|
|
7908
7929
|
},
|
|
7909
7930
|
{
|
|
7910
7931
|
id: "houston",
|
|
7911
7932
|
displayName: "Houston",
|
|
7912
7933
|
type: "dark",
|
|
7913
|
-
import: () => import("../houston-BDYrDoDW.js")
|
|
7934
|
+
import: (() => import("../houston-BDYrDoDW.js"))
|
|
7914
7935
|
},
|
|
7915
7936
|
{
|
|
7916
7937
|
id: "kanagawa-dragon",
|
|
7917
7938
|
displayName: "Kanagawa Dragon",
|
|
7918
7939
|
type: "dark",
|
|
7919
|
-
import: () => import("../kanagawa-dragon-CiKur4Hl.js")
|
|
7940
|
+
import: (() => import("../kanagawa-dragon-CiKur4Hl.js"))
|
|
7920
7941
|
},
|
|
7921
7942
|
{
|
|
7922
7943
|
id: "kanagawa-lotus",
|
|
7923
7944
|
displayName: "Kanagawa Lotus",
|
|
7924
7945
|
type: "light",
|
|
7925
|
-
import: () => import("../kanagawa-lotus-BKu-smKu.js")
|
|
7946
|
+
import: (() => import("../kanagawa-lotus-BKu-smKu.js"))
|
|
7926
7947
|
},
|
|
7927
7948
|
{
|
|
7928
7949
|
id: "kanagawa-wave",
|
|
7929
7950
|
displayName: "Kanagawa Wave",
|
|
7930
7951
|
type: "dark",
|
|
7931
|
-
import: () => import("../kanagawa-wave-CQwozSzG.js")
|
|
7952
|
+
import: (() => import("../kanagawa-wave-CQwozSzG.js"))
|
|
7932
7953
|
},
|
|
7933
7954
|
{
|
|
7934
7955
|
id: "laserwave",
|
|
7935
7956
|
displayName: "LaserWave",
|
|
7936
7957
|
type: "dark",
|
|
7937
|
-
import: () => import("../laserwave-6a00oqik.js")
|
|
7958
|
+
import: (() => import("../laserwave-6a00oqik.js"))
|
|
7938
7959
|
},
|
|
7939
7960
|
{
|
|
7940
7961
|
id: "light-plus",
|
|
7941
7962
|
displayName: "Light Plus",
|
|
7942
7963
|
type: "light",
|
|
7943
|
-
import: () => import("../light-plus-CZuVqSLX.js")
|
|
7964
|
+
import: (() => import("../light-plus-CZuVqSLX.js"))
|
|
7944
7965
|
},
|
|
7945
7966
|
{
|
|
7946
7967
|
id: "material-theme",
|
|
7947
7968
|
displayName: "Material Theme",
|
|
7948
7969
|
type: "dark",
|
|
7949
|
-
import: () => import("../material-theme-D6KBX41T.js")
|
|
7970
|
+
import: (() => import("../material-theme-D6KBX41T.js"))
|
|
7950
7971
|
},
|
|
7951
7972
|
{
|
|
7952
7973
|
id: "material-theme-darker",
|
|
7953
7974
|
displayName: "Material Theme Darker",
|
|
7954
7975
|
type: "dark",
|
|
7955
|
-
import: () => import("../material-theme-darker-CkRroheE.js")
|
|
7976
|
+
import: (() => import("../material-theme-darker-CkRroheE.js"))
|
|
7956
7977
|
},
|
|
7957
7978
|
{
|
|
7958
7979
|
id: "material-theme-lighter",
|
|
7959
7980
|
displayName: "Material Theme Lighter",
|
|
7960
7981
|
type: "light",
|
|
7961
|
-
import: () => import("../material-theme-lighter-BUBw43Yz.js")
|
|
7982
|
+
import: (() => import("../material-theme-lighter-BUBw43Yz.js"))
|
|
7962
7983
|
},
|
|
7963
7984
|
{
|
|
7964
7985
|
id: "material-theme-ocean",
|
|
7965
7986
|
displayName: "Material Theme Ocean",
|
|
7966
7987
|
type: "dark",
|
|
7967
|
-
import: () => import("../material-theme-ocean-ClGX14Ja.js")
|
|
7988
|
+
import: (() => import("../material-theme-ocean-ClGX14Ja.js"))
|
|
7968
7989
|
},
|
|
7969
7990
|
{
|
|
7970
7991
|
id: "material-theme-palenight",
|
|
7971
7992
|
displayName: "Material Theme Palenight",
|
|
7972
7993
|
type: "dark",
|
|
7973
|
-
import: () => import("../material-theme-palenight-C1RVm8K1.js")
|
|
7994
|
+
import: (() => import("../material-theme-palenight-C1RVm8K1.js"))
|
|
7974
7995
|
},
|
|
7975
7996
|
{
|
|
7976
7997
|
id: "min-dark",
|
|
7977
7998
|
displayName: "Min Dark",
|
|
7978
7999
|
type: "dark",
|
|
7979
|
-
import: () => import("../min-dark-C7ak0t6c.js")
|
|
8000
|
+
import: (() => import("../min-dark-C7ak0t6c.js"))
|
|
7980
8001
|
},
|
|
7981
8002
|
{
|
|
7982
8003
|
id: "min-light",
|
|
7983
8004
|
displayName: "Min Light",
|
|
7984
8005
|
type: "light",
|
|
7985
|
-
import: () => import("../min-light-CKFxVcPp.js")
|
|
8006
|
+
import: (() => import("../min-light-CKFxVcPp.js"))
|
|
7986
8007
|
},
|
|
7987
8008
|
{
|
|
7988
8009
|
id: "monokai",
|
|
7989
8010
|
displayName: "Monokai",
|
|
7990
8011
|
type: "dark",
|
|
7991
|
-
import: () => import("../monokai-C1KBYcO0.js")
|
|
8012
|
+
import: (() => import("../monokai-C1KBYcO0.js"))
|
|
7992
8013
|
},
|
|
7993
8014
|
{
|
|
7994
8015
|
id: "night-owl",
|
|
7995
8016
|
displayName: "Night Owl",
|
|
7996
8017
|
type: "dark",
|
|
7997
|
-
import: () => import("../night-owl-Bm2rzalh.js")
|
|
8018
|
+
import: (() => import("../night-owl-Bm2rzalh.js"))
|
|
7998
8019
|
},
|
|
7999
8020
|
{
|
|
8000
8021
|
id: "nord",
|
|
8001
8022
|
displayName: "Nord",
|
|
8002
8023
|
type: "dark",
|
|
8003
|
-
import: () => import("../nord-CC5OiUXg.js")
|
|
8024
|
+
import: (() => import("../nord-CC5OiUXg.js"))
|
|
8004
8025
|
},
|
|
8005
8026
|
{
|
|
8006
8027
|
id: "one-dark-pro",
|
|
8007
8028
|
displayName: "One Dark Pro",
|
|
8008
8029
|
type: "dark",
|
|
8009
|
-
import: () => import("../one-dark-pro-DTA3VF0_.js")
|
|
8030
|
+
import: (() => import("../one-dark-pro-DTA3VF0_.js"))
|
|
8010
8031
|
},
|
|
8011
8032
|
{
|
|
8012
8033
|
id: "one-light",
|
|
8013
8034
|
displayName: "One Light",
|
|
8014
8035
|
type: "light",
|
|
8015
|
-
import: () => import("../one-light-D9sNaUtq.js")
|
|
8036
|
+
import: (() => import("../one-light-D9sNaUtq.js"))
|
|
8016
8037
|
},
|
|
8017
8038
|
{
|
|
8018
8039
|
id: "plastic",
|
|
8019
8040
|
displayName: "Plastic",
|
|
8020
8041
|
type: "dark",
|
|
8021
|
-
import: () => import("../plastic-CSTz3KZp.js")
|
|
8042
|
+
import: (() => import("../plastic-CSTz3KZp.js"))
|
|
8022
8043
|
},
|
|
8023
8044
|
{
|
|
8024
8045
|
id: "poimandres",
|
|
8025
8046
|
displayName: "Poimandres",
|
|
8026
8047
|
type: "dark",
|
|
8027
|
-
import: () => import("../poimandres-C-VADXHD.js")
|
|
8048
|
+
import: (() => import("../poimandres-C-VADXHD.js"))
|
|
8028
8049
|
},
|
|
8029
8050
|
{
|
|
8030
8051
|
id: "red",
|
|
8031
8052
|
displayName: "Red",
|
|
8032
8053
|
type: "dark",
|
|
8033
|
-
import: () => import("../red-7y8PH7HH.js")
|
|
8054
|
+
import: (() => import("../red-7y8PH7HH.js"))
|
|
8034
8055
|
},
|
|
8035
8056
|
{
|
|
8036
8057
|
id: "rose-pine",
|
|
8037
8058
|
displayName: "Ros\xE9 Pine",
|
|
8038
8059
|
type: "dark",
|
|
8039
|
-
import: () => import("../rose-pine-Cr4kwgAY.js")
|
|
8060
|
+
import: (() => import("../rose-pine-Cr4kwgAY.js"))
|
|
8040
8061
|
},
|
|
8041
8062
|
{
|
|
8042
8063
|
id: "rose-pine-dawn",
|
|
8043
8064
|
displayName: "Ros\xE9 Pine Dawn",
|
|
8044
8065
|
type: "light",
|
|
8045
|
-
import: () => import("../rose-pine-dawn-ClRRUdXX.js")
|
|
8066
|
+
import: (() => import("../rose-pine-dawn-ClRRUdXX.js"))
|
|
8046
8067
|
},
|
|
8047
8068
|
{
|
|
8048
8069
|
id: "rose-pine-moon",
|
|
8049
8070
|
displayName: "Ros\xE9 Pine Moon",
|
|
8050
8071
|
type: "dark",
|
|
8051
|
-
import: () => import("../rose-pine-moon-ucNn3Gm8.js")
|
|
8072
|
+
import: (() => import("../rose-pine-moon-ucNn3Gm8.js"))
|
|
8052
8073
|
},
|
|
8053
8074
|
{
|
|
8054
8075
|
id: "slack-dark",
|
|
8055
8076
|
displayName: "Slack Dark",
|
|
8056
8077
|
type: "dark",
|
|
8057
|
-
import: () => import("../slack-dark-i7wN4OET.js")
|
|
8078
|
+
import: (() => import("../slack-dark-i7wN4OET.js"))
|
|
8058
8079
|
},
|
|
8059
8080
|
{
|
|
8060
8081
|
id: "slack-ochin",
|
|
8061
8082
|
displayName: "Slack Ochin",
|
|
8062
8083
|
type: "light",
|
|
8063
|
-
import: () => import("../slack-ochin-ndHf0LoP.js")
|
|
8084
|
+
import: (() => import("../slack-ochin-ndHf0LoP.js"))
|
|
8064
8085
|
},
|
|
8065
8086
|
{
|
|
8066
8087
|
id: "snazzy-light",
|
|
8067
8088
|
displayName: "Snazzy Light",
|
|
8068
8089
|
type: "light",
|
|
8069
|
-
import: () => import("../snazzy-light-BlSJXAu4.js")
|
|
8090
|
+
import: (() => import("../snazzy-light-BlSJXAu4.js"))
|
|
8070
8091
|
},
|
|
8071
8092
|
{
|
|
8072
8093
|
id: "solarized-dark",
|
|
8073
8094
|
displayName: "Solarized Dark",
|
|
8074
8095
|
type: "dark",
|
|
8075
|
-
import: () => import("../solarized-dark-UTmkh7lw.js")
|
|
8096
|
+
import: (() => import("../solarized-dark-UTmkh7lw.js"))
|
|
8076
8097
|
},
|
|
8077
8098
|
{
|
|
8078
8099
|
id: "solarized-light",
|
|
8079
8100
|
displayName: "Solarized Light",
|
|
8080
8101
|
type: "light",
|
|
8081
|
-
import: () => import("../solarized-light-BheCkDPT.js")
|
|
8102
|
+
import: (() => import("../solarized-light-BheCkDPT.js"))
|
|
8082
8103
|
},
|
|
8083
8104
|
{
|
|
8084
8105
|
id: "synthwave-84",
|
|
8085
8106
|
displayName: "Synthwave '84",
|
|
8086
8107
|
type: "dark",
|
|
8087
|
-
import: () => import("../synthwave-84-NU3C_KFZ.js")
|
|
8108
|
+
import: (() => import("../synthwave-84-NU3C_KFZ.js"))
|
|
8088
8109
|
},
|
|
8089
8110
|
{
|
|
8090
8111
|
id: "tokyo-night",
|
|
8091
8112
|
displayName: "Tokyo Night",
|
|
8092
8113
|
type: "dark",
|
|
8093
|
-
import: () => import("../tokyo-night-DP4TmcQl.js")
|
|
8114
|
+
import: (() => import("../tokyo-night-DP4TmcQl.js"))
|
|
8094
8115
|
},
|
|
8095
8116
|
{
|
|
8096
8117
|
id: "vesper",
|
|
8097
8118
|
displayName: "Vesper",
|
|
8098
8119
|
type: "dark",
|
|
8099
|
-
import: () => import("../vesper-BckBta1U.js")
|
|
8120
|
+
import: (() => import("../vesper-BckBta1U.js"))
|
|
8100
8121
|
},
|
|
8101
8122
|
{
|
|
8102
8123
|
id: "vitesse-black",
|
|
8103
8124
|
displayName: "Vitesse Black",
|
|
8104
8125
|
type: "dark",
|
|
8105
|
-
import: () => import("../vitesse-black-BoGvW84i.js")
|
|
8126
|
+
import: (() => import("../vitesse-black-BoGvW84i.js"))
|
|
8106
8127
|
},
|
|
8107
8128
|
{
|
|
8108
8129
|
id: "vitesse-dark",
|
|
8109
8130
|
displayName: "Vitesse Dark",
|
|
8110
8131
|
type: "dark",
|
|
8111
|
-
import: () => import("../vitesse-dark-Cym-eLtO.js")
|
|
8132
|
+
import: (() => import("../vitesse-dark-Cym-eLtO.js"))
|
|
8112
8133
|
},
|
|
8113
8134
|
{
|
|
8114
8135
|
id: "vitesse-light",
|
|
8115
8136
|
displayName: "Vitesse Light",
|
|
8116
8137
|
type: "light",
|
|
8117
|
-
import: () => import("../vitesse-light-CcmG315c.js")
|
|
8138
|
+
import: (() => import("../vitesse-light-CcmG315c.js"))
|
|
8118
8139
|
}
|
|
8119
|
-
],
|
|
8140
|
+
], rl = Object.fromEntries(nl.map((t) => [
|
|
8120
8141
|
t.id,
|
|
8121
8142
|
t.import
|
|
8122
8143
|
]));
|
|
@@ -8125,14 +8146,14 @@ let __tla = (async () => {
|
|
|
8125
8146
|
super(e), this.name = "ShikiError";
|
|
8126
8147
|
}
|
|
8127
8148
|
}
|
|
8128
|
-
function
|
|
8149
|
+
function ol() {
|
|
8129
8150
|
return 2147483648;
|
|
8130
8151
|
}
|
|
8131
|
-
function
|
|
8152
|
+
function il() {
|
|
8132
8153
|
return typeof performance < "u" ? performance.now() : Date.now();
|
|
8133
8154
|
}
|
|
8134
|
-
const
|
|
8135
|
-
async function
|
|
8155
|
+
const sl = (t, e) => t + (e - t % e) % e;
|
|
8156
|
+
async function al(t) {
|
|
8136
8157
|
let e, n;
|
|
8137
8158
|
const r = {};
|
|
8138
8159
|
function o(h) {
|
|
@@ -8150,12 +8171,12 @@ let __tla = (async () => {
|
|
|
8150
8171
|
function l(h) {
|
|
8151
8172
|
const m = r.HEAPU8.length;
|
|
8152
8173
|
h = h >>> 0;
|
|
8153
|
-
const w =
|
|
8174
|
+
const w = ol();
|
|
8154
8175
|
if (h > w) return false;
|
|
8155
8176
|
for (let b = 1; b <= 4; b *= 2) {
|
|
8156
8177
|
let _ = m * (1 + 0.2 / b);
|
|
8157
8178
|
_ = Math.min(_, h + 100663296);
|
|
8158
|
-
const g = Math.min(w,
|
|
8179
|
+
const g = Math.min(w, sl(Math.max(h, _), 65536));
|
|
8159
8180
|
if (s(g)) return true;
|
|
8160
8181
|
}
|
|
8161
8182
|
return false;
|
|
@@ -8191,7 +8212,7 @@ let __tla = (async () => {
|
|
|
8191
8212
|
return h ? c(r.HEAPU8, h, m) : "";
|
|
8192
8213
|
}
|
|
8193
8214
|
const u = {
|
|
8194
|
-
emscripten_get_now:
|
|
8215
|
+
emscripten_get_now: il,
|
|
8195
8216
|
emscripten_memcpy_big: i,
|
|
8196
8217
|
emscripten_resize_heap: l,
|
|
8197
8218
|
fd_write: () => 0
|
|
@@ -8205,14 +8226,14 @@ let __tla = (async () => {
|
|
|
8205
8226
|
}
|
|
8206
8227
|
return await d(), r;
|
|
8207
8228
|
}
|
|
8208
|
-
var
|
|
8229
|
+
var ll = Object.defineProperty, cl = (t, e, n) => e in t ? ll(t, e, {
|
|
8209
8230
|
enumerable: true,
|
|
8210
8231
|
configurable: true,
|
|
8211
8232
|
writable: true,
|
|
8212
8233
|
value: n
|
|
8213
|
-
}) : t[e] = n, x = (t, e, n) =>
|
|
8234
|
+
}) : t[e] = n, x = (t, e, n) => cl(t, typeof e != "symbol" ? e + "" : e, n);
|
|
8214
8235
|
let O = null;
|
|
8215
|
-
function
|
|
8236
|
+
function ul(t) {
|
|
8216
8237
|
throw new Et(t.UTF8ToString(t.getLastOnigError()));
|
|
8217
8238
|
}
|
|
8218
8239
|
class We {
|
|
@@ -8274,7 +8295,7 @@ let __tla = (async () => {
|
|
|
8274
8295
|
x(Ze, "_sharedPtr", 0);
|
|
8275
8296
|
x(Ze, "_sharedPtrInUse", false);
|
|
8276
8297
|
let wr = Ze;
|
|
8277
|
-
class
|
|
8298
|
+
class pl {
|
|
8278
8299
|
constructor(e) {
|
|
8279
8300
|
if (x(this, "_onigBinding"), x(this, "_ptr"), !O) throw new Et("Must invoke loadWasm first.");
|
|
8280
8301
|
const n = [], r = [];
|
|
@@ -8288,7 +8309,7 @@ let __tla = (async () => {
|
|
|
8288
8309
|
O.HEAPU32.set(r, i / 4);
|
|
8289
8310
|
const s = O.createOnigScanner(o, i, e.length);
|
|
8290
8311
|
for (let l = 0, a = e.length; l < a; l++) O.ofree(n[l]);
|
|
8291
|
-
O.ofree(i), O.ofree(o), s === 0 &&
|
|
8312
|
+
O.ofree(i), O.ofree(o), s === 0 && ul(O), this._onigBinding = O, this._ptr = s;
|
|
8292
8313
|
}
|
|
8293
8314
|
dispose() {
|
|
8294
8315
|
this._onigBinding.freeOnigScanner(this._ptr);
|
|
@@ -8322,29 +8343,29 @@ let __tla = (async () => {
|
|
|
8322
8343
|
};
|
|
8323
8344
|
}
|
|
8324
8345
|
}
|
|
8325
|
-
function
|
|
8346
|
+
function hl(t) {
|
|
8326
8347
|
return typeof t.instantiator == "function";
|
|
8327
8348
|
}
|
|
8328
|
-
function
|
|
8349
|
+
function dl(t) {
|
|
8329
8350
|
return typeof t.default == "function";
|
|
8330
8351
|
}
|
|
8331
|
-
function
|
|
8352
|
+
function ml(t) {
|
|
8332
8353
|
return typeof t.data < "u";
|
|
8333
8354
|
}
|
|
8334
|
-
function
|
|
8355
|
+
function fl(t) {
|
|
8335
8356
|
return typeof Response < "u" && t instanceof Response;
|
|
8336
8357
|
}
|
|
8337
|
-
function
|
|
8358
|
+
function gl(t) {
|
|
8338
8359
|
var _a3;
|
|
8339
8360
|
return typeof ArrayBuffer < "u" && (t instanceof ArrayBuffer || ArrayBuffer.isView(t)) || typeof Buffer < "u" && ((_a3 = Buffer.isBuffer) == null ? void 0 : _a3.call(Buffer, t)) || typeof SharedArrayBuffer < "u" && t instanceof SharedArrayBuffer || typeof Uint32Array < "u" && t instanceof Uint32Array;
|
|
8340
8361
|
}
|
|
8341
8362
|
let Re;
|
|
8342
|
-
function
|
|
8363
|
+
function yl(t) {
|
|
8343
8364
|
if (Re) return Re;
|
|
8344
8365
|
async function e() {
|
|
8345
|
-
O = await
|
|
8366
|
+
O = await al(async (n) => {
|
|
8346
8367
|
let r = t;
|
|
8347
|
-
return r = await r, typeof r == "function" && (r = await r(n)), typeof r == "function" && (r = await r(n)),
|
|
8368
|
+
return r = await r, typeof r == "function" && (r = await r(n)), typeof r == "function" && (r = await r(n)), hl(r) ? r = await r.instantiator(n) : dl(r) ? r = await r.default(n) : (ml(r) && (r = r.data), fl(r) ? typeof WebAssembly.instantiateStreaming == "function" ? r = await _l(r)(n) : r = await bl(r)(n) : gl(r) ? r = await rt(r)(n) : r instanceof WebAssembly.Module ? r = await rt(r)(n) : "default" in r && r.default instanceof WebAssembly.Module && (r = await rt(r.default)(n))), "instance" in r && (r = r.instance), "exports" in r && (r = r.exports), r;
|
|
8348
8369
|
});
|
|
8349
8370
|
}
|
|
8350
8371
|
return Re = e(), Re;
|
|
@@ -8352,32 +8373,32 @@ let __tla = (async () => {
|
|
|
8352
8373
|
function rt(t) {
|
|
8353
8374
|
return (e) => WebAssembly.instantiate(t, e);
|
|
8354
8375
|
}
|
|
8355
|
-
function
|
|
8376
|
+
function _l(t) {
|
|
8356
8377
|
return (e) => WebAssembly.instantiateStreaming(t, e);
|
|
8357
8378
|
}
|
|
8358
|
-
function
|
|
8379
|
+
function bl(t) {
|
|
8359
8380
|
return async (e) => {
|
|
8360
8381
|
const n = await t.arrayBuffer();
|
|
8361
8382
|
return WebAssembly.instantiate(n, e);
|
|
8362
8383
|
};
|
|
8363
8384
|
}
|
|
8364
|
-
async function
|
|
8365
|
-
return t && await
|
|
8385
|
+
async function wl(t) {
|
|
8386
|
+
return t && await yl(t), {
|
|
8366
8387
|
createScanner(e) {
|
|
8367
|
-
return new
|
|
8388
|
+
return new pl(e.map((n) => typeof n == "string" ? n : n.source));
|
|
8368
8389
|
},
|
|
8369
8390
|
createString(e) {
|
|
8370
8391
|
return new wr(e);
|
|
8371
8392
|
}
|
|
8372
8393
|
};
|
|
8373
8394
|
}
|
|
8374
|
-
const
|
|
8375
|
-
langs:
|
|
8376
|
-
themes:
|
|
8377
|
-
engine: () =>
|
|
8378
|
-
}), { codeToHtml: vn } =
|
|
8395
|
+
const vl = Ja({
|
|
8396
|
+
langs: tl,
|
|
8397
|
+
themes: rl,
|
|
8398
|
+
engine: () => wl(import("../wasm-DQxwEHae.js"))
|
|
8399
|
+
}), { codeToHtml: vn } = Ya(vl, {
|
|
8379
8400
|
guessEmbeddedLanguages: ha
|
|
8380
|
-
}),
|
|
8401
|
+
}), Sl = $o({
|
|
8381
8402
|
mode: On([
|
|
8382
8403
|
"html",
|
|
8383
8404
|
"svelte",
|
|
@@ -8391,8 +8412,8 @@ let __tla = (async () => {
|
|
|
8391
8412
|
svelte: si,
|
|
8392
8413
|
react: ai
|
|
8393
8414
|
};
|
|
8394
|
-
|
|
8395
|
-
const e =
|
|
8415
|
+
Rl = function(t) {
|
|
8416
|
+
const e = Sl.parse(t), { include: n, exclude: r, mode: o, shikiOptions: i } = e, s = kr(n, r), l = {
|
|
8396
8417
|
themes: {
|
|
8397
8418
|
light: "github-light",
|
|
8398
8419
|
dark: "github-dark"
|
|
@@ -8476,6 +8497,6 @@ let __tla = (async () => {
|
|
|
8476
8497
|
})();
|
|
8477
8498
|
export {
|
|
8478
8499
|
__tla,
|
|
8479
|
-
|
|
8480
|
-
|
|
8500
|
+
Rl as default,
|
|
8501
|
+
Rl as norgPlugin
|
|
8481
8502
|
};
|