code-languages 1.29.1 → 1.30.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 (58) hide show
  1. package/README.md +11 -1
  2. package/dist/api.cjs +427 -0
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +427 -0
  6. package/dist/detect-slugs.cjs +10 -0
  7. package/dist/detect-slugs.d.cts +1 -1
  8. package/dist/detect-slugs.d.ts +1 -1
  9. package/dist/detect-slugs.js +10 -0
  10. package/dist/detect.cjs +307 -0
  11. package/dist/detect.js +307 -0
  12. package/dist/index.cjs +437 -0
  13. package/dist/index.d.cts +278 -1
  14. package/dist/index.d.ts +278 -1
  15. package/dist/index.js +438 -1
  16. package/dist/{language-registry-CehUh46c.d.cts → language-registry-BQKRHyKo.d.cts} +30 -0
  17. package/dist/{language-registry-CehUh46c.d.ts → language-registry-BQKRHyKo.d.ts} +30 -0
  18. package/dist/languages/dafny.cjs +33 -0
  19. package/dist/languages/dafny.d.cts +30 -0
  20. package/dist/languages/dafny.d.ts +30 -0
  21. package/dist/languages/dafny.js +31 -0
  22. package/dist/languages/ejs.cjs +33 -0
  23. package/dist/languages/ejs.d.cts +30 -0
  24. package/dist/languages/ejs.d.ts +30 -0
  25. package/dist/languages/ejs.js +31 -0
  26. package/dist/languages/freemarker.cjs +33 -0
  27. package/dist/languages/freemarker.d.cts +30 -0
  28. package/dist/languages/freemarker.d.ts +30 -0
  29. package/dist/languages/freemarker.js +31 -0
  30. package/dist/languages/fstar.cjs +33 -0
  31. package/dist/languages/fstar.d.cts +30 -0
  32. package/dist/languages/fstar.d.ts +30 -0
  33. package/dist/languages/fstar.js +31 -0
  34. package/dist/languages/isabelle.cjs +32 -0
  35. package/dist/languages/isabelle.d.cts +29 -0
  36. package/dist/languages/isabelle.d.ts +29 -0
  37. package/dist/languages/isabelle.js +30 -0
  38. package/dist/languages/jsonc.cjs +32 -0
  39. package/dist/languages/jsonc.d.cts +29 -0
  40. package/dist/languages/jsonc.d.ts +29 -0
  41. package/dist/languages/jsonc.js +30 -0
  42. package/dist/languages/just.cjs +33 -0
  43. package/dist/languages/just.d.cts +30 -0
  44. package/dist/languages/just.d.ts +30 -0
  45. package/dist/languages/just.js +31 -0
  46. package/dist/languages/kdl.cjs +32 -0
  47. package/dist/languages/kdl.d.cts +29 -0
  48. package/dist/languages/kdl.d.ts +29 -0
  49. package/dist/languages/kdl.js +30 -0
  50. package/dist/languages/openapi.cjs +33 -0
  51. package/dist/languages/openapi.d.cts +30 -0
  52. package/dist/languages/openapi.d.ts +30 -0
  53. package/dist/languages/openapi.js +31 -0
  54. package/dist/languages/puppet.cjs +33 -0
  55. package/dist/languages/puppet.d.cts +30 -0
  56. package/dist/languages/puppet.d.ts +30 -0
  57. package/dist/languages/puppet.js +31 -0
  58. package/package.json +55 -5
package/dist/index.js CHANGED
@@ -2413,6 +2413,45 @@ var init_d = __esm({
2413
2413
  }
2414
2414
  });
2415
2415
 
2416
+ // src/languages/dafny.ts
2417
+ var dafny_exports = {};
2418
+ __export(dafny_exports, {
2419
+ dafny: () => dafny
2420
+ });
2421
+ var dafny;
2422
+ var init_dafny = __esm({
2423
+ "src/languages/dafny.ts"() {
2424
+ dafny = {
2425
+ slug: "dafny",
2426
+ publishedDate: "2009-01-01",
2427
+ extensions: [".dfy"],
2428
+ author: "K. Rustan M. Leino / Microsoft Research",
2429
+ website: "https://dafny.org",
2430
+ paradigms: ["imperative", "functional", "object-oriented", "formal verification"],
2431
+ tooling: {
2432
+ runtimes: [".NET", "Java", "JavaScript", "Go", "Python"],
2433
+ packageManagers: ["NuGet", "Homebrew"],
2434
+ ecosystems: ["Formal Methods", ".NET", "Verification"]
2435
+ },
2436
+ version: "4.11.0",
2437
+ logo: "https://dummyimage.com/32x32/0B6D91/ffffff.png&text=D",
2438
+ color: "#0B6D91",
2439
+ i18n: {
2440
+ en: {
2441
+ name: "Dafny",
2442
+ description: "A verification-aware programming language with specifications, proofs, and compilation to several mainstream targets.",
2443
+ longDescription: "Dafny is a programming language and verifier designed for writing correct-by-construction software. Programs can include preconditions, postconditions, invariants, termination metrics, and assertions that are checked by an automated verifier.\n\nIt combines imperative, functional, and object-oriented features with formal specification syntax. Dafny code can be compiled to targets such as C#, Java, JavaScript, Go, and Python, making it useful for teaching, research, and high-assurance software components."
2444
+ },
2445
+ es: {
2446
+ name: "Dafny",
2447
+ description: "Lenguaje de programacion orientado a verificacion, con especificaciones, pruebas y compilacion a varios destinos comunes.",
2448
+ longDescription: "Dafny es un lenguaje de programacion y verificador pensado para escribir software correcto por construccion. Los programas pueden incluir precondiciones, postcondiciones, invariantes, metricas de terminacion y aserciones que revisa un verificador automatico.\n\nCombina rasgos imperativos, funcionales y orientados a objetos con sintaxis de especificacion formal. El codigo Dafny puede compilarse a destinos como C#, Java, JavaScript, Go y Python."
2449
+ }
2450
+ }
2451
+ };
2452
+ }
2453
+ });
2454
+
2416
2455
  // src/languages/dart.ts
2417
2456
  var dart_exports = {};
2418
2457
  __export(dart_exports, {
@@ -2766,6 +2805,45 @@ var init_eiffel = __esm({
2766
2805
  }
2767
2806
  });
2768
2807
 
2808
+ // src/languages/ejs.ts
2809
+ var ejs_exports = {};
2810
+ __export(ejs_exports, {
2811
+ ejs: () => ejs
2812
+ });
2813
+ var ejs;
2814
+ var init_ejs = __esm({
2815
+ "src/languages/ejs.ts"() {
2816
+ ejs = {
2817
+ slug: "ejs",
2818
+ publishedDate: "2011-02-01",
2819
+ extensions: [".ejs"],
2820
+ author: "Matthew Eernisse",
2821
+ website: "https://ejs.co",
2822
+ paradigms: ["template", "embedded", "imperative"],
2823
+ tooling: {
2824
+ runtimes: ["Node.js", "Browser"],
2825
+ packageManagers: ["npm", "pnpm", "Yarn"],
2826
+ ecosystems: ["JavaScript", "Web", "Express"]
2827
+ },
2828
+ version: "3.1.10",
2829
+ logo: "https://cdn.simpleicons.org/ejs/B4CA65",
2830
+ color: "#B4CA65",
2831
+ i18n: {
2832
+ en: {
2833
+ name: "EJS",
2834
+ description: "An embedded JavaScript templating language for generating HTML and text from familiar JavaScript expressions.",
2835
+ longDescription: "EJS, short for Embedded JavaScript, is a templating language that lets developers generate markup with ordinary JavaScript control flow and interpolation. Templates are commonly used to render server-side HTML in Node.js applications.\n\nIt is intentionally small and direct: template files mix literal output with tags for evaluation, escaped output, and unescaped output. EJS is popular in Express applications, documentation generators, and simple build workflows."
2836
+ },
2837
+ es: {
2838
+ name: "EJS",
2839
+ description: "Lenguaje de plantillas con JavaScript embebido para generar HTML y texto usando expresiones familiares.",
2840
+ longDescription: "EJS, abreviatura de Embedded JavaScript, es un lenguaje de plantillas que permite generar marcado con interpolacion y control de flujo de JavaScript. Se usa con frecuencia para renderizar HTML del lado del servidor en aplicaciones Node.js.\n\nEs pequeno y directo: los archivos mezclan salida literal con etiquetas para evaluacion, salida escapada y salida sin escapar. EJS es comun en aplicaciones Express, generadores de documentacion y flujos de build simples."
2841
+ }
2842
+ }
2843
+ };
2844
+ }
2845
+ });
2846
+
2769
2847
  // src/languages/elixir.ts
2770
2848
  var elixir_exports = {};
2771
2849
  __export(elixir_exports, {
@@ -3295,6 +3373,45 @@ var init_fortran = __esm({
3295
3373
  }
3296
3374
  });
3297
3375
 
3376
+ // src/languages/freemarker.ts
3377
+ var freemarker_exports = {};
3378
+ __export(freemarker_exports, {
3379
+ freemarker: () => freemarker
3380
+ });
3381
+ var freemarker;
3382
+ var init_freemarker = __esm({
3383
+ "src/languages/freemarker.ts"() {
3384
+ freemarker = {
3385
+ slug: "freemarker",
3386
+ publishedDate: "1999-01-01",
3387
+ extensions: [".ftl", ".ftlh", ".ftlx"],
3388
+ author: "Apache Software Foundation",
3389
+ website: "https://freemarker.apache.org",
3390
+ paradigms: ["template", "declarative"],
3391
+ tooling: {
3392
+ runtimes: ["JVM"],
3393
+ packageManagers: ["Maven", "Gradle"],
3394
+ ecosystems: ["Java", "Web", "Apache"]
3395
+ },
3396
+ version: "2.3.34",
3397
+ logo: "https://dummyimage.com/32x32/326CE5/ffffff.png&text=FM",
3398
+ color: "#326CE5",
3399
+ i18n: {
3400
+ en: {
3401
+ name: "FreeMarker",
3402
+ description: "A JVM template language used to generate HTML, emails, configuration files, and other text output.",
3403
+ longDescription: "Apache FreeMarker is a template engine and template language for Java applications. It separates presentation text from application code and can generate HTML pages, emails, source files, configuration files, and other structured text.\n\nFreeMarker templates use expressions, directives, macros, includes, and data-model access rather than embedding Java code directly. It is common in server-side Java web applications and code generation workflows."
3404
+ },
3405
+ es: {
3406
+ name: "FreeMarker",
3407
+ description: "Lenguaje de plantillas para la JVM usado para generar HTML, correos, configuracion y otras salidas de texto.",
3408
+ longDescription: "Apache FreeMarker es un motor y lenguaje de plantillas para aplicaciones Java. Separa el texto de presentacion del codigo de aplicacion y puede generar paginas HTML, correos, codigo fuente, archivos de configuracion y otros textos estructurados.\n\nLas plantillas FreeMarker usan expresiones, directivas, macros, inclusiones y acceso a modelos de datos en lugar de embeber codigo Java directamente."
3409
+ }
3410
+ }
3411
+ };
3412
+ }
3413
+ });
3414
+
3298
3415
  // src/languages/fsharp.ts
3299
3416
  var fsharp_exports = {};
3300
3417
  __export(fsharp_exports, {
@@ -3354,6 +3471,45 @@ var init_fsharp = __esm({
3354
3471
  }
3355
3472
  });
3356
3473
 
3474
+ // src/languages/fstar.ts
3475
+ var fstar_exports = {};
3476
+ __export(fstar_exports, {
3477
+ fstar: () => fstar
3478
+ });
3479
+ var fstar;
3480
+ var init_fstar = __esm({
3481
+ "src/languages/fstar.ts"() {
3482
+ fstar = {
3483
+ slug: "fstar",
3484
+ publishedDate: "2011-01-01",
3485
+ extensions: [".fst", ".fsti"],
3486
+ author: "Microsoft Research / INRIA",
3487
+ website: "https://www.fstar-lang.org",
3488
+ paradigms: ["functional", "dependent types", "formal verification"],
3489
+ tooling: {
3490
+ runtimes: ["F* toolchain", "OCaml", "F#", "C"],
3491
+ packageManagers: ["opam", "NuGet"],
3492
+ ecosystems: ["Formal Methods", "ML", "Low-level Verification"]
3493
+ },
3494
+ version: "2026.04.17",
3495
+ logo: "https://dummyimage.com/32x32/572E91/ffffff.png&text=F%2A",
3496
+ color: "#572E91",
3497
+ i18n: {
3498
+ en: {
3499
+ name: "F*",
3500
+ description: "A dependently typed functional language for program verification, proofs, and extraction to executable code.",
3501
+ longDescription: "F* is a verification-oriented functional language with dependent types, refinement types, effects, and proof automation. It is used to specify and verify functional correctness, security properties, and low-level systems code.\n\nPrograms and proofs can be checked by the F* toolchain and extracted to targets such as OCaml, F#, and C through related tooling. The language is used in research and high-assurance projects where executable code and machine-checked proofs need to stay close together."
3502
+ },
3503
+ es: {
3504
+ name: "F*",
3505
+ description: "Lenguaje funcional con tipos dependientes para verificacion de programas, pruebas y extraccion a codigo ejecutable.",
3506
+ longDescription: "F* es un lenguaje funcional orientado a verificacion con tipos dependientes, tipos refinados, efectos y automatizacion de pruebas. Se usa para especificar y verificar correccion funcional, propiedades de seguridad y codigo de sistemas de bajo nivel.\n\nLos programas y pruebas se revisan con la cadena de herramientas de F* y pueden extraerse a destinos como OCaml, F# y C mediante herramientas relacionadas."
3507
+ }
3508
+ }
3509
+ };
3510
+ }
3511
+ });
3512
+
3357
3513
  // src/languages/gdscript.ts
3358
3514
  var gdscript_exports = {};
3359
3515
  __export(gdscript_exports, {
@@ -4642,6 +4798,44 @@ var init_ini = __esm({
4642
4798
  }
4643
4799
  });
4644
4800
 
4801
+ // src/languages/isabelle.ts
4802
+ var isabelle_exports = {};
4803
+ __export(isabelle_exports, {
4804
+ isabelle: () => isabelle
4805
+ });
4806
+ var isabelle;
4807
+ var init_isabelle = __esm({
4808
+ "src/languages/isabelle.ts"() {
4809
+ isabelle = {
4810
+ slug: "isabelle",
4811
+ publishedDate: "1986-01-01",
4812
+ extensions: [".thy"],
4813
+ author: "Lawrence Paulson / University of Cambridge and TU Munich",
4814
+ website: "https://isabelle.in.tum.de",
4815
+ paradigms: ["theorem proving", "declarative", "functional"],
4816
+ tooling: {
4817
+ runtimes: ["Isabelle/jEdit", "Poly/ML", "Scala"],
4818
+ ecosystems: ["Formal Methods", "Proof Assistants", "Higher-order Logic"]
4819
+ },
4820
+ version: "Isabelle2025-2",
4821
+ logo: "https://dummyimage.com/32x32/6A5ACD/ffffff.png&text=Is",
4822
+ color: "#6A5ACD",
4823
+ i18n: {
4824
+ en: {
4825
+ name: "Isabelle",
4826
+ description: "A proof assistant and theory language for machine-checked mathematics, logic, and formal verification.",
4827
+ longDescription: "Isabelle is a generic proof assistant with a rich theory language used to develop machine-checked mathematics and formal verification projects. Its most common object logic is Isabelle/HOL, a higher-order logic used in many academic and industrial verification efforts.\n\nIsabelle theory files combine definitions, lemmas, structured Isar proofs, automation, and document-oriented markup. The system includes an IDE, libraries, code generation support, and integrations with external automated provers."
4828
+ },
4829
+ es: {
4830
+ name: "Isabelle",
4831
+ description: "Asistente de pruebas y lenguaje de teorias para matematica, logica y verificacion formal comprobadas por maquina.",
4832
+ longDescription: "Isabelle es un asistente de pruebas generico con un lenguaje de teorias usado para desarrollar matematica comprobada por maquina y proyectos de verificacion formal. Su logica objeto mas comun es Isabelle/HOL, una logica de orden superior usada en muchos trabajos academicos e industriales.\n\nLos archivos de teoria combinan definiciones, lemas, pruebas estructuradas Isar, automatizacion y marcado orientado a documentos."
4833
+ }
4834
+ }
4835
+ };
4836
+ }
4837
+ });
4838
+
4645
4839
  // src/languages/janet.ts
4646
4840
  var janet_exports = {};
4647
4841
  __export(janet_exports, {
@@ -4991,6 +5185,44 @@ var init_json5 = __esm({
4991
5185
  }
4992
5186
  });
4993
5187
 
5188
+ // src/languages/jsonc.ts
5189
+ var jsonc_exports = {};
5190
+ __export(jsonc_exports, {
5191
+ jsonc: () => jsonc
5192
+ });
5193
+ var jsonc;
5194
+ var init_jsonc = __esm({
5195
+ "src/languages/jsonc.ts"() {
5196
+ jsonc = {
5197
+ slug: "jsonc",
5198
+ publishedDate: "2015-04-29",
5199
+ extensions: [".jsonc", ".code-workspace"],
5200
+ author: "Microsoft",
5201
+ website: "https://jsonc.org",
5202
+ paradigms: ["data serialization", "configuration"],
5203
+ tooling: {
5204
+ runtimes: ["Editors", "Build tools"],
5205
+ ecosystems: ["JavaScript", "TypeScript", "Configuration"]
5206
+ },
5207
+ version: "JSON with Comments",
5208
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_json.svg",
5209
+ color: "#F5DE19",
5210
+ i18n: {
5211
+ en: {
5212
+ name: "JSONC",
5213
+ description: "A JSON-compatible configuration format that permits JavaScript-style comments and optional editor-friendly extensions.",
5214
+ longDescription: "JSONC, or JSON with Comments, is a JSON-derived configuration format that allows comments while preserving the familiar JSON data model. It is widely recognized because Visual Studio Code uses it for settings, launch configurations, and workspace files.\n\nThe format is intended for human-maintained configuration rather than data interchange between services. Tooling usually parses JSONC into ordinary JSON-like values after stripping comments and handling the accepted extensions."
5215
+ },
5216
+ es: {
5217
+ name: "JSONC",
5218
+ description: "Formato de configuracion compatible con JSON que permite comentarios estilo JavaScript y extensiones amigables para editores.",
5219
+ longDescription: "JSONC, o JSON con comentarios, es un formato de configuracion derivado de JSON que permite comentarios sin abandonar el modelo de datos familiar. Es muy conocido porque Visual Studio Code lo usa en ajustes, configuraciones de ejecucion y archivos de workspace.\n\nEsta pensado para configuracion mantenida por humanos, no para intercambio de datos entre servicios. Las herramientas suelen convertir JSONC a valores similares a JSON tras quitar comentarios."
5220
+ }
5221
+ }
5222
+ };
5223
+ }
5224
+ });
5225
+
4994
5226
  // src/languages/jsonnet.ts
4995
5227
  var jsonnet_exports = {};
4996
5228
  __export(jsonnet_exports, {
@@ -5168,6 +5400,45 @@ var init_jupyter_notebook = __esm({
5168
5400
  }
5169
5401
  });
5170
5402
 
5403
+ // src/languages/just.ts
5404
+ var just_exports = {};
5405
+ __export(just_exports, {
5406
+ just: () => just
5407
+ });
5408
+ var just;
5409
+ var init_just = __esm({
5410
+ "src/languages/just.ts"() {
5411
+ just = {
5412
+ slug: "just",
5413
+ publishedDate: "2016-03-13",
5414
+ extensions: ["justfile", "Justfile", ".just"],
5415
+ author: "Casey Rodarmor",
5416
+ website: "https://just.systems",
5417
+ paradigms: ["task automation", "command runner"],
5418
+ tooling: {
5419
+ runtimes: ["just"],
5420
+ packageManagers: ["Cargo", "Homebrew", "Scoop"],
5421
+ ecosystems: ["CLI", "Build Automation", "DevOps"]
5422
+ },
5423
+ version: "1.44.0",
5424
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_just.svg",
5425
+ color: "#384D54",
5426
+ i18n: {
5427
+ en: {
5428
+ name: "Just",
5429
+ description: "A command-runner language for project recipes, task automation, and repeatable developer workflows.",
5430
+ longDescription: "Just is a command runner whose justfile syntax defines named recipes for common project tasks. It is often used as a friendlier alternative to ad hoc shell scripts or make targets when dependency graph semantics are not needed.\n\nRecipes can accept parameters, set variables, choose shells, load dotenv files, and compose other recipes. The format is popular for local development workflows, CI helpers, release commands, and cross-platform project automation."
5431
+ },
5432
+ es: {
5433
+ name: "Just",
5434
+ description: "Lenguaje de recetas para ejecutar comandos de proyecto, automatizar tareas y repetir flujos de desarrollo.",
5435
+ longDescription: "Just es un ejecutor de comandos cuya sintaxis justfile define recetas con nombre para tareas comunes del proyecto. Se usa como alternativa mas amable a scripts shell dispersos o targets de make cuando no se necesita un grafo de dependencias.\n\nLas recetas pueden aceptar parametros, definir variables, elegir shells, cargar archivos dotenv y componer otras recetas. Es comun en desarrollo local, ayudas de CI, comandos de release y automatizacion multiplataforma."
5436
+ }
5437
+ }
5438
+ };
5439
+ }
5440
+ });
5441
+
5171
5442
  // src/languages/kcl.ts
5172
5443
  var kcl_exports = {};
5173
5444
  __export(kcl_exports, {
@@ -5227,6 +5498,44 @@ var init_kcl = __esm({
5227
5498
  }
5228
5499
  });
5229
5500
 
5501
+ // src/languages/kdl.ts
5502
+ var kdl_exports = {};
5503
+ __export(kdl_exports, {
5504
+ kdl: () => kdl
5505
+ });
5506
+ var kdl;
5507
+ var init_kdl = __esm({
5508
+ "src/languages/kdl.ts"() {
5509
+ kdl = {
5510
+ slug: "kdl",
5511
+ publishedDate: "2021-08-29",
5512
+ extensions: [".kdl"],
5513
+ author: "Kat Marchan and contributors",
5514
+ website: "https://kdl.dev",
5515
+ paradigms: ["configuration", "document language", "data serialization"],
5516
+ tooling: {
5517
+ runtimes: ["Parsers", "CLI tools"],
5518
+ ecosystems: ["Configuration", "Rust", "Structured Documents"]
5519
+ },
5520
+ version: "2.0.0",
5521
+ logo: "https://dummyimage.com/32x32/6B4E9B/ffffff.png&text=KDL",
5522
+ color: "#6B4E9B",
5523
+ i18n: {
5524
+ en: {
5525
+ name: "KDL",
5526
+ description: "A node-based document language for readable configuration, structured data, and tree-shaped documents.",
5527
+ longDescription: "KDL is a document language built around named nodes with arguments, properties, and nested children. Its syntax is designed to be easier to read and edit by hand than many dense data formats while still mapping cleanly to structured data.\n\nIt is used for configuration files, domain-specific documents, and tools that need comments, ordering, and tree-shaped data. The KDL ecosystem includes parsers for multiple languages and a versioned specification."
5528
+ },
5529
+ es: {
5530
+ name: "KDL",
5531
+ description: "Lenguaje documental basado en nodos para configuracion legible, datos estructurados y documentos en forma de arbol.",
5532
+ longDescription: "KDL es un lenguaje documental basado en nodos con argumentos, propiedades e hijos anidados. Su sintaxis busca ser mas facil de leer y editar a mano que muchos formatos densos, sin perder una correspondencia clara con datos estructurados.\n\nSe usa para archivos de configuracion, documentos especificos de dominio y herramientas que necesitan comentarios, orden y datos en forma de arbol."
5533
+ }
5534
+ }
5535
+ };
5536
+ }
5537
+ });
5538
+
5230
5539
  // src/languages/kotlin.ts
5231
5540
  var kotlin_exports = {};
5232
5541
  __export(kotlin_exports, {
@@ -6985,6 +7294,45 @@ var init_odin = __esm({
6985
7294
  }
6986
7295
  });
6987
7296
 
7297
+ // src/languages/openapi.ts
7298
+ var openapi_exports = {};
7299
+ __export(openapi_exports, {
7300
+ openapi: () => openapi
7301
+ });
7302
+ var openapi;
7303
+ var init_openapi = __esm({
7304
+ "src/languages/openapi.ts"() {
7305
+ openapi = {
7306
+ slug: "openapi",
7307
+ publishedDate: "2011-08-10",
7308
+ extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"],
7309
+ author: "OpenAPI Initiative",
7310
+ website: "https://www.openapis.org",
7311
+ paradigms: ["api description", "schema", "declarative"],
7312
+ tooling: {
7313
+ runtimes: ["OpenAPI tooling"],
7314
+ packageManagers: ["npm", "Maven", "Docker"],
7315
+ ecosystems: ["HTTP APIs", "REST", "Documentation"]
7316
+ },
7317
+ version: "3.2.0",
7318
+ logo: "https://cdn.simpleicons.org/openapiinitiative/6BA539",
7319
+ color: "#6BA539",
7320
+ i18n: {
7321
+ en: {
7322
+ name: "OpenAPI",
7323
+ description: "A language-neutral specification format for describing HTTP APIs, schemas, operations, and documentation.",
7324
+ longDescription: "OpenAPI is a specification format for describing HTTP APIs in a machine-readable and human-readable way. OpenAPI documents define paths, operations, parameters, request bodies, responses, authentication, reusable components, and schema information.\n\nThe format is commonly written in YAML or JSON and powers API documentation, client and server generation, contract testing, governance, and design workflows. It originated as Swagger and is now maintained by the OpenAPI Initiative."
7325
+ },
7326
+ es: {
7327
+ name: "OpenAPI",
7328
+ description: "Formato de especificacion neutral al lenguaje para describir APIs HTTP, esquemas, operaciones y documentacion.",
7329
+ longDescription: "OpenAPI es un formato de especificacion para describir APIs HTTP de manera legible para maquinas y personas. Los documentos OpenAPI definen rutas, operaciones, parametros, cuerpos de solicitud, respuestas, autenticacion, componentes reutilizables e informacion de esquemas.\n\nSuele escribirse en YAML o JSON y alimenta documentacion de APIs, generacion de clientes y servidores, pruebas de contrato, gobierno y flujos de diseno."
7330
+ }
7331
+ }
7332
+ };
7333
+ }
7334
+ });
7335
+
6988
7336
  // src/languages/opencl.ts
6989
7337
  var opencl_exports = {};
6990
7338
  __export(opencl_exports, {
@@ -7807,6 +8155,45 @@ var init_pug = __esm({
7807
8155
  }
7808
8156
  });
7809
8157
 
8158
+ // src/languages/puppet.ts
8159
+ var puppet_exports = {};
8160
+ __export(puppet_exports, {
8161
+ puppet: () => puppet
8162
+ });
8163
+ var puppet;
8164
+ var init_puppet = __esm({
8165
+ "src/languages/puppet.ts"() {
8166
+ puppet = {
8167
+ slug: "puppet",
8168
+ publishedDate: "2005-01-01",
8169
+ extensions: [".pp", ".epp"],
8170
+ author: "Luke Kanies / Puppet, Inc.",
8171
+ website: "https://www.puppet.com/docs/puppet/latest/lang_summary",
8172
+ paradigms: ["declarative", "configuration management", "infrastructure as code"],
8173
+ tooling: {
8174
+ runtimes: ["Puppet Agent", "Puppet Server"],
8175
+ packageManagers: ["Puppet Forge", "r10k", "Code Manager"],
8176
+ ecosystems: ["DevOps", "Infrastructure as Code", "Configuration Management"]
8177
+ },
8178
+ version: "Puppet 8",
8179
+ logo: "https://cdn.simpleicons.org/puppet/FFAE1A",
8180
+ color: "#FFAE1A",
8181
+ i18n: {
8182
+ en: {
8183
+ name: "Puppet",
8184
+ description: "A declarative infrastructure language for describing system resources, configuration state, and reusable modules.",
8185
+ longDescription: "The Puppet language describes desired infrastructure state using resources, classes, defined types, variables, conditionals, and modules. Puppet agents apply catalogs compiled from this language to converge systems toward the declared configuration.\n\nIt is used for configuration management, compliance, provisioning, and infrastructure automation across servers and services. The language favors declarative resource relationships over imperative shell-style steps."
8186
+ },
8187
+ es: {
8188
+ name: "Puppet",
8189
+ description: "Lenguaje declarativo de infraestructura para describir recursos del sistema, estado de configuracion y modulos reutilizables.",
8190
+ longDescription: "El lenguaje Puppet describe el estado deseado de la infraestructura mediante recursos, clases, tipos definidos, variables, condicionales y modulos. Los agentes Puppet aplican catalogos compilados desde este lenguaje para converger los sistemas hacia la configuracion declarada.\n\nSe usa para gestion de configuracion, cumplimiento, aprovisionamiento y automatizacion de infraestructura en servidores y servicios."
8191
+ }
8192
+ }
8193
+ };
8194
+ }
8195
+ });
8196
+
7810
8197
  // src/languages/purescript.ts
7811
8198
  var purescript_exports = {};
7812
8199
  __export(purescript_exports, {
@@ -11357,12 +11744,14 @@ init_cue();
11357
11744
  init_cypher();
11358
11745
  init_cython();
11359
11746
  init_d();
11747
+ init_dafny();
11360
11748
  init_dart();
11361
11749
  init_dhall();
11362
11750
  init_dita();
11363
11751
  init_dockerfile();
11364
11752
  init_earthly();
11365
11753
  init_eiffel();
11754
+ init_ejs();
11366
11755
  init_elixir();
11367
11756
  init_elm();
11368
11757
  init_erb();
@@ -11372,7 +11761,9 @@ init_fish();
11372
11761
  init_flux();
11373
11762
  init_forth();
11374
11763
  init_fortran();
11764
+ init_freemarker();
11375
11765
  init_fsharp();
11766
+ init_fstar();
11376
11767
  init_gdscript();
11377
11768
  init_git();
11378
11769
  init_gleam();
@@ -11395,16 +11786,20 @@ init_html();
11395
11786
  init_hy();
11396
11787
  init_idris();
11397
11788
  init_ini();
11789
+ init_isabelle();
11398
11790
  init_janet();
11399
11791
  init_java();
11400
11792
  init_javascript();
11401
11793
  init_jinja();
11402
11794
  init_json();
11403
11795
  init_json5();
11796
+ init_jsonc();
11404
11797
  init_jsonnet();
11405
11798
  init_julia();
11406
11799
  init_jupyter_notebook();
11800
+ init_just();
11407
11801
  init_kcl();
11802
+ init_kdl();
11408
11803
  init_kotlin();
11409
11804
  init_lean();
11410
11805
  init_less();
@@ -11435,6 +11830,7 @@ init_nushell();
11435
11830
  init_objective_c();
11436
11831
  init_ocaml();
11437
11832
  init_odin();
11833
+ init_openapi();
11438
11834
  init_opencl();
11439
11835
  init_pascal();
11440
11836
  init_perl();
@@ -11449,6 +11845,7 @@ init_prolog();
11449
11845
  init_promql();
11450
11846
  init_protobuf();
11451
11847
  init_pug();
11848
+ init_puppet();
11452
11849
  init_purescript();
11453
11850
  init_python();
11454
11851
  init_qml();
@@ -11551,10 +11948,12 @@ var languages = [
11551
11948
  cuda,
11552
11949
  cython,
11553
11950
  d,
11951
+ dafny,
11554
11952
  dart,
11555
11953
  dhall,
11556
11954
  dita,
11557
11955
  dockerfile,
11956
+ ejs,
11558
11957
  eiffel,
11559
11958
  earthly,
11560
11959
  elixir,
@@ -11564,9 +11963,11 @@ var languages = [
11564
11963
  fish,
11565
11964
  fennel,
11566
11965
  flux,
11966
+ freemarker,
11567
11967
  fortran,
11568
11968
  forth,
11569
11969
  fsharp,
11970
+ fstar,
11570
11971
  gdscript,
11571
11972
  git,
11572
11973
  gleam,
@@ -11589,16 +11990,20 @@ var languages = [
11589
11990
  hy,
11590
11991
  idris,
11591
11992
  ini,
11993
+ isabelle,
11592
11994
  java,
11593
11995
  javascript,
11594
11996
  janet,
11595
11997
  jinja,
11596
11998
  json,
11597
11999
  json5,
12000
+ jsonc,
11598
12001
  jsonnet,
11599
12002
  jupyterNotebook,
11600
12003
  julia,
12004
+ just,
11601
12005
  kcl,
12006
+ kdl,
11602
12007
  kotlin,
11603
12008
  lean,
11604
12009
  less,
@@ -11631,6 +12036,7 @@ var languages = [
11631
12036
  objectiveC,
11632
12037
  odin,
11633
12038
  opencl,
12039
+ openapi,
11634
12040
  pascal,
11635
12041
  pkl,
11636
12042
  perl,
@@ -11644,6 +12050,7 @@ var languages = [
11644
12050
  promql,
11645
12051
  protobuf,
11646
12052
  pug,
12053
+ puppet,
11647
12054
  purescript,
11648
12055
  python,
11649
12056
  qml,
@@ -11754,10 +12161,12 @@ var languageIndex = [
11754
12161
  { slug: "cuda", extensions: [".cu", ".cuh"] },
11755
12162
  { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
11756
12163
  { slug: "d", extensions: [".d", ".di"] },
12164
+ { slug: "dafny", extensions: [".dfy"] },
11757
12165
  { slug: "dart", extensions: [".dart"] },
11758
12166
  { slug: "dhall", extensions: [".dhall"] },
11759
12167
  { slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
11760
12168
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
12169
+ { slug: "ejs", extensions: [".ejs"] },
11761
12170
  { slug: "eiffel", extensions: [".e"] },
11762
12171
  { slug: "earthly", extensions: ["Earthfile"] },
11763
12172
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
@@ -11770,12 +12179,14 @@ var languageIndex = [
11770
12179
  { slug: "fish", extensions: [".fish"] },
11771
12180
  { slug: "fennel", extensions: [".fnl"] },
11772
12181
  { slug: "flux", extensions: [".flux"] },
12182
+ { slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
11773
12183
  {
11774
12184
  slug: "fortran",
11775
12185
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
11776
12186
  },
11777
12187
  { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
11778
12188
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
12189
+ { slug: "fstar", extensions: [".fst", ".fsti"] },
11779
12190
  { slug: "gdscript", extensions: [".gd"] },
11780
12191
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
11781
12192
  { slug: "gleam", extensions: [".gleam"] },
@@ -11801,16 +12212,20 @@ var languageIndex = [
11801
12212
  { slug: "hy", extensions: [".hy"] },
11802
12213
  { slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
11803
12214
  { slug: "ini", extensions: [".ini"] },
12215
+ { slug: "isabelle", extensions: [".thy"] },
11804
12216
  { slug: "java", extensions: [".java"] },
11805
12217
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
11806
12218
  { slug: "janet", extensions: [".janet", ".jdn"] },
11807
12219
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
11808
12220
  { slug: "json", extensions: [".json"] },
11809
12221
  { slug: "json5", extensions: [".json5"] },
12222
+ { slug: "jsonc", extensions: [".jsonc", ".code-workspace"] },
11810
12223
  { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
11811
12224
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
11812
12225
  { slug: "julia", extensions: [".jl"] },
12226
+ { slug: "just", extensions: ["justfile", "Justfile", ".just"] },
11813
12227
  { slug: "kcl", extensions: [".k", ".kcl"] },
12228
+ { slug: "kdl", extensions: [".kdl"] },
11814
12229
  { slug: "kotlin", extensions: [".kt", ".kts"] },
11815
12230
  { slug: "lean", extensions: [".lean"] },
11816
12231
  { slug: "less", extensions: [".less"] },
@@ -11843,6 +12258,7 @@ var languageIndex = [
11843
12258
  { slug: "objective-c", extensions: [".m", ".mm"] },
11844
12259
  { slug: "odin", extensions: [".odin"] },
11845
12260
  { slug: "opencl", extensions: [".cl", ".clh"] },
12261
+ { slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
11846
12262
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
11847
12263
  { slug: "pkl", extensions: [".pkl"] },
11848
12264
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
@@ -11856,6 +12272,7 @@ var languageIndex = [
11856
12272
  { slug: "promql", extensions: [".promql"] },
11857
12273
  { slug: "protobuf", extensions: [".proto"] },
11858
12274
  { slug: "pug", extensions: [".pug", ".jade"] },
12275
+ { slug: "puppet", extensions: [".pp", ".epp"] },
11859
12276
  { slug: "purescript", extensions: [".purs"] },
11860
12277
  { slug: "python", extensions: [".py", ".pyw"] },
11861
12278
  { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
@@ -11964,10 +12381,12 @@ var languageLoaders = {
11964
12381
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
11965
12382
  cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
11966
12383
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
12384
+ dafny: () => Promise.resolve().then(() => (init_dafny(), dafny_exports)).then((module) => module.dafny),
11967
12385
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
11968
12386
  dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
11969
12387
  dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
11970
12388
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
12389
+ ejs: () => Promise.resolve().then(() => (init_ejs(), ejs_exports)).then((module) => module.ejs),
11971
12390
  eiffel: () => Promise.resolve().then(() => (init_eiffel(), eiffel_exports)).then((module) => module.eiffel),
11972
12391
  earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
11973
12392
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
@@ -11977,9 +12396,11 @@ var languageLoaders = {
11977
12396
  fish: () => Promise.resolve().then(() => (init_fish(), fish_exports)).then((module) => module.fish),
11978
12397
  flux: () => Promise.resolve().then(() => (init_flux(), flux_exports)).then((module) => module.flux),
11979
12398
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
12399
+ freemarker: () => Promise.resolve().then(() => (init_freemarker(), freemarker_exports)).then((module) => module.freemarker),
11980
12400
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
11981
12401
  forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
11982
12402
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
12403
+ fstar: () => Promise.resolve().then(() => (init_fstar(), fstar_exports)).then((module) => module.fstar),
11983
12404
  gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
11984
12405
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
11985
12406
  gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
@@ -12002,16 +12423,20 @@ var languageLoaders = {
12002
12423
  hy: () => Promise.resolve().then(() => (init_hy(), hy_exports)).then((module) => module.hy),
12003
12424
  idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
12004
12425
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
12426
+ isabelle: () => Promise.resolve().then(() => (init_isabelle(), isabelle_exports)).then((module) => module.isabelle),
12005
12427
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
12006
12428
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
12007
12429
  janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
12008
12430
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
12009
12431
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
12010
12432
  json5: () => Promise.resolve().then(() => (init_json5(), json5_exports)).then((module) => module.json5),
12433
+ jsonc: () => Promise.resolve().then(() => (init_jsonc(), jsonc_exports)).then((module) => module.jsonc),
12011
12434
  jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
12012
12435
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
12013
12436
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
12437
+ just: () => Promise.resolve().then(() => (init_just(), just_exports)).then((module) => module.just),
12014
12438
  kcl: () => Promise.resolve().then(() => (init_kcl(), kcl_exports)).then((module) => module.kcl),
12439
+ kdl: () => Promise.resolve().then(() => (init_kdl(), kdl_exports)).then((module) => module.kdl),
12015
12440
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
12016
12441
  lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
12017
12442
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
@@ -12044,6 +12469,7 @@ var languageLoaders = {
12044
12469
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
12045
12470
  odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
12046
12471
  opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
12472
+ openapi: () => Promise.resolve().then(() => (init_openapi(), openapi_exports)).then((module) => module.openapi),
12047
12473
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
12048
12474
  pkl: () => Promise.resolve().then(() => (init_pkl(), pkl_exports)).then((module) => module.pkl),
12049
12475
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
@@ -12057,6 +12483,7 @@ var languageLoaders = {
12057
12483
  promql: () => Promise.resolve().then(() => (init_promql(), promql_exports)).then((module) => module.promql),
12058
12484
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
12059
12485
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
12486
+ puppet: () => Promise.resolve().then(() => (init_puppet(), puppet_exports)).then((module) => module.puppet),
12060
12487
  purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
12061
12488
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
12062
12489
  qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
@@ -12326,12 +12753,14 @@ init_cue();
12326
12753
  init_cypher();
12327
12754
  init_cython();
12328
12755
  init_d();
12756
+ init_dafny();
12329
12757
  init_dart();
12330
12758
  init_dhall();
12331
12759
  init_dita();
12332
12760
  init_dockerfile();
12333
12761
  init_earthly();
12334
12762
  init_eiffel();
12763
+ init_ejs();
12335
12764
  init_elixir();
12336
12765
  init_elm();
12337
12766
  init_erb();
@@ -12340,7 +12769,9 @@ init_fennel();
12340
12769
  init_fish();
12341
12770
  init_forth();
12342
12771
  init_fortran();
12772
+ init_freemarker();
12343
12773
  init_fsharp();
12774
+ init_fstar();
12344
12775
  init_gdscript();
12345
12776
  init_git();
12346
12777
  init_gleam();
@@ -12360,15 +12791,19 @@ init_hocon();
12360
12791
  init_html();
12361
12792
  init_idris();
12362
12793
  init_ini();
12794
+ init_isabelle();
12363
12795
  init_janet();
12364
12796
  init_java();
12365
12797
  init_javascript();
12366
12798
  init_jinja();
12367
12799
  init_json();
12368
12800
  init_json5();
12801
+ init_jsonc();
12369
12802
  init_jsonnet();
12370
12803
  init_julia();
12371
12804
  init_jupyter_notebook();
12805
+ init_just();
12806
+ init_kdl();
12372
12807
  init_kotlin();
12373
12808
  init_lean();
12374
12809
  init_less();
@@ -12397,6 +12832,7 @@ init_nushell();
12397
12832
  init_objective_c();
12398
12833
  init_ocaml();
12399
12834
  init_odin();
12835
+ init_openapi();
12400
12836
  init_opencl();
12401
12837
  init_pascal();
12402
12838
  init_perl();
@@ -12410,6 +12846,7 @@ init_prolog();
12410
12846
  init_promql();
12411
12847
  init_protobuf();
12412
12848
  init_pug();
12849
+ init_puppet();
12413
12850
  init_purescript();
12414
12851
  init_python();
12415
12852
  init_qml();
@@ -12469,4 +12906,4 @@ init_zig();
12469
12906
  init_ziggy();
12470
12907
  init_zsh();
12471
12908
 
12472
- export { abap, actionscript, ada, agda, antlr, apex, api, apl, applescript, arduino, asp, assembly, astro, autohotkey, awk, ballerina, bash, batch, bazel, bicep, blade, c, carbon, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, crystal, csharp, css, cuda, cue, cypher, cython, d, dart, detectLanguage, detectLanguageSlug, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, earthly, eiffel, elixir, elm, erb, erlang, fennel, fish, forth, fortran, fsharp, gdscript, git, gleam, glsl, go, gradle, graphql, groovy, hack, haml, handlebars, haskell, haxe, hcl, hlsl, hocon, html, idris, ini, janet, java, javascript, jinja, json, json5, jsonnet, julia, jupyterNotebook, kotlin, languages, lean, less, liquid, lisp, llvmIr, localizeLanguage, lua, luau, makefile, mako, markdown, mathematica, matlab, mdx, mermaid, meson, metal, mojo, moonbit, mustache, nginx, nim, nix, nunjucks, nushell, objectiveC, ocaml, odin, opencl, pascal, perl, php, pineScript, plantuml, plsql, pony, powershell, prolog, promql, protobuf, pug, purescript, python, qml, qsharp, r, racket, raku, razor, reasonml, rego, rescript, restructuredtext, ruby, rust, sas, scala, scheme, scss, smalltalk, smarty, solidity, sparql, sql, standardMl, starlark, stata, stylus, svelte, svg, svn, swift, tcl, tex, thrift, tlaPlus, toml, twig, typescript, typst, v, vala, verilog, vhdl, visualBasic, vue, vyper, webassembly, wgsl, wren, xaml, xml, xquery, xslt, yaml, zeek, zig, ziggy, zsh };
12909
+ export { abap, actionscript, ada, agda, antlr, apex, api, apl, applescript, arduino, asp, assembly, astro, autohotkey, awk, ballerina, bash, batch, bazel, bicep, blade, c, carbon, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, crystal, csharp, css, cuda, cue, cypher, cython, d, dafny, dart, detectLanguage, detectLanguageSlug, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, earthly, eiffel, ejs, elixir, elm, erb, erlang, fennel, fish, forth, fortran, freemarker, fsharp, fstar, gdscript, git, gleam, glsl, go, gradle, graphql, groovy, hack, haml, handlebars, haskell, haxe, hcl, hlsl, hocon, html, idris, ini, isabelle, janet, java, javascript, jinja, json, json5, jsonc, jsonnet, julia, jupyterNotebook, just, kdl, kotlin, languages, lean, less, liquid, lisp, llvmIr, localizeLanguage, lua, luau, makefile, mako, markdown, mathematica, matlab, mdx, mermaid, meson, metal, mojo, moonbit, mustache, nginx, nim, nix, nunjucks, nushell, objectiveC, ocaml, odin, openapi, opencl, pascal, perl, php, pineScript, plantuml, plsql, pony, powershell, prolog, promql, protobuf, pug, puppet, purescript, python, qml, qsharp, r, racket, raku, razor, reasonml, rego, rescript, restructuredtext, ruby, rust, sas, scala, scheme, scss, smalltalk, smarty, solidity, sparql, sql, standardMl, starlark, stata, stylus, svelte, svg, svn, swift, tcl, tex, thrift, tlaPlus, toml, twig, typescript, typst, v, vala, verilog, vhdl, visualBasic, vue, vyper, webassembly, wgsl, wren, xaml, xml, xquery, xslt, yaml, zeek, zig, ziggy, zsh };