code-languages 1.17.0 → 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 (78) hide show
  1. package/README.md +50 -0
  2. package/dist/api.cjs +420 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +270 -0
  5. package/dist/api.d.ts +270 -0
  6. package/dist/api.js +420 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +300 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +300 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +420 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +260 -0
  15. package/dist/index.d.ts +260 -0
  16. package/dist/index.js +420 -0
  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/verilog.cjs +34 -0
  73. package/dist/languages/verilog.cjs.map +1 -0
  74. package/dist/languages/verilog.d.cts +29 -0
  75. package/dist/languages/verilog.d.ts +29 -0
  76. package/dist/languages/verilog.js +32 -0
  77. package/dist/languages/verilog.js.map +1 -0
  78. package/package.json +51 -1
package/dist/index.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, {
@@ -3232,6 +3574,44 @@ var init_typescript = __esm({
3232
3574
  }
3233
3575
  });
3234
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
+
3235
3615
  // src/languages/visual-basic.ts
3236
3616
  var visual_basic_exports = {};
3237
3617
  __export(visual_basic_exports, {
@@ -3612,6 +3992,7 @@ init_astro();
3612
3992
  init_awk();
3613
3993
  init_bash();
3614
3994
  init_batch();
3995
+ init_bicep();
3615
3996
  init_c();
3616
3997
  init_clojure();
3617
3998
  init_cmake();
@@ -3622,6 +4003,7 @@ init_crystal();
3622
4003
  init_csharp();
3623
4004
  init_css();
3624
4005
  init_cuda();
4006
+ init_cue();
3625
4007
  init_d();
3626
4008
  init_dart();
3627
4009
  init_dockerfile();
@@ -3631,6 +4013,7 @@ init_erlang();
3631
4013
  init_fennel();
3632
4014
  init_fortran();
3633
4015
  init_fsharp();
4016
+ init_gdscript();
3634
4017
  init_git();
3635
4018
  init_gleam();
3636
4019
  init_glsl();
@@ -3638,6 +4021,7 @@ init_go();
3638
4021
  init_gradle();
3639
4022
  init_graphql();
3640
4023
  init_groovy();
4024
+ init_handlebars();
3641
4025
  init_haskell();
3642
4026
  init_haxe();
3643
4027
  init_hcl();
@@ -3645,16 +4029,20 @@ init_html();
3645
4029
  init_ini();
3646
4030
  init_java();
3647
4031
  init_javascript();
4032
+ init_jinja();
3648
4033
  init_json();
3649
4034
  init_julia();
3650
4035
  init_jupyter_notebook();
3651
4036
  init_kotlin();
3652
4037
  init_less();
4038
+ init_liquid();
3653
4039
  init_lisp();
3654
4040
  init_lua();
3655
4041
  init_makefile();
3656
4042
  init_markdown();
3657
4043
  init_matlab();
4044
+ init_mdx();
4045
+ init_mermaid();
3658
4046
  init_meson();
3659
4047
  init_metal();
3660
4048
  init_nginx();
@@ -3665,6 +4053,7 @@ init_ocaml();
3665
4053
  init_pascal();
3666
4054
  init_perl();
3667
4055
  init_php();
4056
+ init_plantuml();
3668
4057
  init_powershell();
3669
4058
  init_protobuf();
3670
4059
  init_pug();
@@ -3688,6 +4077,7 @@ init_tex();
3688
4077
  init_toml();
3689
4078
  init_twig();
3690
4079
  init_typescript();
4080
+ init_verilog();
3691
4081
  init_visual_basic();
3692
4082
  init_vue();
3693
4083
  init_webassembly();
@@ -3709,6 +4099,7 @@ var languages = [
3709
4099
  awk,
3710
4100
  bash,
3711
4101
  batch,
4102
+ bicep,
3712
4103
  c,
3713
4104
  cmake,
3714
4105
  clojure,
@@ -3718,6 +4109,7 @@ var languages = [
3718
4109
  csharp,
3719
4110
  crystal,
3720
4111
  css,
4112
+ cue,
3721
4113
  cuda,
3722
4114
  d,
3723
4115
  dart,
@@ -3728,6 +4120,7 @@ var languages = [
3728
4120
  fennel,
3729
4121
  fortran,
3730
4122
  fsharp,
4123
+ gdscript,
3731
4124
  git,
3732
4125
  gleam,
3733
4126
  go,
@@ -3735,6 +4128,7 @@ var languages = [
3735
4128
  glsl,
3736
4129
  graphql,
3737
4130
  groovy,
4131
+ handlebars,
3738
4132
  haskell,
3739
4133
  haxe,
3740
4134
  hcl,
@@ -3742,16 +4136,20 @@ var languages = [
3742
4136
  ini,
3743
4137
  java,
3744
4138
  javascript,
4139
+ jinja,
3745
4140
  json,
3746
4141
  jupyterNotebook,
3747
4142
  julia,
3748
4143
  kotlin,
3749
4144
  less,
4145
+ liquid,
3750
4146
  lisp,
3751
4147
  lua,
3752
4148
  makefile,
3753
4149
  matlab,
3754
4150
  markdown,
4151
+ mdx,
4152
+ mermaid,
3755
4153
  meson,
3756
4154
  metal,
3757
4155
  svn,
@@ -3763,6 +4161,7 @@ var languages = [
3763
4161
  pascal,
3764
4162
  perl,
3765
4163
  php,
4164
+ plantuml,
3766
4165
  powershell,
3767
4166
  protobuf,
3768
4167
  pug,
@@ -3785,6 +4184,7 @@ var languages = [
3785
4184
  toml,
3786
4185
  twig,
3787
4186
  typescript,
4187
+ verilog,
3788
4188
  visualBasic,
3789
4189
  vue,
3790
4190
  webassembly,
@@ -3864,6 +4264,7 @@ var languageIndex = [
3864
4264
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
3865
4265
  },
3866
4266
  { slug: "batch", extensions: [".bat", ".cmd"] },
4267
+ { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
3867
4268
  { slug: "c", extensions: [".c", ".h"] },
3868
4269
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3869
4270
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -3873,6 +4274,7 @@ var languageIndex = [
3873
4274
  { slug: "csharp", extensions: [".cs", ".csx"] },
3874
4275
  { slug: "crystal", extensions: [".cr"] },
3875
4276
  { slug: "css", extensions: [".css"] },
4277
+ { slug: "cue", extensions: [".cue"] },
3876
4278
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3877
4279
  { slug: "d", extensions: [".d", ".di"] },
3878
4280
  { slug: "dart", extensions: [".dart"] },
@@ -3889,6 +4291,7 @@ var languageIndex = [
3889
4291
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3890
4292
  },
3891
4293
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
4294
+ { slug: "gdscript", extensions: [".gd"] },
3892
4295
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3893
4296
  { slug: "gleam", extensions: [".gleam"] },
3894
4297
  { slug: "go", extensions: [".go"] },
@@ -3899,6 +4302,7 @@ var languageIndex = [
3899
4302
  },
3900
4303
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3901
4304
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
4305
+ { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
3902
4306
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3903
4307
  { slug: "haxe", extensions: [".hx", ".hxml"] },
3904
4308
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
@@ -3906,16 +4310,20 @@ var languageIndex = [
3906
4310
  { slug: "ini", extensions: [".ini"] },
3907
4311
  { slug: "java", extensions: [".java"] },
3908
4312
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
4313
+ { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
3909
4314
  { slug: "json", extensions: [".json"] },
3910
4315
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
3911
4316
  { slug: "julia", extensions: [".jl"] },
3912
4317
  { slug: "kotlin", extensions: [".kt", ".kts"] },
3913
4318
  { slug: "less", extensions: [".less"] },
4319
+ { slug: "liquid", extensions: [".liquid"] },
3914
4320
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
3915
4321
  { slug: "lua", extensions: [".lua", ".rockspec"] },
3916
4322
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
3917
4323
  { slug: "matlab", extensions: [".m", ".mlx"] },
3918
4324
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
4325
+ { slug: "mdx", extensions: [".mdx"] },
4326
+ { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
3919
4327
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
3920
4328
  { slug: "metal", extensions: [".metal"] },
3921
4329
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
@@ -3927,6 +4335,7 @@ var languageIndex = [
3927
4335
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
3928
4336
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
3929
4337
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
4338
+ { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
3930
4339
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
3931
4340
  { slug: "protobuf", extensions: [".proto"] },
3932
4341
  { slug: "pug", extensions: [".pug", ".jade"] },
@@ -3952,6 +4361,7 @@ var languageIndex = [
3952
4361
  { slug: "toml", extensions: [".toml"] },
3953
4362
  { slug: "twig", extensions: [".twig"] },
3954
4363
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
4364
+ { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
3955
4365
  { slug: "visual-basic", extensions: [".vb"] },
3956
4366
  { slug: "vue", extensions: [".vue"] },
3957
4367
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
@@ -3977,6 +4387,7 @@ var languageLoaders = {
3977
4387
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3978
4388
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3979
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),
3980
4391
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3981
4392
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3982
4393
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -3986,6 +4397,7 @@ var languageLoaders = {
3986
4397
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
3987
4398
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3988
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),
3989
4401
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3990
4402
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3991
4403
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
@@ -3996,6 +4408,7 @@ var languageLoaders = {
3996
4408
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3997
4409
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
3998
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),
3999
4412
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
4000
4413
  gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
4001
4414
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -4003,6 +4416,7 @@ var languageLoaders = {
4003
4416
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
4004
4417
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
4005
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),
4006
4420
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
4007
4421
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
4008
4422
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
@@ -4010,16 +4424,20 @@ var languageLoaders = {
4010
4424
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
4011
4425
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
4012
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),
4013
4428
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
4014
4429
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
4015
4430
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
4016
4431
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
4017
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),
4018
4434
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
4019
4435
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
4020
4436
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
4021
4437
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
4022
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),
4023
4441
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
4024
4442
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
4025
4443
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
@@ -4031,6 +4449,7 @@ var languageLoaders = {
4031
4449
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
4032
4450
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
4033
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),
4034
4453
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
4035
4454
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
4036
4455
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
@@ -4053,6 +4472,7 @@ var languageLoaders = {
4053
4472
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
4054
4473
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
4055
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),
4056
4476
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
4057
4477
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
4058
4478
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),