code-languages 1.32.1 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -7
- package/dist/api.cjs +428 -6
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +428 -6
- package/dist/detect-slugs.cjs +10 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +10 -0
- package/dist/detect.cjs +308 -6
- package/dist/detect.js +308 -6
- package/dist/index.cjs +438 -6
- package/dist/index.d.cts +273 -1
- package/dist/index.d.ts +273 -1
- package/dist/index.js +439 -7
- package/dist/{language-registry-BWMgasX6.d.cts → language-registry-CAI9lyyx.d.cts} +30 -0
- package/dist/{language-registry-BWMgasX6.d.ts → language-registry-CAI9lyyx.d.ts} +30 -0
- package/dist/languages/eiffel.cjs +1 -1
- package/dist/languages/eiffel.js +1 -1
- package/dist/languages/hocon.cjs +1 -1
- package/dist/languages/hocon.js +1 -1
- package/dist/languages/json5.cjs +1 -1
- package/dist/languages/json5.js +1 -1
- package/dist/languages/lobster.cjs +32 -0
- package/dist/languages/lobster.d.cts +29 -0
- package/dist/languages/lobster.d.ts +29 -0
- package/dist/languages/lobster.js +30 -0
- package/dist/languages/logo.cjs +32 -0
- package/dist/languages/logo.d.cts +29 -0
- package/dist/languages/logo.d.ts +29 -0
- package/dist/languages/logo.js +30 -0
- package/dist/languages/mercury.cjs +33 -0
- package/dist/languages/mercury.d.cts +30 -0
- package/dist/languages/mercury.d.ts +30 -0
- package/dist/languages/mercury.js +31 -0
- package/dist/languages/modula-2.cjs +32 -0
- package/dist/languages/modula-2.d.cts +29 -0
- package/dist/languages/modula-2.d.ts +29 -0
- package/dist/languages/modula-2.js +30 -0
- package/dist/languages/mustache.cjs +1 -1
- package/dist/languages/mustache.js +1 -1
- package/dist/languages/nunjucks.cjs +1 -1
- package/dist/languages/nunjucks.js +1 -1
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/dist/languages/oberon.cjs +32 -0
- package/dist/languages/oberon.d.cts +29 -0
- package/dist/languages/oberon.d.ts +29 -0
- package/dist/languages/oberon.js +30 -0
- package/dist/languages/pl-i.cjs +32 -0
- package/dist/languages/pl-i.d.cts +29 -0
- package/dist/languages/pl-i.d.ts +29 -0
- package/dist/languages/pl-i.js +30 -0
- package/dist/languages/rebol.cjs +32 -0
- package/dist/languages/rebol.d.cts +29 -0
- package/dist/languages/rebol.d.ts +29 -0
- package/dist/languages/rebol.js +30 -0
- package/dist/languages/red.cjs +32 -0
- package/dist/languages/red.d.cts +29 -0
- package/dist/languages/red.d.ts +29 -0
- package/dist/languages/red.js +30 -0
- package/dist/languages/roc.cjs +33 -0
- package/dist/languages/roc.d.cts +30 -0
- package/dist/languages/roc.d.ts +30 -0
- package/dist/languages/roc.js +31 -0
- package/dist/languages/self.cjs +32 -0
- package/dist/languages/self.d.cts +29 -0
- package/dist/languages/self.d.ts +29 -0
- package/dist/languages/self.js +30 -0
- package/package.json +51 -1
package/dist/index.cjs
CHANGED
|
@@ -3037,7 +3037,7 @@ var init_eiffel = __esm({
|
|
|
3037
3037
|
ecosystems: ["Enterprise", "Systems"]
|
|
3038
3038
|
},
|
|
3039
3039
|
version: "24.05",
|
|
3040
|
-
logo: "https://
|
|
3040
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Eiffel_logo.svg",
|
|
3041
3041
|
color: "#4D6977",
|
|
3042
3042
|
i18n: {
|
|
3043
3043
|
en: {
|
|
@@ -4840,7 +4840,7 @@ var init_hocon = __esm({
|
|
|
4840
4840
|
ecosystems: ["JVM", "Scala", "Akka", "Play Framework", "Configuration"]
|
|
4841
4841
|
},
|
|
4842
4842
|
version: "1.4.3",
|
|
4843
|
-
logo: "https://
|
|
4843
|
+
logo: "https://dummyimage.com/32x32/F26822/ffffff.png&text=HC",
|
|
4844
4844
|
color: "#F26822",
|
|
4845
4845
|
i18n: {
|
|
4846
4846
|
en: {
|
|
@@ -5494,7 +5494,7 @@ var init_json5 = __esm({
|
|
|
5494
5494
|
ecosystems: ["Configuration", "Web", "Node.js"]
|
|
5495
5495
|
},
|
|
5496
5496
|
version: "2.2.3",
|
|
5497
|
-
logo: "https://
|
|
5497
|
+
logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
|
|
5498
5498
|
color: "#267CB9",
|
|
5499
5499
|
i18n: {
|
|
5500
5500
|
en: {
|
|
@@ -6276,6 +6276,82 @@ var init_llvm_ir = __esm({
|
|
|
6276
6276
|
}
|
|
6277
6277
|
});
|
|
6278
6278
|
|
|
6279
|
+
// src/languages/lobster.ts
|
|
6280
|
+
var lobster_exports = {};
|
|
6281
|
+
__export(lobster_exports, {
|
|
6282
|
+
lobster: () => exports.lobster
|
|
6283
|
+
});
|
|
6284
|
+
exports.lobster = void 0;
|
|
6285
|
+
var init_lobster = __esm({
|
|
6286
|
+
"src/languages/lobster.ts"() {
|
|
6287
|
+
exports.lobster = {
|
|
6288
|
+
slug: "lobster",
|
|
6289
|
+
publishedDate: "2014-01-01",
|
|
6290
|
+
extensions: [".lobster"],
|
|
6291
|
+
author: "Wouter van Oortmerssen",
|
|
6292
|
+
website: "https://strlen.com/lobster/",
|
|
6293
|
+
paradigms: ["functional", "imperative", "game-development"],
|
|
6294
|
+
tooling: {
|
|
6295
|
+
runtimes: ["Lobster compiler"],
|
|
6296
|
+
ecosystems: ["Games", "Interactive Graphics", "Language Experiments"]
|
|
6297
|
+
},
|
|
6298
|
+
version: "development snapshot",
|
|
6299
|
+
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=Lo",
|
|
6300
|
+
color: "#DC2626",
|
|
6301
|
+
i18n: {
|
|
6302
|
+
en: {
|
|
6303
|
+
name: "Lobster",
|
|
6304
|
+
description: "A statically typed language for games and graphical applications with fast iteration.",
|
|
6305
|
+
longDescription: "Lobster is a statically typed programming language designed for game programming, interactive graphics, and rapid iteration. It combines functional-style values with imperative code and a compiler intended to keep feedback loops short.\n\nIts ecosystem is small, but the language is useful as a compact environment for prototypes, graphics experiments, and language design work focused on games and real-time programs."
|
|
6306
|
+
},
|
|
6307
|
+
es: {
|
|
6308
|
+
name: "Lobster",
|
|
6309
|
+
description: "Lenguaje tipado estaticamente para juegos y aplicaciones graficas con iteracion rapida.",
|
|
6310
|
+
longDescription: "Lobster es un lenguaje de programacion tipado estaticamente para juegos, graficos interactivos e iteracion rapida. Combina valores de estilo funcional con codigo imperativo y un compilador pensado para ciclos de feedback cortos.\n\nSu ecosistema es pequeno, pero sirve para prototipos, experimentos graficos y trabajo de diseno de lenguajes orientado a programas en tiempo real."
|
|
6311
|
+
}
|
|
6312
|
+
}
|
|
6313
|
+
};
|
|
6314
|
+
}
|
|
6315
|
+
});
|
|
6316
|
+
|
|
6317
|
+
// src/languages/logo.ts
|
|
6318
|
+
var logo_exports = {};
|
|
6319
|
+
__export(logo_exports, {
|
|
6320
|
+
logo: () => exports.logo
|
|
6321
|
+
});
|
|
6322
|
+
exports.logo = void 0;
|
|
6323
|
+
var init_logo = __esm({
|
|
6324
|
+
"src/languages/logo.ts"() {
|
|
6325
|
+
exports.logo = {
|
|
6326
|
+
slug: "logo",
|
|
6327
|
+
publishedDate: "1967-01-01",
|
|
6328
|
+
extensions: [".logo", ".lgo"],
|
|
6329
|
+
author: "Wally Feurzeig, Seymour Papert, and Cynthia Solomon",
|
|
6330
|
+
website: "https://people.eecs.berkeley.edu/~bh/logo.html",
|
|
6331
|
+
paradigms: ["educational", "procedural", "interactive"],
|
|
6332
|
+
tooling: {
|
|
6333
|
+
runtimes: ["UCBLogo", "FMSLogo", "Logo interpreters"],
|
|
6334
|
+
ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
|
|
6335
|
+
},
|
|
6336
|
+
version: "UCBLogo 6.2",
|
|
6337
|
+
logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
|
|
6338
|
+
color: "#16A34A",
|
|
6339
|
+
i18n: {
|
|
6340
|
+
en: {
|
|
6341
|
+
name: "Logo",
|
|
6342
|
+
description: "An educational language known for turtle graphics, interactivity, and procedural ideas.",
|
|
6343
|
+
longDescription: "Logo is an educational programming language created to help learners explore procedures, recursion, geometry, and interactive problem solving. Its turtle graphics model made programming visual and concrete for generations of students.\n\nLogo dialects are still used in teaching, creative coding, and language-history contexts where immediate feedback and simple commands make computational ideas easier to explore."
|
|
6344
|
+
},
|
|
6345
|
+
es: {
|
|
6346
|
+
name: "Logo",
|
|
6347
|
+
description: "Lenguaje educativo conocido por graficos de tortuga, interactividad e ideas procedurales.",
|
|
6348
|
+
longDescription: "Logo es un lenguaje educativo creado para explorar procedimientos, recursion, geometria y resolucion interactiva de problemas. Su modelo de graficos de tortuga hizo la programacion visual y concreta para generaciones de estudiantes.\n\nSus dialectos siguen presentes en ensenanza, codigo creativo e historia de lenguajes, donde el feedback inmediato facilita explorar ideas computacionales."
|
|
6349
|
+
}
|
|
6350
|
+
}
|
|
6351
|
+
};
|
|
6352
|
+
}
|
|
6353
|
+
});
|
|
6354
|
+
|
|
6279
6355
|
// src/languages/lua.ts
|
|
6280
6356
|
var lua_exports = {};
|
|
6281
6357
|
__export(lua_exports, {
|
|
@@ -6741,6 +6817,45 @@ var init_mdx = __esm({
|
|
|
6741
6817
|
}
|
|
6742
6818
|
});
|
|
6743
6819
|
|
|
6820
|
+
// src/languages/mercury.ts
|
|
6821
|
+
var mercury_exports = {};
|
|
6822
|
+
__export(mercury_exports, {
|
|
6823
|
+
mercury: () => exports.mercury
|
|
6824
|
+
});
|
|
6825
|
+
exports.mercury = void 0;
|
|
6826
|
+
var init_mercury = __esm({
|
|
6827
|
+
"src/languages/mercury.ts"() {
|
|
6828
|
+
exports.mercury = {
|
|
6829
|
+
slug: "mercury",
|
|
6830
|
+
publishedDate: "1995-04-08",
|
|
6831
|
+
extensions: [".m"],
|
|
6832
|
+
author: "University of Melbourne",
|
|
6833
|
+
website: "https://www.mercurylang.org",
|
|
6834
|
+
paradigms: ["logic", "functional", "declarative"],
|
|
6835
|
+
tooling: {
|
|
6836
|
+
runtimes: ["Melbourne Mercury Compiler"],
|
|
6837
|
+
packageManagers: ["mmc build tooling"],
|
|
6838
|
+
ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
|
|
6839
|
+
},
|
|
6840
|
+
version: "22.01.8",
|
|
6841
|
+
logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
|
|
6842
|
+
color: "#0891B2",
|
|
6843
|
+
i18n: {
|
|
6844
|
+
en: {
|
|
6845
|
+
name: "Mercury",
|
|
6846
|
+
description: "A pure logic and functional language with strong static typing and determinism analysis.",
|
|
6847
|
+
longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
|
|
6848
|
+
},
|
|
6849
|
+
es: {
|
|
6850
|
+
name: "Mercury",
|
|
6851
|
+
description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
|
|
6852
|
+
longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
|
|
6853
|
+
}
|
|
6854
|
+
}
|
|
6855
|
+
};
|
|
6856
|
+
}
|
|
6857
|
+
});
|
|
6858
|
+
|
|
6744
6859
|
// src/languages/mermaid.ts
|
|
6745
6860
|
var mermaid_exports = {};
|
|
6746
6861
|
__export(mermaid_exports, {
|
|
@@ -6917,6 +7032,44 @@ var init_metal = __esm({
|
|
|
6917
7032
|
}
|
|
6918
7033
|
});
|
|
6919
7034
|
|
|
7035
|
+
// src/languages/modula-2.ts
|
|
7036
|
+
var modula_2_exports = {};
|
|
7037
|
+
__export(modula_2_exports, {
|
|
7038
|
+
modula2: () => exports.modula2
|
|
7039
|
+
});
|
|
7040
|
+
exports.modula2 = void 0;
|
|
7041
|
+
var init_modula_2 = __esm({
|
|
7042
|
+
"src/languages/modula-2.ts"() {
|
|
7043
|
+
exports.modula2 = {
|
|
7044
|
+
slug: "modula-2",
|
|
7045
|
+
publishedDate: "1978-01-01",
|
|
7046
|
+
extensions: [".mod", ".def"],
|
|
7047
|
+
author: "Niklaus Wirth",
|
|
7048
|
+
website: "https://www.modula2.org",
|
|
7049
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
7050
|
+
tooling: {
|
|
7051
|
+
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
7052
|
+
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
7053
|
+
},
|
|
7054
|
+
version: "ISO/IEC 10514-1:1996",
|
|
7055
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
7056
|
+
color: "#2563EB",
|
|
7057
|
+
i18n: {
|
|
7058
|
+
en: {
|
|
7059
|
+
name: "Modula-2",
|
|
7060
|
+
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
7061
|
+
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
7062
|
+
},
|
|
7063
|
+
es: {
|
|
7064
|
+
name: "Modula-2",
|
|
7065
|
+
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
7066
|
+
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
};
|
|
7070
|
+
}
|
|
7071
|
+
});
|
|
7072
|
+
|
|
6920
7073
|
// src/languages/mojo.ts
|
|
6921
7074
|
var mojo_exports = {};
|
|
6922
7075
|
__export(mojo_exports, {
|
|
@@ -7113,7 +7266,7 @@ var init_mustache = __esm({
|
|
|
7113
7266
|
ecosystems: ["Web", "Node.js", "Ruby", "Python", "Java", "Go"]
|
|
7114
7267
|
},
|
|
7115
7268
|
version: "1.0",
|
|
7116
|
-
logo: "https://
|
|
7269
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Mustache-js-logo.png",
|
|
7117
7270
|
color: "#974A01",
|
|
7118
7271
|
i18n: {
|
|
7119
7272
|
en: {
|
|
@@ -7406,7 +7559,7 @@ var init_nunjucks = __esm({
|
|
|
7406
7559
|
ecosystems: ["Web", "Node.js", "Static Sites"]
|
|
7407
7560
|
},
|
|
7408
7561
|
version: "3.2.4",
|
|
7409
|
-
logo: "https://
|
|
7562
|
+
logo: "https://cdn.simpleicons.org/nunjucks/1C4A1C",
|
|
7410
7563
|
color: "#1C4A1C",
|
|
7411
7564
|
i18n: {
|
|
7412
7565
|
en: {
|
|
@@ -7465,7 +7618,7 @@ var init_nushell = __esm({
|
|
|
7465
7618
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
7466
7619
|
},
|
|
7467
7620
|
version: "0.113.1",
|
|
7468
|
-
logo: "https://
|
|
7621
|
+
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
7469
7622
|
color: "#3AA675",
|
|
7470
7623
|
i18n: {
|
|
7471
7624
|
en: {
|
|
@@ -7503,6 +7656,44 @@ var init_nushell = __esm({
|
|
|
7503
7656
|
}
|
|
7504
7657
|
});
|
|
7505
7658
|
|
|
7659
|
+
// src/languages/oberon.ts
|
|
7660
|
+
var oberon_exports = {};
|
|
7661
|
+
__export(oberon_exports, {
|
|
7662
|
+
oberon: () => exports.oberon
|
|
7663
|
+
});
|
|
7664
|
+
exports.oberon = void 0;
|
|
7665
|
+
var init_oberon = __esm({
|
|
7666
|
+
"src/languages/oberon.ts"() {
|
|
7667
|
+
exports.oberon = {
|
|
7668
|
+
slug: "oberon",
|
|
7669
|
+
publishedDate: "1987-01-01",
|
|
7670
|
+
extensions: [".ob", ".mod"],
|
|
7671
|
+
author: "Niklaus Wirth",
|
|
7672
|
+
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
7673
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
7674
|
+
tooling: {
|
|
7675
|
+
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
7676
|
+
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
7677
|
+
},
|
|
7678
|
+
version: "Oberon-2",
|
|
7679
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
7680
|
+
color: "#0F766E",
|
|
7681
|
+
i18n: {
|
|
7682
|
+
en: {
|
|
7683
|
+
name: "Oberon",
|
|
7684
|
+
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
7685
|
+
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
7686
|
+
},
|
|
7687
|
+
es: {
|
|
7688
|
+
name: "Oberon",
|
|
7689
|
+
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
7690
|
+
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
7691
|
+
}
|
|
7692
|
+
}
|
|
7693
|
+
};
|
|
7694
|
+
}
|
|
7695
|
+
});
|
|
7696
|
+
|
|
7506
7697
|
// src/languages/objective-c.ts
|
|
7507
7698
|
var objective_c_exports = {};
|
|
7508
7699
|
__export(objective_c_exports, {
|
|
@@ -8071,6 +8262,44 @@ var init_pkl = __esm({
|
|
|
8071
8262
|
}
|
|
8072
8263
|
});
|
|
8073
8264
|
|
|
8265
|
+
// src/languages/pl-i.ts
|
|
8266
|
+
var pl_i_exports = {};
|
|
8267
|
+
__export(pl_i_exports, {
|
|
8268
|
+
plI: () => exports.plI
|
|
8269
|
+
});
|
|
8270
|
+
exports.plI = void 0;
|
|
8271
|
+
var init_pl_i = __esm({
|
|
8272
|
+
"src/languages/pl-i.ts"() {
|
|
8273
|
+
exports.plI = {
|
|
8274
|
+
slug: "pl-i",
|
|
8275
|
+
publishedDate: "1964-01-01",
|
|
8276
|
+
extensions: [".pli", ".pl1"],
|
|
8277
|
+
author: "IBM",
|
|
8278
|
+
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
8279
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
8280
|
+
tooling: {
|
|
8281
|
+
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
8282
|
+
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
8283
|
+
},
|
|
8284
|
+
version: "Enterprise PL/I 6.2",
|
|
8285
|
+
logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
|
|
8286
|
+
color: "#1F2937",
|
|
8287
|
+
i18n: {
|
|
8288
|
+
en: {
|
|
8289
|
+
name: "PL/I",
|
|
8290
|
+
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
8291
|
+
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
8292
|
+
},
|
|
8293
|
+
es: {
|
|
8294
|
+
name: "PL/I",
|
|
8295
|
+
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
8296
|
+
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
8297
|
+
}
|
|
8298
|
+
}
|
|
8299
|
+
};
|
|
8300
|
+
}
|
|
8301
|
+
});
|
|
8302
|
+
|
|
8074
8303
|
// src/languages/plantuml.ts
|
|
8075
8304
|
var plantuml_exports = {};
|
|
8076
8305
|
__export(plantuml_exports, {
|
|
@@ -9111,6 +9340,82 @@ var init_reasonml = __esm({
|
|
|
9111
9340
|
}
|
|
9112
9341
|
});
|
|
9113
9342
|
|
|
9343
|
+
// src/languages/rebol.ts
|
|
9344
|
+
var rebol_exports = {};
|
|
9345
|
+
__export(rebol_exports, {
|
|
9346
|
+
rebol: () => exports.rebol
|
|
9347
|
+
});
|
|
9348
|
+
exports.rebol = void 0;
|
|
9349
|
+
var init_rebol = __esm({
|
|
9350
|
+
"src/languages/rebol.ts"() {
|
|
9351
|
+
exports.rebol = {
|
|
9352
|
+
slug: "rebol",
|
|
9353
|
+
publishedDate: "1997-01-01",
|
|
9354
|
+
extensions: [".r", ".reb", ".rebol"],
|
|
9355
|
+
author: "Carl Sassenrath",
|
|
9356
|
+
website: "https://www.rebol.com",
|
|
9357
|
+
paradigms: ["functional", "dataflow", "scripting"],
|
|
9358
|
+
tooling: {
|
|
9359
|
+
runtimes: ["REBOL 2", "Rebol 3", "Ren-C"],
|
|
9360
|
+
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
9361
|
+
},
|
|
9362
|
+
version: "Rebol 3",
|
|
9363
|
+
logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
|
|
9364
|
+
color: "#7C2D12",
|
|
9365
|
+
i18n: {
|
|
9366
|
+
en: {
|
|
9367
|
+
name: "Rebol",
|
|
9368
|
+
description: "A compact messaging language built around code-as-data blocks and dialects.",
|
|
9369
|
+
longDescription: "Rebol is a small language created around the idea of relative expressions, blocks as data, and domain-specific dialects. Its syntax makes structured data and executable code share one compact representation.\n\nRebol has been used for network utilities, GUIs, automation, lightweight data exchange, and DSL experiments. Its influence is visible in Red and other languages interested in homoiconic, message-oriented scripting."
|
|
9370
|
+
},
|
|
9371
|
+
es: {
|
|
9372
|
+
name: "Rebol",
|
|
9373
|
+
description: "Lenguaje compacto de mensajeria basado en bloques de codigo como datos y dialectos.",
|
|
9374
|
+
longDescription: "Rebol es un lenguaje pequeno creado alrededor de expresiones relativas, bloques como datos y dialectos especificos de dominio. Su sintaxis hace que datos estructurados y codigo ejecutable compartan una representacion compacta.\n\nSe ha usado en utilidades de red, GUIs, automatizacion, intercambio ligero de datos y experimentos de DSL. Su influencia se ve en Red y otros lenguajes de scripting homoiconico."
|
|
9375
|
+
}
|
|
9376
|
+
}
|
|
9377
|
+
};
|
|
9378
|
+
}
|
|
9379
|
+
});
|
|
9380
|
+
|
|
9381
|
+
// src/languages/red.ts
|
|
9382
|
+
var red_exports = {};
|
|
9383
|
+
__export(red_exports, {
|
|
9384
|
+
red: () => exports.red
|
|
9385
|
+
});
|
|
9386
|
+
exports.red = void 0;
|
|
9387
|
+
var init_red = __esm({
|
|
9388
|
+
"src/languages/red.ts"() {
|
|
9389
|
+
exports.red = {
|
|
9390
|
+
slug: "red",
|
|
9391
|
+
publishedDate: "2011-02-26",
|
|
9392
|
+
extensions: [".red", ".reds"],
|
|
9393
|
+
author: "Nenad Rakocevic",
|
|
9394
|
+
website: "https://www.red-lang.org",
|
|
9395
|
+
paradigms: ["imperative", "functional", "symbolic"],
|
|
9396
|
+
tooling: {
|
|
9397
|
+
runtimes: ["Red toolchain", "Red/System"],
|
|
9398
|
+
ecosystems: ["Scripting", "GUI Applications", "Systems Experiments"]
|
|
9399
|
+
},
|
|
9400
|
+
version: "0.6.6",
|
|
9401
|
+
logo: "https://static.red-lang.org/red-logo.svg",
|
|
9402
|
+
color: "#F00000",
|
|
9403
|
+
i18n: {
|
|
9404
|
+
en: {
|
|
9405
|
+
name: "Red",
|
|
9406
|
+
description: "A Rebol-inspired language spanning high-level scripting and low-level Red/System code.",
|
|
9407
|
+
longDescription: "Red is a language inspired by Rebol that aims to cover a broad range from symbolic high-level scripting to lower-level systems programming through Red/System. It emphasizes compact syntax, DSL-friendly data notation, and GUI-oriented workflows.\n\nThe project is used for scripts, small desktop tools, experiments, and applications that benefit from homoiconic data, concise notation, and a single distribution with compiler and runtime pieces."
|
|
9408
|
+
},
|
|
9409
|
+
es: {
|
|
9410
|
+
name: "Red",
|
|
9411
|
+
description: "Lenguaje inspirado en Rebol que cubre scripting de alto nivel y codigo Red/System.",
|
|
9412
|
+
longDescription: "Red es un lenguaje inspirado en Rebol que busca cubrir desde scripting simbolico de alto nivel hasta programacion de sistemas con Red/System. Enfatiza sintaxis compacta, notacion de datos apta para DSLs y flujos orientados a GUI.\n\nSe usa en scripts, herramientas pequenas de escritorio, experimentos y apps que aprovechan datos homoiconicos, notacion concisa y una distribucion con compilador y runtime."
|
|
9413
|
+
}
|
|
9414
|
+
}
|
|
9415
|
+
};
|
|
9416
|
+
}
|
|
9417
|
+
});
|
|
9418
|
+
|
|
9114
9419
|
// src/languages/rego.ts
|
|
9115
9420
|
var rego_exports = {};
|
|
9116
9421
|
__export(rego_exports, {
|
|
@@ -9288,6 +9593,45 @@ var init_restructuredtext = __esm({
|
|
|
9288
9593
|
}
|
|
9289
9594
|
});
|
|
9290
9595
|
|
|
9596
|
+
// src/languages/roc.ts
|
|
9597
|
+
var roc_exports = {};
|
|
9598
|
+
__export(roc_exports, {
|
|
9599
|
+
roc: () => exports.roc
|
|
9600
|
+
});
|
|
9601
|
+
exports.roc = void 0;
|
|
9602
|
+
var init_roc = __esm({
|
|
9603
|
+
"src/languages/roc.ts"() {
|
|
9604
|
+
exports.roc = {
|
|
9605
|
+
slug: "roc",
|
|
9606
|
+
publishedDate: "2021-01-01",
|
|
9607
|
+
extensions: [".roc"],
|
|
9608
|
+
author: "Richard Feldman and contributors",
|
|
9609
|
+
website: "https://www.roc-lang.org",
|
|
9610
|
+
paradigms: ["functional", "pure", "static"],
|
|
9611
|
+
tooling: {
|
|
9612
|
+
runtimes: ["Roc compiler"],
|
|
9613
|
+
packageManagers: ["Roc packages"],
|
|
9614
|
+
ecosystems: ["CLI Tools", "WebAssembly", "Functional Programming"]
|
|
9615
|
+
},
|
|
9616
|
+
version: "development snapshot",
|
|
9617
|
+
logo: "https://avatars.githubusercontent.com/u/96867701?v=4",
|
|
9618
|
+
color: "#7C3AED",
|
|
9619
|
+
i18n: {
|
|
9620
|
+
en: {
|
|
9621
|
+
name: "Roc",
|
|
9622
|
+
description: "A fast, pure functional language focused on friendly syntax and platform-based apps.",
|
|
9623
|
+
longDescription: "Roc is a pure functional programming language focused on fast execution, approachable syntax, static typing, and a platform model where hosts provide capabilities to applications. It aims to make functional programming practical for command-line tools, services, and WebAssembly.\n\nThe language is still evolving, but its design explores abilities, automatic memory management without tracing GC pauses, and packaging workflows that separate application code from platform code."
|
|
9624
|
+
},
|
|
9625
|
+
es: {
|
|
9626
|
+
name: "Roc",
|
|
9627
|
+
description: "Lenguaje funcional puro y rapido con sintaxis amigable y apps basadas en plataformas.",
|
|
9628
|
+
longDescription: "Roc es un lenguaje funcional puro enfocado en ejecucion rapida, sintaxis accesible, tipado estatico y un modelo de plataformas donde el host provee capacidades a las aplicaciones. Busca hacer practica la programacion funcional para CLIs, servicios y WebAssembly.\n\nEl lenguaje sigue evolucionando, pero explora abilities, manejo automatico de memoria sin pausas de GC por trazado y paquetes que separan codigo de app y plataforma."
|
|
9629
|
+
}
|
|
9630
|
+
}
|
|
9631
|
+
};
|
|
9632
|
+
}
|
|
9633
|
+
});
|
|
9634
|
+
|
|
9291
9635
|
// src/languages/ruby.ts
|
|
9292
9636
|
var ruby_exports = {};
|
|
9293
9637
|
__export(ruby_exports, {
|
|
@@ -9640,6 +9984,44 @@ var init_scss = __esm({
|
|
|
9640
9984
|
}
|
|
9641
9985
|
});
|
|
9642
9986
|
|
|
9987
|
+
// src/languages/self.ts
|
|
9988
|
+
var self_exports = {};
|
|
9989
|
+
__export(self_exports, {
|
|
9990
|
+
self: () => exports.self
|
|
9991
|
+
});
|
|
9992
|
+
exports.self = void 0;
|
|
9993
|
+
var init_self = __esm({
|
|
9994
|
+
"src/languages/self.ts"() {
|
|
9995
|
+
exports.self = {
|
|
9996
|
+
slug: "self",
|
|
9997
|
+
publishedDate: "1987-01-01",
|
|
9998
|
+
extensions: [".self"],
|
|
9999
|
+
author: "David Ungar and Randall Smith",
|
|
10000
|
+
website: "https://selflanguage.org",
|
|
10001
|
+
paradigms: ["prototype-based", "object-oriented", "dynamic"],
|
|
10002
|
+
tooling: {
|
|
10003
|
+
runtimes: ["Self VM"],
|
|
10004
|
+
ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
|
|
10005
|
+
},
|
|
10006
|
+
version: "2024.1",
|
|
10007
|
+
logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
|
|
10008
|
+
color: "#EA580C",
|
|
10009
|
+
i18n: {
|
|
10010
|
+
en: {
|
|
10011
|
+
name: "Self",
|
|
10012
|
+
description: "A prototype-based object language that influenced JavaScript, VM design, and live IDEs.",
|
|
10013
|
+
longDescription: "Self is a dynamic object-oriented language based on prototypes and message passing rather than classes. It was created as a research language for exploring object systems, live programming environments, and high-performance dynamic dispatch.\n\nSelf influenced JavaScript, Smalltalk VM work, adaptive optimization, and interactive development systems where objects can be inspected, changed, and extended while the program is running."
|
|
10014
|
+
},
|
|
10015
|
+
es: {
|
|
10016
|
+
name: "Self",
|
|
10017
|
+
description: "Lenguaje de objetos basado en prototipos que influyo en JavaScript, VMs e IDEs vivos.",
|
|
10018
|
+
longDescription: "Self es un lenguaje orientado a objetos dinamico basado en prototipos y envio de mensajes, no en clases. Fue creado como lenguaje de investigacion para explorar sistemas de objetos, entornos vivos y dispatch dinamico de alto rendimiento.\n\nInfluyo en JavaScript, trabajo de VMs de Smalltalk, optimizacion adaptativa y entornos interactivos donde los objetos pueden inspeccionarse y cambiarse mientras el programa corre."
|
|
10019
|
+
}
|
|
10020
|
+
}
|
|
10021
|
+
};
|
|
10022
|
+
}
|
|
10023
|
+
});
|
|
10024
|
+
|
|
9643
10025
|
// src/languages/smalltalk.ts
|
|
9644
10026
|
var smalltalk_exports = {};
|
|
9645
10027
|
__export(smalltalk_exports, {
|
|
@@ -12265,6 +12647,8 @@ init_less();
|
|
|
12265
12647
|
init_liquid();
|
|
12266
12648
|
init_lisp();
|
|
12267
12649
|
init_llvm_ir();
|
|
12650
|
+
init_lobster();
|
|
12651
|
+
init_logo();
|
|
12268
12652
|
init_lua();
|
|
12269
12653
|
init_luau();
|
|
12270
12654
|
init_makefile();
|
|
@@ -12273,9 +12657,11 @@ init_markdown();
|
|
|
12273
12657
|
init_mathematica();
|
|
12274
12658
|
init_matlab();
|
|
12275
12659
|
init_mdx();
|
|
12660
|
+
init_mercury();
|
|
12276
12661
|
init_mermaid();
|
|
12277
12662
|
init_meson();
|
|
12278
12663
|
init_metal();
|
|
12664
|
+
init_modula_2();
|
|
12279
12665
|
init_mojo();
|
|
12280
12666
|
init_moonbit();
|
|
12281
12667
|
init_move();
|
|
@@ -12286,6 +12672,7 @@ init_nim();
|
|
|
12286
12672
|
init_nix();
|
|
12287
12673
|
init_nunjucks();
|
|
12288
12674
|
init_nushell();
|
|
12675
|
+
init_oberon();
|
|
12289
12676
|
init_objective_c();
|
|
12290
12677
|
init_ocaml();
|
|
12291
12678
|
init_odin();
|
|
@@ -12296,6 +12683,7 @@ init_perl();
|
|
|
12296
12683
|
init_php();
|
|
12297
12684
|
init_pine_script();
|
|
12298
12685
|
init_pkl();
|
|
12686
|
+
init_pl_i();
|
|
12299
12687
|
init_plantuml();
|
|
12300
12688
|
init_plsql();
|
|
12301
12689
|
init_pony();
|
|
@@ -12314,15 +12702,19 @@ init_racket();
|
|
|
12314
12702
|
init_raku();
|
|
12315
12703
|
init_razor();
|
|
12316
12704
|
init_reasonml();
|
|
12705
|
+
init_rebol();
|
|
12706
|
+
init_red();
|
|
12317
12707
|
init_rego();
|
|
12318
12708
|
init_rescript();
|
|
12319
12709
|
init_restructuredtext();
|
|
12710
|
+
init_roc();
|
|
12320
12711
|
init_ruby();
|
|
12321
12712
|
init_rust();
|
|
12322
12713
|
init_sas();
|
|
12323
12714
|
init_scala();
|
|
12324
12715
|
init_scheme();
|
|
12325
12716
|
init_scss();
|
|
12717
|
+
init_self();
|
|
12326
12718
|
init_smalltalk();
|
|
12327
12719
|
init_smarty();
|
|
12328
12720
|
init_solidity();
|
|
@@ -12480,6 +12872,8 @@ var languages = [
|
|
|
12480
12872
|
exports.liquid,
|
|
12481
12873
|
exports.lisp,
|
|
12482
12874
|
exports.llvmIr,
|
|
12875
|
+
exports.lobster,
|
|
12876
|
+
exports.logo,
|
|
12483
12877
|
exports.lua,
|
|
12484
12878
|
exports.luau,
|
|
12485
12879
|
exports.makefile,
|
|
@@ -12490,8 +12884,10 @@ var languages = [
|
|
|
12490
12884
|
exports.mdx,
|
|
12491
12885
|
exports.mermaid,
|
|
12492
12886
|
exports.meson,
|
|
12887
|
+
exports.mercury,
|
|
12493
12888
|
exports.metal,
|
|
12494
12889
|
exports.mojo,
|
|
12890
|
+
exports.modula2,
|
|
12495
12891
|
exports.moonbit,
|
|
12496
12892
|
exports.move,
|
|
12497
12893
|
exports.mustache,
|
|
@@ -12503,6 +12899,7 @@ var languages = [
|
|
|
12503
12899
|
exports.nushell,
|
|
12504
12900
|
exports.objectiveC,
|
|
12505
12901
|
exports.ocaml,
|
|
12902
|
+
exports.oberon,
|
|
12506
12903
|
exports.odin,
|
|
12507
12904
|
exports.openapi,
|
|
12508
12905
|
exports.opencl,
|
|
@@ -12510,6 +12907,7 @@ var languages = [
|
|
|
12510
12907
|
exports.perl,
|
|
12511
12908
|
exports.php,
|
|
12512
12909
|
exports.pineScript,
|
|
12910
|
+
exports.plI,
|
|
12513
12911
|
exports.pkl,
|
|
12514
12912
|
exports.plantuml,
|
|
12515
12913
|
exports.plsql,
|
|
@@ -12528,16 +12926,20 @@ var languages = [
|
|
|
12528
12926
|
exports.racket,
|
|
12529
12927
|
exports.raku,
|
|
12530
12928
|
exports.razor,
|
|
12929
|
+
exports.rebol,
|
|
12930
|
+
exports.red,
|
|
12531
12931
|
exports.reasonml,
|
|
12532
12932
|
exports.rego,
|
|
12533
12933
|
exports.rescript,
|
|
12534
12934
|
exports.restructuredtext,
|
|
12935
|
+
exports.roc,
|
|
12535
12936
|
exports.ruby,
|
|
12536
12937
|
exports.rust,
|
|
12537
12938
|
exports.sas,
|
|
12538
12939
|
exports.scala,
|
|
12539
12940
|
exports.scheme,
|
|
12540
12941
|
exports.scss,
|
|
12942
|
+
exports.self,
|
|
12541
12943
|
exports.smalltalk,
|
|
12542
12944
|
exports.smarty,
|
|
12543
12945
|
exports.solidity,
|
|
@@ -12710,6 +13112,8 @@ var languageIndex = [
|
|
|
12710
13112
|
{ slug: "liquid", extensions: [".liquid"] },
|
|
12711
13113
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
12712
13114
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
13115
|
+
{ slug: "lobster", extensions: [".lobster"] },
|
|
13116
|
+
{ slug: "logo", extensions: [".logo", ".lgo"] },
|
|
12713
13117
|
{ slug: "lua", extensions: [".lua", ".rockspec"] },
|
|
12714
13118
|
{ slug: "luau", extensions: [".luau"] },
|
|
12715
13119
|
{ slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
|
|
@@ -12720,8 +13124,10 @@ var languageIndex = [
|
|
|
12720
13124
|
{ slug: "mdx", extensions: [".mdx"] },
|
|
12721
13125
|
{ slug: "mermaid", extensions: [".mmd", ".mermaid"] },
|
|
12722
13126
|
{ slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
|
|
13127
|
+
{ slug: "mercury", extensions: [".m"] },
|
|
12723
13128
|
{ slug: "metal", extensions: [".metal"] },
|
|
12724
13129
|
{ slug: "mojo", extensions: [".mojo"] },
|
|
13130
|
+
{ slug: "modula-2", extensions: [".mod", ".def"] },
|
|
12725
13131
|
{ slug: "moonbit", extensions: [".mbt"] },
|
|
12726
13132
|
{ slug: "move", extensions: [".move"] },
|
|
12727
13133
|
{ slug: "mustache", extensions: [".mustache", ".mst"] },
|
|
@@ -12733,6 +13139,7 @@ var languageIndex = [
|
|
|
12733
13139
|
{ slug: "nushell", extensions: [".nu"] },
|
|
12734
13140
|
{ slug: "objective-c", extensions: [".m", ".mm"] },
|
|
12735
13141
|
{ slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
|
|
13142
|
+
{ slug: "oberon", extensions: [".ob", ".mod"] },
|
|
12736
13143
|
{ slug: "odin", extensions: [".odin"] },
|
|
12737
13144
|
{ slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
|
|
12738
13145
|
{ slug: "opencl", extensions: [".cl", ".clh"] },
|
|
@@ -12740,6 +13147,7 @@ var languageIndex = [
|
|
|
12740
13147
|
{ slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
|
|
12741
13148
|
{ slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
|
|
12742
13149
|
{ slug: "pine-script", extensions: [".pine"] },
|
|
13150
|
+
{ slug: "pl-i", extensions: [".pli", ".pl1"] },
|
|
12743
13151
|
{ slug: "pkl", extensions: [".pkl"] },
|
|
12744
13152
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
12745
13153
|
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
@@ -12758,10 +13166,13 @@ var languageIndex = [
|
|
|
12758
13166
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
12759
13167
|
{ slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
|
|
12760
13168
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
13169
|
+
{ slug: "rebol", extensions: [".r", ".reb", ".rebol"] },
|
|
13170
|
+
{ slug: "red", extensions: [".red", ".reds"] },
|
|
12761
13171
|
{ slug: "reasonml", extensions: [".re", ".rei"] },
|
|
12762
13172
|
{ slug: "rego", extensions: [".rego"] },
|
|
12763
13173
|
{ slug: "rescript", extensions: [".res", ".resi"] },
|
|
12764
13174
|
{ slug: "restructuredtext", extensions: [".rst", ".rest"] },
|
|
13175
|
+
{ slug: "roc", extensions: [".roc"] },
|
|
12765
13176
|
{
|
|
12766
13177
|
slug: "ruby",
|
|
12767
13178
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
|
|
@@ -12771,6 +13182,7 @@ var languageIndex = [
|
|
|
12771
13182
|
{ slug: "scala", extensions: [".scala", ".sc"] },
|
|
12772
13183
|
{ slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
|
|
12773
13184
|
{ slug: "scss", extensions: [".scss", ".sass"] },
|
|
13185
|
+
{ slug: "self", extensions: [".self"] },
|
|
12774
13186
|
{ slug: "smalltalk", extensions: [".st"] },
|
|
12775
13187
|
{ slug: "smarty", extensions: [".tpl", ".smarty"] },
|
|
12776
13188
|
{ slug: "solidity", extensions: [".sol"] },
|
|
@@ -12932,6 +13344,8 @@ var languageLoaders = {
|
|
|
12932
13344
|
liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
|
|
12933
13345
|
lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
|
|
12934
13346
|
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
13347
|
+
lobster: () => Promise.resolve().then(() => (init_lobster(), lobster_exports)).then((module) => module.lobster),
|
|
13348
|
+
logo: () => Promise.resolve().then(() => (init_logo(), logo_exports)).then((module) => module.logo),
|
|
12935
13349
|
lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
|
|
12936
13350
|
luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
|
|
12937
13351
|
makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
|
|
@@ -12942,8 +13356,10 @@ var languageLoaders = {
|
|
|
12942
13356
|
mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
|
|
12943
13357
|
mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
|
|
12944
13358
|
meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
|
|
13359
|
+
mercury: () => Promise.resolve().then(() => (init_mercury(), mercury_exports)).then((module) => module.mercury),
|
|
12945
13360
|
metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
|
|
12946
13361
|
mojo: () => Promise.resolve().then(() => (init_mojo(), mojo_exports)).then((module) => module.mojo),
|
|
13362
|
+
"modula-2": () => Promise.resolve().then(() => (init_modula_2(), modula_2_exports)).then((module) => module.modula2),
|
|
12947
13363
|
moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
|
|
12948
13364
|
move: () => Promise.resolve().then(() => (init_move(), move_exports)).then((module) => module.move),
|
|
12949
13365
|
mustache: () => Promise.resolve().then(() => (init_mustache(), mustache_exports)).then((module) => module.mustache),
|
|
@@ -12955,6 +13371,7 @@ var languageLoaders = {
|
|
|
12955
13371
|
nushell: () => Promise.resolve().then(() => (init_nushell(), nushell_exports)).then((module) => module.nushell),
|
|
12956
13372
|
"objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
|
|
12957
13373
|
ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
|
|
13374
|
+
oberon: () => Promise.resolve().then(() => (init_oberon(), oberon_exports)).then((module) => module.oberon),
|
|
12958
13375
|
odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
|
|
12959
13376
|
openapi: () => Promise.resolve().then(() => (init_openapi(), openapi_exports)).then((module) => module.openapi),
|
|
12960
13377
|
opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
|
|
@@ -12962,6 +13379,7 @@ var languageLoaders = {
|
|
|
12962
13379
|
perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
|
|
12963
13380
|
php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
|
|
12964
13381
|
"pine-script": () => Promise.resolve().then(() => (init_pine_script(), pine_script_exports)).then((module) => module.pineScript),
|
|
13382
|
+
"pl-i": () => Promise.resolve().then(() => (init_pl_i(), pl_i_exports)).then((module) => module.plI),
|
|
12965
13383
|
pkl: () => Promise.resolve().then(() => (init_pkl(), pkl_exports)).then((module) => module.pkl),
|
|
12966
13384
|
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
12967
13385
|
plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
|
|
@@ -12980,16 +13398,20 @@ var languageLoaders = {
|
|
|
12980
13398
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
12981
13399
|
raku: () => Promise.resolve().then(() => (init_raku(), raku_exports)).then((module) => module.raku),
|
|
12982
13400
|
razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
|
|
13401
|
+
rebol: () => Promise.resolve().then(() => (init_rebol(), rebol_exports)).then((module) => module.rebol),
|
|
13402
|
+
red: () => Promise.resolve().then(() => (init_red(), red_exports)).then((module) => module.red),
|
|
12983
13403
|
reasonml: () => Promise.resolve().then(() => (init_reasonml(), reasonml_exports)).then((module) => module.reasonml),
|
|
12984
13404
|
rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
|
|
12985
13405
|
rescript: () => Promise.resolve().then(() => (init_rescript(), rescript_exports)).then((module) => module.rescript),
|
|
12986
13406
|
restructuredtext: () => Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports)).then((module) => module.restructuredtext),
|
|
13407
|
+
roc: () => Promise.resolve().then(() => (init_roc(), roc_exports)).then((module) => module.roc),
|
|
12987
13408
|
ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
|
|
12988
13409
|
rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
|
|
12989
13410
|
sas: () => Promise.resolve().then(() => (init_sas(), sas_exports)).then((module) => module.sas),
|
|
12990
13411
|
scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
|
|
12991
13412
|
scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
|
|
12992
13413
|
scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
|
|
13414
|
+
self: () => Promise.resolve().then(() => (init_self(), self_exports)).then((module) => module.self),
|
|
12993
13415
|
smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
|
|
12994
13416
|
smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
|
|
12995
13417
|
solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
|
|
@@ -13321,6 +13743,8 @@ init_less();
|
|
|
13321
13743
|
init_liquid();
|
|
13322
13744
|
init_lisp();
|
|
13323
13745
|
init_llvm_ir();
|
|
13746
|
+
init_lobster();
|
|
13747
|
+
init_logo();
|
|
13324
13748
|
init_lua();
|
|
13325
13749
|
init_luau();
|
|
13326
13750
|
init_makefile();
|
|
@@ -13329,9 +13753,11 @@ init_markdown();
|
|
|
13329
13753
|
init_mathematica();
|
|
13330
13754
|
init_matlab();
|
|
13331
13755
|
init_mdx();
|
|
13756
|
+
init_mercury();
|
|
13332
13757
|
init_mermaid();
|
|
13333
13758
|
init_meson();
|
|
13334
13759
|
init_metal();
|
|
13760
|
+
init_modula_2();
|
|
13335
13761
|
init_mojo();
|
|
13336
13762
|
init_moonbit();
|
|
13337
13763
|
init_move();
|
|
@@ -13342,6 +13768,7 @@ init_nim();
|
|
|
13342
13768
|
init_nix();
|
|
13343
13769
|
init_nunjucks();
|
|
13344
13770
|
init_nushell();
|
|
13771
|
+
init_oberon();
|
|
13345
13772
|
init_objective_c();
|
|
13346
13773
|
init_ocaml();
|
|
13347
13774
|
init_odin();
|
|
@@ -13352,6 +13779,7 @@ init_perl();
|
|
|
13352
13779
|
init_php();
|
|
13353
13780
|
init_pine_script();
|
|
13354
13781
|
init_pkl();
|
|
13782
|
+
init_pl_i();
|
|
13355
13783
|
init_plantuml();
|
|
13356
13784
|
init_plsql();
|
|
13357
13785
|
init_pony();
|
|
@@ -13370,15 +13798,19 @@ init_racket();
|
|
|
13370
13798
|
init_raku();
|
|
13371
13799
|
init_razor();
|
|
13372
13800
|
init_reasonml();
|
|
13801
|
+
init_rebol();
|
|
13802
|
+
init_red();
|
|
13373
13803
|
init_rego();
|
|
13374
13804
|
init_rescript();
|
|
13375
13805
|
init_restructuredtext();
|
|
13806
|
+
init_roc();
|
|
13376
13807
|
init_ruby();
|
|
13377
13808
|
init_rust();
|
|
13378
13809
|
init_sas();
|
|
13379
13810
|
init_scala();
|
|
13380
13811
|
init_scheme();
|
|
13381
13812
|
init_scss();
|
|
13813
|
+
init_self();
|
|
13382
13814
|
init_smalltalk();
|
|
13383
13815
|
init_smarty();
|
|
13384
13816
|
init_solidity();
|