code-languages 1.16.1 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/README.md +56 -1
  2. package/dist/api.cjs +631 -1
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +405 -0
  5. package/dist/api.d.ts +405 -0
  6. package/dist/api.js +631 -1
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +451 -1
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +451 -1
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +636 -1
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +395 -0
  15. package/dist/index.d.ts +395 -0
  16. package/dist/index.js +637 -2
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/bicep.cjs +34 -0
  19. package/dist/languages/bicep.cjs.map +1 -0
  20. package/dist/languages/bicep.d.cts +29 -0
  21. package/dist/languages/bicep.d.ts +29 -0
  22. package/dist/languages/bicep.js +32 -0
  23. package/dist/languages/bicep.js.map +1 -0
  24. package/dist/languages/cue.cjs +34 -0
  25. package/dist/languages/cue.cjs.map +1 -0
  26. package/dist/languages/cue.d.cts +29 -0
  27. package/dist/languages/cue.d.ts +29 -0
  28. package/dist/languages/cue.js +32 -0
  29. package/dist/languages/cue.js.map +1 -0
  30. package/dist/languages/gdscript.cjs +34 -0
  31. package/dist/languages/gdscript.cjs.map +1 -0
  32. package/dist/languages/gdscript.d.cts +29 -0
  33. package/dist/languages/gdscript.d.ts +29 -0
  34. package/dist/languages/gdscript.js +32 -0
  35. package/dist/languages/gdscript.js.map +1 -0
  36. package/dist/languages/handlebars.cjs +34 -0
  37. package/dist/languages/handlebars.cjs.map +1 -0
  38. package/dist/languages/handlebars.d.cts +29 -0
  39. package/dist/languages/handlebars.d.ts +29 -0
  40. package/dist/languages/handlebars.js +32 -0
  41. package/dist/languages/handlebars.js.map +1 -0
  42. package/dist/languages/jinja.cjs +34 -0
  43. package/dist/languages/jinja.cjs.map +1 -0
  44. package/dist/languages/jinja.d.cts +29 -0
  45. package/dist/languages/jinja.d.ts +29 -0
  46. package/dist/languages/jinja.js +32 -0
  47. package/dist/languages/jinja.js.map +1 -0
  48. package/dist/languages/liquid.cjs +34 -0
  49. package/dist/languages/liquid.cjs.map +1 -0
  50. package/dist/languages/liquid.d.cts +29 -0
  51. package/dist/languages/liquid.d.ts +29 -0
  52. package/dist/languages/liquid.js +32 -0
  53. package/dist/languages/liquid.js.map +1 -0
  54. package/dist/languages/mdx.cjs +34 -0
  55. package/dist/languages/mdx.cjs.map +1 -0
  56. package/dist/languages/mdx.d.cts +29 -0
  57. package/dist/languages/mdx.d.ts +29 -0
  58. package/dist/languages/mdx.js +32 -0
  59. package/dist/languages/mdx.js.map +1 -0
  60. package/dist/languages/mermaid.cjs +34 -0
  61. package/dist/languages/mermaid.cjs.map +1 -0
  62. package/dist/languages/mermaid.d.cts +29 -0
  63. package/dist/languages/mermaid.d.ts +29 -0
  64. package/dist/languages/mermaid.js +32 -0
  65. package/dist/languages/mermaid.js.map +1 -0
  66. package/dist/languages/plantuml.cjs +34 -0
  67. package/dist/languages/plantuml.cjs.map +1 -0
  68. package/dist/languages/plantuml.d.cts +29 -0
  69. package/dist/languages/plantuml.d.ts +29 -0
  70. package/dist/languages/plantuml.js +32 -0
  71. package/dist/languages/plantuml.js.map +1 -0
  72. package/dist/languages/rego.cjs +34 -0
  73. package/dist/languages/rego.cjs.map +1 -0
  74. package/dist/languages/rego.d.cts +29 -0
  75. package/dist/languages/rego.d.ts +29 -0
  76. package/dist/languages/rego.js +32 -0
  77. package/dist/languages/rego.js.map +1 -0
  78. package/dist/languages/tcl.cjs +1 -1
  79. package/dist/languages/tcl.cjs.map +1 -1
  80. package/dist/languages/tcl.js +1 -1
  81. package/dist/languages/tcl.js.map +1 -1
  82. package/dist/languages/tex.cjs +34 -0
  83. package/dist/languages/tex.cjs.map +1 -0
  84. package/dist/languages/tex.d.cts +29 -0
  85. package/dist/languages/tex.d.ts +29 -0
  86. package/dist/languages/tex.js +32 -0
  87. package/dist/languages/tex.js.map +1 -0
  88. package/dist/languages/twig.cjs +34 -0
  89. package/dist/languages/twig.cjs.map +1 -0
  90. package/dist/languages/twig.d.cts +29 -0
  91. package/dist/languages/twig.d.ts +29 -0
  92. package/dist/languages/twig.js +32 -0
  93. package/dist/languages/twig.js.map +1 -0
  94. package/dist/languages/verilog.cjs +34 -0
  95. package/dist/languages/verilog.cjs.map +1 -0
  96. package/dist/languages/verilog.d.cts +29 -0
  97. package/dist/languages/verilog.d.ts +29 -0
  98. package/dist/languages/verilog.js +32 -0
  99. package/dist/languages/verilog.js.map +1 -0
  100. package/dist/languages/xquery.cjs +34 -0
  101. package/dist/languages/xquery.cjs.map +1 -0
  102. package/dist/languages/xquery.d.cts +29 -0
  103. package/dist/languages/xquery.d.ts +29 -0
  104. package/dist/languages/xquery.js +32 -0
  105. package/dist/languages/xquery.js.map +1 -0
  106. package/dist/languages/xslt.cjs +34 -0
  107. package/dist/languages/xslt.cjs.map +1 -0
  108. package/dist/languages/xslt.d.cts +29 -0
  109. package/dist/languages/xslt.d.ts +29 -0
  110. package/dist/languages/xslt.js +32 -0
  111. package/dist/languages/xslt.js.map +1 -0
  112. package/package.json +76 -1
package/dist/api.js CHANGED
@@ -385,6 +385,44 @@ var init_batch = __esm({
385
385
  }
386
386
  });
387
387
 
388
+ // src/languages/bicep.ts
389
+ var bicep_exports = {};
390
+ __export(bicep_exports, {
391
+ bicep: () => bicep
392
+ });
393
+ var bicep;
394
+ var init_bicep = __esm({
395
+ "src/languages/bicep.ts"() {
396
+ bicep = {
397
+ slug: "bicep",
398
+ publishedDate: "2020-09-01",
399
+ extensions: [".bicep", ".bicepparam"],
400
+ author: "Microsoft",
401
+ website: "https://github.com/Azure/bicep",
402
+ paradigms: ["declarative", "infrastructure-as-code", "configuration"],
403
+ tooling: {
404
+ runtimes: ["Azure Resource Manager"],
405
+ packageManagers: ["Azure Verified Modules", "Bicep Registry"],
406
+ ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
407
+ },
408
+ version: "0.43.8",
409
+ logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
410
+ i18n: {
411
+ en: {
412
+ name: "Bicep",
413
+ description: "A declarative language for describing Azure infrastructure as code.",
414
+ 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."
415
+ },
416
+ es: {
417
+ name: "Bicep",
418
+ description: "Un lenguaje declarativo para describir infraestructura de Azure como codigo.",
419
+ 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."
420
+ }
421
+ }
422
+ };
423
+ }
424
+ });
425
+
388
426
  // src/languages/c.ts
389
427
  var c_exports = {};
390
428
  __export(c_exports, {
@@ -758,6 +796,44 @@ var init_cuda = __esm({
758
796
  }
759
797
  });
760
798
 
799
+ // src/languages/cue.ts
800
+ var cue_exports = {};
801
+ __export(cue_exports, {
802
+ cue: () => cue
803
+ });
804
+ var cue;
805
+ var init_cue = __esm({
806
+ "src/languages/cue.ts"() {
807
+ cue = {
808
+ slug: "cue",
809
+ publishedDate: "2019-02-27",
810
+ extensions: [".cue"],
811
+ author: "Marcel van Lohuizen / CUE contributors",
812
+ website: "https://cue.dev",
813
+ paradigms: ["declarative", "constraint-based", "data-validation", "configuration"],
814
+ tooling: {
815
+ runtimes: ["CUE CLI", "Go"],
816
+ packageManagers: ["Go modules"],
817
+ ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
818
+ },
819
+ version: "0.16.1",
820
+ logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
821
+ i18n: {
822
+ en: {
823
+ name: "CUE",
824
+ description: "A constraint-based language for configuration, data validation, and generation.",
825
+ 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."
826
+ },
827
+ es: {
828
+ name: "CUE",
829
+ description: "Un lenguaje basado en restricciones para configuracion, validacion y generacion de datos.",
830
+ 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."
831
+ }
832
+ }
833
+ };
834
+ }
835
+ });
836
+
761
837
  // src/languages/d.ts
762
838
  var d_exports = {};
763
839
  __export(d_exports, {
@@ -1099,6 +1175,44 @@ var init_fsharp = __esm({
1099
1175
  }
1100
1176
  });
1101
1177
 
1178
+ // src/languages/gdscript.ts
1179
+ var gdscript_exports = {};
1180
+ __export(gdscript_exports, {
1181
+ gdscript: () => gdscript
1182
+ });
1183
+ var gdscript;
1184
+ var init_gdscript = __esm({
1185
+ "src/languages/gdscript.ts"() {
1186
+ gdscript = {
1187
+ slug: "gdscript",
1188
+ publishedDate: "2014-12-15",
1189
+ extensions: [".gd"],
1190
+ author: "Juan Linietsky, Ariel Manzur / Godot contributors",
1191
+ website: "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/",
1192
+ paradigms: ["object-oriented", "imperative", "event-driven", "scripting"],
1193
+ tooling: {
1194
+ runtimes: ["Godot Engine"],
1195
+ packageManagers: ["Godot Asset Library"],
1196
+ ecosystems: ["Game Development", "2D Games", "3D Games"]
1197
+ },
1198
+ version: "4.6",
1199
+ logo: "https://cdn.simpleicons.org/godotengine/478CBF",
1200
+ i18n: {
1201
+ en: {
1202
+ name: "GDScript",
1203
+ description: "Godot Engine's integrated scripting language for gameplay and editor logic.",
1204
+ 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."
1205
+ },
1206
+ es: {
1207
+ name: "GDScript",
1208
+ description: "El lenguaje de scripting integrado de Godot Engine para gameplay y logica de editor.",
1209
+ 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."
1210
+ }
1211
+ }
1212
+ };
1213
+ }
1214
+ });
1215
+
1102
1216
  // src/languages/git.ts
1103
1217
  var git_exports = {};
1104
1218
  __export(git_exports, {
@@ -1364,6 +1478,44 @@ var init_groovy = __esm({
1364
1478
  }
1365
1479
  });
1366
1480
 
1481
+ // src/languages/handlebars.ts
1482
+ var handlebars_exports = {};
1483
+ __export(handlebars_exports, {
1484
+ handlebars: () => handlebars
1485
+ });
1486
+ var handlebars;
1487
+ var init_handlebars = __esm({
1488
+ "src/languages/handlebars.ts"() {
1489
+ handlebars = {
1490
+ slug: "handlebars",
1491
+ publishedDate: "2010-07-01",
1492
+ extensions: [".hbs", ".handlebars"],
1493
+ author: "Yehuda Katz / Handlebars contributors",
1494
+ website: "https://handlebarsjs.com",
1495
+ paradigms: ["templating", "declarative", "logic-less"],
1496
+ tooling: {
1497
+ runtimes: ["Node.js", "Browser"],
1498
+ packageManagers: ["npm", "Yarn", "pnpm"],
1499
+ ecosystems: ["Web", "Email Templates", "Static Sites"]
1500
+ },
1501
+ version: "4.7.9",
1502
+ logo: "https://cdn.simpleicons.org/handlebarsdotjs/000000",
1503
+ i18n: {
1504
+ en: {
1505
+ name: "Handlebars",
1506
+ description: "A logic-light template language for rendering HTML and text from data.",
1507
+ 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."
1508
+ },
1509
+ es: {
1510
+ name: "Handlebars",
1511
+ description: "Un lenguaje de plantillas con poca logica para renderizar HTML y texto desde datos.",
1512
+ 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."
1513
+ }
1514
+ }
1515
+ };
1516
+ }
1517
+ });
1518
+
1367
1519
  // src/languages/haskell.ts
1368
1520
  var haskell_exports = {};
1369
1521
  __export(haskell_exports, {
@@ -1623,6 +1775,44 @@ var init_javascript = __esm({
1623
1775
  }
1624
1776
  });
1625
1777
 
1778
+ // src/languages/jinja.ts
1779
+ var jinja_exports = {};
1780
+ __export(jinja_exports, {
1781
+ jinja: () => jinja
1782
+ });
1783
+ var jinja;
1784
+ var init_jinja = __esm({
1785
+ "src/languages/jinja.ts"() {
1786
+ jinja = {
1787
+ slug: "jinja",
1788
+ publishedDate: "2008-07-17",
1789
+ extensions: [".jinja", ".jinja2", ".j2"],
1790
+ author: "Armin Ronacher / Pallets",
1791
+ website: "https://jinja.palletsprojects.com",
1792
+ paradigms: ["templating", "declarative", "server-side", "scripting"],
1793
+ tooling: {
1794
+ runtimes: ["Python"],
1795
+ packageManagers: ["pip", "Poetry", "uv"],
1796
+ ecosystems: ["Python", "Flask", "Ansible", "Web"]
1797
+ },
1798
+ version: "3.1.6",
1799
+ logo: "https://cdn.simpleicons.org/jinja/B41717",
1800
+ i18n: {
1801
+ en: {
1802
+ name: "Jinja",
1803
+ description: "A Python template language used for web views, automation, and configuration.",
1804
+ 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."
1805
+ },
1806
+ es: {
1807
+ name: "Jinja",
1808
+ description: "Un lenguaje de plantillas para Python usado en vistas web, automatizacion y configuracion.",
1809
+ 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."
1810
+ }
1811
+ }
1812
+ };
1813
+ }
1814
+ });
1815
+
1626
1816
  // src/languages/json.ts
1627
1817
  var json_exports = {};
1628
1818
  __export(json_exports, {
@@ -1808,6 +1998,44 @@ var init_less = __esm({
1808
1998
  }
1809
1999
  });
1810
2000
 
2001
+ // src/languages/liquid.ts
2002
+ var liquid_exports = {};
2003
+ __export(liquid_exports, {
2004
+ liquid: () => liquid
2005
+ });
2006
+ var liquid;
2007
+ var init_liquid = __esm({
2008
+ "src/languages/liquid.ts"() {
2009
+ liquid = {
2010
+ slug: "liquid",
2011
+ publishedDate: "2006-06-01",
2012
+ extensions: [".liquid"],
2013
+ author: "Shopify",
2014
+ website: "https://shopify.github.io/liquid/",
2015
+ paradigms: ["templating", "declarative", "logic-less", "server-side"],
2016
+ tooling: {
2017
+ runtimes: ["Ruby", "Node.js", "Shopify"],
2018
+ packageManagers: ["RubyGems", "npm"],
2019
+ ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
2020
+ },
2021
+ version: "10.21.1",
2022
+ logo: "https://cdn.simpleicons.org/shopify/7AB55C",
2023
+ i18n: {
2024
+ en: {
2025
+ name: "Liquid",
2026
+ description: "A safe template language used by Shopify, Jekyll, and content-driven sites.",
2027
+ 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."
2028
+ },
2029
+ es: {
2030
+ name: "Liquid",
2031
+ description: "Un lenguaje de plantillas seguro usado por Shopify, Jekyll y sitios basados en contenido.",
2032
+ 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."
2033
+ }
2034
+ }
2035
+ };
2036
+ }
2037
+ });
2038
+
1811
2039
  // src/languages/lisp.ts
1812
2040
  var lisp_exports = {};
1813
2041
  __export(lisp_exports, {
@@ -1992,6 +2220,82 @@ var init_matlab = __esm({
1992
2220
  }
1993
2221
  });
1994
2222
 
2223
+ // src/languages/mdx.ts
2224
+ var mdx_exports = {};
2225
+ __export(mdx_exports, {
2226
+ mdx: () => mdx
2227
+ });
2228
+ var mdx;
2229
+ var init_mdx = __esm({
2230
+ "src/languages/mdx.ts"() {
2231
+ mdx = {
2232
+ slug: "mdx",
2233
+ publishedDate: "2018-03-23",
2234
+ extensions: [".mdx"],
2235
+ author: "MDX contributors",
2236
+ website: "https://mdxjs.com",
2237
+ paradigms: ["markup", "component-oriented", "declarative", "documentation"],
2238
+ tooling: {
2239
+ runtimes: ["React", "Node.js"],
2240
+ packageManagers: ["npm", "Yarn", "pnpm"],
2241
+ ecosystems: ["Documentation", "React", "Static Sites", "Content"]
2242
+ },
2243
+ version: "3.1.1",
2244
+ logo: "https://cdn.simpleicons.org/mdx/1B1F24",
2245
+ i18n: {
2246
+ en: {
2247
+ name: "MDX",
2248
+ description: "A Markdown-based format that embeds JSX components in content documents.",
2249
+ 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."
2250
+ },
2251
+ es: {
2252
+ name: "MDX",
2253
+ description: "Un formato basado en Markdown que inserta componentes JSX en documentos de contenido.",
2254
+ 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."
2255
+ }
2256
+ }
2257
+ };
2258
+ }
2259
+ });
2260
+
2261
+ // src/languages/mermaid.ts
2262
+ var mermaid_exports = {};
2263
+ __export(mermaid_exports, {
2264
+ mermaid: () => mermaid
2265
+ });
2266
+ var mermaid;
2267
+ var init_mermaid = __esm({
2268
+ "src/languages/mermaid.ts"() {
2269
+ mermaid = {
2270
+ slug: "mermaid",
2271
+ publishedDate: "2014-11-04",
2272
+ extensions: [".mmd", ".mermaid"],
2273
+ author: "Knut Sveidqvist / Mermaid contributors",
2274
+ website: "https://mermaid.js.org",
2275
+ paradigms: ["declarative", "diagramming", "markup"],
2276
+ tooling: {
2277
+ runtimes: ["Browser", "Node.js"],
2278
+ packageManagers: ["npm", "Yarn", "pnpm"],
2279
+ ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
2280
+ },
2281
+ version: "11.11.0",
2282
+ logo: "https://cdn.simpleicons.org/mermaid/FF3670",
2283
+ i18n: {
2284
+ en: {
2285
+ name: "Mermaid",
2286
+ description: "A text-based diagram language for flowcharts, sequences, timelines, and more.",
2287
+ 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."
2288
+ },
2289
+ es: {
2290
+ name: "Mermaid",
2291
+ description: "Un lenguaje textual de diagramas para flujos, secuencias, lineas de tiempo y mas.",
2292
+ 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."
2293
+ }
2294
+ }
2295
+ };
2296
+ }
2297
+ });
2298
+
1995
2299
  // src/languages/meson.ts
1996
2300
  var meson_exports = {};
1997
2301
  __export(meson_exports, {
@@ -2370,6 +2674,44 @@ var init_php = __esm({
2370
2674
  }
2371
2675
  });
2372
2676
 
2677
+ // src/languages/plantuml.ts
2678
+ var plantuml_exports = {};
2679
+ __export(plantuml_exports, {
2680
+ plantuml: () => plantuml
2681
+ });
2682
+ var plantuml;
2683
+ var init_plantuml = __esm({
2684
+ "src/languages/plantuml.ts"() {
2685
+ plantuml = {
2686
+ slug: "plantuml",
2687
+ publishedDate: "2009-04-17",
2688
+ extensions: [".puml", ".plantuml", ".iuml"],
2689
+ author: "Arnaud Roques / PlantUML contributors",
2690
+ website: "https://plantuml.com",
2691
+ paradigms: ["declarative", "diagramming", "modeling"],
2692
+ tooling: {
2693
+ runtimes: ["Java", "PlantUML Server"],
2694
+ packageManagers: ["Maven", "Gradle", "npm"],
2695
+ ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
2696
+ },
2697
+ version: "1.2026.3",
2698
+ logo: "https://plantuml.com/logo3.png",
2699
+ i18n: {
2700
+ en: {
2701
+ name: "PlantUML",
2702
+ description: "A text-based diagram language for UML, architecture, and documentation diagrams.",
2703
+ 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."
2704
+ },
2705
+ es: {
2706
+ name: "PlantUML",
2707
+ description: "Un lenguaje textual de diagramas para UML, arquitectura y documentacion.",
2708
+ 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."
2709
+ }
2710
+ }
2711
+ };
2712
+ }
2713
+ });
2714
+
2373
2715
  // src/languages/powershell.ts
2374
2716
  var powershell_exports = {};
2375
2717
  __export(powershell_exports, {
@@ -2636,6 +2978,44 @@ var init_razor = __esm({
2636
2978
  }
2637
2979
  });
2638
2980
 
2981
+ // src/languages/rego.ts
2982
+ var rego_exports = {};
2983
+ __export(rego_exports, {
2984
+ rego: () => rego
2985
+ });
2986
+ var rego;
2987
+ var init_rego = __esm({
2988
+ "src/languages/rego.ts"() {
2989
+ rego = {
2990
+ slug: "rego",
2991
+ publishedDate: "2016-01-01",
2992
+ extensions: [".rego"],
2993
+ author: "Open Policy Agent contributors / Styra",
2994
+ website: "https://www.openpolicyagent.org/docs/latest/policy-language/",
2995
+ paradigms: ["declarative", "logic", "policy-as-code", "query"],
2996
+ tooling: {
2997
+ runtimes: ["Open Policy Agent", "Conftest", "Gatekeeper", "Regal"],
2998
+ packageManagers: ["OPA bundles"],
2999
+ ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
3000
+ },
3001
+ version: "OPA 1.15.2",
3002
+ logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
3003
+ i18n: {
3004
+ en: {
3005
+ name: "Rego",
3006
+ description: "Open Policy Agent's declarative policy language for authorization and policy as code.",
3007
+ longDescription: "Rego is the declarative policy language used by Open Policy Agent to express rules, decisions, constraints, data queries, and authorization logic. It is designed around structured data such as JSON and lets policies evaluate inputs against rules, sets, objects, comprehensions, and built-in functions.\n\nIt is used for Kubernetes admission control, service authorization, infrastructure policy checks, CI validation, API gateways, compliance automation, and cloud-native systems that need policies kept separate from application code."
3008
+ },
3009
+ es: {
3010
+ name: "Rego",
3011
+ description: "El lenguaje declarativo de Open Policy Agent para autorizacion y policy as code.",
3012
+ longDescription: "Rego es el lenguaje declarativo de politicas usado por Open Policy Agent para expresar reglas, decisiones, restricciones, consultas de datos y logica de autorizacion. Esta disenado alrededor de datos estructurados como JSON y permite evaluar entradas contra reglas, conjuntos, objetos, comprehensions y funciones integradas.\n\nSe usa para admission control en Kubernetes, autorizacion de servicios, validaciones de politicas de infraestructura, CI, gateways de APIs, automatizacion de cumplimiento y sistemas cloud native que necesitan mantener las politicas separadas del codigo de aplicacion."
3013
+ }
3014
+ }
3015
+ };
3016
+ }
3017
+ });
3018
+
2639
3019
  // src/languages/ruby.ts
2640
3020
  var ruby_exports = {};
2641
3021
  __export(ruby_exports, {
@@ -3030,7 +3410,7 @@ var init_tcl = __esm({
3030
3410
  ecosystems: ["GUI Applications", "EDA", "Automation", "Embedded Scripting"]
3031
3411
  },
3032
3412
  version: "9.0.3",
3033
- logo: "https://www.tcl-lang.org/images/tcl-logo.png",
3413
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Tcl.svg",
3034
3414
  i18n: {
3035
3415
  en: {
3036
3416
  name: "Tcl/Tk",
@@ -3047,6 +3427,44 @@ var init_tcl = __esm({
3047
3427
  }
3048
3428
  });
3049
3429
 
3430
+ // src/languages/tex.ts
3431
+ var tex_exports = {};
3432
+ __export(tex_exports, {
3433
+ tex: () => tex
3434
+ });
3435
+ var tex;
3436
+ var init_tex = __esm({
3437
+ "src/languages/tex.ts"() {
3438
+ tex = {
3439
+ slug: "tex",
3440
+ publishedDate: "1978-01-01",
3441
+ extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"],
3442
+ author: "Donald Knuth",
3443
+ website: "https://www.tug.org/texlive/",
3444
+ paradigms: ["markup", "typesetting", "macro", "declarative"],
3445
+ tooling: {
3446
+ runtimes: ["TeX Live", "MiKTeX", "pdfTeX", "XeTeX", "LuaTeX"],
3447
+ packageManagers: ["tlmgr", "MiKTeX Console", "CTAN"],
3448
+ ecosystems: ["Publishing", "Academic Writing", "Scientific Documents", "Print"]
3449
+ },
3450
+ version: "TeX Live 2026",
3451
+ logo: "https://cdn.simpleicons.org/latex/008080",
3452
+ i18n: {
3453
+ en: {
3454
+ name: "TeX",
3455
+ description: "Donald Knuth's macro-based typesetting system for precise technical and scientific documents.",
3456
+ longDescription: "TeX is a programmable typesetting system built around macros, boxes, glue, mathematical layout, and precise page composition. Plain TeX, LaTeX, ConTeXt, and related formats build on the TeX engine family to produce high-quality documents from text source files.\n\nIt is used for academic papers, books, technical manuals, mathematics, physics, computer science publications, theses, and publishing workflows where reproducible typography and long-term source stability matter."
3457
+ },
3458
+ es: {
3459
+ name: "TeX",
3460
+ description: "El sistema de composicion tipografica basado en macros de Donald Knuth para documentos tecnicos.",
3461
+ longDescription: "TeX es un sistema programable de composicion tipografica basado en macros, cajas, espaciado flexible, notacion matematica y composicion precisa de paginas. Plain TeX, LaTeX, ConTeXt y formatos relacionados se apoyan en la familia de motores TeX para producir documentos de alta calidad desde archivos fuente de texto.\n\nSe usa para articulos academicos, libros, manuales tecnicos, matematicas, fisica, publicaciones de computacion, tesis y flujos editoriales donde importan la tipografia reproducible y la estabilidad del codigo fuente a largo plazo."
3462
+ }
3463
+ }
3464
+ };
3465
+ }
3466
+ });
3467
+
3050
3468
  // src/languages/toml.ts
3051
3469
  var toml_exports = {};
3052
3470
  __export(toml_exports, {
@@ -3080,6 +3498,44 @@ var init_toml = __esm({
3080
3498
  }
3081
3499
  });
3082
3500
 
3501
+ // src/languages/twig.ts
3502
+ var twig_exports = {};
3503
+ __export(twig_exports, {
3504
+ twig: () => twig
3505
+ });
3506
+ var twig;
3507
+ var init_twig = __esm({
3508
+ "src/languages/twig.ts"() {
3509
+ twig = {
3510
+ slug: "twig",
3511
+ publishedDate: "2009-10-12",
3512
+ extensions: [".twig"],
3513
+ author: "Fabien Potencier / Twig contributors",
3514
+ website: "https://twig.symfony.com",
3515
+ paradigms: ["templating", "declarative", "server-side", "scripting"],
3516
+ tooling: {
3517
+ runtimes: ["PHP", "Symfony"],
3518
+ packageManagers: ["Composer"],
3519
+ ecosystems: ["PHP", "Symfony", "Web", "CMS"]
3520
+ },
3521
+ version: "3.24.0",
3522
+ logo: "https://twig.symfony.com/images/logo.png",
3523
+ i18n: {
3524
+ en: {
3525
+ name: "Twig",
3526
+ description: "A flexible, secure template language for PHP applications and Symfony projects.",
3527
+ longDescription: "Twig is a template language for PHP that separates presentation from application logic using blocks, inheritance, includes, filters, functions, tests, macros, escaping, and sandboxing. Its syntax is designed to be readable for designers while remaining extensible for developers.\n\nIt is used in Symfony applications, PHP web projects, CMS themes, email templates, static generation workflows, and systems that need reusable server-rendered views with controlled access to application data."
3528
+ },
3529
+ es: {
3530
+ name: "Twig",
3531
+ description: "Un lenguaje de plantillas flexible y seguro para aplicaciones PHP y proyectos Symfony.",
3532
+ longDescription: "Twig es un lenguaje de plantillas para PHP que separa la presentacion de la logica de aplicacion usando bloques, herencia, includes, filtros, funciones, tests, macros, escapado y sandboxing. Su sintaxis esta pensada para ser legible para disenadores y extensible para desarrolladores.\n\nSe usa en aplicaciones Symfony, proyectos web PHP, temas de CMS, plantillas de email, flujos de generacion estatica y sistemas que necesitan vistas renderizadas en servidor reutilizables con acceso controlado a los datos de la aplicacion."
3533
+ }
3534
+ }
3535
+ };
3536
+ }
3537
+ });
3538
+
3083
3539
  // src/languages/typescript.ts
3084
3540
  var typescript_exports = {};
3085
3541
  __export(typescript_exports, {
@@ -3118,6 +3574,44 @@ var init_typescript = __esm({
3118
3574
  }
3119
3575
  });
3120
3576
 
3577
+ // src/languages/verilog.ts
3578
+ var verilog_exports = {};
3579
+ __export(verilog_exports, {
3580
+ verilog: () => verilog
3581
+ });
3582
+ var verilog;
3583
+ var init_verilog = __esm({
3584
+ "src/languages/verilog.ts"() {
3585
+ verilog = {
3586
+ slug: "verilog",
3587
+ publishedDate: "1984-01-01",
3588
+ extensions: [".v", ".vh", ".sv", ".svh"],
3589
+ author: "Phil Moorby / Gateway Design Automation",
3590
+ website: "https://standards.ieee.org/standard/1800-2023.html",
3591
+ paradigms: ["hardware-description", "concurrent", "event-driven", "verification"],
3592
+ tooling: {
3593
+ runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
3594
+ packageManagers: ["FuseSoC"],
3595
+ ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
3596
+ },
3597
+ version: "IEEE 1800-2023",
3598
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg",
3599
+ i18n: {
3600
+ en: {
3601
+ name: "Verilog/SystemVerilog",
3602
+ description: "A hardware description and verification language for digital circuits and systems.",
3603
+ 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."
3604
+ },
3605
+ es: {
3606
+ name: "Verilog/SystemVerilog",
3607
+ description: "Un lenguaje de descripcion y verificacion de hardware para circuitos y sistemas digitales.",
3608
+ 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."
3609
+ }
3610
+ }
3611
+ };
3612
+ }
3613
+ });
3614
+
3121
3615
  // src/languages/visual-basic.ts
3122
3616
  var visual_basic_exports = {};
3123
3617
  __export(visual_basic_exports, {
@@ -3302,6 +3796,82 @@ var init_xml = __esm({
3302
3796
  }
3303
3797
  });
3304
3798
 
3799
+ // src/languages/xquery.ts
3800
+ var xquery_exports = {};
3801
+ __export(xquery_exports, {
3802
+ xquery: () => xquery
3803
+ });
3804
+ var xquery;
3805
+ var init_xquery = __esm({
3806
+ "src/languages/xquery.ts"() {
3807
+ xquery = {
3808
+ slug: "xquery",
3809
+ publishedDate: "2007-01-23",
3810
+ extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"],
3811
+ author: "W3C XML Query Working Group",
3812
+ website: "https://www.w3.org/TR/xquery/",
3813
+ paradigms: ["query", "functional", "declarative", "xml"],
3814
+ tooling: {
3815
+ runtimes: ["BaseX", "Saxon", "eXist-db", "MarkLogic"],
3816
+ packageManagers: ["EXPath Package Manager"],
3817
+ ecosystems: ["XML", "Databases", "Publishing", "Enterprise Data"]
3818
+ },
3819
+ version: "XQuery 3.1",
3820
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
3821
+ i18n: {
3822
+ en: {
3823
+ name: "XQuery",
3824
+ description: "A W3C query and application language for XML, structured, and semi-structured data.",
3825
+ longDescription: "XQuery is a declarative query language for XML and related structured data. It combines XPath expressions, FLWOR queries, functions, modules, sequence processing, namespaces, and type-aware operations to extract, transform, join, and construct XML or other serialized results.\n\nIt is used in native XML databases, publishing pipelines, document repositories, enterprise integrations, digital humanities, metadata processing, and applications that query large collections of XML or semi-structured content."
3826
+ },
3827
+ es: {
3828
+ name: "XQuery",
3829
+ description: "Un lenguaje W3C de consulta y aplicaciones para XML y datos estructurados o semiestructurados.",
3830
+ longDescription: "XQuery es un lenguaje declarativo de consultas para XML y datos estructurados relacionados. Combina expresiones XPath, consultas FLWOR, funciones, modulos, procesamiento de secuencias, namespaces y operaciones con tipos para extraer, transformar, unir y construir XML u otros resultados serializados.\n\nSe usa en bases de datos XML nativas, pipelines de publicacion, repositorios documentales, integraciones empresariales, humanidades digitales, procesamiento de metadatos y aplicaciones que consultan grandes colecciones de XML o contenido semiestructurado."
3831
+ }
3832
+ }
3833
+ };
3834
+ }
3835
+ });
3836
+
3837
+ // src/languages/xslt.ts
3838
+ var xslt_exports = {};
3839
+ __export(xslt_exports, {
3840
+ xslt: () => xslt
3841
+ });
3842
+ var xslt;
3843
+ var init_xslt = __esm({
3844
+ "src/languages/xslt.ts"() {
3845
+ xslt = {
3846
+ slug: "xslt",
3847
+ publishedDate: "1999-11-16",
3848
+ extensions: [".xsl", ".xslt"],
3849
+ author: "W3C XSLT Working Group",
3850
+ website: "https://www.w3.org/TR/xslt-30/",
3851
+ paradigms: ["declarative", "functional", "markup", "transformation"],
3852
+ tooling: {
3853
+ runtimes: ["Saxon", "libxslt", "Xalan", "Browser XSLT processors"],
3854
+ packageManagers: ["Maven", "npm", "NuGet", "APT", "Homebrew"],
3855
+ ecosystems: ["XML", "Publishing", "Enterprise Integration", "Document Processing"]
3856
+ },
3857
+ version: "XSLT 3.0",
3858
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
3859
+ i18n: {
3860
+ en: {
3861
+ name: "XSLT",
3862
+ description: "A W3C stylesheet language for transforming XML documents into XML, HTML, text, and more.",
3863
+ longDescription: "XSLT is a declarative transformation language for XML documents. Stylesheets use templates, modes, XPath expressions, variables, functions, keys, imports, and output declarations to match source trees and produce XML, HTML, text, or other structured results.\n\nIt is used in publishing systems, enterprise data exchange, document conversion, XML pipelines, standards-based integrations, browser-era XML workflows, and systems that need repeatable transformations between document formats."
3864
+ },
3865
+ es: {
3866
+ name: "XSLT",
3867
+ description: "Un lenguaje W3C de hojas de estilo para transformar XML en XML, HTML, texto y mas.",
3868
+ longDescription: "XSLT es un lenguaje declarativo de transformacion para documentos XML. Las hojas de estilo usan templates, modos, expresiones XPath, variables, funciones, claves, imports y declaraciones de salida para encontrar nodos en arboles fuente y producir XML, HTML, texto u otros resultados estructurados.\n\nSe usa en sistemas de publicacion, intercambio de datos empresarial, conversion de documentos, pipelines XML, integraciones basadas en estandares, flujos XML historicos del navegador y sistemas que necesitan transformaciones repetibles entre formatos documentales."
3869
+ }
3870
+ }
3871
+ };
3872
+ }
3873
+ });
3874
+
3305
3875
  // src/languages/yaml.ts
3306
3876
  var yaml_exports = {};
3307
3877
  __export(yaml_exports, {
@@ -3422,6 +3992,7 @@ init_astro();
3422
3992
  init_awk();
3423
3993
  init_bash();
3424
3994
  init_batch();
3995
+ init_bicep();
3425
3996
  init_c();
3426
3997
  init_clojure();
3427
3998
  init_cmake();
@@ -3432,6 +4003,7 @@ init_crystal();
3432
4003
  init_csharp();
3433
4004
  init_css();
3434
4005
  init_cuda();
4006
+ init_cue();
3435
4007
  init_d();
3436
4008
  init_dart();
3437
4009
  init_dockerfile();
@@ -3441,6 +4013,7 @@ init_erlang();
3441
4013
  init_fennel();
3442
4014
  init_fortran();
3443
4015
  init_fsharp();
4016
+ init_gdscript();
3444
4017
  init_git();
3445
4018
  init_gleam();
3446
4019
  init_glsl();
@@ -3448,6 +4021,7 @@ init_go();
3448
4021
  init_gradle();
3449
4022
  init_graphql();
3450
4023
  init_groovy();
4024
+ init_handlebars();
3451
4025
  init_haskell();
3452
4026
  init_haxe();
3453
4027
  init_hcl();
@@ -3455,16 +4029,20 @@ init_html();
3455
4029
  init_ini();
3456
4030
  init_java();
3457
4031
  init_javascript();
4032
+ init_jinja();
3458
4033
  init_json();
3459
4034
  init_julia();
3460
4035
  init_jupyter_notebook();
3461
4036
  init_kotlin();
3462
4037
  init_less();
4038
+ init_liquid();
3463
4039
  init_lisp();
3464
4040
  init_lua();
3465
4041
  init_makefile();
3466
4042
  init_markdown();
3467
4043
  init_matlab();
4044
+ init_mdx();
4045
+ init_mermaid();
3468
4046
  init_meson();
3469
4047
  init_metal();
3470
4048
  init_nginx();
@@ -3475,6 +4053,7 @@ init_ocaml();
3475
4053
  init_pascal();
3476
4054
  init_perl();
3477
4055
  init_php();
4056
+ init_plantuml();
3478
4057
  init_powershell();
3479
4058
  init_protobuf();
3480
4059
  init_pug();
@@ -3482,6 +4061,7 @@ init_python();
3482
4061
  init_r();
3483
4062
  init_racket();
3484
4063
  init_razor();
4064
+ init_rego();
3485
4065
  init_ruby();
3486
4066
  init_rust();
3487
4067
  init_scala();
@@ -3493,13 +4073,18 @@ init_svg();
3493
4073
  init_svn();
3494
4074
  init_swift();
3495
4075
  init_tcl();
4076
+ init_tex();
3496
4077
  init_toml();
4078
+ init_twig();
3497
4079
  init_typescript();
4080
+ init_verilog();
3498
4081
  init_visual_basic();
3499
4082
  init_vue();
3500
4083
  init_webassembly();
3501
4084
  init_xaml();
3502
4085
  init_xml();
4086
+ init_xquery();
4087
+ init_xslt();
3503
4088
  init_yaml();
3504
4089
  init_zig();
3505
4090
  init_zsh();
@@ -3514,6 +4099,7 @@ var languages = [
3514
4099
  awk,
3515
4100
  bash,
3516
4101
  batch,
4102
+ bicep,
3517
4103
  c,
3518
4104
  cmake,
3519
4105
  clojure,
@@ -3523,6 +4109,7 @@ var languages = [
3523
4109
  csharp,
3524
4110
  crystal,
3525
4111
  css,
4112
+ cue,
3526
4113
  cuda,
3527
4114
  d,
3528
4115
  dart,
@@ -3533,6 +4120,7 @@ var languages = [
3533
4120
  fennel,
3534
4121
  fortran,
3535
4122
  fsharp,
4123
+ gdscript,
3536
4124
  git,
3537
4125
  gleam,
3538
4126
  go,
@@ -3540,6 +4128,7 @@ var languages = [
3540
4128
  glsl,
3541
4129
  graphql,
3542
4130
  groovy,
4131
+ handlebars,
3543
4132
  haskell,
3544
4133
  haxe,
3545
4134
  hcl,
@@ -3547,16 +4136,20 @@ var languages = [
3547
4136
  ini,
3548
4137
  java,
3549
4138
  javascript,
4139
+ jinja,
3550
4140
  json,
3551
4141
  jupyterNotebook,
3552
4142
  julia,
3553
4143
  kotlin,
3554
4144
  less,
4145
+ liquid,
3555
4146
  lisp,
3556
4147
  lua,
3557
4148
  makefile,
3558
4149
  matlab,
3559
4150
  markdown,
4151
+ mdx,
4152
+ mermaid,
3560
4153
  meson,
3561
4154
  metal,
3562
4155
  svn,
@@ -3568,6 +4161,7 @@ var languages = [
3568
4161
  pascal,
3569
4162
  perl,
3570
4163
  php,
4164
+ plantuml,
3571
4165
  powershell,
3572
4166
  protobuf,
3573
4167
  pug,
@@ -3575,6 +4169,7 @@ var languages = [
3575
4169
  r,
3576
4170
  racket,
3577
4171
  razor,
4172
+ rego,
3578
4173
  ruby,
3579
4174
  rust,
3580
4175
  scala,
@@ -3585,13 +4180,18 @@ var languages = [
3585
4180
  svelte,
3586
4181
  swift,
3587
4182
  tcl,
4183
+ tex,
3588
4184
  toml,
4185
+ twig,
3589
4186
  typescript,
4187
+ verilog,
3590
4188
  visualBasic,
3591
4189
  vue,
3592
4190
  webassembly,
3593
4191
  xaml,
3594
4192
  xml,
4193
+ xquery,
4194
+ xslt,
3595
4195
  yaml,
3596
4196
  zig,
3597
4197
  zsh
@@ -3664,6 +4264,7 @@ var languageIndex = [
3664
4264
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
3665
4265
  },
3666
4266
  { slug: "batch", extensions: [".bat", ".cmd"] },
4267
+ { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
3667
4268
  { slug: "c", extensions: [".c", ".h"] },
3668
4269
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3669
4270
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -3673,6 +4274,7 @@ var languageIndex = [
3673
4274
  { slug: "csharp", extensions: [".cs", ".csx"] },
3674
4275
  { slug: "crystal", extensions: [".cr"] },
3675
4276
  { slug: "css", extensions: [".css"] },
4277
+ { slug: "cue", extensions: [".cue"] },
3676
4278
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3677
4279
  { slug: "d", extensions: [".d", ".di"] },
3678
4280
  { slug: "dart", extensions: [".dart"] },
@@ -3689,6 +4291,7 @@ var languageIndex = [
3689
4291
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3690
4292
  },
3691
4293
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4294
+ { slug: "gdscript", extensions: [".gd"] },
3692
4295
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3693
4296
  { slug: "gleam", extensions: [".gleam"] },
3694
4297
  { slug: "go", extensions: [".go"] },
@@ -3699,6 +4302,7 @@ var languageIndex = [
3699
4302
  },
3700
4303
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3701
4304
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
4305
+ { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
3702
4306
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3703
4307
  { slug: "haxe", extensions: [".hx", ".hxml"] },
3704
4308
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
@@ -3706,16 +4310,20 @@ var languageIndex = [
3706
4310
  { slug: "ini", extensions: [".ini"] },
3707
4311
  { slug: "java", extensions: [".java"] },
3708
4312
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4313
+ { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
3709
4314
  { slug: "json", extensions: [".json"] },
3710
4315
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
3711
4316
  { slug: "julia", extensions: [".jl"] },
3712
4317
  { slug: "kotlin", extensions: [".kt", ".kts"] },
3713
4318
  { slug: "less", extensions: [".less"] },
4319
+ { slug: "liquid", extensions: [".liquid"] },
3714
4320
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
3715
4321
  { slug: "lua", extensions: [".lua", ".rockspec"] },
3716
4322
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
3717
4323
  { slug: "matlab", extensions: [".m", ".mlx"] },
3718
4324
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
4325
+ { slug: "mdx", extensions: [".mdx"] },
4326
+ { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
3719
4327
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
3720
4328
  { slug: "metal", extensions: [".metal"] },
3721
4329
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
@@ -3727,6 +4335,7 @@ var languageIndex = [
3727
4335
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
3728
4336
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
3729
4337
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4338
+ { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
3730
4339
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
3731
4340
  { slug: "protobuf", extensions: [".proto"] },
3732
4341
  { slug: "pug", extensions: [".pug", ".jade"] },
@@ -3734,6 +4343,7 @@ var languageIndex = [
3734
4343
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
3735
4344
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
3736
4345
  { slug: "razor", extensions: [".cshtml", ".razor"] },
4346
+ { slug: "rego", extensions: [".rego"] },
3737
4347
  {
3738
4348
  slug: "ruby",
3739
4349
  extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
@@ -3747,13 +4357,18 @@ var languageIndex = [
3747
4357
  { slug: "svelte", extensions: [".svelte"] },
3748
4358
  { slug: "swift", extensions: [".swift"] },
3749
4359
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
4360
+ { slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
3750
4361
  { slug: "toml", extensions: [".toml"] },
4362
+ { slug: "twig", extensions: [".twig"] },
3751
4363
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
4364
+ { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
3752
4365
  { slug: "visual-basic", extensions: [".vb"] },
3753
4366
  { slug: "vue", extensions: [".vue"] },
3754
4367
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
3755
4368
  { slug: "xaml", extensions: [".xaml", ".baml"] },
3756
4369
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
4370
+ { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
4371
+ { slug: "xslt", extensions: [".xsl", ".xslt"] },
3757
4372
  { slug: "yaml", extensions: [".yaml", ".yml"] },
3758
4373
  { slug: "zig", extensions: [".zig", ".zon"] },
3759
4374
  {
@@ -3772,6 +4387,7 @@ var languageLoaders = {
3772
4387
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3773
4388
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3774
4389
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
4390
+ bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
3775
4391
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3776
4392
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3777
4393
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -3781,6 +4397,7 @@ var languageLoaders = {
3781
4397
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
3782
4398
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3783
4399
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
4400
+ cue: () => Promise.resolve().then(() => (init_cue(), cue_exports)).then((module) => module.cue),
3784
4401
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3785
4402
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3786
4403
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
@@ -3791,6 +4408,7 @@ var languageLoaders = {
3791
4408
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3792
4409
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
3793
4410
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
4411
+ gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
3794
4412
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
3795
4413
  gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
3796
4414
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -3798,6 +4416,7 @@ var languageLoaders = {
3798
4416
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
3799
4417
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
3800
4418
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
4419
+ handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
3801
4420
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
3802
4421
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
3803
4422
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
@@ -3805,16 +4424,20 @@ var languageLoaders = {
3805
4424
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
3806
4425
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
3807
4426
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
4427
+ jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
3808
4428
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
3809
4429
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
3810
4430
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
3811
4431
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
3812
4432
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
4433
+ liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
3813
4434
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
3814
4435
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
3815
4436
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
3816
4437
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
3817
4438
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
4439
+ mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
4440
+ mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
3818
4441
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
3819
4442
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
3820
4443
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
@@ -3826,6 +4449,7 @@ var languageLoaders = {
3826
4449
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
3827
4450
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
3828
4451
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
4452
+ plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
3829
4453
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
3830
4454
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
3831
4455
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
@@ -3833,6 +4457,7 @@ var languageLoaders = {
3833
4457
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
3834
4458
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
3835
4459
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
4460
+ rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
3836
4461
  ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
3837
4462
  rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
3838
4463
  scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
@@ -3843,13 +4468,18 @@ var languageLoaders = {
3843
4468
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
3844
4469
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
3845
4470
  tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
4471
+ tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
3846
4472
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4473
+ twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
3847
4474
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
4475
+ verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
3848
4476
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
3849
4477
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
3850
4478
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
3851
4479
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
3852
4480
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
4481
+ xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
4482
+ xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
3853
4483
  yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
3854
4484
  zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
3855
4485
  zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)