code-languages 1.17.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/README.md +100 -0
  2. package/dist/api.cjs +843 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +643 -103
  5. package/dist/api.d.ts +643 -103
  6. package/dist/api.js +843 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +600 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +600 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +843 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +522 -2
  15. package/dist/index.d.ts +522 -2
  16. package/dist/index.js +843 -0
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/asciidoc.cjs +34 -0
  19. package/dist/languages/asciidoc.cjs.map +1 -0
  20. package/dist/languages/asciidoc.d.cts +29 -0
  21. package/dist/languages/asciidoc.d.ts +29 -0
  22. package/dist/languages/asciidoc.js +32 -0
  23. package/dist/languages/asciidoc.js.map +1 -0
  24. package/dist/languages/bazel.cjs +34 -0
  25. package/dist/languages/bazel.cjs.map +1 -0
  26. package/dist/languages/bazel.d.cts +29 -0
  27. package/dist/languages/bazel.d.ts +29 -0
  28. package/dist/languages/bazel.js +32 -0
  29. package/dist/languages/bazel.js.map +1 -0
  30. package/dist/languages/bicep.cjs +34 -0
  31. package/dist/languages/bicep.cjs.map +1 -0
  32. package/dist/languages/bicep.d.cts +29 -0
  33. package/dist/languages/bicep.d.ts +29 -0
  34. package/dist/languages/bicep.js +32 -0
  35. package/dist/languages/bicep.js.map +1 -0
  36. package/dist/languages/blade.cjs +34 -0
  37. package/dist/languages/blade.cjs.map +1 -0
  38. package/dist/languages/blade.d.cts +29 -0
  39. package/dist/languages/blade.d.ts +29 -0
  40. package/dist/languages/blade.js +32 -0
  41. package/dist/languages/blade.js.map +1 -0
  42. package/dist/languages/cue.cjs +34 -0
  43. package/dist/languages/cue.cjs.map +1 -0
  44. package/dist/languages/cue.d.cts +29 -0
  45. package/dist/languages/cue.d.ts +29 -0
  46. package/dist/languages/cue.js +32 -0
  47. package/dist/languages/cue.js.map +1 -0
  48. package/dist/languages/gdscript.cjs +34 -0
  49. package/dist/languages/gdscript.cjs.map +1 -0
  50. package/dist/languages/gdscript.d.cts +29 -0
  51. package/dist/languages/gdscript.d.ts +29 -0
  52. package/dist/languages/gdscript.js +32 -0
  53. package/dist/languages/gdscript.js.map +1 -0
  54. package/dist/languages/handlebars.cjs +34 -0
  55. package/dist/languages/handlebars.cjs.map +1 -0
  56. package/dist/languages/handlebars.d.cts +29 -0
  57. package/dist/languages/handlebars.d.ts +29 -0
  58. package/dist/languages/handlebars.js +32 -0
  59. package/dist/languages/handlebars.js.map +1 -0
  60. package/dist/languages/hlsl.cjs +34 -0
  61. package/dist/languages/hlsl.cjs.map +1 -0
  62. package/dist/languages/hlsl.d.cts +29 -0
  63. package/dist/languages/hlsl.d.ts +29 -0
  64. package/dist/languages/hlsl.js +32 -0
  65. package/dist/languages/hlsl.js.map +1 -0
  66. package/dist/languages/jinja.cjs +34 -0
  67. package/dist/languages/jinja.cjs.map +1 -0
  68. package/dist/languages/jinja.d.cts +29 -0
  69. package/dist/languages/jinja.d.ts +29 -0
  70. package/dist/languages/jinja.js +32 -0
  71. package/dist/languages/jinja.js.map +1 -0
  72. package/dist/languages/liquid.cjs +34 -0
  73. package/dist/languages/liquid.cjs.map +1 -0
  74. package/dist/languages/liquid.d.cts +29 -0
  75. package/dist/languages/liquid.d.ts +29 -0
  76. package/dist/languages/liquid.js +32 -0
  77. package/dist/languages/liquid.js.map +1 -0
  78. package/dist/languages/mdx.cjs +34 -0
  79. package/dist/languages/mdx.cjs.map +1 -0
  80. package/dist/languages/mdx.d.cts +29 -0
  81. package/dist/languages/mdx.d.ts +29 -0
  82. package/dist/languages/mdx.js +32 -0
  83. package/dist/languages/mdx.js.map +1 -0
  84. package/dist/languages/mermaid.cjs +34 -0
  85. package/dist/languages/mermaid.cjs.map +1 -0
  86. package/dist/languages/mermaid.d.cts +29 -0
  87. package/dist/languages/mermaid.d.ts +29 -0
  88. package/dist/languages/mermaid.js +32 -0
  89. package/dist/languages/mermaid.js.map +1 -0
  90. package/dist/languages/plantuml.cjs +34 -0
  91. package/dist/languages/plantuml.cjs.map +1 -0
  92. package/dist/languages/plantuml.d.cts +29 -0
  93. package/dist/languages/plantuml.d.ts +29 -0
  94. package/dist/languages/plantuml.js +32 -0
  95. package/dist/languages/plantuml.js.map +1 -0
  96. package/dist/languages/prolog.cjs +34 -0
  97. package/dist/languages/prolog.cjs.map +1 -0
  98. package/dist/languages/prolog.d.cts +29 -0
  99. package/dist/languages/prolog.d.ts +29 -0
  100. package/dist/languages/prolog.js +32 -0
  101. package/dist/languages/prolog.js.map +1 -0
  102. package/dist/languages/qml.cjs +34 -0
  103. package/dist/languages/qml.cjs.map +1 -0
  104. package/dist/languages/qml.d.cts +29 -0
  105. package/dist/languages/qml.d.ts +29 -0
  106. package/dist/languages/qml.js +32 -0
  107. package/dist/languages/qml.js.map +1 -0
  108. package/dist/languages/starlark.cjs +34 -0
  109. package/dist/languages/starlark.cjs.map +1 -0
  110. package/dist/languages/starlark.d.cts +29 -0
  111. package/dist/languages/starlark.d.ts +29 -0
  112. package/dist/languages/starlark.js +32 -0
  113. package/dist/languages/starlark.js.map +1 -0
  114. package/dist/languages/typst.cjs +34 -0
  115. package/dist/languages/typst.cjs.map +1 -0
  116. package/dist/languages/typst.d.cts +29 -0
  117. package/dist/languages/typst.d.ts +29 -0
  118. package/dist/languages/typst.js +32 -0
  119. package/dist/languages/typst.js.map +1 -0
  120. package/dist/languages/verilog.cjs +34 -0
  121. package/dist/languages/verilog.cjs.map +1 -0
  122. package/dist/languages/verilog.d.cts +29 -0
  123. package/dist/languages/verilog.d.ts +29 -0
  124. package/dist/languages/verilog.js +32 -0
  125. package/dist/languages/verilog.js.map +1 -0
  126. package/dist/languages/vhdl.cjs +34 -0
  127. package/dist/languages/vhdl.cjs.map +1 -0
  128. package/dist/languages/vhdl.d.cts +29 -0
  129. package/dist/languages/vhdl.d.ts +29 -0
  130. package/dist/languages/vhdl.js +32 -0
  131. package/dist/languages/vhdl.js.map +1 -0
  132. package/dist/languages/wgsl.cjs +34 -0
  133. package/dist/languages/wgsl.cjs.map +1 -0
  134. package/dist/languages/wgsl.d.cts +29 -0
  135. package/dist/languages/wgsl.d.ts +29 -0
  136. package/dist/languages/wgsl.js +32 -0
  137. package/dist/languages/wgsl.js.map +1 -0
  138. package/package.json +101 -1
package/dist/api.cjs CHANGED
@@ -160,6 +160,44 @@ var init_apex = __esm({
160
160
  }
161
161
  });
162
162
 
163
+ // src/languages/asciidoc.ts
164
+ var asciidoc_exports = {};
165
+ __export(asciidoc_exports, {
166
+ asciidoc: () => asciidoc
167
+ });
168
+ var asciidoc;
169
+ var init_asciidoc = __esm({
170
+ "src/languages/asciidoc.ts"() {
171
+ asciidoc = {
172
+ slug: "asciidoc",
173
+ publishedDate: "2002-11-25",
174
+ extensions: [".adoc", ".asciidoc", ".asc"],
175
+ author: "Stuart Rackham / AsciiDoc Working Group",
176
+ website: "https://asciidoc.org",
177
+ paradigms: ["markup", "documentation", "declarative", "publishing"],
178
+ tooling: {
179
+ runtimes: ["Asciidoctor", "Asciidoctor.js", "Antora"],
180
+ packageManagers: ["RubyGems", "npm", "Maven"],
181
+ ecosystems: ["Documentation", "Publishing", "Technical Writing", "Static Sites"]
182
+ },
183
+ version: "pre-spec",
184
+ logo: "https://cdn.simpleicons.org/asciidoctor/E40046",
185
+ i18n: {
186
+ en: {
187
+ name: "AsciiDoc",
188
+ description: "A plain-text markup language for technical documentation, books, and publishing.",
189
+ longDescription: "AsciiDoc is a readable markup language for writing structured documents with sections, attributes, lists, tables, admonitions, cross references, includes, source blocks, and rich publishing metadata. It is designed to remain comfortable in plain text while supporting professional output formats.\n\nIt is used for product documentation, books, technical manuals, API guides, knowledge bases, Antora documentation sites, and publishing workflows that need semantic source files under version control."
190
+ },
191
+ es: {
192
+ name: "AsciiDoc",
193
+ description: "Un lenguaje de marcado en texto plano para documentacion tecnica, libros y publicacion.",
194
+ longDescription: "AsciiDoc es un lenguaje de marcado legible para escribir documentos estructurados con secciones, atributos, listas, tablas, admoniciones, referencias cruzadas, includes, bloques de codigo y metadatos de publicacion. Esta pensado para ser comodo en texto plano y aun asi soportar salidas profesionales.\n\nSe usa en documentacion de producto, libros, manuales tecnicos, guias de API, bases de conocimiento, sitios Antora y flujos de publicacion que necesitan archivos fuente semanticos bajo control de versiones."
195
+ }
196
+ }
197
+ };
198
+ }
199
+ });
200
+
163
201
  // src/languages/asp.ts
164
202
  var asp_exports = {};
165
203
  __export(asp_exports, {
@@ -387,6 +425,120 @@ var init_batch = __esm({
387
425
  }
388
426
  });
389
427
 
428
+ // src/languages/bazel.ts
429
+ var bazel_exports = {};
430
+ __export(bazel_exports, {
431
+ bazel: () => bazel
432
+ });
433
+ var bazel;
434
+ var init_bazel = __esm({
435
+ "src/languages/bazel.ts"() {
436
+ bazel = {
437
+ slug: "bazel",
438
+ publishedDate: "2015-03-25",
439
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
440
+ author: "Google / Bazel contributors",
441
+ website: "https://bazel.build",
442
+ paradigms: ["declarative", "build-configuration", "hermetic", "monorepo"],
443
+ tooling: {
444
+ runtimes: ["Bazel"],
445
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
446
+ ecosystems: ["Build Systems", "Monorepos", "CI/CD", "Polyglot Repositories"]
447
+ },
448
+ version: "9.0.2",
449
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
450
+ i18n: {
451
+ en: {
452
+ name: "Bazel",
453
+ description: "A build and test configuration language for fast, reproducible multi-language builds.",
454
+ longDescription: "Bazel files describe packages, targets, dependencies, toolchains, platforms, modules, and build rules for Bazel's hermetic build graph. BUILD and MODULE files are declarative, while extension logic is commonly written in Starlark.\n\nIt is used in monorepos, large-scale CI systems, polyglot projects, remote execution workflows, reproducible builds, dependency graph analysis, and teams that need consistent builds across machines and languages."
455
+ },
456
+ es: {
457
+ name: "Bazel",
458
+ description: "Un lenguaje de configuracion de build y test para compilaciones rapidas y reproducibles.",
459
+ longDescription: "Los archivos Bazel describen paquetes, targets, dependencias, toolchains, plataformas, modulos y reglas para el grafo de build hermetico de Bazel. Los archivos BUILD y MODULE son declarativos, mientras que la logica de extension suele escribirse en Starlark.\n\nSe usa en monorepos, sistemas CI a gran escala, proyectos poliglota, remote execution, builds reproducibles, analisis de grafos de dependencias y equipos que necesitan builds consistentes entre maquinas y lenguajes."
460
+ }
461
+ }
462
+ };
463
+ }
464
+ });
465
+
466
+ // src/languages/bicep.ts
467
+ var bicep_exports = {};
468
+ __export(bicep_exports, {
469
+ bicep: () => bicep
470
+ });
471
+ var bicep;
472
+ var init_bicep = __esm({
473
+ "src/languages/bicep.ts"() {
474
+ bicep = {
475
+ slug: "bicep",
476
+ publishedDate: "2020-09-01",
477
+ extensions: [".bicep", ".bicepparam"],
478
+ author: "Microsoft",
479
+ website: "https://github.com/Azure/bicep",
480
+ paradigms: ["declarative", "infrastructure-as-code", "configuration"],
481
+ tooling: {
482
+ runtimes: ["Azure Resource Manager"],
483
+ packageManagers: ["Azure Verified Modules", "Bicep Registry"],
484
+ ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
485
+ },
486
+ version: "0.43.8",
487
+ logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
488
+ i18n: {
489
+ en: {
490
+ name: "Bicep",
491
+ description: "A declarative language for describing Azure infrastructure as code.",
492
+ 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."
493
+ },
494
+ es: {
495
+ name: "Bicep",
496
+ description: "Un lenguaje declarativo para describir infraestructura de Azure como codigo.",
497
+ 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."
498
+ }
499
+ }
500
+ };
501
+ }
502
+ });
503
+
504
+ // src/languages/blade.ts
505
+ var blade_exports = {};
506
+ __export(blade_exports, {
507
+ blade: () => blade
508
+ });
509
+ var blade;
510
+ var init_blade = __esm({
511
+ "src/languages/blade.ts"() {
512
+ blade = {
513
+ slug: "blade",
514
+ publishedDate: "2011-06-09",
515
+ extensions: [".blade.php"],
516
+ author: "Taylor Otwell / Laravel",
517
+ website: "https://laravel.com/docs/blade",
518
+ paradigms: ["templating", "server-side", "component-oriented", "declarative"],
519
+ tooling: {
520
+ runtimes: ["PHP", "Laravel"],
521
+ packageManagers: ["Composer"],
522
+ ecosystems: ["Laravel", "PHP", "Web", "Server-rendered UI"]
523
+ },
524
+ version: "Laravel 12.x",
525
+ logo: "https://cdn.simpleicons.org/laravel/FF2D20",
526
+ i18n: {
527
+ en: {
528
+ name: "Blade",
529
+ description: "Laravel's server-side template language for views, components, and layouts.",
530
+ longDescription: "Blade is Laravel's template language for composing PHP views with directives, layouts, sections, stacks, components, slots, conditionals, loops, includes, escaping, and custom compiler extensions. It keeps templates close to HTML while integrating deeply with Laravel features.\n\nIt is used for Laravel applications, server-rendered interfaces, form views, email templates, reusable UI components, admin panels, and PHP projects that rely on Laravel's view layer."
531
+ },
532
+ es: {
533
+ name: "Blade",
534
+ description: "El lenguaje de plantillas de Laravel para vistas, componentes y layouts en servidor.",
535
+ longDescription: "Blade es el lenguaje de plantillas de Laravel para componer vistas PHP con directivas, layouts, secciones, stacks, componentes, slots, condicionales, bucles, includes, escapado y extensiones del compilador. Mantiene las plantillas cerca de HTML y se integra de forma profunda con Laravel.\n\nSe usa en aplicaciones Laravel, interfaces renderizadas en servidor, vistas de formularios, plantillas de email, componentes UI reutilizables, paneles administrativos y proyectos PHP que dependen de la capa de vistas de Laravel."
536
+ }
537
+ }
538
+ };
539
+ }
540
+ });
541
+
390
542
  // src/languages/c.ts
391
543
  var c_exports = {};
392
544
  __export(c_exports, {
@@ -760,6 +912,44 @@ var init_cuda = __esm({
760
912
  }
761
913
  });
762
914
 
915
+ // src/languages/cue.ts
916
+ var cue_exports = {};
917
+ __export(cue_exports, {
918
+ cue: () => cue
919
+ });
920
+ var cue;
921
+ var init_cue = __esm({
922
+ "src/languages/cue.ts"() {
923
+ cue = {
924
+ slug: "cue",
925
+ publishedDate: "2019-02-27",
926
+ extensions: [".cue"],
927
+ author: "Marcel van Lohuizen / CUE contributors",
928
+ website: "https://cue.dev",
929
+ paradigms: ["declarative", "constraint-based", "data-validation", "configuration"],
930
+ tooling: {
931
+ runtimes: ["CUE CLI", "Go"],
932
+ packageManagers: ["Go modules"],
933
+ ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
934
+ },
935
+ version: "0.16.1",
936
+ logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
937
+ i18n: {
938
+ en: {
939
+ name: "CUE",
940
+ description: "A constraint-based language for configuration, data validation, and generation.",
941
+ 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."
942
+ },
943
+ es: {
944
+ name: "CUE",
945
+ description: "Un lenguaje basado en restricciones para configuracion, validacion y generacion de datos.",
946
+ 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."
947
+ }
948
+ }
949
+ };
950
+ }
951
+ });
952
+
763
953
  // src/languages/d.ts
764
954
  var d_exports = {};
765
955
  __export(d_exports, {
@@ -1101,6 +1291,44 @@ var init_fsharp = __esm({
1101
1291
  }
1102
1292
  });
1103
1293
 
1294
+ // src/languages/gdscript.ts
1295
+ var gdscript_exports = {};
1296
+ __export(gdscript_exports, {
1297
+ gdscript: () => gdscript
1298
+ });
1299
+ var gdscript;
1300
+ var init_gdscript = __esm({
1301
+ "src/languages/gdscript.ts"() {
1302
+ gdscript = {
1303
+ slug: "gdscript",
1304
+ publishedDate: "2014-12-15",
1305
+ extensions: [".gd"],
1306
+ author: "Juan Linietsky, Ariel Manzur / Godot contributors",
1307
+ website: "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/",
1308
+ paradigms: ["object-oriented", "imperative", "event-driven", "scripting"],
1309
+ tooling: {
1310
+ runtimes: ["Godot Engine"],
1311
+ packageManagers: ["Godot Asset Library"],
1312
+ ecosystems: ["Game Development", "2D Games", "3D Games"]
1313
+ },
1314
+ version: "4.6",
1315
+ logo: "https://cdn.simpleicons.org/godotengine/478CBF",
1316
+ i18n: {
1317
+ en: {
1318
+ name: "GDScript",
1319
+ description: "Godot Engine's integrated scripting language for gameplay and editor logic.",
1320
+ 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."
1321
+ },
1322
+ es: {
1323
+ name: "GDScript",
1324
+ description: "El lenguaje de scripting integrado de Godot Engine para gameplay y logica de editor.",
1325
+ 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."
1326
+ }
1327
+ }
1328
+ };
1329
+ }
1330
+ });
1331
+
1104
1332
  // src/languages/git.ts
1105
1333
  var git_exports = {};
1106
1334
  __export(git_exports, {
@@ -1366,6 +1594,44 @@ var init_groovy = __esm({
1366
1594
  }
1367
1595
  });
1368
1596
 
1597
+ // src/languages/handlebars.ts
1598
+ var handlebars_exports = {};
1599
+ __export(handlebars_exports, {
1600
+ handlebars: () => handlebars
1601
+ });
1602
+ var handlebars;
1603
+ var init_handlebars = __esm({
1604
+ "src/languages/handlebars.ts"() {
1605
+ handlebars = {
1606
+ slug: "handlebars",
1607
+ publishedDate: "2010-07-01",
1608
+ extensions: [".hbs", ".handlebars"],
1609
+ author: "Yehuda Katz / Handlebars contributors",
1610
+ website: "https://handlebarsjs.com",
1611
+ paradigms: ["templating", "declarative", "logic-less"],
1612
+ tooling: {
1613
+ runtimes: ["Node.js", "Browser"],
1614
+ packageManagers: ["npm", "Yarn", "pnpm"],
1615
+ ecosystems: ["Web", "Email Templates", "Static Sites"]
1616
+ },
1617
+ version: "4.7.9",
1618
+ logo: "https://cdn.simpleicons.org/handlebarsdotjs/000000",
1619
+ i18n: {
1620
+ en: {
1621
+ name: "Handlebars",
1622
+ description: "A logic-light template language for rendering HTML and text from data.",
1623
+ 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."
1624
+ },
1625
+ es: {
1626
+ name: "Handlebars",
1627
+ description: "Un lenguaje de plantillas con poca logica para renderizar HTML y texto desde datos.",
1628
+ 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."
1629
+ }
1630
+ }
1631
+ };
1632
+ }
1633
+ });
1634
+
1369
1635
  // src/languages/haskell.ts
1370
1636
  var haskell_exports = {};
1371
1637
  __export(haskell_exports, {
@@ -1480,6 +1746,44 @@ var init_hcl = __esm({
1480
1746
  }
1481
1747
  });
1482
1748
 
1749
+ // src/languages/hlsl.ts
1750
+ var hlsl_exports = {};
1751
+ __export(hlsl_exports, {
1752
+ hlsl: () => hlsl
1753
+ });
1754
+ var hlsl;
1755
+ var init_hlsl = __esm({
1756
+ "src/languages/hlsl.ts"() {
1757
+ hlsl = {
1758
+ slug: "hlsl",
1759
+ publishedDate: "2002-12-01",
1760
+ extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
1761
+ author: "Microsoft",
1762
+ website: "https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl",
1763
+ paradigms: ["shader", "data-parallel", "graphics", "procedural"],
1764
+ tooling: {
1765
+ runtimes: ["Direct3D", "DirectX Shader Compiler", "Game Engines"],
1766
+ packageManagers: ["NuGet", "vcpkg"],
1767
+ ecosystems: ["Graphics", "Game Development", "GPU Programming", "DirectX"]
1768
+ },
1769
+ version: "Shader Model 6.9",
1770
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_hlsl.svg",
1771
+ i18n: {
1772
+ en: {
1773
+ name: "HLSL",
1774
+ description: "Microsoft's High-Level Shading Language for programmable graphics pipelines.",
1775
+ longDescription: "HLSL is a shader language for Direct3D and related graphics pipelines. It provides C-like syntax, vector and matrix types, textures, samplers, constant buffers, semantics, intrinsics, and shader stages for vertex, pixel, compute, geometry, hull, domain, mesh, amplification, and ray tracing workloads.\n\nIt is used in Windows games, rendering engines, GPU compute tasks, visual effects, real-time simulations, DirectX tools, and cross-compiled shader workflows that target modern graphics hardware."
1776
+ },
1777
+ es: {
1778
+ name: "HLSL",
1779
+ description: "El High-Level Shading Language de Microsoft para pipelines graficos programables.",
1780
+ longDescription: "HLSL es un lenguaje de shaders para Direct3D y pipelines graficos relacionados. Ofrece sintaxis similar a C, tipos vectoriales y matriciales, texturas, samplers, constant buffers, semanticas, intrinsics y etapas de shader para vertex, pixel, compute, geometry, hull, domain, mesh, amplification y ray tracing.\n\nSe usa en juegos Windows, motores de rendering, tareas GPU compute, efectos visuales, simulaciones en tiempo real, herramientas DirectX y flujos de shaders cross-compiled hacia hardware grafico moderno."
1781
+ }
1782
+ }
1783
+ };
1784
+ }
1785
+ });
1786
+
1483
1787
  // src/languages/html.ts
1484
1788
  var html_exports = {};
1485
1789
  __export(html_exports, {
@@ -1625,6 +1929,44 @@ var init_javascript = __esm({
1625
1929
  }
1626
1930
  });
1627
1931
 
1932
+ // src/languages/jinja.ts
1933
+ var jinja_exports = {};
1934
+ __export(jinja_exports, {
1935
+ jinja: () => jinja
1936
+ });
1937
+ var jinja;
1938
+ var init_jinja = __esm({
1939
+ "src/languages/jinja.ts"() {
1940
+ jinja = {
1941
+ slug: "jinja",
1942
+ publishedDate: "2008-07-17",
1943
+ extensions: [".jinja", ".jinja2", ".j2"],
1944
+ author: "Armin Ronacher / Pallets",
1945
+ website: "https://jinja.palletsprojects.com",
1946
+ paradigms: ["templating", "declarative", "server-side", "scripting"],
1947
+ tooling: {
1948
+ runtimes: ["Python"],
1949
+ packageManagers: ["pip", "Poetry", "uv"],
1950
+ ecosystems: ["Python", "Flask", "Ansible", "Web"]
1951
+ },
1952
+ version: "3.1.6",
1953
+ logo: "https://cdn.simpleicons.org/jinja/B41717",
1954
+ i18n: {
1955
+ en: {
1956
+ name: "Jinja",
1957
+ description: "A Python template language used for web views, automation, and configuration.",
1958
+ 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."
1959
+ },
1960
+ es: {
1961
+ name: "Jinja",
1962
+ description: "Un lenguaje de plantillas para Python usado en vistas web, automatizacion y configuracion.",
1963
+ 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."
1964
+ }
1965
+ }
1966
+ };
1967
+ }
1968
+ });
1969
+
1628
1970
  // src/languages/json.ts
1629
1971
  var json_exports = {};
1630
1972
  __export(json_exports, {
@@ -1810,6 +2152,44 @@ var init_less = __esm({
1810
2152
  }
1811
2153
  });
1812
2154
 
2155
+ // src/languages/liquid.ts
2156
+ var liquid_exports = {};
2157
+ __export(liquid_exports, {
2158
+ liquid: () => liquid
2159
+ });
2160
+ var liquid;
2161
+ var init_liquid = __esm({
2162
+ "src/languages/liquid.ts"() {
2163
+ liquid = {
2164
+ slug: "liquid",
2165
+ publishedDate: "2006-06-01",
2166
+ extensions: [".liquid"],
2167
+ author: "Shopify",
2168
+ website: "https://shopify.github.io/liquid/",
2169
+ paradigms: ["templating", "declarative", "logic-less", "server-side"],
2170
+ tooling: {
2171
+ runtimes: ["Ruby", "Node.js", "Shopify"],
2172
+ packageManagers: ["RubyGems", "npm"],
2173
+ ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
2174
+ },
2175
+ version: "10.21.1",
2176
+ logo: "https://cdn.simpleicons.org/shopify/7AB55C",
2177
+ i18n: {
2178
+ en: {
2179
+ name: "Liquid",
2180
+ description: "A safe template language used by Shopify, Jekyll, and content-driven sites.",
2181
+ 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."
2182
+ },
2183
+ es: {
2184
+ name: "Liquid",
2185
+ description: "Un lenguaje de plantillas seguro usado por Shopify, Jekyll y sitios basados en contenido.",
2186
+ 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."
2187
+ }
2188
+ }
2189
+ };
2190
+ }
2191
+ });
2192
+
1813
2193
  // src/languages/lisp.ts
1814
2194
  var lisp_exports = {};
1815
2195
  __export(lisp_exports, {
@@ -1994,6 +2374,82 @@ var init_matlab = __esm({
1994
2374
  }
1995
2375
  });
1996
2376
 
2377
+ // src/languages/mdx.ts
2378
+ var mdx_exports = {};
2379
+ __export(mdx_exports, {
2380
+ mdx: () => mdx
2381
+ });
2382
+ var mdx;
2383
+ var init_mdx = __esm({
2384
+ "src/languages/mdx.ts"() {
2385
+ mdx = {
2386
+ slug: "mdx",
2387
+ publishedDate: "2018-03-23",
2388
+ extensions: [".mdx"],
2389
+ author: "MDX contributors",
2390
+ website: "https://mdxjs.com",
2391
+ paradigms: ["markup", "component-oriented", "declarative", "documentation"],
2392
+ tooling: {
2393
+ runtimes: ["React", "Node.js"],
2394
+ packageManagers: ["npm", "Yarn", "pnpm"],
2395
+ ecosystems: ["Documentation", "React", "Static Sites", "Content"]
2396
+ },
2397
+ version: "3.1.1",
2398
+ logo: "https://cdn.simpleicons.org/mdx/1B1F24",
2399
+ i18n: {
2400
+ en: {
2401
+ name: "MDX",
2402
+ description: "A Markdown-based format that embeds JSX components in content documents.",
2403
+ 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."
2404
+ },
2405
+ es: {
2406
+ name: "MDX",
2407
+ description: "Un formato basado en Markdown que inserta componentes JSX en documentos de contenido.",
2408
+ 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."
2409
+ }
2410
+ }
2411
+ };
2412
+ }
2413
+ });
2414
+
2415
+ // src/languages/mermaid.ts
2416
+ var mermaid_exports = {};
2417
+ __export(mermaid_exports, {
2418
+ mermaid: () => mermaid
2419
+ });
2420
+ var mermaid;
2421
+ var init_mermaid = __esm({
2422
+ "src/languages/mermaid.ts"() {
2423
+ mermaid = {
2424
+ slug: "mermaid",
2425
+ publishedDate: "2014-11-04",
2426
+ extensions: [".mmd", ".mermaid"],
2427
+ author: "Knut Sveidqvist / Mermaid contributors",
2428
+ website: "https://mermaid.js.org",
2429
+ paradigms: ["declarative", "diagramming", "markup"],
2430
+ tooling: {
2431
+ runtimes: ["Browser", "Node.js"],
2432
+ packageManagers: ["npm", "Yarn", "pnpm"],
2433
+ ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
2434
+ },
2435
+ version: "11.11.0",
2436
+ logo: "https://cdn.simpleicons.org/mermaid/FF3670",
2437
+ i18n: {
2438
+ en: {
2439
+ name: "Mermaid",
2440
+ description: "A text-based diagram language for flowcharts, sequences, timelines, and more.",
2441
+ 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."
2442
+ },
2443
+ es: {
2444
+ name: "Mermaid",
2445
+ description: "Un lenguaje textual de diagramas para flujos, secuencias, lineas de tiempo y mas.",
2446
+ 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."
2447
+ }
2448
+ }
2449
+ };
2450
+ }
2451
+ });
2452
+
1997
2453
  // src/languages/meson.ts
1998
2454
  var meson_exports = {};
1999
2455
  __export(meson_exports, {
@@ -2372,6 +2828,44 @@ var init_php = __esm({
2372
2828
  }
2373
2829
  });
2374
2830
 
2831
+ // src/languages/plantuml.ts
2832
+ var plantuml_exports = {};
2833
+ __export(plantuml_exports, {
2834
+ plantuml: () => plantuml
2835
+ });
2836
+ var plantuml;
2837
+ var init_plantuml = __esm({
2838
+ "src/languages/plantuml.ts"() {
2839
+ plantuml = {
2840
+ slug: "plantuml",
2841
+ publishedDate: "2009-04-17",
2842
+ extensions: [".puml", ".plantuml", ".iuml"],
2843
+ author: "Arnaud Roques / PlantUML contributors",
2844
+ website: "https://plantuml.com",
2845
+ paradigms: ["declarative", "diagramming", "modeling"],
2846
+ tooling: {
2847
+ runtimes: ["Java", "PlantUML Server"],
2848
+ packageManagers: ["Maven", "Gradle", "npm"],
2849
+ ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
2850
+ },
2851
+ version: "1.2026.3",
2852
+ logo: "https://plantuml.com/logo3.png",
2853
+ i18n: {
2854
+ en: {
2855
+ name: "PlantUML",
2856
+ description: "A text-based diagram language for UML, architecture, and documentation diagrams.",
2857
+ 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."
2858
+ },
2859
+ es: {
2860
+ name: "PlantUML",
2861
+ description: "Un lenguaje textual de diagramas para UML, arquitectura y documentacion.",
2862
+ 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."
2863
+ }
2864
+ }
2865
+ };
2866
+ }
2867
+ });
2868
+
2375
2869
  // src/languages/powershell.ts
2376
2870
  var powershell_exports = {};
2377
2871
  __export(powershell_exports, {
@@ -2410,6 +2904,44 @@ var init_powershell = __esm({
2410
2904
  }
2411
2905
  });
2412
2906
 
2907
+ // src/languages/prolog.ts
2908
+ var prolog_exports = {};
2909
+ __export(prolog_exports, {
2910
+ prolog: () => prolog
2911
+ });
2912
+ var prolog;
2913
+ var init_prolog = __esm({
2914
+ "src/languages/prolog.ts"() {
2915
+ prolog = {
2916
+ slug: "prolog",
2917
+ publishedDate: "1972-01-01",
2918
+ extensions: [".pl", ".pro", ".prolog", ".P"],
2919
+ author: "Alain Colmerauer, Philippe Roussel, Robert Kowalski",
2920
+ website: "https://www.swi-prolog.org",
2921
+ paradigms: ["logic", "declarative", "relational", "constraint"],
2922
+ tooling: {
2923
+ runtimes: ["SWI-Prolog", "GNU Prolog", "Scryer Prolog"],
2924
+ packageManagers: ["SWI-Prolog pack"],
2925
+ ecosystems: ["Logic Programming", "AI", "Expert Systems", "Constraint Solving"]
2926
+ },
2927
+ version: "SWI-Prolog 10.0",
2928
+ logo: "https://www.swi-prolog.org/icons/swipl.png",
2929
+ i18n: {
2930
+ en: {
2931
+ name: "Prolog",
2932
+ description: "A logic programming language based on facts, rules, queries, and unification.",
2933
+ longDescription: "Prolog expresses programs as relations using facts, rules, terms, predicates, unification, backtracking, recursion, and constraint logic programming. Rather than spelling out step-by-step control flow, programs describe what is true and let the engine search for solutions.\n\nIt is used for symbolic AI, expert systems, theorem proving, language processing, rule engines, planning, scheduling, constraint solving, education, and domains where relational reasoning is more natural than imperative control flow."
2934
+ },
2935
+ es: {
2936
+ name: "Prolog",
2937
+ description: "Un lenguaje de programacion logica basado en hechos, reglas, consultas y unificacion.",
2938
+ longDescription: "Prolog expresa programas como relaciones usando hechos, reglas, terminos, predicados, unificacion, backtracking, recursion y programacion logica con restricciones. En vez de detallar flujo de control paso a paso, los programas describen que es verdadero y el motor busca soluciones.\n\nSe usa en IA simbolica, sistemas expertos, demostracion de teoremas, procesamiento de lenguaje, motores de reglas, planificacion, scheduling, resolucion de restricciones, educacion y dominios donde el razonamiento relacional es mas natural que el control imperativo."
2939
+ }
2940
+ }
2941
+ };
2942
+ }
2943
+ });
2944
+
2413
2945
  // src/languages/protobuf.ts
2414
2946
  var protobuf_exports = {};
2415
2947
  __export(protobuf_exports, {
@@ -2524,6 +3056,44 @@ var init_python = __esm({
2524
3056
  }
2525
3057
  });
2526
3058
 
3059
+ // src/languages/qml.ts
3060
+ var qml_exports = {};
3061
+ __export(qml_exports, {
3062
+ qml: () => qml
3063
+ });
3064
+ var qml;
3065
+ var init_qml = __esm({
3066
+ "src/languages/qml.ts"() {
3067
+ qml = {
3068
+ slug: "qml",
3069
+ publishedDate: "2009-01-01",
3070
+ extensions: [".qml", ".qmltypes", ".qmlproject"],
3071
+ author: "Qt Company / Qt Project",
3072
+ website: "https://doc.qt.io/qt-6/qmlapplications.html",
3073
+ paradigms: ["declarative", "reactive", "component-oriented", "ui"],
3074
+ tooling: {
3075
+ runtimes: ["Qt", "Qt Quick"],
3076
+ packageManagers: ["Conan", "vcpkg", "Qt Installer"],
3077
+ ecosystems: ["Desktop UI", "Embedded UI", "Mobile UI", "Qt"]
3078
+ },
3079
+ version: "Qt 6.11.1",
3080
+ logo: "https://cdn.simpleicons.org/qt/41CD52",
3081
+ i18n: {
3082
+ en: {
3083
+ name: "QML",
3084
+ description: "Qt's declarative language for building fluid, component-based user interfaces.",
3085
+ longDescription: "QML is a declarative language for Qt Quick applications, combining object trees, properties, bindings, signals, states, animations, JavaScript expressions, and reusable components. It is designed for building dynamic interfaces that connect naturally to C++ and Qt APIs.\n\nIt is used in desktop applications, embedded devices, mobile interfaces, automotive displays, industrial controls, media systems, and cross-platform Qt projects that need responsive and animated UI layers."
3086
+ },
3087
+ es: {
3088
+ name: "QML",
3089
+ description: "El lenguaje declarativo de Qt para crear interfaces fluidas basadas en componentes.",
3090
+ longDescription: "QML es un lenguaje declarativo para aplicaciones Qt Quick que combina arboles de objetos, propiedades, bindings, senales, estados, animaciones, expresiones JavaScript y componentes reutilizables. Esta pensado para crear interfaces dinamicas que se conectan de forma natural con C++ y las APIs de Qt.\n\nSe usa en aplicaciones de escritorio, dispositivos embebidos, interfaces moviles, pantallas automotrices, controles industriales, sistemas multimedia y proyectos Qt multiplataforma que necesitan capas UI responsivas y animadas."
3091
+ }
3092
+ }
3093
+ };
3094
+ }
3095
+ });
3096
+
2527
3097
  // src/languages/r.ts
2528
3098
  var r_exports = {};
2529
3099
  __export(r_exports, {
@@ -2899,6 +3469,44 @@ var init_sql = __esm({
2899
3469
  }
2900
3470
  });
2901
3471
 
3472
+ // src/languages/starlark.ts
3473
+ var starlark_exports = {};
3474
+ __export(starlark_exports, {
3475
+ starlark: () => starlark
3476
+ });
3477
+ var starlark;
3478
+ var init_starlark = __esm({
3479
+ "src/languages/starlark.ts"() {
3480
+ starlark = {
3481
+ slug: "starlark",
3482
+ publishedDate: "2015-03-25",
3483
+ extensions: [".bzl", ".star", ".sky"],
3484
+ author: "Google / Bazel contributors",
3485
+ website: "https://bazel.build/rules/language",
3486
+ paradigms: ["scripting", "configuration", "deterministic", "imperative"],
3487
+ tooling: {
3488
+ runtimes: ["Bazel", "Buck2", "Starlark Go"],
3489
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
3490
+ ecosystems: ["Build Systems", "Configuration", "Monorepos", "Tooling"]
3491
+ },
3492
+ version: "Bazel Starlark",
3493
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
3494
+ i18n: {
3495
+ en: {
3496
+ name: "Starlark",
3497
+ description: "A deterministic Python-like scripting language for build and configuration tools.",
3498
+ longDescription: "Starlark is a small, deterministic language with Python-like syntax, designed to be embedded in larger applications. It supports functions, lists, dictionaries, comprehensions, modules, and controlled evaluation while avoiding features that make builds or configuration unpredictable.\n\nIt is best known as Bazel's extension language for rules, macros, repositories, and module extensions, but it is also embedded in other build systems and tools that need safe, reproducible scripting."
3499
+ },
3500
+ es: {
3501
+ name: "Starlark",
3502
+ description: "Un lenguaje de scripting determinista similar a Python para herramientas de build y configuracion.",
3503
+ longDescription: "Starlark es un lenguaje pequeno y determinista con sintaxis similar a Python, disenado para embeberse en aplicaciones mas grandes. Soporta funciones, listas, diccionarios, comprehensions, modulos y evaluacion controlada, evitando caracteristicas que vuelven impredecibles los builds o la configuracion.\n\nEs conocido principalmente como el lenguaje de extension de Bazel para reglas, macros, repositorios y extensiones de modulos, pero tambien se integra en otros sistemas de build y herramientas que necesitan scripting seguro y reproducible."
3504
+ }
3505
+ }
3506
+ };
3507
+ }
3508
+ });
3509
+
2902
3510
  // src/languages/svelte.ts
2903
3511
  var svelte_exports = {};
2904
3512
  __export(svelte_exports, {
@@ -3234,6 +3842,120 @@ var init_typescript = __esm({
3234
3842
  }
3235
3843
  });
3236
3844
 
3845
+ // src/languages/typst.ts
3846
+ var typst_exports = {};
3847
+ __export(typst_exports, {
3848
+ typst: () => typst
3849
+ });
3850
+ var typst;
3851
+ var init_typst = __esm({
3852
+ "src/languages/typst.ts"() {
3853
+ typst = {
3854
+ slug: "typst",
3855
+ publishedDate: "2023-03-21",
3856
+ extensions: [".typ"],
3857
+ author: "Typst GmbH / Typst contributors",
3858
+ website: "https://typst.app",
3859
+ paradigms: ["markup", "typesetting", "functional", "scripting"],
3860
+ tooling: {
3861
+ runtimes: ["Typst CLI", "Typst Web App"],
3862
+ packageManagers: ["Typst Packages"],
3863
+ ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
3864
+ },
3865
+ version: "0.14.1",
3866
+ logo: "https://cdn.simpleicons.org/typst/239DAD",
3867
+ i18n: {
3868
+ en: {
3869
+ name: "Typst",
3870
+ description: "A modern markup and scripting language for typesetting documents and PDFs.",
3871
+ longDescription: "Typst combines lightweight markup, layout primitives, functions, variables, packages, math notation, bibliographies, templates, and scripting in a fast typesetting system. It aims to make professional document production more programmable and approachable than traditional TeX workflows.\n\nIt is used for academic papers, reports, books, resumes, lecture notes, templates, technical documents, and publishing workflows that need reproducible PDF generation from readable source files."
3872
+ },
3873
+ es: {
3874
+ name: "Typst",
3875
+ description: "Un lenguaje moderno de marcado y scripting para componer documentos y PDFs.",
3876
+ longDescription: "Typst combina marcado liviano, primitivas de layout, funciones, variables, paquetes, notacion matematica, bibliografias, templates y scripting en un sistema rapido de composicion. Busca hacer la produccion profesional de documentos mas programable y accesible que los flujos tradicionales con TeX.\n\nSe usa para articulos academicos, reportes, libros, CVs, apuntes de clase, templates, documentos tecnicos y flujos de publicacion que necesitan generar PDFs reproducibles desde archivos fuente legibles."
3877
+ }
3878
+ }
3879
+ };
3880
+ }
3881
+ });
3882
+
3883
+ // src/languages/verilog.ts
3884
+ var verilog_exports = {};
3885
+ __export(verilog_exports, {
3886
+ verilog: () => verilog
3887
+ });
3888
+ var verilog;
3889
+ var init_verilog = __esm({
3890
+ "src/languages/verilog.ts"() {
3891
+ verilog = {
3892
+ slug: "verilog",
3893
+ publishedDate: "1984-01-01",
3894
+ extensions: [".v", ".vh", ".sv", ".svh"],
3895
+ author: "Phil Moorby / Gateway Design Automation",
3896
+ website: "https://standards.ieee.org/standard/1800-2023.html",
3897
+ paradigms: ["hardware-description", "concurrent", "event-driven", "verification"],
3898
+ tooling: {
3899
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
3900
+ packageManagers: ["FuseSoC"],
3901
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
3902
+ },
3903
+ version: "IEEE 1800-2023",
3904
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg",
3905
+ i18n: {
3906
+ en: {
3907
+ name: "Verilog/SystemVerilog",
3908
+ description: "A hardware description and verification language for digital circuits and systems.",
3909
+ 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."
3910
+ },
3911
+ es: {
3912
+ name: "Verilog/SystemVerilog",
3913
+ description: "Un lenguaje de descripcion y verificacion de hardware para circuitos y sistemas digitales.",
3914
+ 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."
3915
+ }
3916
+ }
3917
+ };
3918
+ }
3919
+ });
3920
+
3921
+ // src/languages/vhdl.ts
3922
+ var vhdl_exports = {};
3923
+ __export(vhdl_exports, {
3924
+ vhdl: () => vhdl
3925
+ });
3926
+ var vhdl;
3927
+ var init_vhdl = __esm({
3928
+ "src/languages/vhdl.ts"() {
3929
+ vhdl = {
3930
+ slug: "vhdl",
3931
+ publishedDate: "1987-01-01",
3932
+ extensions: [".vhd", ".vhdl"],
3933
+ author: "U.S. Department of Defense / IEEE",
3934
+ website: "https://standards.ieee.org/standard/1076-2019.html",
3935
+ paradigms: ["hardware-description", "concurrent", "dataflow", "verification"],
3936
+ tooling: {
3937
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
3938
+ packageManagers: ["VUnit", "FuseSoC"],
3939
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
3940
+ },
3941
+ version: "IEEE 1076-2019",
3942
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_vhdl.svg",
3943
+ i18n: {
3944
+ en: {
3945
+ name: "VHDL",
3946
+ description: "A hardware description and verification language for digital electronic systems.",
3947
+ longDescription: "VHDL describes digital systems using entities, architectures, signals, processes, concurrent statements, packages, generics, configurations, testbenches, and strongly typed design units. It supports simulation, synthesis, and verification across multiple abstraction levels.\n\nIt is used for FPGA development, ASIC design, hardware verification, reusable IP blocks, digital signal processing, safety-critical hardware, and electronic design automation workflows."
3948
+ },
3949
+ es: {
3950
+ name: "VHDL",
3951
+ description: "Un lenguaje de descripcion y verificacion de hardware para sistemas electronicos digitales.",
3952
+ longDescription: "VHDL describe sistemas digitales usando entidades, arquitecturas, senales, procesos, sentencias concurrentes, paquetes, generics, configuraciones, testbenches y unidades de diseno fuertemente tipadas. Soporta simulacion, sintesis y verificacion en varios niveles de abstraccion.\n\nSe usa en desarrollo FPGA, diseno ASIC, verificacion de hardware, bloques IP reutilizables, procesamiento digital de senales, hardware critico para seguridad y flujos de automatizacion de diseno electronico."
3953
+ }
3954
+ }
3955
+ };
3956
+ }
3957
+ });
3958
+
3237
3959
  // src/languages/visual-basic.ts
3238
3960
  var visual_basic_exports = {};
3239
3961
  __export(visual_basic_exports, {
@@ -3348,6 +4070,44 @@ var init_webassembly = __esm({
3348
4070
  }
3349
4071
  });
3350
4072
 
4073
+ // src/languages/wgsl.ts
4074
+ var wgsl_exports = {};
4075
+ __export(wgsl_exports, {
4076
+ wgsl: () => wgsl
4077
+ });
4078
+ var wgsl;
4079
+ var init_wgsl = __esm({
4080
+ "src/languages/wgsl.ts"() {
4081
+ wgsl = {
4082
+ slug: "wgsl",
4083
+ publishedDate: "2021-05-18",
4084
+ extensions: [".wgsl"],
4085
+ author: "W3C GPU for the Web Working Group",
4086
+ website: "https://www.w3.org/TR/WGSL/",
4087
+ paradigms: ["shader", "data-parallel", "graphics", "gpu-compute"],
4088
+ tooling: {
4089
+ runtimes: ["WebGPU", "Browsers", "wgpu"],
4090
+ packageManagers: ["npm", "Cargo"],
4091
+ ecosystems: ["WebGPU", "Graphics", "GPU Programming", "Web"]
4092
+ },
4093
+ version: "Candidate Recommendation Draft 2026-05-07",
4094
+ logo: "https://cdn.simpleicons.org/webgpu/005A9C",
4095
+ i18n: {
4096
+ en: {
4097
+ name: "WGSL",
4098
+ description: "The WebGPU Shading Language for portable browser and native GPU programs.",
4099
+ longDescription: "WGSL is the shader language for WebGPU, designed for predictable validation, portability, and safety across graphics backends. It includes explicit types, address spaces, entry points, bindings, uniforms, storage buffers, textures, workgroups, and built-in functions for graphics and compute shaders.\n\nIt is used in WebGPU applications, browser rendering, native wgpu projects, visualization tools, compute workloads, creative coding, and graphics engines that target portable GPU execution."
4100
+ },
4101
+ es: {
4102
+ name: "WGSL",
4103
+ description: "El lenguaje de shading de WebGPU para programas GPU portables en navegador y nativo.",
4104
+ longDescription: "WGSL es el lenguaje de shaders de WebGPU, disenado para validacion predecible, portabilidad y seguridad entre backends graficos. Incluye tipos explicitos, address spaces, entry points, bindings, uniforms, storage buffers, texturas, workgroups y funciones integradas para shaders graficos y compute.\n\nSe usa en aplicaciones WebGPU, rendering en navegador, proyectos nativos con wgpu, herramientas de visualizacion, cargas compute, creative coding y motores graficos que apuntan a ejecucion GPU portable."
4105
+ }
4106
+ }
4107
+ };
4108
+ }
4109
+ });
4110
+
3351
4111
  // src/languages/xaml.ts
3352
4112
  var xaml_exports = {};
3353
4113
  __export(xaml_exports, {
@@ -3608,12 +4368,16 @@ init_abap();
3608
4368
  init_actionscript();
3609
4369
  init_ada();
3610
4370
  init_apex();
4371
+ init_asciidoc();
3611
4372
  init_asp();
3612
4373
  init_assembly();
3613
4374
  init_astro();
3614
4375
  init_awk();
3615
4376
  init_bash();
3616
4377
  init_batch();
4378
+ init_bazel();
4379
+ init_bicep();
4380
+ init_blade();
3617
4381
  init_c();
3618
4382
  init_clojure();
3619
4383
  init_cmake();
@@ -3624,6 +4388,7 @@ init_crystal();
3624
4388
  init_csharp();
3625
4389
  init_css();
3626
4390
  init_cuda();
4391
+ init_cue();
3627
4392
  init_d();
3628
4393
  init_dart();
3629
4394
  init_dockerfile();
@@ -3633,6 +4398,7 @@ init_erlang();
3633
4398
  init_fennel();
3634
4399
  init_fortran();
3635
4400
  init_fsharp();
4401
+ init_gdscript();
3636
4402
  init_git();
3637
4403
  init_gleam();
3638
4404
  init_glsl();
@@ -3640,23 +4406,29 @@ init_go();
3640
4406
  init_gradle();
3641
4407
  init_graphql();
3642
4408
  init_groovy();
4409
+ init_handlebars();
3643
4410
  init_haskell();
3644
4411
  init_haxe();
3645
4412
  init_hcl();
4413
+ init_hlsl();
3646
4414
  init_html();
3647
4415
  init_ini();
3648
4416
  init_java();
3649
4417
  init_javascript();
4418
+ init_jinja();
3650
4419
  init_json();
3651
4420
  init_julia();
3652
4421
  init_jupyter_notebook();
3653
4422
  init_kotlin();
3654
4423
  init_less();
4424
+ init_liquid();
3655
4425
  init_lisp();
3656
4426
  init_lua();
3657
4427
  init_makefile();
3658
4428
  init_markdown();
3659
4429
  init_matlab();
4430
+ init_mdx();
4431
+ init_mermaid();
3660
4432
  init_meson();
3661
4433
  init_metal();
3662
4434
  init_nginx();
@@ -3667,10 +4439,13 @@ init_ocaml();
3667
4439
  init_pascal();
3668
4440
  init_perl();
3669
4441
  init_php();
4442
+ init_plantuml();
3670
4443
  init_powershell();
4444
+ init_prolog();
3671
4445
  init_protobuf();
3672
4446
  init_pug();
3673
4447
  init_python();
4448
+ init_qml();
3674
4449
  init_r();
3675
4450
  init_racket();
3676
4451
  init_razor();
@@ -3681,6 +4456,7 @@ init_scala();
3681
4456
  init_scss();
3682
4457
  init_solidity();
3683
4458
  init_sql();
4459
+ init_starlark();
3684
4460
  init_svelte();
3685
4461
  init_svg();
3686
4462
  init_svn();
@@ -3690,9 +4466,13 @@ init_tex();
3690
4466
  init_toml();
3691
4467
  init_twig();
3692
4468
  init_typescript();
4469
+ init_typst();
4470
+ init_verilog();
4471
+ init_vhdl();
3693
4472
  init_visual_basic();
3694
4473
  init_vue();
3695
4474
  init_webassembly();
4475
+ init_wgsl();
3696
4476
  init_xaml();
3697
4477
  init_xml();
3698
4478
  init_xquery();
@@ -3705,12 +4485,16 @@ var languages = [
3705
4485
  actionscript,
3706
4486
  ada,
3707
4487
  apex,
4488
+ asciidoc,
3708
4489
  asp,
3709
4490
  astro,
3710
4491
  assembly,
3711
4492
  awk,
3712
4493
  bash,
3713
4494
  batch,
4495
+ bazel,
4496
+ bicep,
4497
+ blade,
3714
4498
  c,
3715
4499
  cmake,
3716
4500
  clojure,
@@ -3720,6 +4504,7 @@ var languages = [
3720
4504
  csharp,
3721
4505
  crystal,
3722
4506
  css,
4507
+ cue,
3723
4508
  cuda,
3724
4509
  d,
3725
4510
  dart,
@@ -3730,6 +4515,7 @@ var languages = [
3730
4515
  fennel,
3731
4516
  fortran,
3732
4517
  fsharp,
4518
+ gdscript,
3733
4519
  git,
3734
4520
  gleam,
3735
4521
  go,
@@ -3737,23 +4523,29 @@ var languages = [
3737
4523
  glsl,
3738
4524
  graphql,
3739
4525
  groovy,
4526
+ handlebars,
3740
4527
  haskell,
3741
4528
  haxe,
3742
4529
  hcl,
4530
+ hlsl,
3743
4531
  html,
3744
4532
  ini,
3745
4533
  java,
3746
4534
  javascript,
4535
+ jinja,
3747
4536
  json,
3748
4537
  jupyterNotebook,
3749
4538
  julia,
3750
4539
  kotlin,
3751
4540
  less,
4541
+ liquid,
3752
4542
  lisp,
3753
4543
  lua,
3754
4544
  makefile,
3755
4545
  matlab,
3756
4546
  markdown,
4547
+ mdx,
4548
+ mermaid,
3757
4549
  meson,
3758
4550
  metal,
3759
4551
  svn,
@@ -3765,10 +4557,13 @@ var languages = [
3765
4557
  pascal,
3766
4558
  perl,
3767
4559
  php,
4560
+ plantuml,
3768
4561
  powershell,
4562
+ prolog,
3769
4563
  protobuf,
3770
4564
  pug,
3771
4565
  python,
4566
+ qml,
3772
4567
  r,
3773
4568
  racket,
3774
4569
  razor,
@@ -3779,6 +4574,7 @@ var languages = [
3779
4574
  scss,
3780
4575
  solidity,
3781
4576
  sql,
4577
+ starlark,
3782
4578
  svg,
3783
4579
  svelte,
3784
4580
  swift,
@@ -3787,9 +4583,13 @@ var languages = [
3787
4583
  toml,
3788
4584
  twig,
3789
4585
  typescript,
4586
+ typst,
4587
+ verilog,
4588
+ vhdl,
3790
4589
  visualBasic,
3791
4590
  vue,
3792
4591
  webassembly,
4592
+ wgsl,
3793
4593
  xaml,
3794
4594
  xml,
3795
4595
  xquery,
@@ -3857,6 +4657,7 @@ var languageIndex = [
3857
4657
  { slug: "actionscript", extensions: [".as"] },
3858
4658
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
3859
4659
  { slug: "apex", extensions: [".cls", ".trigger"] },
4660
+ { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
3860
4661
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
3861
4662
  { slug: "astro", extensions: [".astro"] },
3862
4663
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
@@ -3866,6 +4667,12 @@ var languageIndex = [
3866
4667
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
3867
4668
  },
3868
4669
  { slug: "batch", extensions: [".bat", ".cmd"] },
4670
+ {
4671
+ slug: "bazel",
4672
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"]
4673
+ },
4674
+ { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
4675
+ { slug: "blade", extensions: [".blade.php"] },
3869
4676
  { slug: "c", extensions: [".c", ".h"] },
3870
4677
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3871
4678
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -3875,6 +4682,7 @@ var languageIndex = [
3875
4682
  { slug: "csharp", extensions: [".cs", ".csx"] },
3876
4683
  { slug: "crystal", extensions: [".cr"] },
3877
4684
  { slug: "css", extensions: [".css"] },
4685
+ { slug: "cue", extensions: [".cue"] },
3878
4686
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3879
4687
  { slug: "d", extensions: [".d", ".di"] },
3880
4688
  { slug: "dart", extensions: [".dart"] },
@@ -3891,6 +4699,7 @@ var languageIndex = [
3891
4699
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3892
4700
  },
3893
4701
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4702
+ { slug: "gdscript", extensions: [".gd"] },
3894
4703
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3895
4704
  { slug: "gleam", extensions: [".gleam"] },
3896
4705
  { slug: "go", extensions: [".go"] },
@@ -3901,23 +4710,29 @@ var languageIndex = [
3901
4710
  },
3902
4711
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3903
4712
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
4713
+ { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
3904
4714
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3905
4715
  { slug: "haxe", extensions: [".hx", ".hxml"] },
3906
4716
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
4717
+ { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
3907
4718
  { slug: "html", extensions: [".html", ".htm"] },
3908
4719
  { slug: "ini", extensions: [".ini"] },
3909
4720
  { slug: "java", extensions: [".java"] },
3910
4721
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4722
+ { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
3911
4723
  { slug: "json", extensions: [".json"] },
3912
4724
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
3913
4725
  { slug: "julia", extensions: [".jl"] },
3914
4726
  { slug: "kotlin", extensions: [".kt", ".kts"] },
3915
4727
  { slug: "less", extensions: [".less"] },
4728
+ { slug: "liquid", extensions: [".liquid"] },
3916
4729
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
3917
4730
  { slug: "lua", extensions: [".lua", ".rockspec"] },
3918
4731
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
3919
4732
  { slug: "matlab", extensions: [".m", ".mlx"] },
3920
4733
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
4734
+ { slug: "mdx", extensions: [".mdx"] },
4735
+ { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
3921
4736
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
3922
4737
  { slug: "metal", extensions: [".metal"] },
3923
4738
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
@@ -3929,10 +4744,13 @@ var languageIndex = [
3929
4744
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
3930
4745
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
3931
4746
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4747
+ { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
3932
4748
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
4749
+ { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
3933
4750
  { slug: "protobuf", extensions: [".proto"] },
3934
4751
  { slug: "pug", extensions: [".pug", ".jade"] },
3935
4752
  { slug: "python", extensions: [".py", ".pyw"] },
4753
+ { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
3936
4754
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
3937
4755
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
3938
4756
  { slug: "razor", extensions: [".cshtml", ".razor"] },
@@ -3946,6 +4764,7 @@ var languageIndex = [
3946
4764
  { slug: "scss", extensions: [".scss", ".sass"] },
3947
4765
  { slug: "solidity", extensions: [".sol"] },
3948
4766
  { slug: "sql", extensions: [".sql"] },
4767
+ { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
3949
4768
  { slug: "svg", extensions: [".svg", ".svgz"] },
3950
4769
  { slug: "svelte", extensions: [".svelte"] },
3951
4770
  { slug: "swift", extensions: [".swift"] },
@@ -3954,9 +4773,13 @@ var languageIndex = [
3954
4773
  { slug: "toml", extensions: [".toml"] },
3955
4774
  { slug: "twig", extensions: [".twig"] },
3956
4775
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
4776
+ { slug: "typst", extensions: [".typ"] },
4777
+ { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
4778
+ { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
3957
4779
  { slug: "visual-basic", extensions: [".vb"] },
3958
4780
  { slug: "vue", extensions: [".vue"] },
3959
4781
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
4782
+ { slug: "wgsl", extensions: [".wgsl"] },
3960
4783
  { slug: "xaml", extensions: [".xaml", ".baml"] },
3961
4784
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
3962
4785
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
@@ -3973,12 +4796,16 @@ var languageLoaders = {
3973
4796
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
3974
4797
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
3975
4798
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
4799
+ asciidoc: () => Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports)).then((module) => module.asciidoc),
3976
4800
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
3977
4801
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
3978
4802
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
3979
4803
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3980
4804
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3981
4805
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
4806
+ bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
4807
+ bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
4808
+ blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
3982
4809
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3983
4810
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3984
4811
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -3988,6 +4815,7 @@ var languageLoaders = {
3988
4815
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
3989
4816
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3990
4817
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
4818
+ cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
3991
4819
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3992
4820
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3993
4821
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
@@ -3998,6 +4826,7 @@ var languageLoaders = {
3998
4826
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3999
4827
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
4000
4828
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
4829
+ gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
4001
4830
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
4002
4831
  gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
4003
4832
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -4005,23 +4834,29 @@ var languageLoaders = {
4005
4834
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
4006
4835
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
4007
4836
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
4837
+ handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
4008
4838
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
4009
4839
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
4010
4840
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
4841
+ hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
4011
4842
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
4012
4843
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
4013
4844
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
4014
4845
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
4846
+ jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
4015
4847
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
4016
4848
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
4017
4849
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
4018
4850
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
4019
4851
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
4852
+ liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
4020
4853
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
4021
4854
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
4022
4855
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
4023
4856
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
4024
4857
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
4858
+ mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
4859
+ mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
4025
4860
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
4026
4861
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
4027
4862
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
@@ -4033,10 +4868,13 @@ var languageLoaders = {
4033
4868
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
4034
4869
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
4035
4870
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
4871
+ plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
4036
4872
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
4873
+ prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
4037
4874
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
4038
4875
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
4039
4876
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
4877
+ qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
4040
4878
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
4041
4879
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
4042
4880
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
@@ -4047,6 +4885,7 @@ var languageLoaders = {
4047
4885
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
4048
4886
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
4049
4887
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
4888
+ starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
4050
4889
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
4051
4890
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
4052
4891
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
@@ -4055,9 +4894,13 @@ var languageLoaders = {
4055
4894
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4056
4895
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
4057
4896
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
4897
+ typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
4898
+ verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
4899
+ vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
4058
4900
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
4059
4901
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
4060
4902
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
4903
+ wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
4061
4904
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
4062
4905
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
4063
4906
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),