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.js CHANGED
@@ -158,6 +158,44 @@ var init_apex = __esm({
158
158
  }
159
159
  });
160
160
 
161
+ // src/languages/asciidoc.ts
162
+ var asciidoc_exports = {};
163
+ __export(asciidoc_exports, {
164
+ asciidoc: () => asciidoc
165
+ });
166
+ var asciidoc;
167
+ var init_asciidoc = __esm({
168
+ "src/languages/asciidoc.ts"() {
169
+ asciidoc = {
170
+ slug: "asciidoc",
171
+ publishedDate: "2002-11-25",
172
+ extensions: [".adoc", ".asciidoc", ".asc"],
173
+ author: "Stuart Rackham / AsciiDoc Working Group",
174
+ website: "https://asciidoc.org",
175
+ paradigms: ["markup", "documentation", "declarative", "publishing"],
176
+ tooling: {
177
+ runtimes: ["Asciidoctor", "Asciidoctor.js", "Antora"],
178
+ packageManagers: ["RubyGems", "npm", "Maven"],
179
+ ecosystems: ["Documentation", "Publishing", "Technical Writing", "Static Sites"]
180
+ },
181
+ version: "pre-spec",
182
+ logo: "https://cdn.simpleicons.org/asciidoctor/E40046",
183
+ i18n: {
184
+ en: {
185
+ name: "AsciiDoc",
186
+ description: "A plain-text markup language for technical documentation, books, and publishing.",
187
+ 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."
188
+ },
189
+ es: {
190
+ name: "AsciiDoc",
191
+ description: "Un lenguaje de marcado en texto plano para documentacion tecnica, libros y publicacion.",
192
+ 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."
193
+ }
194
+ }
195
+ };
196
+ }
197
+ });
198
+
161
199
  // src/languages/asp.ts
162
200
  var asp_exports = {};
163
201
  __export(asp_exports, {
@@ -385,6 +423,120 @@ var init_batch = __esm({
385
423
  }
386
424
  });
387
425
 
426
+ // src/languages/bazel.ts
427
+ var bazel_exports = {};
428
+ __export(bazel_exports, {
429
+ bazel: () => bazel
430
+ });
431
+ var bazel;
432
+ var init_bazel = __esm({
433
+ "src/languages/bazel.ts"() {
434
+ bazel = {
435
+ slug: "bazel",
436
+ publishedDate: "2015-03-25",
437
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
438
+ author: "Google / Bazel contributors",
439
+ website: "https://bazel.build",
440
+ paradigms: ["declarative", "build-configuration", "hermetic", "monorepo"],
441
+ tooling: {
442
+ runtimes: ["Bazel"],
443
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
444
+ ecosystems: ["Build Systems", "Monorepos", "CI/CD", "Polyglot Repositories"]
445
+ },
446
+ version: "9.0.2",
447
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
448
+ i18n: {
449
+ en: {
450
+ name: "Bazel",
451
+ description: "A build and test configuration language for fast, reproducible multi-language builds.",
452
+ 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."
453
+ },
454
+ es: {
455
+ name: "Bazel",
456
+ description: "Un lenguaje de configuracion de build y test para compilaciones rapidas y reproducibles.",
457
+ 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."
458
+ }
459
+ }
460
+ };
461
+ }
462
+ });
463
+
464
+ // src/languages/bicep.ts
465
+ var bicep_exports = {};
466
+ __export(bicep_exports, {
467
+ bicep: () => bicep
468
+ });
469
+ var bicep;
470
+ var init_bicep = __esm({
471
+ "src/languages/bicep.ts"() {
472
+ bicep = {
473
+ slug: "bicep",
474
+ publishedDate: "2020-09-01",
475
+ extensions: [".bicep", ".bicepparam"],
476
+ author: "Microsoft",
477
+ website: "https://github.com/Azure/bicep",
478
+ paradigms: ["declarative", "infrastructure-as-code", "configuration"],
479
+ tooling: {
480
+ runtimes: ["Azure Resource Manager"],
481
+ packageManagers: ["Azure Verified Modules", "Bicep Registry"],
482
+ ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
483
+ },
484
+ version: "0.43.8",
485
+ logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
486
+ i18n: {
487
+ en: {
488
+ name: "Bicep",
489
+ description: "A declarative language for describing Azure infrastructure as code.",
490
+ 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."
491
+ },
492
+ es: {
493
+ name: "Bicep",
494
+ description: "Un lenguaje declarativo para describir infraestructura de Azure como codigo.",
495
+ 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."
496
+ }
497
+ }
498
+ };
499
+ }
500
+ });
501
+
502
+ // src/languages/blade.ts
503
+ var blade_exports = {};
504
+ __export(blade_exports, {
505
+ blade: () => blade
506
+ });
507
+ var blade;
508
+ var init_blade = __esm({
509
+ "src/languages/blade.ts"() {
510
+ blade = {
511
+ slug: "blade",
512
+ publishedDate: "2011-06-09",
513
+ extensions: [".blade.php"],
514
+ author: "Taylor Otwell / Laravel",
515
+ website: "https://laravel.com/docs/blade",
516
+ paradigms: ["templating", "server-side", "component-oriented", "declarative"],
517
+ tooling: {
518
+ runtimes: ["PHP", "Laravel"],
519
+ packageManagers: ["Composer"],
520
+ ecosystems: ["Laravel", "PHP", "Web", "Server-rendered UI"]
521
+ },
522
+ version: "Laravel 12.x",
523
+ logo: "https://cdn.simpleicons.org/laravel/FF2D20",
524
+ i18n: {
525
+ en: {
526
+ name: "Blade",
527
+ description: "Laravel's server-side template language for views, components, and layouts.",
528
+ 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."
529
+ },
530
+ es: {
531
+ name: "Blade",
532
+ description: "El lenguaje de plantillas de Laravel para vistas, componentes y layouts en servidor.",
533
+ 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."
534
+ }
535
+ }
536
+ };
537
+ }
538
+ });
539
+
388
540
  // src/languages/c.ts
389
541
  var c_exports = {};
390
542
  __export(c_exports, {
@@ -758,6 +910,44 @@ var init_cuda = __esm({
758
910
  }
759
911
  });
760
912
 
913
+ // src/languages/cue.ts
914
+ var cue_exports = {};
915
+ __export(cue_exports, {
916
+ cue: () => cue
917
+ });
918
+ var cue;
919
+ var init_cue = __esm({
920
+ "src/languages/cue.ts"() {
921
+ cue = {
922
+ slug: "cue",
923
+ publishedDate: "2019-02-27",
924
+ extensions: [".cue"],
925
+ author: "Marcel van Lohuizen / CUE contributors",
926
+ website: "https://cue.dev",
927
+ paradigms: ["declarative", "constraint-based", "data-validation", "configuration"],
928
+ tooling: {
929
+ runtimes: ["CUE CLI", "Go"],
930
+ packageManagers: ["Go modules"],
931
+ ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
932
+ },
933
+ version: "0.16.1",
934
+ logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
935
+ i18n: {
936
+ en: {
937
+ name: "CUE",
938
+ description: "A constraint-based language for configuration, data validation, and generation.",
939
+ 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."
940
+ },
941
+ es: {
942
+ name: "CUE",
943
+ description: "Un lenguaje basado en restricciones para configuracion, validacion y generacion de datos.",
944
+ 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."
945
+ }
946
+ }
947
+ };
948
+ }
949
+ });
950
+
761
951
  // src/languages/d.ts
762
952
  var d_exports = {};
763
953
  __export(d_exports, {
@@ -1099,6 +1289,44 @@ var init_fsharp = __esm({
1099
1289
  }
1100
1290
  });
1101
1291
 
1292
+ // src/languages/gdscript.ts
1293
+ var gdscript_exports = {};
1294
+ __export(gdscript_exports, {
1295
+ gdscript: () => gdscript
1296
+ });
1297
+ var gdscript;
1298
+ var init_gdscript = __esm({
1299
+ "src/languages/gdscript.ts"() {
1300
+ gdscript = {
1301
+ slug: "gdscript",
1302
+ publishedDate: "2014-12-15",
1303
+ extensions: [".gd"],
1304
+ author: "Juan Linietsky, Ariel Manzur / Godot contributors",
1305
+ website: "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/",
1306
+ paradigms: ["object-oriented", "imperative", "event-driven", "scripting"],
1307
+ tooling: {
1308
+ runtimes: ["Godot Engine"],
1309
+ packageManagers: ["Godot Asset Library"],
1310
+ ecosystems: ["Game Development", "2D Games", "3D Games"]
1311
+ },
1312
+ version: "4.6",
1313
+ logo: "https://cdn.simpleicons.org/godotengine/478CBF",
1314
+ i18n: {
1315
+ en: {
1316
+ name: "GDScript",
1317
+ description: "Godot Engine's integrated scripting language for gameplay and editor logic.",
1318
+ 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."
1319
+ },
1320
+ es: {
1321
+ name: "GDScript",
1322
+ description: "El lenguaje de scripting integrado de Godot Engine para gameplay y logica de editor.",
1323
+ 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."
1324
+ }
1325
+ }
1326
+ };
1327
+ }
1328
+ });
1329
+
1102
1330
  // src/languages/git.ts
1103
1331
  var git_exports = {};
1104
1332
  __export(git_exports, {
@@ -1364,6 +1592,44 @@ var init_groovy = __esm({
1364
1592
  }
1365
1593
  });
1366
1594
 
1595
+ // src/languages/handlebars.ts
1596
+ var handlebars_exports = {};
1597
+ __export(handlebars_exports, {
1598
+ handlebars: () => handlebars
1599
+ });
1600
+ var handlebars;
1601
+ var init_handlebars = __esm({
1602
+ "src/languages/handlebars.ts"() {
1603
+ handlebars = {
1604
+ slug: "handlebars",
1605
+ publishedDate: "2010-07-01",
1606
+ extensions: [".hbs", ".handlebars"],
1607
+ author: "Yehuda Katz / Handlebars contributors",
1608
+ website: "https://handlebarsjs.com",
1609
+ paradigms: ["templating", "declarative", "logic-less"],
1610
+ tooling: {
1611
+ runtimes: ["Node.js", "Browser"],
1612
+ packageManagers: ["npm", "Yarn", "pnpm"],
1613
+ ecosystems: ["Web", "Email Templates", "Static Sites"]
1614
+ },
1615
+ version: "4.7.9",
1616
+ logo: "https://cdn.simpleicons.org/handlebarsdotjs/000000",
1617
+ i18n: {
1618
+ en: {
1619
+ name: "Handlebars",
1620
+ description: "A logic-light template language for rendering HTML and text from data.",
1621
+ 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."
1622
+ },
1623
+ es: {
1624
+ name: "Handlebars",
1625
+ description: "Un lenguaje de plantillas con poca logica para renderizar HTML y texto desde datos.",
1626
+ 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."
1627
+ }
1628
+ }
1629
+ };
1630
+ }
1631
+ });
1632
+
1367
1633
  // src/languages/haskell.ts
1368
1634
  var haskell_exports = {};
1369
1635
  __export(haskell_exports, {
@@ -1478,6 +1744,44 @@ var init_hcl = __esm({
1478
1744
  }
1479
1745
  });
1480
1746
 
1747
+ // src/languages/hlsl.ts
1748
+ var hlsl_exports = {};
1749
+ __export(hlsl_exports, {
1750
+ hlsl: () => hlsl
1751
+ });
1752
+ var hlsl;
1753
+ var init_hlsl = __esm({
1754
+ "src/languages/hlsl.ts"() {
1755
+ hlsl = {
1756
+ slug: "hlsl",
1757
+ publishedDate: "2002-12-01",
1758
+ extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
1759
+ author: "Microsoft",
1760
+ website: "https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl",
1761
+ paradigms: ["shader", "data-parallel", "graphics", "procedural"],
1762
+ tooling: {
1763
+ runtimes: ["Direct3D", "DirectX Shader Compiler", "Game Engines"],
1764
+ packageManagers: ["NuGet", "vcpkg"],
1765
+ ecosystems: ["Graphics", "Game Development", "GPU Programming", "DirectX"]
1766
+ },
1767
+ version: "Shader Model 6.9",
1768
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_hlsl.svg",
1769
+ i18n: {
1770
+ en: {
1771
+ name: "HLSL",
1772
+ description: "Microsoft's High-Level Shading Language for programmable graphics pipelines.",
1773
+ 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."
1774
+ },
1775
+ es: {
1776
+ name: "HLSL",
1777
+ description: "El High-Level Shading Language de Microsoft para pipelines graficos programables.",
1778
+ 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."
1779
+ }
1780
+ }
1781
+ };
1782
+ }
1783
+ });
1784
+
1481
1785
  // src/languages/html.ts
1482
1786
  var html_exports = {};
1483
1787
  __export(html_exports, {
@@ -1623,6 +1927,44 @@ var init_javascript = __esm({
1623
1927
  }
1624
1928
  });
1625
1929
 
1930
+ // src/languages/jinja.ts
1931
+ var jinja_exports = {};
1932
+ __export(jinja_exports, {
1933
+ jinja: () => jinja
1934
+ });
1935
+ var jinja;
1936
+ var init_jinja = __esm({
1937
+ "src/languages/jinja.ts"() {
1938
+ jinja = {
1939
+ slug: "jinja",
1940
+ publishedDate: "2008-07-17",
1941
+ extensions: [".jinja", ".jinja2", ".j2"],
1942
+ author: "Armin Ronacher / Pallets",
1943
+ website: "https://jinja.palletsprojects.com",
1944
+ paradigms: ["templating", "declarative", "server-side", "scripting"],
1945
+ tooling: {
1946
+ runtimes: ["Python"],
1947
+ packageManagers: ["pip", "Poetry", "uv"],
1948
+ ecosystems: ["Python", "Flask", "Ansible", "Web"]
1949
+ },
1950
+ version: "3.1.6",
1951
+ logo: "https://cdn.simpleicons.org/jinja/B41717",
1952
+ i18n: {
1953
+ en: {
1954
+ name: "Jinja",
1955
+ description: "A Python template language used for web views, automation, and configuration.",
1956
+ 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."
1957
+ },
1958
+ es: {
1959
+ name: "Jinja",
1960
+ description: "Un lenguaje de plantillas para Python usado en vistas web, automatizacion y configuracion.",
1961
+ 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."
1962
+ }
1963
+ }
1964
+ };
1965
+ }
1966
+ });
1967
+
1626
1968
  // src/languages/json.ts
1627
1969
  var json_exports = {};
1628
1970
  __export(json_exports, {
@@ -1808,6 +2150,44 @@ var init_less = __esm({
1808
2150
  }
1809
2151
  });
1810
2152
 
2153
+ // src/languages/liquid.ts
2154
+ var liquid_exports = {};
2155
+ __export(liquid_exports, {
2156
+ liquid: () => liquid
2157
+ });
2158
+ var liquid;
2159
+ var init_liquid = __esm({
2160
+ "src/languages/liquid.ts"() {
2161
+ liquid = {
2162
+ slug: "liquid",
2163
+ publishedDate: "2006-06-01",
2164
+ extensions: [".liquid"],
2165
+ author: "Shopify",
2166
+ website: "https://shopify.github.io/liquid/",
2167
+ paradigms: ["templating", "declarative", "logic-less", "server-side"],
2168
+ tooling: {
2169
+ runtimes: ["Ruby", "Node.js", "Shopify"],
2170
+ packageManagers: ["RubyGems", "npm"],
2171
+ ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
2172
+ },
2173
+ version: "10.21.1",
2174
+ logo: "https://cdn.simpleicons.org/shopify/7AB55C",
2175
+ i18n: {
2176
+ en: {
2177
+ name: "Liquid",
2178
+ description: "A safe template language used by Shopify, Jekyll, and content-driven sites.",
2179
+ 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."
2180
+ },
2181
+ es: {
2182
+ name: "Liquid",
2183
+ description: "Un lenguaje de plantillas seguro usado por Shopify, Jekyll y sitios basados en contenido.",
2184
+ 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."
2185
+ }
2186
+ }
2187
+ };
2188
+ }
2189
+ });
2190
+
1811
2191
  // src/languages/lisp.ts
1812
2192
  var lisp_exports = {};
1813
2193
  __export(lisp_exports, {
@@ -1992,6 +2372,82 @@ var init_matlab = __esm({
1992
2372
  }
1993
2373
  });
1994
2374
 
2375
+ // src/languages/mdx.ts
2376
+ var mdx_exports = {};
2377
+ __export(mdx_exports, {
2378
+ mdx: () => mdx
2379
+ });
2380
+ var mdx;
2381
+ var init_mdx = __esm({
2382
+ "src/languages/mdx.ts"() {
2383
+ mdx = {
2384
+ slug: "mdx",
2385
+ publishedDate: "2018-03-23",
2386
+ extensions: [".mdx"],
2387
+ author: "MDX contributors",
2388
+ website: "https://mdxjs.com",
2389
+ paradigms: ["markup", "component-oriented", "declarative", "documentation"],
2390
+ tooling: {
2391
+ runtimes: ["React", "Node.js"],
2392
+ packageManagers: ["npm", "Yarn", "pnpm"],
2393
+ ecosystems: ["Documentation", "React", "Static Sites", "Content"]
2394
+ },
2395
+ version: "3.1.1",
2396
+ logo: "https://cdn.simpleicons.org/mdx/1B1F24",
2397
+ i18n: {
2398
+ en: {
2399
+ name: "MDX",
2400
+ description: "A Markdown-based format that embeds JSX components in content documents.",
2401
+ 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."
2402
+ },
2403
+ es: {
2404
+ name: "MDX",
2405
+ description: "Un formato basado en Markdown que inserta componentes JSX en documentos de contenido.",
2406
+ 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."
2407
+ }
2408
+ }
2409
+ };
2410
+ }
2411
+ });
2412
+
2413
+ // src/languages/mermaid.ts
2414
+ var mermaid_exports = {};
2415
+ __export(mermaid_exports, {
2416
+ mermaid: () => mermaid
2417
+ });
2418
+ var mermaid;
2419
+ var init_mermaid = __esm({
2420
+ "src/languages/mermaid.ts"() {
2421
+ mermaid = {
2422
+ slug: "mermaid",
2423
+ publishedDate: "2014-11-04",
2424
+ extensions: [".mmd", ".mermaid"],
2425
+ author: "Knut Sveidqvist / Mermaid contributors",
2426
+ website: "https://mermaid.js.org",
2427
+ paradigms: ["declarative", "diagramming", "markup"],
2428
+ tooling: {
2429
+ runtimes: ["Browser", "Node.js"],
2430
+ packageManagers: ["npm", "Yarn", "pnpm"],
2431
+ ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
2432
+ },
2433
+ version: "11.11.0",
2434
+ logo: "https://cdn.simpleicons.org/mermaid/FF3670",
2435
+ i18n: {
2436
+ en: {
2437
+ name: "Mermaid",
2438
+ description: "A text-based diagram language for flowcharts, sequences, timelines, and more.",
2439
+ 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."
2440
+ },
2441
+ es: {
2442
+ name: "Mermaid",
2443
+ description: "Un lenguaje textual de diagramas para flujos, secuencias, lineas de tiempo y mas.",
2444
+ 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."
2445
+ }
2446
+ }
2447
+ };
2448
+ }
2449
+ });
2450
+
1995
2451
  // src/languages/meson.ts
1996
2452
  var meson_exports = {};
1997
2453
  __export(meson_exports, {
@@ -2370,6 +2826,44 @@ var init_php = __esm({
2370
2826
  }
2371
2827
  });
2372
2828
 
2829
+ // src/languages/plantuml.ts
2830
+ var plantuml_exports = {};
2831
+ __export(plantuml_exports, {
2832
+ plantuml: () => plantuml
2833
+ });
2834
+ var plantuml;
2835
+ var init_plantuml = __esm({
2836
+ "src/languages/plantuml.ts"() {
2837
+ plantuml = {
2838
+ slug: "plantuml",
2839
+ publishedDate: "2009-04-17",
2840
+ extensions: [".puml", ".plantuml", ".iuml"],
2841
+ author: "Arnaud Roques / PlantUML contributors",
2842
+ website: "https://plantuml.com",
2843
+ paradigms: ["declarative", "diagramming", "modeling"],
2844
+ tooling: {
2845
+ runtimes: ["Java", "PlantUML Server"],
2846
+ packageManagers: ["Maven", "Gradle", "npm"],
2847
+ ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
2848
+ },
2849
+ version: "1.2026.3",
2850
+ logo: "https://plantuml.com/logo3.png",
2851
+ i18n: {
2852
+ en: {
2853
+ name: "PlantUML",
2854
+ description: "A text-based diagram language for UML, architecture, and documentation diagrams.",
2855
+ 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."
2856
+ },
2857
+ es: {
2858
+ name: "PlantUML",
2859
+ description: "Un lenguaje textual de diagramas para UML, arquitectura y documentacion.",
2860
+ 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."
2861
+ }
2862
+ }
2863
+ };
2864
+ }
2865
+ });
2866
+
2373
2867
  // src/languages/powershell.ts
2374
2868
  var powershell_exports = {};
2375
2869
  __export(powershell_exports, {
@@ -2408,6 +2902,44 @@ var init_powershell = __esm({
2408
2902
  }
2409
2903
  });
2410
2904
 
2905
+ // src/languages/prolog.ts
2906
+ var prolog_exports = {};
2907
+ __export(prolog_exports, {
2908
+ prolog: () => prolog
2909
+ });
2910
+ var prolog;
2911
+ var init_prolog = __esm({
2912
+ "src/languages/prolog.ts"() {
2913
+ prolog = {
2914
+ slug: "prolog",
2915
+ publishedDate: "1972-01-01",
2916
+ extensions: [".pl", ".pro", ".prolog", ".P"],
2917
+ author: "Alain Colmerauer, Philippe Roussel, Robert Kowalski",
2918
+ website: "https://www.swi-prolog.org",
2919
+ paradigms: ["logic", "declarative", "relational", "constraint"],
2920
+ tooling: {
2921
+ runtimes: ["SWI-Prolog", "GNU Prolog", "Scryer Prolog"],
2922
+ packageManagers: ["SWI-Prolog pack"],
2923
+ ecosystems: ["Logic Programming", "AI", "Expert Systems", "Constraint Solving"]
2924
+ },
2925
+ version: "SWI-Prolog 10.0",
2926
+ logo: "https://www.swi-prolog.org/icons/swipl.png",
2927
+ i18n: {
2928
+ en: {
2929
+ name: "Prolog",
2930
+ description: "A logic programming language based on facts, rules, queries, and unification.",
2931
+ 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."
2932
+ },
2933
+ es: {
2934
+ name: "Prolog",
2935
+ description: "Un lenguaje de programacion logica basado en hechos, reglas, consultas y unificacion.",
2936
+ 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."
2937
+ }
2938
+ }
2939
+ };
2940
+ }
2941
+ });
2942
+
2411
2943
  // src/languages/protobuf.ts
2412
2944
  var protobuf_exports = {};
2413
2945
  __export(protobuf_exports, {
@@ -2522,6 +3054,44 @@ var init_python = __esm({
2522
3054
  }
2523
3055
  });
2524
3056
 
3057
+ // src/languages/qml.ts
3058
+ var qml_exports = {};
3059
+ __export(qml_exports, {
3060
+ qml: () => qml
3061
+ });
3062
+ var qml;
3063
+ var init_qml = __esm({
3064
+ "src/languages/qml.ts"() {
3065
+ qml = {
3066
+ slug: "qml",
3067
+ publishedDate: "2009-01-01",
3068
+ extensions: [".qml", ".qmltypes", ".qmlproject"],
3069
+ author: "Qt Company / Qt Project",
3070
+ website: "https://doc.qt.io/qt-6/qmlapplications.html",
3071
+ paradigms: ["declarative", "reactive", "component-oriented", "ui"],
3072
+ tooling: {
3073
+ runtimes: ["Qt", "Qt Quick"],
3074
+ packageManagers: ["Conan", "vcpkg", "Qt Installer"],
3075
+ ecosystems: ["Desktop UI", "Embedded UI", "Mobile UI", "Qt"]
3076
+ },
3077
+ version: "Qt 6.11.1",
3078
+ logo: "https://cdn.simpleicons.org/qt/41CD52",
3079
+ i18n: {
3080
+ en: {
3081
+ name: "QML",
3082
+ description: "Qt's declarative language for building fluid, component-based user interfaces.",
3083
+ 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."
3084
+ },
3085
+ es: {
3086
+ name: "QML",
3087
+ description: "El lenguaje declarativo de Qt para crear interfaces fluidas basadas en componentes.",
3088
+ 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."
3089
+ }
3090
+ }
3091
+ };
3092
+ }
3093
+ });
3094
+
2525
3095
  // src/languages/r.ts
2526
3096
  var r_exports = {};
2527
3097
  __export(r_exports, {
@@ -2897,6 +3467,44 @@ var init_sql = __esm({
2897
3467
  }
2898
3468
  });
2899
3469
 
3470
+ // src/languages/starlark.ts
3471
+ var starlark_exports = {};
3472
+ __export(starlark_exports, {
3473
+ starlark: () => starlark
3474
+ });
3475
+ var starlark;
3476
+ var init_starlark = __esm({
3477
+ "src/languages/starlark.ts"() {
3478
+ starlark = {
3479
+ slug: "starlark",
3480
+ publishedDate: "2015-03-25",
3481
+ extensions: [".bzl", ".star", ".sky"],
3482
+ author: "Google / Bazel contributors",
3483
+ website: "https://bazel.build/rules/language",
3484
+ paradigms: ["scripting", "configuration", "deterministic", "imperative"],
3485
+ tooling: {
3486
+ runtimes: ["Bazel", "Buck2", "Starlark Go"],
3487
+ packageManagers: ["Bzlmod", "Bazel Central Registry"],
3488
+ ecosystems: ["Build Systems", "Configuration", "Monorepos", "Tooling"]
3489
+ },
3490
+ version: "Bazel Starlark",
3491
+ logo: "https://cdn.simpleicons.org/bazel/43A047",
3492
+ i18n: {
3493
+ en: {
3494
+ name: "Starlark",
3495
+ description: "A deterministic Python-like scripting language for build and configuration tools.",
3496
+ 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."
3497
+ },
3498
+ es: {
3499
+ name: "Starlark",
3500
+ description: "Un lenguaje de scripting determinista similar a Python para herramientas de build y configuracion.",
3501
+ 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."
3502
+ }
3503
+ }
3504
+ };
3505
+ }
3506
+ });
3507
+
2900
3508
  // src/languages/svelte.ts
2901
3509
  var svelte_exports = {};
2902
3510
  __export(svelte_exports, {
@@ -3232,6 +3840,120 @@ var init_typescript = __esm({
3232
3840
  }
3233
3841
  });
3234
3842
 
3843
+ // src/languages/typst.ts
3844
+ var typst_exports = {};
3845
+ __export(typst_exports, {
3846
+ typst: () => typst
3847
+ });
3848
+ var typst;
3849
+ var init_typst = __esm({
3850
+ "src/languages/typst.ts"() {
3851
+ typst = {
3852
+ slug: "typst",
3853
+ publishedDate: "2023-03-21",
3854
+ extensions: [".typ"],
3855
+ author: "Typst GmbH / Typst contributors",
3856
+ website: "https://typst.app",
3857
+ paradigms: ["markup", "typesetting", "functional", "scripting"],
3858
+ tooling: {
3859
+ runtimes: ["Typst CLI", "Typst Web App"],
3860
+ packageManagers: ["Typst Packages"],
3861
+ ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
3862
+ },
3863
+ version: "0.14.1",
3864
+ logo: "https://cdn.simpleicons.org/typst/239DAD",
3865
+ i18n: {
3866
+ en: {
3867
+ name: "Typst",
3868
+ description: "A modern markup and scripting language for typesetting documents and PDFs.",
3869
+ 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."
3870
+ },
3871
+ es: {
3872
+ name: "Typst",
3873
+ description: "Un lenguaje moderno de marcado y scripting para componer documentos y PDFs.",
3874
+ 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."
3875
+ }
3876
+ }
3877
+ };
3878
+ }
3879
+ });
3880
+
3881
+ // src/languages/verilog.ts
3882
+ var verilog_exports = {};
3883
+ __export(verilog_exports, {
3884
+ verilog: () => verilog
3885
+ });
3886
+ var verilog;
3887
+ var init_verilog = __esm({
3888
+ "src/languages/verilog.ts"() {
3889
+ verilog = {
3890
+ slug: "verilog",
3891
+ publishedDate: "1984-01-01",
3892
+ extensions: [".v", ".vh", ".sv", ".svh"],
3893
+ author: "Phil Moorby / Gateway Design Automation",
3894
+ website: "https://standards.ieee.org/standard/1800-2023.html",
3895
+ paradigms: ["hardware-description", "concurrent", "event-driven", "verification"],
3896
+ tooling: {
3897
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
3898
+ packageManagers: ["FuseSoC"],
3899
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
3900
+ },
3901
+ version: "IEEE 1800-2023",
3902
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg",
3903
+ i18n: {
3904
+ en: {
3905
+ name: "Verilog/SystemVerilog",
3906
+ description: "A hardware description and verification language for digital circuits and systems.",
3907
+ 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."
3908
+ },
3909
+ es: {
3910
+ name: "Verilog/SystemVerilog",
3911
+ description: "Un lenguaje de descripcion y verificacion de hardware para circuitos y sistemas digitales.",
3912
+ 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."
3913
+ }
3914
+ }
3915
+ };
3916
+ }
3917
+ });
3918
+
3919
+ // src/languages/vhdl.ts
3920
+ var vhdl_exports = {};
3921
+ __export(vhdl_exports, {
3922
+ vhdl: () => vhdl
3923
+ });
3924
+ var vhdl;
3925
+ var init_vhdl = __esm({
3926
+ "src/languages/vhdl.ts"() {
3927
+ vhdl = {
3928
+ slug: "vhdl",
3929
+ publishedDate: "1987-01-01",
3930
+ extensions: [".vhd", ".vhdl"],
3931
+ author: "U.S. Department of Defense / IEEE",
3932
+ website: "https://standards.ieee.org/standard/1076-2019.html",
3933
+ paradigms: ["hardware-description", "concurrent", "dataflow", "verification"],
3934
+ tooling: {
3935
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
3936
+ packageManagers: ["VUnit", "FuseSoC"],
3937
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
3938
+ },
3939
+ version: "IEEE 1076-2019",
3940
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_vhdl.svg",
3941
+ i18n: {
3942
+ en: {
3943
+ name: "VHDL",
3944
+ description: "A hardware description and verification language for digital electronic systems.",
3945
+ 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."
3946
+ },
3947
+ es: {
3948
+ name: "VHDL",
3949
+ description: "Un lenguaje de descripcion y verificacion de hardware para sistemas electronicos digitales.",
3950
+ 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."
3951
+ }
3952
+ }
3953
+ };
3954
+ }
3955
+ });
3956
+
3235
3957
  // src/languages/visual-basic.ts
3236
3958
  var visual_basic_exports = {};
3237
3959
  __export(visual_basic_exports, {
@@ -3346,6 +4068,44 @@ var init_webassembly = __esm({
3346
4068
  }
3347
4069
  });
3348
4070
 
4071
+ // src/languages/wgsl.ts
4072
+ var wgsl_exports = {};
4073
+ __export(wgsl_exports, {
4074
+ wgsl: () => wgsl
4075
+ });
4076
+ var wgsl;
4077
+ var init_wgsl = __esm({
4078
+ "src/languages/wgsl.ts"() {
4079
+ wgsl = {
4080
+ slug: "wgsl",
4081
+ publishedDate: "2021-05-18",
4082
+ extensions: [".wgsl"],
4083
+ author: "W3C GPU for the Web Working Group",
4084
+ website: "https://www.w3.org/TR/WGSL/",
4085
+ paradigms: ["shader", "data-parallel", "graphics", "gpu-compute"],
4086
+ tooling: {
4087
+ runtimes: ["WebGPU", "Browsers", "wgpu"],
4088
+ packageManagers: ["npm", "Cargo"],
4089
+ ecosystems: ["WebGPU", "Graphics", "GPU Programming", "Web"]
4090
+ },
4091
+ version: "Candidate Recommendation Draft 2026-05-07",
4092
+ logo: "https://cdn.simpleicons.org/webgpu/005A9C",
4093
+ i18n: {
4094
+ en: {
4095
+ name: "WGSL",
4096
+ description: "The WebGPU Shading Language for portable browser and native GPU programs.",
4097
+ 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."
4098
+ },
4099
+ es: {
4100
+ name: "WGSL",
4101
+ description: "El lenguaje de shading de WebGPU para programas GPU portables en navegador y nativo.",
4102
+ 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."
4103
+ }
4104
+ }
4105
+ };
4106
+ }
4107
+ });
4108
+
3349
4109
  // src/languages/xaml.ts
3350
4110
  var xaml_exports = {};
3351
4111
  __export(xaml_exports, {
@@ -3606,12 +4366,16 @@ init_abap();
3606
4366
  init_actionscript();
3607
4367
  init_ada();
3608
4368
  init_apex();
4369
+ init_asciidoc();
3609
4370
  init_asp();
3610
4371
  init_assembly();
3611
4372
  init_astro();
3612
4373
  init_awk();
3613
4374
  init_bash();
3614
4375
  init_batch();
4376
+ init_bazel();
4377
+ init_bicep();
4378
+ init_blade();
3615
4379
  init_c();
3616
4380
  init_clojure();
3617
4381
  init_cmake();
@@ -3622,6 +4386,7 @@ init_crystal();
3622
4386
  init_csharp();
3623
4387
  init_css();
3624
4388
  init_cuda();
4389
+ init_cue();
3625
4390
  init_d();
3626
4391
  init_dart();
3627
4392
  init_dockerfile();
@@ -3631,6 +4396,7 @@ init_erlang();
3631
4396
  init_fennel();
3632
4397
  init_fortran();
3633
4398
  init_fsharp();
4399
+ init_gdscript();
3634
4400
  init_git();
3635
4401
  init_gleam();
3636
4402
  init_glsl();
@@ -3638,23 +4404,29 @@ init_go();
3638
4404
  init_gradle();
3639
4405
  init_graphql();
3640
4406
  init_groovy();
4407
+ init_handlebars();
3641
4408
  init_haskell();
3642
4409
  init_haxe();
3643
4410
  init_hcl();
4411
+ init_hlsl();
3644
4412
  init_html();
3645
4413
  init_ini();
3646
4414
  init_java();
3647
4415
  init_javascript();
4416
+ init_jinja();
3648
4417
  init_json();
3649
4418
  init_julia();
3650
4419
  init_jupyter_notebook();
3651
4420
  init_kotlin();
3652
4421
  init_less();
4422
+ init_liquid();
3653
4423
  init_lisp();
3654
4424
  init_lua();
3655
4425
  init_makefile();
3656
4426
  init_markdown();
3657
4427
  init_matlab();
4428
+ init_mdx();
4429
+ init_mermaid();
3658
4430
  init_meson();
3659
4431
  init_metal();
3660
4432
  init_nginx();
@@ -3665,10 +4437,13 @@ init_ocaml();
3665
4437
  init_pascal();
3666
4438
  init_perl();
3667
4439
  init_php();
4440
+ init_plantuml();
3668
4441
  init_powershell();
4442
+ init_prolog();
3669
4443
  init_protobuf();
3670
4444
  init_pug();
3671
4445
  init_python();
4446
+ init_qml();
3672
4447
  init_r();
3673
4448
  init_racket();
3674
4449
  init_razor();
@@ -3679,6 +4454,7 @@ init_scala();
3679
4454
  init_scss();
3680
4455
  init_solidity();
3681
4456
  init_sql();
4457
+ init_starlark();
3682
4458
  init_svelte();
3683
4459
  init_svg();
3684
4460
  init_svn();
@@ -3688,9 +4464,13 @@ init_tex();
3688
4464
  init_toml();
3689
4465
  init_twig();
3690
4466
  init_typescript();
4467
+ init_typst();
4468
+ init_verilog();
4469
+ init_vhdl();
3691
4470
  init_visual_basic();
3692
4471
  init_vue();
3693
4472
  init_webassembly();
4473
+ init_wgsl();
3694
4474
  init_xaml();
3695
4475
  init_xml();
3696
4476
  init_xquery();
@@ -3703,12 +4483,16 @@ var languages = [
3703
4483
  actionscript,
3704
4484
  ada,
3705
4485
  apex,
4486
+ asciidoc,
3706
4487
  asp,
3707
4488
  astro,
3708
4489
  assembly,
3709
4490
  awk,
3710
4491
  bash,
3711
4492
  batch,
4493
+ bazel,
4494
+ bicep,
4495
+ blade,
3712
4496
  c,
3713
4497
  cmake,
3714
4498
  clojure,
@@ -3718,6 +4502,7 @@ var languages = [
3718
4502
  csharp,
3719
4503
  crystal,
3720
4504
  css,
4505
+ cue,
3721
4506
  cuda,
3722
4507
  d,
3723
4508
  dart,
@@ -3728,6 +4513,7 @@ var languages = [
3728
4513
  fennel,
3729
4514
  fortran,
3730
4515
  fsharp,
4516
+ gdscript,
3731
4517
  git,
3732
4518
  gleam,
3733
4519
  go,
@@ -3735,23 +4521,29 @@ var languages = [
3735
4521
  glsl,
3736
4522
  graphql,
3737
4523
  groovy,
4524
+ handlebars,
3738
4525
  haskell,
3739
4526
  haxe,
3740
4527
  hcl,
4528
+ hlsl,
3741
4529
  html,
3742
4530
  ini,
3743
4531
  java,
3744
4532
  javascript,
4533
+ jinja,
3745
4534
  json,
3746
4535
  jupyterNotebook,
3747
4536
  julia,
3748
4537
  kotlin,
3749
4538
  less,
4539
+ liquid,
3750
4540
  lisp,
3751
4541
  lua,
3752
4542
  makefile,
3753
4543
  matlab,
3754
4544
  markdown,
4545
+ mdx,
4546
+ mermaid,
3755
4547
  meson,
3756
4548
  metal,
3757
4549
  svn,
@@ -3763,10 +4555,13 @@ var languages = [
3763
4555
  pascal,
3764
4556
  perl,
3765
4557
  php,
4558
+ plantuml,
3766
4559
  powershell,
4560
+ prolog,
3767
4561
  protobuf,
3768
4562
  pug,
3769
4563
  python,
4564
+ qml,
3770
4565
  r,
3771
4566
  racket,
3772
4567
  razor,
@@ -3777,6 +4572,7 @@ var languages = [
3777
4572
  scss,
3778
4573
  solidity,
3779
4574
  sql,
4575
+ starlark,
3780
4576
  svg,
3781
4577
  svelte,
3782
4578
  swift,
@@ -3785,9 +4581,13 @@ var languages = [
3785
4581
  toml,
3786
4582
  twig,
3787
4583
  typescript,
4584
+ typst,
4585
+ verilog,
4586
+ vhdl,
3788
4587
  visualBasic,
3789
4588
  vue,
3790
4589
  webassembly,
4590
+ wgsl,
3791
4591
  xaml,
3792
4592
  xml,
3793
4593
  xquery,
@@ -3855,6 +4655,7 @@ var languageIndex = [
3855
4655
  { slug: "actionscript", extensions: [".as"] },
3856
4656
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
3857
4657
  { slug: "apex", extensions: [".cls", ".trigger"] },
4658
+ { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
3858
4659
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
3859
4660
  { slug: "astro", extensions: [".astro"] },
3860
4661
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
@@ -3864,6 +4665,12 @@ var languageIndex = [
3864
4665
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
3865
4666
  },
3866
4667
  { slug: "batch", extensions: [".bat", ".cmd"] },
4668
+ {
4669
+ slug: "bazel",
4670
+ extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"]
4671
+ },
4672
+ { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
4673
+ { slug: "blade", extensions: [".blade.php"] },
3867
4674
  { slug: "c", extensions: [".c", ".h"] },
3868
4675
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3869
4676
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -3873,6 +4680,7 @@ var languageIndex = [
3873
4680
  { slug: "csharp", extensions: [".cs", ".csx"] },
3874
4681
  { slug: "crystal", extensions: [".cr"] },
3875
4682
  { slug: "css", extensions: [".css"] },
4683
+ { slug: "cue", extensions: [".cue"] },
3876
4684
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3877
4685
  { slug: "d", extensions: [".d", ".di"] },
3878
4686
  { slug: "dart", extensions: [".dart"] },
@@ -3889,6 +4697,7 @@ var languageIndex = [
3889
4697
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3890
4698
  },
3891
4699
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4700
+ { slug: "gdscript", extensions: [".gd"] },
3892
4701
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3893
4702
  { slug: "gleam", extensions: [".gleam"] },
3894
4703
  { slug: "go", extensions: [".go"] },
@@ -3899,23 +4708,29 @@ var languageIndex = [
3899
4708
  },
3900
4709
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3901
4710
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
4711
+ { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
3902
4712
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3903
4713
  { slug: "haxe", extensions: [".hx", ".hxml"] },
3904
4714
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
4715
+ { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
3905
4716
  { slug: "html", extensions: [".html", ".htm"] },
3906
4717
  { slug: "ini", extensions: [".ini"] },
3907
4718
  { slug: "java", extensions: [".java"] },
3908
4719
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4720
+ { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
3909
4721
  { slug: "json", extensions: [".json"] },
3910
4722
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
3911
4723
  { slug: "julia", extensions: [".jl"] },
3912
4724
  { slug: "kotlin", extensions: [".kt", ".kts"] },
3913
4725
  { slug: "less", extensions: [".less"] },
4726
+ { slug: "liquid", extensions: [".liquid"] },
3914
4727
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
3915
4728
  { slug: "lua", extensions: [".lua", ".rockspec"] },
3916
4729
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
3917
4730
  { slug: "matlab", extensions: [".m", ".mlx"] },
3918
4731
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
4732
+ { slug: "mdx", extensions: [".mdx"] },
4733
+ { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
3919
4734
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
3920
4735
  { slug: "metal", extensions: [".metal"] },
3921
4736
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
@@ -3927,10 +4742,13 @@ var languageIndex = [
3927
4742
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
3928
4743
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
3929
4744
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4745
+ { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
3930
4746
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
4747
+ { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
3931
4748
  { slug: "protobuf", extensions: [".proto"] },
3932
4749
  { slug: "pug", extensions: [".pug", ".jade"] },
3933
4750
  { slug: "python", extensions: [".py", ".pyw"] },
4751
+ { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
3934
4752
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
3935
4753
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
3936
4754
  { slug: "razor", extensions: [".cshtml", ".razor"] },
@@ -3944,6 +4762,7 @@ var languageIndex = [
3944
4762
  { slug: "scss", extensions: [".scss", ".sass"] },
3945
4763
  { slug: "solidity", extensions: [".sol"] },
3946
4764
  { slug: "sql", extensions: [".sql"] },
4765
+ { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
3947
4766
  { slug: "svg", extensions: [".svg", ".svgz"] },
3948
4767
  { slug: "svelte", extensions: [".svelte"] },
3949
4768
  { slug: "swift", extensions: [".swift"] },
@@ -3952,9 +4771,13 @@ var languageIndex = [
3952
4771
  { slug: "toml", extensions: [".toml"] },
3953
4772
  { slug: "twig", extensions: [".twig"] },
3954
4773
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
4774
+ { slug: "typst", extensions: [".typ"] },
4775
+ { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
4776
+ { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
3955
4777
  { slug: "visual-basic", extensions: [".vb"] },
3956
4778
  { slug: "vue", extensions: [".vue"] },
3957
4779
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
4780
+ { slug: "wgsl", extensions: [".wgsl"] },
3958
4781
  { slug: "xaml", extensions: [".xaml", ".baml"] },
3959
4782
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
3960
4783
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
@@ -3971,12 +4794,16 @@ var languageLoaders = {
3971
4794
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
3972
4795
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
3973
4796
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
4797
+ asciidoc: () => Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports)).then((module) => module.asciidoc),
3974
4798
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
3975
4799
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
3976
4800
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
3977
4801
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3978
4802
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3979
4803
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
4804
+ bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
4805
+ bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
4806
+ blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
3980
4807
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3981
4808
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3982
4809
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -3986,6 +4813,7 @@ var languageLoaders = {
3986
4813
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
3987
4814
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3988
4815
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
4816
+ cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
3989
4817
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3990
4818
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3991
4819
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
@@ -3996,6 +4824,7 @@ var languageLoaders = {
3996
4824
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3997
4825
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
3998
4826
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
4827
+ gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
3999
4828
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
4000
4829
  gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
4001
4830
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -4003,23 +4832,29 @@ var languageLoaders = {
4003
4832
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
4004
4833
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
4005
4834
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
4835
+ handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
4006
4836
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
4007
4837
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
4008
4838
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
4839
+ hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
4009
4840
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
4010
4841
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
4011
4842
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
4012
4843
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
4844
+ jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
4013
4845
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
4014
4846
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
4015
4847
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
4016
4848
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
4017
4849
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
4850
+ liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
4018
4851
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
4019
4852
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
4020
4853
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
4021
4854
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
4022
4855
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
4856
+ mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
4857
+ mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
4023
4858
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
4024
4859
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
4025
4860
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
@@ -4031,10 +4866,13 @@ var languageLoaders = {
4031
4866
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
4032
4867
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
4033
4868
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
4869
+ plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
4034
4870
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
4871
+ prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
4035
4872
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
4036
4873
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
4037
4874
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
4875
+ qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
4038
4876
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
4039
4877
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
4040
4878
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
@@ -4045,6 +4883,7 @@ var languageLoaders = {
4045
4883
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
4046
4884
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
4047
4885
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
4886
+ starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
4048
4887
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
4049
4888
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
4050
4889
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
@@ -4053,9 +4892,13 @@ var languageLoaders = {
4053
4892
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4054
4893
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
4055
4894
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
4895
+ typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
4896
+ verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
4897
+ vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
4056
4898
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
4057
4899
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
4058
4900
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
4901
+ wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
4059
4902
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
4060
4903
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
4061
4904
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),