code-languages 1.16.1 → 1.18.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 +56 -1
- package/dist/api.cjs +631 -1
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +405 -0
- package/dist/api.d.ts +405 -0
- package/dist/api.js +631 -1
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +451 -1
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +451 -1
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +636 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +395 -0
- package/dist/index.d.ts +395 -0
- package/dist/index.js +637 -2
- package/dist/index.js.map +1 -1
- package/dist/languages/bicep.cjs +34 -0
- package/dist/languages/bicep.cjs.map +1 -0
- package/dist/languages/bicep.d.cts +29 -0
- package/dist/languages/bicep.d.ts +29 -0
- package/dist/languages/bicep.js +32 -0
- package/dist/languages/bicep.js.map +1 -0
- package/dist/languages/cue.cjs +34 -0
- package/dist/languages/cue.cjs.map +1 -0
- package/dist/languages/cue.d.cts +29 -0
- package/dist/languages/cue.d.ts +29 -0
- package/dist/languages/cue.js +32 -0
- package/dist/languages/cue.js.map +1 -0
- package/dist/languages/gdscript.cjs +34 -0
- package/dist/languages/gdscript.cjs.map +1 -0
- package/dist/languages/gdscript.d.cts +29 -0
- package/dist/languages/gdscript.d.ts +29 -0
- package/dist/languages/gdscript.js +32 -0
- package/dist/languages/gdscript.js.map +1 -0
- package/dist/languages/handlebars.cjs +34 -0
- package/dist/languages/handlebars.cjs.map +1 -0
- package/dist/languages/handlebars.d.cts +29 -0
- package/dist/languages/handlebars.d.ts +29 -0
- package/dist/languages/handlebars.js +32 -0
- package/dist/languages/handlebars.js.map +1 -0
- package/dist/languages/jinja.cjs +34 -0
- package/dist/languages/jinja.cjs.map +1 -0
- package/dist/languages/jinja.d.cts +29 -0
- package/dist/languages/jinja.d.ts +29 -0
- package/dist/languages/jinja.js +32 -0
- package/dist/languages/jinja.js.map +1 -0
- package/dist/languages/liquid.cjs +34 -0
- package/dist/languages/liquid.cjs.map +1 -0
- package/dist/languages/liquid.d.cts +29 -0
- package/dist/languages/liquid.d.ts +29 -0
- package/dist/languages/liquid.js +32 -0
- package/dist/languages/liquid.js.map +1 -0
- package/dist/languages/mdx.cjs +34 -0
- package/dist/languages/mdx.cjs.map +1 -0
- package/dist/languages/mdx.d.cts +29 -0
- package/dist/languages/mdx.d.ts +29 -0
- package/dist/languages/mdx.js +32 -0
- package/dist/languages/mdx.js.map +1 -0
- package/dist/languages/mermaid.cjs +34 -0
- package/dist/languages/mermaid.cjs.map +1 -0
- package/dist/languages/mermaid.d.cts +29 -0
- package/dist/languages/mermaid.d.ts +29 -0
- package/dist/languages/mermaid.js +32 -0
- package/dist/languages/mermaid.js.map +1 -0
- package/dist/languages/plantuml.cjs +34 -0
- package/dist/languages/plantuml.cjs.map +1 -0
- package/dist/languages/plantuml.d.cts +29 -0
- package/dist/languages/plantuml.d.ts +29 -0
- package/dist/languages/plantuml.js +32 -0
- package/dist/languages/plantuml.js.map +1 -0
- package/dist/languages/rego.cjs +34 -0
- package/dist/languages/rego.cjs.map +1 -0
- package/dist/languages/rego.d.cts +29 -0
- package/dist/languages/rego.d.ts +29 -0
- package/dist/languages/rego.js +32 -0
- package/dist/languages/rego.js.map +1 -0
- package/dist/languages/tcl.cjs +1 -1
- package/dist/languages/tcl.cjs.map +1 -1
- package/dist/languages/tcl.js +1 -1
- package/dist/languages/tcl.js.map +1 -1
- package/dist/languages/tex.cjs +34 -0
- package/dist/languages/tex.cjs.map +1 -0
- package/dist/languages/tex.d.cts +29 -0
- package/dist/languages/tex.d.ts +29 -0
- package/dist/languages/tex.js +32 -0
- package/dist/languages/tex.js.map +1 -0
- package/dist/languages/twig.cjs +34 -0
- package/dist/languages/twig.cjs.map +1 -0
- package/dist/languages/twig.d.cts +29 -0
- package/dist/languages/twig.d.ts +29 -0
- package/dist/languages/twig.js +32 -0
- package/dist/languages/twig.js.map +1 -0
- package/dist/languages/verilog.cjs +34 -0
- package/dist/languages/verilog.cjs.map +1 -0
- package/dist/languages/verilog.d.cts +29 -0
- package/dist/languages/verilog.d.ts +29 -0
- package/dist/languages/verilog.js +32 -0
- package/dist/languages/verilog.js.map +1 -0
- package/dist/languages/xquery.cjs +34 -0
- package/dist/languages/xquery.cjs.map +1 -0
- package/dist/languages/xquery.d.cts +29 -0
- package/dist/languages/xquery.d.ts +29 -0
- package/dist/languages/xquery.js +32 -0
- package/dist/languages/xquery.js.map +1 -0
- package/dist/languages/xslt.cjs +34 -0
- package/dist/languages/xslt.cjs.map +1 -0
- package/dist/languages/xslt.d.cts +29 -0
- package/dist/languages/xslt.d.ts +29 -0
- package/dist/languages/xslt.js +32 -0
- package/dist/languages/xslt.js.map +1 -0
- package/package.json +76 -1
package/dist/api.cjs
CHANGED
|
@@ -387,6 +387,44 @@ var init_batch = __esm({
|
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
389
|
|
|
390
|
+
// src/languages/bicep.ts
|
|
391
|
+
var bicep_exports = {};
|
|
392
|
+
__export(bicep_exports, {
|
|
393
|
+
bicep: () => bicep
|
|
394
|
+
});
|
|
395
|
+
var bicep;
|
|
396
|
+
var init_bicep = __esm({
|
|
397
|
+
"src/languages/bicep.ts"() {
|
|
398
|
+
bicep = {
|
|
399
|
+
slug: "bicep",
|
|
400
|
+
publishedDate: "2020-09-01",
|
|
401
|
+
extensions: [".bicep", ".bicepparam"],
|
|
402
|
+
author: "Microsoft",
|
|
403
|
+
website: "https://github.com/Azure/bicep",
|
|
404
|
+
paradigms: ["declarative", "infrastructure-as-code", "configuration"],
|
|
405
|
+
tooling: {
|
|
406
|
+
runtimes: ["Azure Resource Manager"],
|
|
407
|
+
packageManagers: ["Azure Verified Modules", "Bicep Registry"],
|
|
408
|
+
ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
|
|
409
|
+
},
|
|
410
|
+
version: "0.43.8",
|
|
411
|
+
logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
|
|
412
|
+
i18n: {
|
|
413
|
+
en: {
|
|
414
|
+
name: "Bicep",
|
|
415
|
+
description: "A declarative language for describing Azure infrastructure as code.",
|
|
416
|
+
longDescription: "Bicep is a domain-specific language for authoring Azure Resource Manager deployments with a concise syntax, modules, parameters, symbolic names, loops, conditions, and type-aware tooling. It compiles to ARM templates while giving authors a friendlier source format.\n\nIt is used for repeatable Azure infrastructure deployments, platform engineering, cloud governance, reusable modules, CI/CD provisioning, and environment-specific resource definitions."
|
|
417
|
+
},
|
|
418
|
+
es: {
|
|
419
|
+
name: "Bicep",
|
|
420
|
+
description: "Un lenguaje declarativo para describir infraestructura de Azure como codigo.",
|
|
421
|
+
longDescription: "Bicep es un lenguaje de dominio especifico para crear despliegues de Azure Resource Manager con sintaxis concisa, modulos, parametros, nombres simbolicos, bucles, condiciones y tooling con tipos. Compila a plantillas ARM y ofrece un formato fuente mas comodo.\n\nSe usa para despliegues repetibles de infraestructura en Azure, platform engineering, gobierno cloud, modulos reutilizables, aprovisionamiento en CI/CD y definiciones de recursos por entorno."
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
};
|
|
425
|
+
}
|
|
426
|
+
});
|
|
427
|
+
|
|
390
428
|
// src/languages/c.ts
|
|
391
429
|
var c_exports = {};
|
|
392
430
|
__export(c_exports, {
|
|
@@ -760,6 +798,44 @@ var init_cuda = __esm({
|
|
|
760
798
|
}
|
|
761
799
|
});
|
|
762
800
|
|
|
801
|
+
// src/languages/cue.ts
|
|
802
|
+
var cue_exports = {};
|
|
803
|
+
__export(cue_exports, {
|
|
804
|
+
cue: () => cue
|
|
805
|
+
});
|
|
806
|
+
var cue;
|
|
807
|
+
var init_cue = __esm({
|
|
808
|
+
"src/languages/cue.ts"() {
|
|
809
|
+
cue = {
|
|
810
|
+
slug: "cue",
|
|
811
|
+
publishedDate: "2019-02-27",
|
|
812
|
+
extensions: [".cue"],
|
|
813
|
+
author: "Marcel van Lohuizen / CUE contributors",
|
|
814
|
+
website: "https://cue.dev",
|
|
815
|
+
paradigms: ["declarative", "constraint-based", "data-validation", "configuration"],
|
|
816
|
+
tooling: {
|
|
817
|
+
runtimes: ["CUE CLI", "Go"],
|
|
818
|
+
packageManagers: ["Go modules"],
|
|
819
|
+
ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
|
|
820
|
+
},
|
|
821
|
+
version: "0.16.1",
|
|
822
|
+
logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
|
|
823
|
+
i18n: {
|
|
824
|
+
en: {
|
|
825
|
+
name: "CUE",
|
|
826
|
+
description: "A constraint-based language for configuration, data validation, and generation.",
|
|
827
|
+
longDescription: "CUE combines configuration data, schemas, validation rules, and policy constraints in one language. Its values can be incomplete, unified, exported, and checked against structural constraints, making it useful for managing complex data definitions.\n\nIt is used with Kubernetes manifests, JSON, YAML, OpenAPI, Protobuf, CI configuration, infrastructure definitions, and systems that need one source of truth for data shape and validation."
|
|
828
|
+
},
|
|
829
|
+
es: {
|
|
830
|
+
name: "CUE",
|
|
831
|
+
description: "Un lenguaje basado en restricciones para configuracion, validacion y generacion de datos.",
|
|
832
|
+
longDescription: "CUE combina datos de configuracion, esquemas, reglas de validacion y restricciones de politica en un solo lenguaje. Sus valores pueden estar incompletos, unificarse, exportarse y comprobarse contra restricciones estructurales, lo que ayuda a gestionar definiciones de datos complejas.\n\nSe usa con manifiestos Kubernetes, JSON, YAML, OpenAPI, Protobuf, configuracion de CI, definiciones de infraestructura y sistemas que necesitan una fuente unica para forma y validacion de datos."
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
};
|
|
836
|
+
}
|
|
837
|
+
});
|
|
838
|
+
|
|
763
839
|
// src/languages/d.ts
|
|
764
840
|
var d_exports = {};
|
|
765
841
|
__export(d_exports, {
|
|
@@ -1101,6 +1177,44 @@ var init_fsharp = __esm({
|
|
|
1101
1177
|
}
|
|
1102
1178
|
});
|
|
1103
1179
|
|
|
1180
|
+
// src/languages/gdscript.ts
|
|
1181
|
+
var gdscript_exports = {};
|
|
1182
|
+
__export(gdscript_exports, {
|
|
1183
|
+
gdscript: () => gdscript
|
|
1184
|
+
});
|
|
1185
|
+
var gdscript;
|
|
1186
|
+
var init_gdscript = __esm({
|
|
1187
|
+
"src/languages/gdscript.ts"() {
|
|
1188
|
+
gdscript = {
|
|
1189
|
+
slug: "gdscript",
|
|
1190
|
+
publishedDate: "2014-12-15",
|
|
1191
|
+
extensions: [".gd"],
|
|
1192
|
+
author: "Juan Linietsky, Ariel Manzur / Godot contributors",
|
|
1193
|
+
website: "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/",
|
|
1194
|
+
paradigms: ["object-oriented", "imperative", "event-driven", "scripting"],
|
|
1195
|
+
tooling: {
|
|
1196
|
+
runtimes: ["Godot Engine"],
|
|
1197
|
+
packageManagers: ["Godot Asset Library"],
|
|
1198
|
+
ecosystems: ["Game Development", "2D Games", "3D Games"]
|
|
1199
|
+
},
|
|
1200
|
+
version: "4.6",
|
|
1201
|
+
logo: "https://cdn.simpleicons.org/godotengine/478CBF",
|
|
1202
|
+
i18n: {
|
|
1203
|
+
en: {
|
|
1204
|
+
name: "GDScript",
|
|
1205
|
+
description: "Godot Engine's integrated scripting language for gameplay and editor logic.",
|
|
1206
|
+
longDescription: "GDScript is a high-level scripting language built for Godot Engine. It uses indentation-based syntax, dynamic and optional static typing, signals, scene-node integration, coroutines, resources, and editor-aware tooling tailored to game development.\n\nIt is used to implement gameplay, UI behavior, tools, animation logic, prototypes, editor plugins, and scripts that interact closely with Godot scenes and engine APIs."
|
|
1207
|
+
},
|
|
1208
|
+
es: {
|
|
1209
|
+
name: "GDScript",
|
|
1210
|
+
description: "El lenguaje de scripting integrado de Godot Engine para gameplay y logica de editor.",
|
|
1211
|
+
longDescription: "GDScript es un lenguaje de scripting de alto nivel creado para Godot Engine. Usa sintaxis basada en indentacion, tipado dinamico y estatico opcional, senales, integracion con nodos de escena, corrutinas, recursos y tooling del editor orientado al desarrollo de juegos.\n\nSe usa para implementar gameplay, comportamiento de UI, herramientas, logica de animacion, prototipos, plugins del editor y scripts que interactuan de cerca con escenas y APIs de Godot."
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
};
|
|
1215
|
+
}
|
|
1216
|
+
});
|
|
1217
|
+
|
|
1104
1218
|
// src/languages/git.ts
|
|
1105
1219
|
var git_exports = {};
|
|
1106
1220
|
__export(git_exports, {
|
|
@@ -1366,6 +1480,44 @@ var init_groovy = __esm({
|
|
|
1366
1480
|
}
|
|
1367
1481
|
});
|
|
1368
1482
|
|
|
1483
|
+
// src/languages/handlebars.ts
|
|
1484
|
+
var handlebars_exports = {};
|
|
1485
|
+
__export(handlebars_exports, {
|
|
1486
|
+
handlebars: () => handlebars
|
|
1487
|
+
});
|
|
1488
|
+
var handlebars;
|
|
1489
|
+
var init_handlebars = __esm({
|
|
1490
|
+
"src/languages/handlebars.ts"() {
|
|
1491
|
+
handlebars = {
|
|
1492
|
+
slug: "handlebars",
|
|
1493
|
+
publishedDate: "2010-07-01",
|
|
1494
|
+
extensions: [".hbs", ".handlebars"],
|
|
1495
|
+
author: "Yehuda Katz / Handlebars contributors",
|
|
1496
|
+
website: "https://handlebarsjs.com",
|
|
1497
|
+
paradigms: ["templating", "declarative", "logic-less"],
|
|
1498
|
+
tooling: {
|
|
1499
|
+
runtimes: ["Node.js", "Browser"],
|
|
1500
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
1501
|
+
ecosystems: ["Web", "Email Templates", "Static Sites"]
|
|
1502
|
+
},
|
|
1503
|
+
version: "4.7.9",
|
|
1504
|
+
logo: "https://cdn.simpleicons.org/handlebarsdotjs/000000",
|
|
1505
|
+
i18n: {
|
|
1506
|
+
en: {
|
|
1507
|
+
name: "Handlebars",
|
|
1508
|
+
description: "A logic-light template language for rendering HTML and text from data.",
|
|
1509
|
+
longDescription: "Handlebars is a template language and JavaScript runtime that extends Mustache with helpers, block expressions, partials, precompilation, and escaping. It keeps templates focused on presentation while letting helpers supply reusable behavior.\n\nIt is used for server-rendered HTML, client-side views, static site generation, transactional email, documentation tools, and build systems that need predictable text generation from structured data."
|
|
1510
|
+
},
|
|
1511
|
+
es: {
|
|
1512
|
+
name: "Handlebars",
|
|
1513
|
+
description: "Un lenguaje de plantillas con poca logica para renderizar HTML y texto desde datos.",
|
|
1514
|
+
longDescription: "Handlebars es un lenguaje de plantillas y runtime JavaScript que extiende Mustache con helpers, expresiones de bloque, partials, precompilacion y escapado. Mantiene las plantillas centradas en la presentacion y deja que los helpers aporten comportamiento reutilizable.\n\nSe usa para HTML renderizado en servidor, vistas de cliente, generacion de sitios estaticos, email transaccional, herramientas de documentacion y sistemas de build que generan texto desde datos estructurados."
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
};
|
|
1518
|
+
}
|
|
1519
|
+
});
|
|
1520
|
+
|
|
1369
1521
|
// src/languages/haskell.ts
|
|
1370
1522
|
var haskell_exports = {};
|
|
1371
1523
|
__export(haskell_exports, {
|
|
@@ -1625,6 +1777,44 @@ var init_javascript = __esm({
|
|
|
1625
1777
|
}
|
|
1626
1778
|
});
|
|
1627
1779
|
|
|
1780
|
+
// src/languages/jinja.ts
|
|
1781
|
+
var jinja_exports = {};
|
|
1782
|
+
__export(jinja_exports, {
|
|
1783
|
+
jinja: () => jinja
|
|
1784
|
+
});
|
|
1785
|
+
var jinja;
|
|
1786
|
+
var init_jinja = __esm({
|
|
1787
|
+
"src/languages/jinja.ts"() {
|
|
1788
|
+
jinja = {
|
|
1789
|
+
slug: "jinja",
|
|
1790
|
+
publishedDate: "2008-07-17",
|
|
1791
|
+
extensions: [".jinja", ".jinja2", ".j2"],
|
|
1792
|
+
author: "Armin Ronacher / Pallets",
|
|
1793
|
+
website: "https://jinja.palletsprojects.com",
|
|
1794
|
+
paradigms: ["templating", "declarative", "server-side", "scripting"],
|
|
1795
|
+
tooling: {
|
|
1796
|
+
runtimes: ["Python"],
|
|
1797
|
+
packageManagers: ["pip", "Poetry", "uv"],
|
|
1798
|
+
ecosystems: ["Python", "Flask", "Ansible", "Web"]
|
|
1799
|
+
},
|
|
1800
|
+
version: "3.1.6",
|
|
1801
|
+
logo: "https://cdn.simpleicons.org/jinja/B41717",
|
|
1802
|
+
i18n: {
|
|
1803
|
+
en: {
|
|
1804
|
+
name: "Jinja",
|
|
1805
|
+
description: "A Python template language used for web views, automation, and configuration.",
|
|
1806
|
+
longDescription: "Jinja is a template engine for Python with inheritance, blocks, includes, macros, filters, tests, autoescaping, sandboxing, and whitespace control. Its syntax is expressive enough for reusable views while keeping application logic outside templates.\n\nIt is widely used in Flask applications, Ansible templates, static site generators, documentation systems, email rendering, configuration generation, and automation workflows."
|
|
1807
|
+
},
|
|
1808
|
+
es: {
|
|
1809
|
+
name: "Jinja",
|
|
1810
|
+
description: "Un lenguaje de plantillas para Python usado en vistas web, automatizacion y configuracion.",
|
|
1811
|
+
longDescription: "Jinja es un motor de plantillas para Python con herencia, bloques, includes, macros, filtros, tests, autoescapado, sandboxing y control de espacios. Su sintaxis permite vistas reutilizables sin llevar la logica de aplicacion a las plantillas.\n\nSe usa ampliamente en aplicaciones Flask, plantillas de Ansible, generadores de sitios estaticos, sistemas de documentacion, renderizado de email, generacion de configuracion y flujos de automatizacion."
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
};
|
|
1815
|
+
}
|
|
1816
|
+
});
|
|
1817
|
+
|
|
1628
1818
|
// src/languages/json.ts
|
|
1629
1819
|
var json_exports = {};
|
|
1630
1820
|
__export(json_exports, {
|
|
@@ -1810,6 +2000,44 @@ var init_less = __esm({
|
|
|
1810
2000
|
}
|
|
1811
2001
|
});
|
|
1812
2002
|
|
|
2003
|
+
// src/languages/liquid.ts
|
|
2004
|
+
var liquid_exports = {};
|
|
2005
|
+
__export(liquid_exports, {
|
|
2006
|
+
liquid: () => liquid
|
|
2007
|
+
});
|
|
2008
|
+
var liquid;
|
|
2009
|
+
var init_liquid = __esm({
|
|
2010
|
+
"src/languages/liquid.ts"() {
|
|
2011
|
+
liquid = {
|
|
2012
|
+
slug: "liquid",
|
|
2013
|
+
publishedDate: "2006-06-01",
|
|
2014
|
+
extensions: [".liquid"],
|
|
2015
|
+
author: "Shopify",
|
|
2016
|
+
website: "https://shopify.github.io/liquid/",
|
|
2017
|
+
paradigms: ["templating", "declarative", "logic-less", "server-side"],
|
|
2018
|
+
tooling: {
|
|
2019
|
+
runtimes: ["Ruby", "Node.js", "Shopify"],
|
|
2020
|
+
packageManagers: ["RubyGems", "npm"],
|
|
2021
|
+
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
2022
|
+
},
|
|
2023
|
+
version: "10.21.1",
|
|
2024
|
+
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
2025
|
+
i18n: {
|
|
2026
|
+
en: {
|
|
2027
|
+
name: "Liquid",
|
|
2028
|
+
description: "A safe template language used by Shopify, Jekyll, and content-driven sites.",
|
|
2029
|
+
longDescription: "Liquid is a template language designed to expose controlled data to templates through tags, objects, filters, loops, conditions, and includes. It favors predictable rendering and constrained logic so non-developers can safely customize content presentation.\n\nIt is used in Shopify themes, Jekyll sites, GitHub Pages, storefront customization, content management systems, email templates, and static publishing workflows."
|
|
2030
|
+
},
|
|
2031
|
+
es: {
|
|
2032
|
+
name: "Liquid",
|
|
2033
|
+
description: "Un lenguaje de plantillas seguro usado por Shopify, Jekyll y sitios basados en contenido.",
|
|
2034
|
+
longDescription: "Liquid es un lenguaje de plantillas disenado para exponer datos controlados mediante tags, objetos, filtros, bucles, condiciones e includes. Prioriza renderizado predecible y logica limitada para que personas no desarrolladoras puedan personalizar la presentacion de contenido con seguridad.\n\nSe usa en temas de Shopify, sitios Jekyll, GitHub Pages, personalizacion de tiendas, sistemas de gestion de contenido, plantillas de email y flujos de publicacion estatica."
|
|
2035
|
+
}
|
|
2036
|
+
}
|
|
2037
|
+
};
|
|
2038
|
+
}
|
|
2039
|
+
});
|
|
2040
|
+
|
|
1813
2041
|
// src/languages/lisp.ts
|
|
1814
2042
|
var lisp_exports = {};
|
|
1815
2043
|
__export(lisp_exports, {
|
|
@@ -1994,6 +2222,82 @@ var init_matlab = __esm({
|
|
|
1994
2222
|
}
|
|
1995
2223
|
});
|
|
1996
2224
|
|
|
2225
|
+
// src/languages/mdx.ts
|
|
2226
|
+
var mdx_exports = {};
|
|
2227
|
+
__export(mdx_exports, {
|
|
2228
|
+
mdx: () => mdx
|
|
2229
|
+
});
|
|
2230
|
+
var mdx;
|
|
2231
|
+
var init_mdx = __esm({
|
|
2232
|
+
"src/languages/mdx.ts"() {
|
|
2233
|
+
mdx = {
|
|
2234
|
+
slug: "mdx",
|
|
2235
|
+
publishedDate: "2018-03-23",
|
|
2236
|
+
extensions: [".mdx"],
|
|
2237
|
+
author: "MDX contributors",
|
|
2238
|
+
website: "https://mdxjs.com",
|
|
2239
|
+
paradigms: ["markup", "component-oriented", "declarative", "documentation"],
|
|
2240
|
+
tooling: {
|
|
2241
|
+
runtimes: ["React", "Node.js"],
|
|
2242
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
2243
|
+
ecosystems: ["Documentation", "React", "Static Sites", "Content"]
|
|
2244
|
+
},
|
|
2245
|
+
version: "3.1.1",
|
|
2246
|
+
logo: "https://cdn.simpleicons.org/mdx/1B1F24",
|
|
2247
|
+
i18n: {
|
|
2248
|
+
en: {
|
|
2249
|
+
name: "MDX",
|
|
2250
|
+
description: "A Markdown-based format that embeds JSX components in content documents.",
|
|
2251
|
+
longDescription: "MDX combines Markdown prose with JSX expressions and components, allowing documents to include interactive examples, imports, exports, and component-driven layouts. It is commonly compiled into JavaScript for React-based rendering pipelines.\n\nIt is used in documentation sites, design systems, blogs, tutorials, component demos, content platforms, and static site generators that need prose and UI components in the same source file."
|
|
2252
|
+
},
|
|
2253
|
+
es: {
|
|
2254
|
+
name: "MDX",
|
|
2255
|
+
description: "Un formato basado en Markdown que inserta componentes JSX en documentos de contenido.",
|
|
2256
|
+
longDescription: "MDX combina prosa Markdown con expresiones y componentes JSX, permitiendo que los documentos incluyan ejemplos interactivos, imports, exports y layouts basados en componentes. Normalmente se compila a JavaScript para pipelines de renderizado con React.\n\nSe usa en sitios de documentacion, sistemas de diseno, blogs, tutoriales, demos de componentes, plataformas de contenido y generadores de sitios estaticos que necesitan prosa y UI en el mismo archivo fuente."
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
};
|
|
2260
|
+
}
|
|
2261
|
+
});
|
|
2262
|
+
|
|
2263
|
+
// src/languages/mermaid.ts
|
|
2264
|
+
var mermaid_exports = {};
|
|
2265
|
+
__export(mermaid_exports, {
|
|
2266
|
+
mermaid: () => mermaid
|
|
2267
|
+
});
|
|
2268
|
+
var mermaid;
|
|
2269
|
+
var init_mermaid = __esm({
|
|
2270
|
+
"src/languages/mermaid.ts"() {
|
|
2271
|
+
mermaid = {
|
|
2272
|
+
slug: "mermaid",
|
|
2273
|
+
publishedDate: "2014-11-04",
|
|
2274
|
+
extensions: [".mmd", ".mermaid"],
|
|
2275
|
+
author: "Knut Sveidqvist / Mermaid contributors",
|
|
2276
|
+
website: "https://mermaid.js.org",
|
|
2277
|
+
paradigms: ["declarative", "diagramming", "markup"],
|
|
2278
|
+
tooling: {
|
|
2279
|
+
runtimes: ["Browser", "Node.js"],
|
|
2280
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
2281
|
+
ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
|
|
2282
|
+
},
|
|
2283
|
+
version: "11.11.0",
|
|
2284
|
+
logo: "https://cdn.simpleicons.org/mermaid/FF3670",
|
|
2285
|
+
i18n: {
|
|
2286
|
+
en: {
|
|
2287
|
+
name: "Mermaid",
|
|
2288
|
+
description: "A text-based diagram language for flowcharts, sequences, timelines, and more.",
|
|
2289
|
+
longDescription: "Mermaid is a diagramming language that renders structured text into diagrams such as flowcharts, sequence diagrams, class diagrams, state diagrams, entity relationship diagrams, gantt charts, timelines, and mind maps. It is designed to live comfortably beside Markdown documentation.\n\nIt is used in READMEs, architecture notes, wikis, documentation sites, issue trackers, knowledge bases, and workflows where diagrams should be versioned as plain text."
|
|
2290
|
+
},
|
|
2291
|
+
es: {
|
|
2292
|
+
name: "Mermaid",
|
|
2293
|
+
description: "Un lenguaje textual de diagramas para flujos, secuencias, lineas de tiempo y mas.",
|
|
2294
|
+
longDescription: "Mermaid es un lenguaje de diagramacion que renderiza texto estructurado como diagramas de flujo, secuencia, clases, estados, entidad-relacion, gantt, lineas de tiempo y mapas mentales. Esta pensado para convivir comodamente con documentacion Markdown.\n\nSe usa en READMEs, notas de arquitectura, wikis, sitios de documentacion, issue trackers, bases de conocimiento y flujos donde los diagramas deben versionarse como texto plano."
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
};
|
|
2298
|
+
}
|
|
2299
|
+
});
|
|
2300
|
+
|
|
1997
2301
|
// src/languages/meson.ts
|
|
1998
2302
|
var meson_exports = {};
|
|
1999
2303
|
__export(meson_exports, {
|
|
@@ -2372,6 +2676,44 @@ var init_php = __esm({
|
|
|
2372
2676
|
}
|
|
2373
2677
|
});
|
|
2374
2678
|
|
|
2679
|
+
// src/languages/plantuml.ts
|
|
2680
|
+
var plantuml_exports = {};
|
|
2681
|
+
__export(plantuml_exports, {
|
|
2682
|
+
plantuml: () => plantuml
|
|
2683
|
+
});
|
|
2684
|
+
var plantuml;
|
|
2685
|
+
var init_plantuml = __esm({
|
|
2686
|
+
"src/languages/plantuml.ts"() {
|
|
2687
|
+
plantuml = {
|
|
2688
|
+
slug: "plantuml",
|
|
2689
|
+
publishedDate: "2009-04-17",
|
|
2690
|
+
extensions: [".puml", ".plantuml", ".iuml"],
|
|
2691
|
+
author: "Arnaud Roques / PlantUML contributors",
|
|
2692
|
+
website: "https://plantuml.com",
|
|
2693
|
+
paradigms: ["declarative", "diagramming", "modeling"],
|
|
2694
|
+
tooling: {
|
|
2695
|
+
runtimes: ["Java", "PlantUML Server"],
|
|
2696
|
+
packageManagers: ["Maven", "Gradle", "npm"],
|
|
2697
|
+
ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
|
|
2698
|
+
},
|
|
2699
|
+
version: "1.2026.3",
|
|
2700
|
+
logo: "https://plantuml.com/logo3.png",
|
|
2701
|
+
i18n: {
|
|
2702
|
+
en: {
|
|
2703
|
+
name: "PlantUML",
|
|
2704
|
+
description: "A text-based diagram language for UML, architecture, and documentation diagrams.",
|
|
2705
|
+
longDescription: "PlantUML is a diagram language and renderer for sequence, class, activity, component, state, object, deployment, timing, mind map, and architecture diagrams. It lets teams keep diagrams in source control and generate images from compact text.\n\nIt is used in software architecture documentation, design reviews, technical specs, wikis, CI-generated diagrams, and projects that prefer versionable diagrams over manually edited drawing files."
|
|
2706
|
+
},
|
|
2707
|
+
es: {
|
|
2708
|
+
name: "PlantUML",
|
|
2709
|
+
description: "Un lenguaje textual de diagramas para UML, arquitectura y documentacion.",
|
|
2710
|
+
longDescription: "PlantUML es un lenguaje y renderer de diagramas para secuencia, clases, actividad, componentes, estados, objetos, despliegue, timing, mapas mentales y arquitectura. Permite mantener diagramas en control de versiones y generar imagenes desde texto compacto.\n\nSe usa en documentacion de arquitectura de software, revisiones de diseno, especificaciones tecnicas, wikis, diagramas generados en CI y proyectos que prefieren diagramas versionables a archivos de dibujo editados manualmente."
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
};
|
|
2714
|
+
}
|
|
2715
|
+
});
|
|
2716
|
+
|
|
2375
2717
|
// src/languages/powershell.ts
|
|
2376
2718
|
var powershell_exports = {};
|
|
2377
2719
|
__export(powershell_exports, {
|
|
@@ -2638,6 +2980,44 @@ var init_razor = __esm({
|
|
|
2638
2980
|
}
|
|
2639
2981
|
});
|
|
2640
2982
|
|
|
2983
|
+
// src/languages/rego.ts
|
|
2984
|
+
var rego_exports = {};
|
|
2985
|
+
__export(rego_exports, {
|
|
2986
|
+
rego: () => rego
|
|
2987
|
+
});
|
|
2988
|
+
var rego;
|
|
2989
|
+
var init_rego = __esm({
|
|
2990
|
+
"src/languages/rego.ts"() {
|
|
2991
|
+
rego = {
|
|
2992
|
+
slug: "rego",
|
|
2993
|
+
publishedDate: "2016-01-01",
|
|
2994
|
+
extensions: [".rego"],
|
|
2995
|
+
author: "Open Policy Agent contributors / Styra",
|
|
2996
|
+
website: "https://www.openpolicyagent.org/docs/latest/policy-language/",
|
|
2997
|
+
paradigms: ["declarative", "logic", "policy-as-code", "query"],
|
|
2998
|
+
tooling: {
|
|
2999
|
+
runtimes: ["Open Policy Agent", "Conftest", "Gatekeeper", "Regal"],
|
|
3000
|
+
packageManagers: ["OPA bundles"],
|
|
3001
|
+
ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
|
|
3002
|
+
},
|
|
3003
|
+
version: "OPA 1.15.2",
|
|
3004
|
+
logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
|
|
3005
|
+
i18n: {
|
|
3006
|
+
en: {
|
|
3007
|
+
name: "Rego",
|
|
3008
|
+
description: "Open Policy Agent's declarative policy language for authorization and policy as code.",
|
|
3009
|
+
longDescription: "Rego is the declarative policy language used by Open Policy Agent to express rules, decisions, constraints, data queries, and authorization logic. It is designed around structured data such as JSON and lets policies evaluate inputs against rules, sets, objects, comprehensions, and built-in functions.\n\nIt is used for Kubernetes admission control, service authorization, infrastructure policy checks, CI validation, API gateways, compliance automation, and cloud-native systems that need policies kept separate from application code."
|
|
3010
|
+
},
|
|
3011
|
+
es: {
|
|
3012
|
+
name: "Rego",
|
|
3013
|
+
description: "El lenguaje declarativo de Open Policy Agent para autorizacion y policy as code.",
|
|
3014
|
+
longDescription: "Rego es el lenguaje declarativo de politicas usado por Open Policy Agent para expresar reglas, decisiones, restricciones, consultas de datos y logica de autorizacion. Esta disenado alrededor de datos estructurados como JSON y permite evaluar entradas contra reglas, conjuntos, objetos, comprehensions y funciones integradas.\n\nSe usa para admission control en Kubernetes, autorizacion de servicios, validaciones de politicas de infraestructura, CI, gateways de APIs, automatizacion de cumplimiento y sistemas cloud native que necesitan mantener las politicas separadas del codigo de aplicacion."
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
};
|
|
3018
|
+
}
|
|
3019
|
+
});
|
|
3020
|
+
|
|
2641
3021
|
// src/languages/ruby.ts
|
|
2642
3022
|
var ruby_exports = {};
|
|
2643
3023
|
__export(ruby_exports, {
|
|
@@ -3032,7 +3412,7 @@ var init_tcl = __esm({
|
|
|
3032
3412
|
ecosystems: ["GUI Applications", "EDA", "Automation", "Embedded Scripting"]
|
|
3033
3413
|
},
|
|
3034
3414
|
version: "9.0.3",
|
|
3035
|
-
logo: "https://
|
|
3415
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Tcl.svg",
|
|
3036
3416
|
i18n: {
|
|
3037
3417
|
en: {
|
|
3038
3418
|
name: "Tcl/Tk",
|
|
@@ -3049,6 +3429,44 @@ var init_tcl = __esm({
|
|
|
3049
3429
|
}
|
|
3050
3430
|
});
|
|
3051
3431
|
|
|
3432
|
+
// src/languages/tex.ts
|
|
3433
|
+
var tex_exports = {};
|
|
3434
|
+
__export(tex_exports, {
|
|
3435
|
+
tex: () => tex
|
|
3436
|
+
});
|
|
3437
|
+
var tex;
|
|
3438
|
+
var init_tex = __esm({
|
|
3439
|
+
"src/languages/tex.ts"() {
|
|
3440
|
+
tex = {
|
|
3441
|
+
slug: "tex",
|
|
3442
|
+
publishedDate: "1978-01-01",
|
|
3443
|
+
extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"],
|
|
3444
|
+
author: "Donald Knuth",
|
|
3445
|
+
website: "https://www.tug.org/texlive/",
|
|
3446
|
+
paradigms: ["markup", "typesetting", "macro", "declarative"],
|
|
3447
|
+
tooling: {
|
|
3448
|
+
runtimes: ["TeX Live", "MiKTeX", "pdfTeX", "XeTeX", "LuaTeX"],
|
|
3449
|
+
packageManagers: ["tlmgr", "MiKTeX Console", "CTAN"],
|
|
3450
|
+
ecosystems: ["Publishing", "Academic Writing", "Scientific Documents", "Print"]
|
|
3451
|
+
},
|
|
3452
|
+
version: "TeX Live 2026",
|
|
3453
|
+
logo: "https://cdn.simpleicons.org/latex/008080",
|
|
3454
|
+
i18n: {
|
|
3455
|
+
en: {
|
|
3456
|
+
name: "TeX",
|
|
3457
|
+
description: "Donald Knuth's macro-based typesetting system for precise technical and scientific documents.",
|
|
3458
|
+
longDescription: "TeX is a programmable typesetting system built around macros, boxes, glue, mathematical layout, and precise page composition. Plain TeX, LaTeX, ConTeXt, and related formats build on the TeX engine family to produce high-quality documents from text source files.\n\nIt is used for academic papers, books, technical manuals, mathematics, physics, computer science publications, theses, and publishing workflows where reproducible typography and long-term source stability matter."
|
|
3459
|
+
},
|
|
3460
|
+
es: {
|
|
3461
|
+
name: "TeX",
|
|
3462
|
+
description: "El sistema de composicion tipografica basado en macros de Donald Knuth para documentos tecnicos.",
|
|
3463
|
+
longDescription: "TeX es un sistema programable de composicion tipografica basado en macros, cajas, espaciado flexible, notacion matematica y composicion precisa de paginas. Plain TeX, LaTeX, ConTeXt y formatos relacionados se apoyan en la familia de motores TeX para producir documentos de alta calidad desde archivos fuente de texto.\n\nSe usa para articulos academicos, libros, manuales tecnicos, matematicas, fisica, publicaciones de computacion, tesis y flujos editoriales donde importan la tipografia reproducible y la estabilidad del codigo fuente a largo plazo."
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
};
|
|
3467
|
+
}
|
|
3468
|
+
});
|
|
3469
|
+
|
|
3052
3470
|
// src/languages/toml.ts
|
|
3053
3471
|
var toml_exports = {};
|
|
3054
3472
|
__export(toml_exports, {
|
|
@@ -3082,6 +3500,44 @@ var init_toml = __esm({
|
|
|
3082
3500
|
}
|
|
3083
3501
|
});
|
|
3084
3502
|
|
|
3503
|
+
// src/languages/twig.ts
|
|
3504
|
+
var twig_exports = {};
|
|
3505
|
+
__export(twig_exports, {
|
|
3506
|
+
twig: () => twig
|
|
3507
|
+
});
|
|
3508
|
+
var twig;
|
|
3509
|
+
var init_twig = __esm({
|
|
3510
|
+
"src/languages/twig.ts"() {
|
|
3511
|
+
twig = {
|
|
3512
|
+
slug: "twig",
|
|
3513
|
+
publishedDate: "2009-10-12",
|
|
3514
|
+
extensions: [".twig"],
|
|
3515
|
+
author: "Fabien Potencier / Twig contributors",
|
|
3516
|
+
website: "https://twig.symfony.com",
|
|
3517
|
+
paradigms: ["templating", "declarative", "server-side", "scripting"],
|
|
3518
|
+
tooling: {
|
|
3519
|
+
runtimes: ["PHP", "Symfony"],
|
|
3520
|
+
packageManagers: ["Composer"],
|
|
3521
|
+
ecosystems: ["PHP", "Symfony", "Web", "CMS"]
|
|
3522
|
+
},
|
|
3523
|
+
version: "3.24.0",
|
|
3524
|
+
logo: "https://twig.symfony.com/images/logo.png",
|
|
3525
|
+
i18n: {
|
|
3526
|
+
en: {
|
|
3527
|
+
name: "Twig",
|
|
3528
|
+
description: "A flexible, secure template language for PHP applications and Symfony projects.",
|
|
3529
|
+
longDescription: "Twig is a template language for PHP that separates presentation from application logic using blocks, inheritance, includes, filters, functions, tests, macros, escaping, and sandboxing. Its syntax is designed to be readable for designers while remaining extensible for developers.\n\nIt is used in Symfony applications, PHP web projects, CMS themes, email templates, static generation workflows, and systems that need reusable server-rendered views with controlled access to application data."
|
|
3530
|
+
},
|
|
3531
|
+
es: {
|
|
3532
|
+
name: "Twig",
|
|
3533
|
+
description: "Un lenguaje de plantillas flexible y seguro para aplicaciones PHP y proyectos Symfony.",
|
|
3534
|
+
longDescription: "Twig es un lenguaje de plantillas para PHP que separa la presentacion de la logica de aplicacion usando bloques, herencia, includes, filtros, funciones, tests, macros, escapado y sandboxing. Su sintaxis esta pensada para ser legible para disenadores y extensible para desarrolladores.\n\nSe usa en aplicaciones Symfony, proyectos web PHP, temas de CMS, plantillas de email, flujos de generacion estatica y sistemas que necesitan vistas renderizadas en servidor reutilizables con acceso controlado a los datos de la aplicacion."
|
|
3535
|
+
}
|
|
3536
|
+
}
|
|
3537
|
+
};
|
|
3538
|
+
}
|
|
3539
|
+
});
|
|
3540
|
+
|
|
3085
3541
|
// src/languages/typescript.ts
|
|
3086
3542
|
var typescript_exports = {};
|
|
3087
3543
|
__export(typescript_exports, {
|
|
@@ -3120,6 +3576,44 @@ var init_typescript = __esm({
|
|
|
3120
3576
|
}
|
|
3121
3577
|
});
|
|
3122
3578
|
|
|
3579
|
+
// src/languages/verilog.ts
|
|
3580
|
+
var verilog_exports = {};
|
|
3581
|
+
__export(verilog_exports, {
|
|
3582
|
+
verilog: () => verilog
|
|
3583
|
+
});
|
|
3584
|
+
var verilog;
|
|
3585
|
+
var init_verilog = __esm({
|
|
3586
|
+
"src/languages/verilog.ts"() {
|
|
3587
|
+
verilog = {
|
|
3588
|
+
slug: "verilog",
|
|
3589
|
+
publishedDate: "1984-01-01",
|
|
3590
|
+
extensions: [".v", ".vh", ".sv", ".svh"],
|
|
3591
|
+
author: "Phil Moorby / Gateway Design Automation",
|
|
3592
|
+
website: "https://standards.ieee.org/standard/1800-2023.html",
|
|
3593
|
+
paradigms: ["hardware-description", "concurrent", "event-driven", "verification"],
|
|
3594
|
+
tooling: {
|
|
3595
|
+
runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
|
|
3596
|
+
packageManagers: ["FuseSoC"],
|
|
3597
|
+
ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
|
|
3598
|
+
},
|
|
3599
|
+
version: "IEEE 1800-2023",
|
|
3600
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg",
|
|
3601
|
+
i18n: {
|
|
3602
|
+
en: {
|
|
3603
|
+
name: "Verilog/SystemVerilog",
|
|
3604
|
+
description: "A hardware description and verification language for digital circuits and systems.",
|
|
3605
|
+
longDescription: "Verilog and SystemVerilog describe digital hardware at behavioral, register-transfer, and gate levels. The language supports modules, signals, continuous assignments, procedural blocks, timing, testbenches, assertions, interfaces, classes, and constrained random verification.\n\nIt is used for FPGA designs, ASIC development, hardware simulation, synthesis, verification environments, reusable IP blocks, and electronic design automation workflows."
|
|
3606
|
+
},
|
|
3607
|
+
es: {
|
|
3608
|
+
name: "Verilog/SystemVerilog",
|
|
3609
|
+
description: "Un lenguaje de descripcion y verificacion de hardware para circuitos y sistemas digitales.",
|
|
3610
|
+
longDescription: "Verilog y SystemVerilog describen hardware digital en niveles conductual, register-transfer y de compuertas. El lenguaje soporta modulos, senales, asignaciones continuas, bloques procedurales, timing, testbenches, assertions, interfaces, clases y verificacion aleatoria restringida.\n\nSe usa en disenos FPGA, desarrollo ASIC, simulacion de hardware, sintesis, entornos de verificacion, bloques IP reutilizables y flujos de automatizacion de diseno electronico."
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
};
|
|
3614
|
+
}
|
|
3615
|
+
});
|
|
3616
|
+
|
|
3123
3617
|
// src/languages/visual-basic.ts
|
|
3124
3618
|
var visual_basic_exports = {};
|
|
3125
3619
|
__export(visual_basic_exports, {
|
|
@@ -3304,6 +3798,82 @@ var init_xml = __esm({
|
|
|
3304
3798
|
}
|
|
3305
3799
|
});
|
|
3306
3800
|
|
|
3801
|
+
// src/languages/xquery.ts
|
|
3802
|
+
var xquery_exports = {};
|
|
3803
|
+
__export(xquery_exports, {
|
|
3804
|
+
xquery: () => xquery
|
|
3805
|
+
});
|
|
3806
|
+
var xquery;
|
|
3807
|
+
var init_xquery = __esm({
|
|
3808
|
+
"src/languages/xquery.ts"() {
|
|
3809
|
+
xquery = {
|
|
3810
|
+
slug: "xquery",
|
|
3811
|
+
publishedDate: "2007-01-23",
|
|
3812
|
+
extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"],
|
|
3813
|
+
author: "W3C XML Query Working Group",
|
|
3814
|
+
website: "https://www.w3.org/TR/xquery/",
|
|
3815
|
+
paradigms: ["query", "functional", "declarative", "xml"],
|
|
3816
|
+
tooling: {
|
|
3817
|
+
runtimes: ["BaseX", "Saxon", "eXist-db", "MarkLogic"],
|
|
3818
|
+
packageManagers: ["EXPath Package Manager"],
|
|
3819
|
+
ecosystems: ["XML", "Databases", "Publishing", "Enterprise Data"]
|
|
3820
|
+
},
|
|
3821
|
+
version: "XQuery 3.1",
|
|
3822
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
|
|
3823
|
+
i18n: {
|
|
3824
|
+
en: {
|
|
3825
|
+
name: "XQuery",
|
|
3826
|
+
description: "A W3C query and application language for XML, structured, and semi-structured data.",
|
|
3827
|
+
longDescription: "XQuery is a declarative query language for XML and related structured data. It combines XPath expressions, FLWOR queries, functions, modules, sequence processing, namespaces, and type-aware operations to extract, transform, join, and construct XML or other serialized results.\n\nIt is used in native XML databases, publishing pipelines, document repositories, enterprise integrations, digital humanities, metadata processing, and applications that query large collections of XML or semi-structured content."
|
|
3828
|
+
},
|
|
3829
|
+
es: {
|
|
3830
|
+
name: "XQuery",
|
|
3831
|
+
description: "Un lenguaje W3C de consulta y aplicaciones para XML y datos estructurados o semiestructurados.",
|
|
3832
|
+
longDescription: "XQuery es un lenguaje declarativo de consultas para XML y datos estructurados relacionados. Combina expresiones XPath, consultas FLWOR, funciones, modulos, procesamiento de secuencias, namespaces y operaciones con tipos para extraer, transformar, unir y construir XML u otros resultados serializados.\n\nSe usa en bases de datos XML nativas, pipelines de publicacion, repositorios documentales, integraciones empresariales, humanidades digitales, procesamiento de metadatos y aplicaciones que consultan grandes colecciones de XML o contenido semiestructurado."
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
};
|
|
3836
|
+
}
|
|
3837
|
+
});
|
|
3838
|
+
|
|
3839
|
+
// src/languages/xslt.ts
|
|
3840
|
+
var xslt_exports = {};
|
|
3841
|
+
__export(xslt_exports, {
|
|
3842
|
+
xslt: () => xslt
|
|
3843
|
+
});
|
|
3844
|
+
var xslt;
|
|
3845
|
+
var init_xslt = __esm({
|
|
3846
|
+
"src/languages/xslt.ts"() {
|
|
3847
|
+
xslt = {
|
|
3848
|
+
slug: "xslt",
|
|
3849
|
+
publishedDate: "1999-11-16",
|
|
3850
|
+
extensions: [".xsl", ".xslt"],
|
|
3851
|
+
author: "W3C XSLT Working Group",
|
|
3852
|
+
website: "https://www.w3.org/TR/xslt-30/",
|
|
3853
|
+
paradigms: ["declarative", "functional", "markup", "transformation"],
|
|
3854
|
+
tooling: {
|
|
3855
|
+
runtimes: ["Saxon", "libxslt", "Xalan", "Browser XSLT processors"],
|
|
3856
|
+
packageManagers: ["Maven", "npm", "NuGet", "APT", "Homebrew"],
|
|
3857
|
+
ecosystems: ["XML", "Publishing", "Enterprise Integration", "Document Processing"]
|
|
3858
|
+
},
|
|
3859
|
+
version: "XSLT 3.0",
|
|
3860
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
|
|
3861
|
+
i18n: {
|
|
3862
|
+
en: {
|
|
3863
|
+
name: "XSLT",
|
|
3864
|
+
description: "A W3C stylesheet language for transforming XML documents into XML, HTML, text, and more.",
|
|
3865
|
+
longDescription: "XSLT is a declarative transformation language for XML documents. Stylesheets use templates, modes, XPath expressions, variables, functions, keys, imports, and output declarations to match source trees and produce XML, HTML, text, or other structured results.\n\nIt is used in publishing systems, enterprise data exchange, document conversion, XML pipelines, standards-based integrations, browser-era XML workflows, and systems that need repeatable transformations between document formats."
|
|
3866
|
+
},
|
|
3867
|
+
es: {
|
|
3868
|
+
name: "XSLT",
|
|
3869
|
+
description: "Un lenguaje W3C de hojas de estilo para transformar XML en XML, HTML, texto y mas.",
|
|
3870
|
+
longDescription: "XSLT es un lenguaje declarativo de transformacion para documentos XML. Las hojas de estilo usan templates, modos, expresiones XPath, variables, funciones, claves, imports y declaraciones de salida para encontrar nodos en arboles fuente y producir XML, HTML, texto u otros resultados estructurados.\n\nSe usa en sistemas de publicacion, intercambio de datos empresarial, conversion de documentos, pipelines XML, integraciones basadas en estandares, flujos XML historicos del navegador y sistemas que necesitan transformaciones repetibles entre formatos documentales."
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
};
|
|
3874
|
+
}
|
|
3875
|
+
});
|
|
3876
|
+
|
|
3307
3877
|
// src/languages/yaml.ts
|
|
3308
3878
|
var yaml_exports = {};
|
|
3309
3879
|
__export(yaml_exports, {
|
|
@@ -3424,6 +3994,7 @@ init_astro();
|
|
|
3424
3994
|
init_awk();
|
|
3425
3995
|
init_bash();
|
|
3426
3996
|
init_batch();
|
|
3997
|
+
init_bicep();
|
|
3427
3998
|
init_c();
|
|
3428
3999
|
init_clojure();
|
|
3429
4000
|
init_cmake();
|
|
@@ -3434,6 +4005,7 @@ init_crystal();
|
|
|
3434
4005
|
init_csharp();
|
|
3435
4006
|
init_css();
|
|
3436
4007
|
init_cuda();
|
|
4008
|
+
init_cue();
|
|
3437
4009
|
init_d();
|
|
3438
4010
|
init_dart();
|
|
3439
4011
|
init_dockerfile();
|
|
@@ -3443,6 +4015,7 @@ init_erlang();
|
|
|
3443
4015
|
init_fennel();
|
|
3444
4016
|
init_fortran();
|
|
3445
4017
|
init_fsharp();
|
|
4018
|
+
init_gdscript();
|
|
3446
4019
|
init_git();
|
|
3447
4020
|
init_gleam();
|
|
3448
4021
|
init_glsl();
|
|
@@ -3450,6 +4023,7 @@ init_go();
|
|
|
3450
4023
|
init_gradle();
|
|
3451
4024
|
init_graphql();
|
|
3452
4025
|
init_groovy();
|
|
4026
|
+
init_handlebars();
|
|
3453
4027
|
init_haskell();
|
|
3454
4028
|
init_haxe();
|
|
3455
4029
|
init_hcl();
|
|
@@ -3457,16 +4031,20 @@ init_html();
|
|
|
3457
4031
|
init_ini();
|
|
3458
4032
|
init_java();
|
|
3459
4033
|
init_javascript();
|
|
4034
|
+
init_jinja();
|
|
3460
4035
|
init_json();
|
|
3461
4036
|
init_julia();
|
|
3462
4037
|
init_jupyter_notebook();
|
|
3463
4038
|
init_kotlin();
|
|
3464
4039
|
init_less();
|
|
4040
|
+
init_liquid();
|
|
3465
4041
|
init_lisp();
|
|
3466
4042
|
init_lua();
|
|
3467
4043
|
init_makefile();
|
|
3468
4044
|
init_markdown();
|
|
3469
4045
|
init_matlab();
|
|
4046
|
+
init_mdx();
|
|
4047
|
+
init_mermaid();
|
|
3470
4048
|
init_meson();
|
|
3471
4049
|
init_metal();
|
|
3472
4050
|
init_nginx();
|
|
@@ -3477,6 +4055,7 @@ init_ocaml();
|
|
|
3477
4055
|
init_pascal();
|
|
3478
4056
|
init_perl();
|
|
3479
4057
|
init_php();
|
|
4058
|
+
init_plantuml();
|
|
3480
4059
|
init_powershell();
|
|
3481
4060
|
init_protobuf();
|
|
3482
4061
|
init_pug();
|
|
@@ -3484,6 +4063,7 @@ init_python();
|
|
|
3484
4063
|
init_r();
|
|
3485
4064
|
init_racket();
|
|
3486
4065
|
init_razor();
|
|
4066
|
+
init_rego();
|
|
3487
4067
|
init_ruby();
|
|
3488
4068
|
init_rust();
|
|
3489
4069
|
init_scala();
|
|
@@ -3495,13 +4075,18 @@ init_svg();
|
|
|
3495
4075
|
init_svn();
|
|
3496
4076
|
init_swift();
|
|
3497
4077
|
init_tcl();
|
|
4078
|
+
init_tex();
|
|
3498
4079
|
init_toml();
|
|
4080
|
+
init_twig();
|
|
3499
4081
|
init_typescript();
|
|
4082
|
+
init_verilog();
|
|
3500
4083
|
init_visual_basic();
|
|
3501
4084
|
init_vue();
|
|
3502
4085
|
init_webassembly();
|
|
3503
4086
|
init_xaml();
|
|
3504
4087
|
init_xml();
|
|
4088
|
+
init_xquery();
|
|
4089
|
+
init_xslt();
|
|
3505
4090
|
init_yaml();
|
|
3506
4091
|
init_zig();
|
|
3507
4092
|
init_zsh();
|
|
@@ -3516,6 +4101,7 @@ var languages = [
|
|
|
3516
4101
|
awk,
|
|
3517
4102
|
bash,
|
|
3518
4103
|
batch,
|
|
4104
|
+
bicep,
|
|
3519
4105
|
c,
|
|
3520
4106
|
cmake,
|
|
3521
4107
|
clojure,
|
|
@@ -3525,6 +4111,7 @@ var languages = [
|
|
|
3525
4111
|
csharp,
|
|
3526
4112
|
crystal,
|
|
3527
4113
|
css,
|
|
4114
|
+
cue,
|
|
3528
4115
|
cuda,
|
|
3529
4116
|
d,
|
|
3530
4117
|
dart,
|
|
@@ -3535,6 +4122,7 @@ var languages = [
|
|
|
3535
4122
|
fennel,
|
|
3536
4123
|
fortran,
|
|
3537
4124
|
fsharp,
|
|
4125
|
+
gdscript,
|
|
3538
4126
|
git,
|
|
3539
4127
|
gleam,
|
|
3540
4128
|
go,
|
|
@@ -3542,6 +4130,7 @@ var languages = [
|
|
|
3542
4130
|
glsl,
|
|
3543
4131
|
graphql,
|
|
3544
4132
|
groovy,
|
|
4133
|
+
handlebars,
|
|
3545
4134
|
haskell,
|
|
3546
4135
|
haxe,
|
|
3547
4136
|
hcl,
|
|
@@ -3549,16 +4138,20 @@ var languages = [
|
|
|
3549
4138
|
ini,
|
|
3550
4139
|
java,
|
|
3551
4140
|
javascript,
|
|
4141
|
+
jinja,
|
|
3552
4142
|
json,
|
|
3553
4143
|
jupyterNotebook,
|
|
3554
4144
|
julia,
|
|
3555
4145
|
kotlin,
|
|
3556
4146
|
less,
|
|
4147
|
+
liquid,
|
|
3557
4148
|
lisp,
|
|
3558
4149
|
lua,
|
|
3559
4150
|
makefile,
|
|
3560
4151
|
matlab,
|
|
3561
4152
|
markdown,
|
|
4153
|
+
mdx,
|
|
4154
|
+
mermaid,
|
|
3562
4155
|
meson,
|
|
3563
4156
|
metal,
|
|
3564
4157
|
svn,
|
|
@@ -3570,6 +4163,7 @@ var languages = [
|
|
|
3570
4163
|
pascal,
|
|
3571
4164
|
perl,
|
|
3572
4165
|
php,
|
|
4166
|
+
plantuml,
|
|
3573
4167
|
powershell,
|
|
3574
4168
|
protobuf,
|
|
3575
4169
|
pug,
|
|
@@ -3577,6 +4171,7 @@ var languages = [
|
|
|
3577
4171
|
r,
|
|
3578
4172
|
racket,
|
|
3579
4173
|
razor,
|
|
4174
|
+
rego,
|
|
3580
4175
|
ruby,
|
|
3581
4176
|
rust,
|
|
3582
4177
|
scala,
|
|
@@ -3587,13 +4182,18 @@ var languages = [
|
|
|
3587
4182
|
svelte,
|
|
3588
4183
|
swift,
|
|
3589
4184
|
tcl,
|
|
4185
|
+
tex,
|
|
3590
4186
|
toml,
|
|
4187
|
+
twig,
|
|
3591
4188
|
typescript,
|
|
4189
|
+
verilog,
|
|
3592
4190
|
visualBasic,
|
|
3593
4191
|
vue,
|
|
3594
4192
|
webassembly,
|
|
3595
4193
|
xaml,
|
|
3596
4194
|
xml,
|
|
4195
|
+
xquery,
|
|
4196
|
+
xslt,
|
|
3597
4197
|
yaml,
|
|
3598
4198
|
zig,
|
|
3599
4199
|
zsh
|
|
@@ -3666,6 +4266,7 @@ var languageIndex = [
|
|
|
3666
4266
|
extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
|
|
3667
4267
|
},
|
|
3668
4268
|
{ slug: "batch", extensions: [".bat", ".cmd"] },
|
|
4269
|
+
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
3669
4270
|
{ slug: "c", extensions: [".c", ".h"] },
|
|
3670
4271
|
{ slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
|
|
3671
4272
|
{ slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
|
|
@@ -3675,6 +4276,7 @@ var languageIndex = [
|
|
|
3675
4276
|
{ slug: "csharp", extensions: [".cs", ".csx"] },
|
|
3676
4277
|
{ slug: "crystal", extensions: [".cr"] },
|
|
3677
4278
|
{ slug: "css", extensions: [".css"] },
|
|
4279
|
+
{ slug: "cue", extensions: [".cue"] },
|
|
3678
4280
|
{ slug: "cuda", extensions: [".cu", ".cuh"] },
|
|
3679
4281
|
{ slug: "d", extensions: [".d", ".di"] },
|
|
3680
4282
|
{ slug: "dart", extensions: [".dart"] },
|
|
@@ -3691,6 +4293,7 @@ var languageIndex = [
|
|
|
3691
4293
|
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
|
|
3692
4294
|
},
|
|
3693
4295
|
{ slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
|
|
4296
|
+
{ slug: "gdscript", extensions: [".gd"] },
|
|
3694
4297
|
{ slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
|
|
3695
4298
|
{ slug: "gleam", extensions: [".gleam"] },
|
|
3696
4299
|
{ slug: "go", extensions: [".go"] },
|
|
@@ -3701,6 +4304,7 @@ var languageIndex = [
|
|
|
3701
4304
|
},
|
|
3702
4305
|
{ slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
|
|
3703
4306
|
{ slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
|
|
4307
|
+
{ slug: "handlebars", extensions: [".hbs", ".handlebars"] },
|
|
3704
4308
|
{ slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
|
|
3705
4309
|
{ slug: "haxe", extensions: [".hx", ".hxml"] },
|
|
3706
4310
|
{ slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
|
|
@@ -3708,16 +4312,20 @@ var languageIndex = [
|
|
|
3708
4312
|
{ slug: "ini", extensions: [".ini"] },
|
|
3709
4313
|
{ slug: "java", extensions: [".java"] },
|
|
3710
4314
|
{ slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
|
|
4315
|
+
{ slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
|
|
3711
4316
|
{ slug: "json", extensions: [".json"] },
|
|
3712
4317
|
{ slug: "jupyter-notebook", extensions: [".ipynb"] },
|
|
3713
4318
|
{ slug: "julia", extensions: [".jl"] },
|
|
3714
4319
|
{ slug: "kotlin", extensions: [".kt", ".kts"] },
|
|
3715
4320
|
{ slug: "less", extensions: [".less"] },
|
|
4321
|
+
{ slug: "liquid", extensions: [".liquid"] },
|
|
3716
4322
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
3717
4323
|
{ slug: "lua", extensions: [".lua", ".rockspec"] },
|
|
3718
4324
|
{ slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
|
|
3719
4325
|
{ slug: "matlab", extensions: [".m", ".mlx"] },
|
|
3720
4326
|
{ slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
|
|
4327
|
+
{ slug: "mdx", extensions: [".mdx"] },
|
|
4328
|
+
{ slug: "mermaid", extensions: [".mmd", ".mermaid"] },
|
|
3721
4329
|
{ slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
|
|
3722
4330
|
{ slug: "metal", extensions: [".metal"] },
|
|
3723
4331
|
{ slug: "svn", extensions: [".svn", "svnserve.conf"] },
|
|
@@ -3729,6 +4337,7 @@ var languageIndex = [
|
|
|
3729
4337
|
{ slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
|
|
3730
4338
|
{ slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
|
|
3731
4339
|
{ slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
|
|
4340
|
+
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
3732
4341
|
{ slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
|
|
3733
4342
|
{ slug: "protobuf", extensions: [".proto"] },
|
|
3734
4343
|
{ slug: "pug", extensions: [".pug", ".jade"] },
|
|
@@ -3736,6 +4345,7 @@ var languageIndex = [
|
|
|
3736
4345
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
3737
4346
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
3738
4347
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
4348
|
+
{ slug: "rego", extensions: [".rego"] },
|
|
3739
4349
|
{
|
|
3740
4350
|
slug: "ruby",
|
|
3741
4351
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
|
|
@@ -3749,13 +4359,18 @@ var languageIndex = [
|
|
|
3749
4359
|
{ slug: "svelte", extensions: [".svelte"] },
|
|
3750
4360
|
{ slug: "swift", extensions: [".swift"] },
|
|
3751
4361
|
{ slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
|
|
4362
|
+
{ slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
|
|
3752
4363
|
{ slug: "toml", extensions: [".toml"] },
|
|
4364
|
+
{ slug: "twig", extensions: [".twig"] },
|
|
3753
4365
|
{ slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
|
|
4366
|
+
{ slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
|
|
3754
4367
|
{ slug: "visual-basic", extensions: [".vb"] },
|
|
3755
4368
|
{ slug: "vue", extensions: [".vue"] },
|
|
3756
4369
|
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
3757
4370
|
{ slug: "xaml", extensions: [".xaml", ".baml"] },
|
|
3758
4371
|
{ slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
|
|
4372
|
+
{ slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
|
|
4373
|
+
{ slug: "xslt", extensions: [".xsl", ".xslt"] },
|
|
3759
4374
|
{ slug: "yaml", extensions: [".yaml", ".yml"] },
|
|
3760
4375
|
{ slug: "zig", extensions: [".zig", ".zon"] },
|
|
3761
4376
|
{
|
|
@@ -3774,6 +4389,7 @@ var languageLoaders = {
|
|
|
3774
4389
|
awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
|
|
3775
4390
|
bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
|
|
3776
4391
|
batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
|
|
4392
|
+
bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
|
|
3777
4393
|
c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
|
|
3778
4394
|
cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
|
|
3779
4395
|
clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
|
|
@@ -3783,6 +4399,7 @@ var languageLoaders = {
|
|
|
3783
4399
|
csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
|
|
3784
4400
|
crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
|
|
3785
4401
|
css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
|
|
4402
|
+
cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
|
|
3786
4403
|
cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
|
|
3787
4404
|
d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
|
|
3788
4405
|
dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
|
|
@@ -3793,6 +4410,7 @@ var languageLoaders = {
|
|
|
3793
4410
|
fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
|
|
3794
4411
|
fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
|
|
3795
4412
|
fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
|
|
4413
|
+
gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
|
|
3796
4414
|
git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
|
|
3797
4415
|
gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
|
|
3798
4416
|
go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
|
|
@@ -3800,6 +4418,7 @@ var languageLoaders = {
|
|
|
3800
4418
|
glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
|
|
3801
4419
|
graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
|
|
3802
4420
|
groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
|
|
4421
|
+
handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
|
|
3803
4422
|
haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
|
|
3804
4423
|
haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
|
|
3805
4424
|
hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
|
|
@@ -3807,16 +4426,20 @@ var languageLoaders = {
|
|
|
3807
4426
|
ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
|
|
3808
4427
|
java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
|
|
3809
4428
|
javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
|
|
4429
|
+
jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
|
|
3810
4430
|
json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
|
|
3811
4431
|
"jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
|
|
3812
4432
|
julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
|
|
3813
4433
|
kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
|
|
3814
4434
|
less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
|
|
4435
|
+
liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
|
|
3815
4436
|
lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
|
|
3816
4437
|
lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
|
|
3817
4438
|
makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
|
|
3818
4439
|
matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
|
|
3819
4440
|
markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
|
|
4441
|
+
mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
|
|
4442
|
+
mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
|
|
3820
4443
|
meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
|
|
3821
4444
|
metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
|
|
3822
4445
|
svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
|
|
@@ -3828,6 +4451,7 @@ var languageLoaders = {
|
|
|
3828
4451
|
pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
|
|
3829
4452
|
perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
|
|
3830
4453
|
php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
|
|
4454
|
+
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
3831
4455
|
powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
|
|
3832
4456
|
protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
|
|
3833
4457
|
pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
|
|
@@ -3835,6 +4459,7 @@ var languageLoaders = {
|
|
|
3835
4459
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
3836
4460
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
3837
4461
|
razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
|
|
4462
|
+
rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
|
|
3838
4463
|
ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
|
|
3839
4464
|
rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
|
|
3840
4465
|
scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
|
|
@@ -3845,13 +4470,18 @@ var languageLoaders = {
|
|
|
3845
4470
|
svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
|
|
3846
4471
|
swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
|
|
3847
4472
|
tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
|
|
4473
|
+
tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
|
|
3848
4474
|
toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
|
|
4475
|
+
twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
|
|
3849
4476
|
typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
|
|
4477
|
+
verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
|
|
3850
4478
|
"visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
|
|
3851
4479
|
vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
|
|
3852
4480
|
webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
|
|
3853
4481
|
xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
|
|
3854
4482
|
xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
|
|
4483
|
+
xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
|
|
4484
|
+
xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
|
|
3855
4485
|
yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
|
|
3856
4486
|
zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
|
|
3857
4487
|
zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
|