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.
- package/README.md +50 -0
- package/dist/api.cjs +420 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +270 -0
- package/dist/api.d.ts +270 -0
- package/dist/api.js +420 -0
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +300 -0
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +300 -0
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +420 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +260 -0
- package/dist/index.d.ts +260 -0
- package/dist/index.js +420 -0
- package/dist/index.js.map +1 -1
- package/dist/languages/bicep.cjs +34 -0
- package/dist/languages/bicep.cjs.map +1 -0
- package/dist/languages/bicep.d.cts +29 -0
- package/dist/languages/bicep.d.ts +29 -0
- package/dist/languages/bicep.js +32 -0
- package/dist/languages/bicep.js.map +1 -0
- package/dist/languages/cue.cjs +34 -0
- package/dist/languages/cue.cjs.map +1 -0
- package/dist/languages/cue.d.cts +29 -0
- package/dist/languages/cue.d.ts +29 -0
- package/dist/languages/cue.js +32 -0
- package/dist/languages/cue.js.map +1 -0
- package/dist/languages/gdscript.cjs +34 -0
- package/dist/languages/gdscript.cjs.map +1 -0
- package/dist/languages/gdscript.d.cts +29 -0
- package/dist/languages/gdscript.d.ts +29 -0
- package/dist/languages/gdscript.js +32 -0
- package/dist/languages/gdscript.js.map +1 -0
- package/dist/languages/handlebars.cjs +34 -0
- package/dist/languages/handlebars.cjs.map +1 -0
- package/dist/languages/handlebars.d.cts +29 -0
- package/dist/languages/handlebars.d.ts +29 -0
- package/dist/languages/handlebars.js +32 -0
- package/dist/languages/handlebars.js.map +1 -0
- package/dist/languages/jinja.cjs +34 -0
- package/dist/languages/jinja.cjs.map +1 -0
- package/dist/languages/jinja.d.cts +29 -0
- package/dist/languages/jinja.d.ts +29 -0
- package/dist/languages/jinja.js +32 -0
- package/dist/languages/jinja.js.map +1 -0
- package/dist/languages/liquid.cjs +34 -0
- package/dist/languages/liquid.cjs.map +1 -0
- package/dist/languages/liquid.d.cts +29 -0
- package/dist/languages/liquid.d.ts +29 -0
- package/dist/languages/liquid.js +32 -0
- package/dist/languages/liquid.js.map +1 -0
- package/dist/languages/mdx.cjs +34 -0
- package/dist/languages/mdx.cjs.map +1 -0
- package/dist/languages/mdx.d.cts +29 -0
- package/dist/languages/mdx.d.ts +29 -0
- package/dist/languages/mdx.js +32 -0
- package/dist/languages/mdx.js.map +1 -0
- package/dist/languages/mermaid.cjs +34 -0
- package/dist/languages/mermaid.cjs.map +1 -0
- package/dist/languages/mermaid.d.cts +29 -0
- package/dist/languages/mermaid.d.ts +29 -0
- package/dist/languages/mermaid.js +32 -0
- package/dist/languages/mermaid.js.map +1 -0
- package/dist/languages/plantuml.cjs +34 -0
- package/dist/languages/plantuml.cjs.map +1 -0
- package/dist/languages/plantuml.d.cts +29 -0
- package/dist/languages/plantuml.d.ts +29 -0
- package/dist/languages/plantuml.js +32 -0
- package/dist/languages/plantuml.js.map +1 -0
- package/dist/languages/verilog.cjs +34 -0
- package/dist/languages/verilog.cjs.map +1 -0
- package/dist/languages/verilog.d.cts +29 -0
- package/dist/languages/verilog.d.ts +29 -0
- package/dist/languages/verilog.js +32 -0
- package/dist/languages/verilog.js.map +1 -0
- package/package.json +51 -1
package/dist/detect.cjs
CHANGED
|
@@ -287,6 +287,35 @@ var batch = {
|
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
289
|
|
|
290
|
+
// src/languages/bicep.ts
|
|
291
|
+
var bicep = {
|
|
292
|
+
slug: "bicep",
|
|
293
|
+
publishedDate: "2020-09-01",
|
|
294
|
+
extensions: [".bicep", ".bicepparam"],
|
|
295
|
+
author: "Microsoft",
|
|
296
|
+
website: "https://github.com/Azure/bicep",
|
|
297
|
+
paradigms: ["declarative", "infrastructure-as-code", "configuration"],
|
|
298
|
+
tooling: {
|
|
299
|
+
runtimes: ["Azure Resource Manager"],
|
|
300
|
+
packageManagers: ["Azure Verified Modules", "Bicep Registry"],
|
|
301
|
+
ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
|
|
302
|
+
},
|
|
303
|
+
version: "0.43.8",
|
|
304
|
+
logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
|
|
305
|
+
i18n: {
|
|
306
|
+
en: {
|
|
307
|
+
name: "Bicep",
|
|
308
|
+
description: "A declarative language for describing Azure infrastructure as code.",
|
|
309
|
+
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."
|
|
310
|
+
},
|
|
311
|
+
es: {
|
|
312
|
+
name: "Bicep",
|
|
313
|
+
description: "Un lenguaje declarativo para describir infraestructura de Azure como codigo.",
|
|
314
|
+
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."
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
|
|
290
319
|
// src/languages/c.ts
|
|
291
320
|
var c = {
|
|
292
321
|
slug: "c",
|
|
@@ -570,6 +599,35 @@ var cuda = {
|
|
|
570
599
|
}
|
|
571
600
|
};
|
|
572
601
|
|
|
602
|
+
// src/languages/cue.ts
|
|
603
|
+
var cue = {
|
|
604
|
+
slug: "cue",
|
|
605
|
+
publishedDate: "2019-02-27",
|
|
606
|
+
extensions: [".cue"],
|
|
607
|
+
author: "Marcel van Lohuizen / CUE contributors",
|
|
608
|
+
website: "https://cue.dev",
|
|
609
|
+
paradigms: ["declarative", "constraint-based", "data-validation", "configuration"],
|
|
610
|
+
tooling: {
|
|
611
|
+
runtimes: ["CUE CLI", "Go"],
|
|
612
|
+
packageManagers: ["Go modules"],
|
|
613
|
+
ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
|
|
614
|
+
},
|
|
615
|
+
version: "0.16.1",
|
|
616
|
+
logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
|
|
617
|
+
i18n: {
|
|
618
|
+
en: {
|
|
619
|
+
name: "CUE",
|
|
620
|
+
description: "A constraint-based language for configuration, data validation, and generation.",
|
|
621
|
+
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."
|
|
622
|
+
},
|
|
623
|
+
es: {
|
|
624
|
+
name: "CUE",
|
|
625
|
+
description: "Un lenguaje basado en restricciones para configuracion, validacion y generacion de datos.",
|
|
626
|
+
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."
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
|
|
573
631
|
// src/languages/d.ts
|
|
574
632
|
var d = {
|
|
575
633
|
slug: "d",
|
|
@@ -830,6 +888,35 @@ var fsharp = {
|
|
|
830
888
|
}
|
|
831
889
|
};
|
|
832
890
|
|
|
891
|
+
// src/languages/gdscript.ts
|
|
892
|
+
var gdscript = {
|
|
893
|
+
slug: "gdscript",
|
|
894
|
+
publishedDate: "2014-12-15",
|
|
895
|
+
extensions: [".gd"],
|
|
896
|
+
author: "Juan Linietsky, Ariel Manzur / Godot contributors",
|
|
897
|
+
website: "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/",
|
|
898
|
+
paradigms: ["object-oriented", "imperative", "event-driven", "scripting"],
|
|
899
|
+
tooling: {
|
|
900
|
+
runtimes: ["Godot Engine"],
|
|
901
|
+
packageManagers: ["Godot Asset Library"],
|
|
902
|
+
ecosystems: ["Game Development", "2D Games", "3D Games"]
|
|
903
|
+
},
|
|
904
|
+
version: "4.6",
|
|
905
|
+
logo: "https://cdn.simpleicons.org/godotengine/478CBF",
|
|
906
|
+
i18n: {
|
|
907
|
+
en: {
|
|
908
|
+
name: "GDScript",
|
|
909
|
+
description: "Godot Engine's integrated scripting language for gameplay and editor logic.",
|
|
910
|
+
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."
|
|
911
|
+
},
|
|
912
|
+
es: {
|
|
913
|
+
name: "GDScript",
|
|
914
|
+
description: "El lenguaje de scripting integrado de Godot Engine para gameplay y logica de editor.",
|
|
915
|
+
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."
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
};
|
|
919
|
+
|
|
833
920
|
// src/languages/git.ts
|
|
834
921
|
var git = {
|
|
835
922
|
slug: "git",
|
|
@@ -1032,6 +1119,35 @@ var groovy = {
|
|
|
1032
1119
|
}
|
|
1033
1120
|
};
|
|
1034
1121
|
|
|
1122
|
+
// src/languages/handlebars.ts
|
|
1123
|
+
var handlebars = {
|
|
1124
|
+
slug: "handlebars",
|
|
1125
|
+
publishedDate: "2010-07-01",
|
|
1126
|
+
extensions: [".hbs", ".handlebars"],
|
|
1127
|
+
author: "Yehuda Katz / Handlebars contributors",
|
|
1128
|
+
website: "https://handlebarsjs.com",
|
|
1129
|
+
paradigms: ["templating", "declarative", "logic-less"],
|
|
1130
|
+
tooling: {
|
|
1131
|
+
runtimes: ["Node.js", "Browser"],
|
|
1132
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
1133
|
+
ecosystems: ["Web", "Email Templates", "Static Sites"]
|
|
1134
|
+
},
|
|
1135
|
+
version: "4.7.9",
|
|
1136
|
+
logo: "https://cdn.simpleicons.org/handlebarsdotjs/000000",
|
|
1137
|
+
i18n: {
|
|
1138
|
+
en: {
|
|
1139
|
+
name: "Handlebars",
|
|
1140
|
+
description: "A logic-light template language for rendering HTML and text from data.",
|
|
1141
|
+
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."
|
|
1142
|
+
},
|
|
1143
|
+
es: {
|
|
1144
|
+
name: "Handlebars",
|
|
1145
|
+
description: "Un lenguaje de plantillas con poca logica para renderizar HTML y texto desde datos.",
|
|
1146
|
+
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."
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
};
|
|
1150
|
+
|
|
1035
1151
|
// src/languages/haskell.ts
|
|
1036
1152
|
var haskell = {
|
|
1037
1153
|
slug: "haskell",
|
|
@@ -1228,6 +1344,35 @@ var javascript = {
|
|
|
1228
1344
|
}
|
|
1229
1345
|
};
|
|
1230
1346
|
|
|
1347
|
+
// src/languages/jinja.ts
|
|
1348
|
+
var jinja = {
|
|
1349
|
+
slug: "jinja",
|
|
1350
|
+
publishedDate: "2008-07-17",
|
|
1351
|
+
extensions: [".jinja", ".jinja2", ".j2"],
|
|
1352
|
+
author: "Armin Ronacher / Pallets",
|
|
1353
|
+
website: "https://jinja.palletsprojects.com",
|
|
1354
|
+
paradigms: ["templating", "declarative", "server-side", "scripting"],
|
|
1355
|
+
tooling: {
|
|
1356
|
+
runtimes: ["Python"],
|
|
1357
|
+
packageManagers: ["pip", "Poetry", "uv"],
|
|
1358
|
+
ecosystems: ["Python", "Flask", "Ansible", "Web"]
|
|
1359
|
+
},
|
|
1360
|
+
version: "3.1.6",
|
|
1361
|
+
logo: "https://cdn.simpleicons.org/jinja/B41717",
|
|
1362
|
+
i18n: {
|
|
1363
|
+
en: {
|
|
1364
|
+
name: "Jinja",
|
|
1365
|
+
description: "A Python template language used for web views, automation, and configuration.",
|
|
1366
|
+
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."
|
|
1367
|
+
},
|
|
1368
|
+
es: {
|
|
1369
|
+
name: "Jinja",
|
|
1370
|
+
description: "Un lenguaje de plantillas para Python usado en vistas web, automatizacion y configuracion.",
|
|
1371
|
+
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."
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1231
1376
|
// src/languages/json.ts
|
|
1232
1377
|
var json = {
|
|
1233
1378
|
slug: "json",
|
|
@@ -1368,6 +1513,35 @@ var less = {
|
|
|
1368
1513
|
}
|
|
1369
1514
|
};
|
|
1370
1515
|
|
|
1516
|
+
// src/languages/liquid.ts
|
|
1517
|
+
var liquid = {
|
|
1518
|
+
slug: "liquid",
|
|
1519
|
+
publishedDate: "2006-06-01",
|
|
1520
|
+
extensions: [".liquid"],
|
|
1521
|
+
author: "Shopify",
|
|
1522
|
+
website: "https://shopify.github.io/liquid/",
|
|
1523
|
+
paradigms: ["templating", "declarative", "logic-less", "server-side"],
|
|
1524
|
+
tooling: {
|
|
1525
|
+
runtimes: ["Ruby", "Node.js", "Shopify"],
|
|
1526
|
+
packageManagers: ["RubyGems", "npm"],
|
|
1527
|
+
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
1528
|
+
},
|
|
1529
|
+
version: "10.21.1",
|
|
1530
|
+
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
1531
|
+
i18n: {
|
|
1532
|
+
en: {
|
|
1533
|
+
name: "Liquid",
|
|
1534
|
+
description: "A safe template language used by Shopify, Jekyll, and content-driven sites.",
|
|
1535
|
+
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."
|
|
1536
|
+
},
|
|
1537
|
+
es: {
|
|
1538
|
+
name: "Liquid",
|
|
1539
|
+
description: "Un lenguaje de plantillas seguro usado por Shopify, Jekyll y sitios basados en contenido.",
|
|
1540
|
+
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."
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
};
|
|
1544
|
+
|
|
1371
1545
|
// src/languages/lisp.ts
|
|
1372
1546
|
var lisp = {
|
|
1373
1547
|
slug: "lisp",
|
|
@@ -1507,6 +1681,64 @@ var matlab = {
|
|
|
1507
1681
|
}
|
|
1508
1682
|
};
|
|
1509
1683
|
|
|
1684
|
+
// src/languages/mdx.ts
|
|
1685
|
+
var mdx = {
|
|
1686
|
+
slug: "mdx",
|
|
1687
|
+
publishedDate: "2018-03-23",
|
|
1688
|
+
extensions: [".mdx"],
|
|
1689
|
+
author: "MDX contributors",
|
|
1690
|
+
website: "https://mdxjs.com",
|
|
1691
|
+
paradigms: ["markup", "component-oriented", "declarative", "documentation"],
|
|
1692
|
+
tooling: {
|
|
1693
|
+
runtimes: ["React", "Node.js"],
|
|
1694
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
1695
|
+
ecosystems: ["Documentation", "React", "Static Sites", "Content"]
|
|
1696
|
+
},
|
|
1697
|
+
version: "3.1.1",
|
|
1698
|
+
logo: "https://cdn.simpleicons.org/mdx/1B1F24",
|
|
1699
|
+
i18n: {
|
|
1700
|
+
en: {
|
|
1701
|
+
name: "MDX",
|
|
1702
|
+
description: "A Markdown-based format that embeds JSX components in content documents.",
|
|
1703
|
+
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."
|
|
1704
|
+
},
|
|
1705
|
+
es: {
|
|
1706
|
+
name: "MDX",
|
|
1707
|
+
description: "Un formato basado en Markdown que inserta componentes JSX en documentos de contenido.",
|
|
1708
|
+
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."
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
};
|
|
1712
|
+
|
|
1713
|
+
// src/languages/mermaid.ts
|
|
1714
|
+
var mermaid = {
|
|
1715
|
+
slug: "mermaid",
|
|
1716
|
+
publishedDate: "2014-11-04",
|
|
1717
|
+
extensions: [".mmd", ".mermaid"],
|
|
1718
|
+
author: "Knut Sveidqvist / Mermaid contributors",
|
|
1719
|
+
website: "https://mermaid.js.org",
|
|
1720
|
+
paradigms: ["declarative", "diagramming", "markup"],
|
|
1721
|
+
tooling: {
|
|
1722
|
+
runtimes: ["Browser", "Node.js"],
|
|
1723
|
+
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
1724
|
+
ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
|
|
1725
|
+
},
|
|
1726
|
+
version: "11.11.0",
|
|
1727
|
+
logo: "https://cdn.simpleicons.org/mermaid/FF3670",
|
|
1728
|
+
i18n: {
|
|
1729
|
+
en: {
|
|
1730
|
+
name: "Mermaid",
|
|
1731
|
+
description: "A text-based diagram language for flowcharts, sequences, timelines, and more.",
|
|
1732
|
+
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."
|
|
1733
|
+
},
|
|
1734
|
+
es: {
|
|
1735
|
+
name: "Mermaid",
|
|
1736
|
+
description: "Un lenguaje textual de diagramas para flujos, secuencias, lineas de tiempo y mas.",
|
|
1737
|
+
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."
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
};
|
|
1741
|
+
|
|
1510
1742
|
// src/languages/meson.ts
|
|
1511
1743
|
var meson = {
|
|
1512
1744
|
slug: "meson",
|
|
@@ -1795,6 +2027,35 @@ var php = {
|
|
|
1795
2027
|
}
|
|
1796
2028
|
};
|
|
1797
2029
|
|
|
2030
|
+
// src/languages/plantuml.ts
|
|
2031
|
+
var plantuml = {
|
|
2032
|
+
slug: "plantuml",
|
|
2033
|
+
publishedDate: "2009-04-17",
|
|
2034
|
+
extensions: [".puml", ".plantuml", ".iuml"],
|
|
2035
|
+
author: "Arnaud Roques / PlantUML contributors",
|
|
2036
|
+
website: "https://plantuml.com",
|
|
2037
|
+
paradigms: ["declarative", "diagramming", "modeling"],
|
|
2038
|
+
tooling: {
|
|
2039
|
+
runtimes: ["Java", "PlantUML Server"],
|
|
2040
|
+
packageManagers: ["Maven", "Gradle", "npm"],
|
|
2041
|
+
ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
|
|
2042
|
+
},
|
|
2043
|
+
version: "1.2026.3",
|
|
2044
|
+
logo: "https://plantuml.com/logo3.png",
|
|
2045
|
+
i18n: {
|
|
2046
|
+
en: {
|
|
2047
|
+
name: "PlantUML",
|
|
2048
|
+
description: "A text-based diagram language for UML, architecture, and documentation diagrams.",
|
|
2049
|
+
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."
|
|
2050
|
+
},
|
|
2051
|
+
es: {
|
|
2052
|
+
name: "PlantUML",
|
|
2053
|
+
description: "Un lenguaje textual de diagramas para UML, arquitectura y documentacion.",
|
|
2054
|
+
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."
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
};
|
|
2058
|
+
|
|
1798
2059
|
// src/languages/powershell.ts
|
|
1799
2060
|
var powershell = {
|
|
1800
2061
|
slug: "powershell",
|
|
@@ -2450,6 +2711,35 @@ var typescript = {
|
|
|
2450
2711
|
}
|
|
2451
2712
|
};
|
|
2452
2713
|
|
|
2714
|
+
// src/languages/verilog.ts
|
|
2715
|
+
var verilog = {
|
|
2716
|
+
slug: "verilog",
|
|
2717
|
+
publishedDate: "1984-01-01",
|
|
2718
|
+
extensions: [".v", ".vh", ".sv", ".svh"],
|
|
2719
|
+
author: "Phil Moorby / Gateway Design Automation",
|
|
2720
|
+
website: "https://standards.ieee.org/standard/1800-2023.html",
|
|
2721
|
+
paradigms: ["hardware-description", "concurrent", "event-driven", "verification"],
|
|
2722
|
+
tooling: {
|
|
2723
|
+
runtimes: ["FPGA Toolchains", "ASIC EDA Tools", "Simulators"],
|
|
2724
|
+
packageManagers: ["FuseSoC"],
|
|
2725
|
+
ecosystems: ["Hardware Design", "FPGA", "ASIC", "Verification"]
|
|
2726
|
+
},
|
|
2727
|
+
version: "IEEE 1800-2023",
|
|
2728
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg",
|
|
2729
|
+
i18n: {
|
|
2730
|
+
en: {
|
|
2731
|
+
name: "Verilog/SystemVerilog",
|
|
2732
|
+
description: "A hardware description and verification language for digital circuits and systems.",
|
|
2733
|
+
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."
|
|
2734
|
+
},
|
|
2735
|
+
es: {
|
|
2736
|
+
name: "Verilog/SystemVerilog",
|
|
2737
|
+
description: "Un lenguaje de descripcion y verificacion de hardware para circuitos y sistemas digitales.",
|
|
2738
|
+
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."
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
};
|
|
2742
|
+
|
|
2453
2743
|
// src/languages/visual-basic.ts
|
|
2454
2744
|
var visualBasic = {
|
|
2455
2745
|
slug: "visual-basic",
|
|
@@ -2741,6 +3031,7 @@ var languages = [
|
|
|
2741
3031
|
awk,
|
|
2742
3032
|
bash,
|
|
2743
3033
|
batch,
|
|
3034
|
+
bicep,
|
|
2744
3035
|
c,
|
|
2745
3036
|
cmake,
|
|
2746
3037
|
clojure,
|
|
@@ -2750,6 +3041,7 @@ var languages = [
|
|
|
2750
3041
|
csharp,
|
|
2751
3042
|
crystal,
|
|
2752
3043
|
css,
|
|
3044
|
+
cue,
|
|
2753
3045
|
cuda,
|
|
2754
3046
|
d,
|
|
2755
3047
|
dart,
|
|
@@ -2760,6 +3052,7 @@ var languages = [
|
|
|
2760
3052
|
fennel,
|
|
2761
3053
|
fortran,
|
|
2762
3054
|
fsharp,
|
|
3055
|
+
gdscript,
|
|
2763
3056
|
git,
|
|
2764
3057
|
gleam,
|
|
2765
3058
|
go,
|
|
@@ -2767,6 +3060,7 @@ var languages = [
|
|
|
2767
3060
|
glsl,
|
|
2768
3061
|
graphql,
|
|
2769
3062
|
groovy,
|
|
3063
|
+
handlebars,
|
|
2770
3064
|
haskell,
|
|
2771
3065
|
haxe,
|
|
2772
3066
|
hcl,
|
|
@@ -2774,16 +3068,20 @@ var languages = [
|
|
|
2774
3068
|
ini,
|
|
2775
3069
|
java,
|
|
2776
3070
|
javascript,
|
|
3071
|
+
jinja,
|
|
2777
3072
|
json,
|
|
2778
3073
|
jupyterNotebook,
|
|
2779
3074
|
julia,
|
|
2780
3075
|
kotlin,
|
|
2781
3076
|
less,
|
|
3077
|
+
liquid,
|
|
2782
3078
|
lisp,
|
|
2783
3079
|
lua,
|
|
2784
3080
|
makefile,
|
|
2785
3081
|
matlab,
|
|
2786
3082
|
markdown,
|
|
3083
|
+
mdx,
|
|
3084
|
+
mermaid,
|
|
2787
3085
|
meson,
|
|
2788
3086
|
metal,
|
|
2789
3087
|
svn,
|
|
@@ -2795,6 +3093,7 @@ var languages = [
|
|
|
2795
3093
|
pascal,
|
|
2796
3094
|
perl,
|
|
2797
3095
|
php,
|
|
3096
|
+
plantuml,
|
|
2798
3097
|
powershell,
|
|
2799
3098
|
protobuf,
|
|
2800
3099
|
pug,
|
|
@@ -2817,6 +3116,7 @@ var languages = [
|
|
|
2817
3116
|
toml,
|
|
2818
3117
|
twig,
|
|
2819
3118
|
typescript,
|
|
3119
|
+
verilog,
|
|
2820
3120
|
visualBasic,
|
|
2821
3121
|
vue,
|
|
2822
3122
|
webassembly,
|