code-languages 1.29.0 → 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.
- package/README.md +20 -10
- package/dist/api.cjs +436 -9
- package/dist/api.d.cts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +436 -9
- package/dist/detect-slugs.cjs +10 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +10 -0
- package/dist/detect.cjs +316 -9
- package/dist/detect.d.cts +1 -1
- package/dist/detect.d.ts +1 -1
- package/dist/detect.js +316 -9
- package/dist/i18n.d.cts +1 -1
- package/dist/i18n.d.ts +1 -1
- package/dist/index.cjs +469 -32
- package/dist/index.d.cts +302 -25
- package/dist/index.d.ts +302 -25
- package/dist/index.js +470 -33
- package/dist/{language-registry-nVRwyIen.d.cts → language-registry-BQKRHyKo.d.cts} +31 -1
- package/dist/{language-registry-nVRwyIen.d.ts → language-registry-BQKRHyKo.d.ts} +31 -1
- package/dist/languages/dafny.cjs +33 -0
- package/dist/languages/dafny.d.cts +30 -0
- package/dist/languages/dafny.d.ts +30 -0
- package/dist/languages/dafny.js +31 -0
- package/dist/languages/ejs.cjs +33 -0
- package/dist/languages/ejs.d.cts +30 -0
- package/dist/languages/ejs.d.ts +30 -0
- package/dist/languages/ejs.js +31 -0
- package/dist/languages/fish.cjs +1 -1
- package/dist/languages/fish.js +1 -1
- package/dist/languages/flux.cjs +1 -1
- package/dist/languages/flux.js +1 -1
- package/dist/languages/freemarker.cjs +33 -0
- package/dist/languages/freemarker.d.cts +30 -0
- package/dist/languages/freemarker.d.ts +30 -0
- package/dist/languages/freemarker.js +31 -0
- package/dist/languages/fstar.cjs +33 -0
- package/dist/languages/fstar.d.cts +30 -0
- package/dist/languages/fstar.d.ts +30 -0
- package/dist/languages/fstar.js +31 -0
- package/dist/languages/grain.cjs +1 -1
- package/dist/languages/grain.js +1 -1
- package/dist/languages/isabelle.cjs +32 -0
- package/dist/languages/isabelle.d.cts +29 -0
- package/dist/languages/isabelle.d.ts +29 -0
- package/dist/languages/isabelle.js +30 -0
- package/dist/languages/jsonc.cjs +32 -0
- package/dist/languages/jsonc.d.cts +29 -0
- package/dist/languages/jsonc.d.ts +29 -0
- package/dist/languages/jsonc.js +30 -0
- package/dist/languages/just.cjs +33 -0
- package/dist/languages/just.d.cts +30 -0
- package/dist/languages/just.d.ts +30 -0
- package/dist/languages/just.js +31 -0
- package/dist/languages/kcl.cjs +1 -1
- package/dist/languages/kcl.js +1 -1
- package/dist/languages/kdl.cjs +32 -0
- package/dist/languages/kdl.d.cts +29 -0
- package/dist/languages/kdl.d.ts +29 -0
- package/dist/languages/kdl.js +30 -0
- package/dist/languages/nickel.cjs +1 -1
- package/dist/languages/nickel.js +1 -1
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/dist/languages/openapi.cjs +33 -0
- package/dist/languages/openapi.d.cts +30 -0
- package/dist/languages/openapi.d.ts +30 -0
- package/dist/languages/openapi.js +31 -0
- package/dist/languages/puppet.cjs +33 -0
- package/dist/languages/puppet.d.cts +30 -0
- package/dist/languages/puppet.d.ts +30 -0
- package/dist/languages/puppet.js +31 -0
- package/dist/languages/svelte.cjs +1 -1
- package/dist/languages/svelte.js +1 -1
- package/dist/languages/twig.cjs +1 -1
- package/dist/languages/twig.js +1 -1
- package/dist/languages/zsh.cjs +1 -1
- package/dist/languages/zsh.js +1 -1
- package/dist/{types-DHJuiiUR.d.cts → types-B0_wjl_Q.d.cts} +2 -2
- package/dist/{types-DHJuiiUR.d.ts → types-B0_wjl_Q.d.ts} +2 -2
- package/package.json +57 -6
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, {
|
|
@@ -3081,7 +3159,7 @@ var init_fish = __esm({
|
|
|
3081
3159
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
3082
3160
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
3083
3161
|
},
|
|
3084
|
-
version: "4.
|
|
3162
|
+
version: "4.7.1",
|
|
3085
3163
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
3086
3164
|
color: "#4AAE21",
|
|
3087
3165
|
i18n: {
|
|
@@ -3139,7 +3217,7 @@ var init_flux = __esm({
|
|
|
3139
3217
|
runtimes: ["InfluxDB", "Flux CLI"],
|
|
3140
3218
|
ecosystems: ["Time Series", "Monitoring", "Observability", "InfluxDB"]
|
|
3141
3219
|
},
|
|
3142
|
-
version: "0.
|
|
3220
|
+
version: "0.200.0",
|
|
3143
3221
|
logo: "https://avatars.githubusercontent.com/u/5713248?v=4",
|
|
3144
3222
|
color: "#22ADF6",
|
|
3145
3223
|
i18n: {
|
|
@@ -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, {
|
|
@@ -3727,7 +3883,7 @@ var init_grain = __esm({
|
|
|
3727
3883
|
packageManagers: ["grain (built-in)"],
|
|
3728
3884
|
ecosystems: ["WebAssembly", "Web", "Server"]
|
|
3729
3885
|
},
|
|
3730
|
-
version: "
|
|
3886
|
+
version: "grain-v0.7.2",
|
|
3731
3887
|
logo: "https://avatars.githubusercontent.com/u/54953488?v=4",
|
|
3732
3888
|
color: "#7C4DFF",
|
|
3733
3889
|
i18n: {
|
|
@@ -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, {
|
|
@@ -5188,7 +5459,7 @@ var init_kcl = __esm({
|
|
|
5188
5459
|
packageManagers: ["kcl mod"],
|
|
5189
5460
|
ecosystems: ["Configuration", "Kubernetes", "Cloud Native", "Infrastructure as Code"]
|
|
5190
5461
|
},
|
|
5191
|
-
version: "0.11.
|
|
5462
|
+
version: "0.11.2",
|
|
5192
5463
|
logo: "https://avatars.githubusercontent.com/u/121281745?v=4",
|
|
5193
5464
|
color: "#4A90D9",
|
|
5194
5465
|
i18n: {
|
|
@@ -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, {
|
|
@@ -6533,7 +6842,7 @@ var init_nickel = __esm({
|
|
|
6533
6842
|
runtimes: ["nickel CLI"],
|
|
6534
6843
|
ecosystems: ["Configuration", "Infrastructure", "Nix", "DevOps"]
|
|
6535
6844
|
},
|
|
6536
|
-
version: "1.
|
|
6845
|
+
version: "1.16.0",
|
|
6537
6846
|
logo: "https://avatars.githubusercontent.com/u/83021462?v=4",
|
|
6538
6847
|
color: "#3C6EB4",
|
|
6539
6848
|
i18n: {
|
|
@@ -6769,7 +7078,7 @@ var init_nushell = __esm({
|
|
|
6769
7078
|
packageManagers: ["nupm"],
|
|
6770
7079
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
6771
7080
|
},
|
|
6772
|
-
version: "0.
|
|
7081
|
+
version: "0.113.1",
|
|
6773
7082
|
logo: "https://www.nushell.sh/icons/android-chrome-512x512.png",
|
|
6774
7083
|
color: "#3AA675",
|
|
6775
7084
|
i18n: {
|
|
@@ -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, {
|
|
@@ -9409,7 +9796,7 @@ var init_svelte = __esm({
|
|
|
9409
9796
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
9410
9797
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
9411
9798
|
},
|
|
9412
|
-
version: "5.56.
|
|
9799
|
+
version: "5.56.1",
|
|
9413
9800
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
9414
9801
|
color: "#FF3E00",
|
|
9415
9802
|
i18n: {
|
|
@@ -9932,7 +10319,7 @@ var init_twig = __esm({
|
|
|
9932
10319
|
packageManagers: ["Composer"],
|
|
9933
10320
|
ecosystems: ["PHP", "Symfony", "Web", "CMS"]
|
|
9934
10321
|
},
|
|
9935
|
-
version: "3.27.
|
|
10322
|
+
version: "3.27.1",
|
|
9936
10323
|
logo: "https://twig.symfony.com/images/logo.png",
|
|
9937
10324
|
color: "#A5C53A",
|
|
9938
10325
|
i18n: {
|
|
@@ -11276,7 +11663,7 @@ var init_zsh = __esm({
|
|
|
11276
11663
|
packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
|
|
11277
11664
|
ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
|
|
11278
11665
|
},
|
|
11279
|
-
version: "5.9",
|
|
11666
|
+
version: "5.9.1",
|
|
11280
11667
|
logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
|
|
11281
11668
|
color: "#89E051",
|
|
11282
11669
|
i18n: {
|
|
@@ -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),
|
|
@@ -12297,10 +12724,10 @@ init_apl();
|
|
|
12297
12724
|
init_applescript();
|
|
12298
12725
|
init_arduino();
|
|
12299
12726
|
init_asp();
|
|
12300
|
-
init_astro();
|
|
12301
12727
|
init_assembly();
|
|
12302
|
-
|
|
12728
|
+
init_astro();
|
|
12303
12729
|
init_autohotkey();
|
|
12730
|
+
init_awk();
|
|
12304
12731
|
init_ballerina();
|
|
12305
12732
|
init_bash();
|
|
12306
12733
|
init_batch();
|
|
@@ -12311,64 +12738,72 @@ init_c();
|
|
|
12311
12738
|
init_carbon();
|
|
12312
12739
|
init_chapel();
|
|
12313
12740
|
init_circom();
|
|
12314
|
-
init_cmake();
|
|
12315
12741
|
init_clojure();
|
|
12316
|
-
|
|
12742
|
+
init_cmake();
|
|
12317
12743
|
init_cobol();
|
|
12744
|
+
init_coffeescript();
|
|
12318
12745
|
init_coldfusion();
|
|
12319
12746
|
init_coq();
|
|
12320
|
-
init_csharp();
|
|
12321
12747
|
init_cpp();
|
|
12322
|
-
init_cypher();
|
|
12323
12748
|
init_crystal();
|
|
12749
|
+
init_csharp();
|
|
12324
12750
|
init_css();
|
|
12325
12751
|
init_cuda();
|
|
12326
12752
|
init_cue();
|
|
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
|
-
init_eiffel();
|
|
12334
12761
|
init_earthly();
|
|
12762
|
+
init_eiffel();
|
|
12763
|
+
init_ejs();
|
|
12335
12764
|
init_elixir();
|
|
12336
12765
|
init_elm();
|
|
12337
12766
|
init_erb();
|
|
12338
12767
|
init_erlang();
|
|
12339
|
-
init_fish();
|
|
12340
12768
|
init_fennel();
|
|
12341
|
-
|
|
12769
|
+
init_fish();
|
|
12342
12770
|
init_forth();
|
|
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();
|
|
12778
|
+
init_glsl();
|
|
12347
12779
|
init_go();
|
|
12348
12780
|
init_gradle();
|
|
12349
|
-
init_glsl();
|
|
12350
12781
|
init_graphql();
|
|
12351
12782
|
init_groovy();
|
|
12352
|
-
init_handlebars();
|
|
12353
12783
|
init_hack();
|
|
12354
12784
|
init_haml();
|
|
12355
|
-
|
|
12785
|
+
init_handlebars();
|
|
12356
12786
|
init_haskell();
|
|
12357
12787
|
init_haxe();
|
|
12358
12788
|
init_hcl();
|
|
12359
12789
|
init_hlsl();
|
|
12790
|
+
init_hocon();
|
|
12360
12791
|
init_html();
|
|
12361
12792
|
init_idris();
|
|
12362
12793
|
init_ini();
|
|
12794
|
+
init_isabelle();
|
|
12795
|
+
init_janet();
|
|
12363
12796
|
init_java();
|
|
12364
12797
|
init_javascript();
|
|
12365
|
-
init_janet();
|
|
12366
12798
|
init_jinja();
|
|
12367
12799
|
init_json();
|
|
12368
12800
|
init_json5();
|
|
12801
|
+
init_jsonc();
|
|
12369
12802
|
init_jsonnet();
|
|
12370
|
-
init_jupyter_notebook();
|
|
12371
12803
|
init_julia();
|
|
12804
|
+
init_jupyter_notebook();
|
|
12805
|
+
init_just();
|
|
12806
|
+
init_kdl();
|
|
12372
12807
|
init_kotlin();
|
|
12373
12808
|
init_lean();
|
|
12374
12809
|
init_less();
|
|
@@ -12377,26 +12812,27 @@ init_lisp();
|
|
|
12377
12812
|
init_llvm_ir();
|
|
12378
12813
|
init_lua();
|
|
12379
12814
|
init_luau();
|
|
12380
|
-
init_mako();
|
|
12381
12815
|
init_makefile();
|
|
12816
|
+
init_mako();
|
|
12817
|
+
init_markdown();
|
|
12382
12818
|
init_mathematica();
|
|
12383
12819
|
init_matlab();
|
|
12384
|
-
init_markdown();
|
|
12385
12820
|
init_mdx();
|
|
12386
12821
|
init_mermaid();
|
|
12387
12822
|
init_meson();
|
|
12388
12823
|
init_metal();
|
|
12389
|
-
init_mustache();
|
|
12390
12824
|
init_mojo();
|
|
12391
12825
|
init_moonbit();
|
|
12826
|
+
init_mustache();
|
|
12392
12827
|
init_nginx();
|
|
12393
|
-
init_nunjucks();
|
|
12394
|
-
init_nushell();
|
|
12395
12828
|
init_nim();
|
|
12396
12829
|
init_nix();
|
|
12397
|
-
|
|
12830
|
+
init_nunjucks();
|
|
12831
|
+
init_nushell();
|
|
12398
12832
|
init_objective_c();
|
|
12833
|
+
init_ocaml();
|
|
12399
12834
|
init_odin();
|
|
12835
|
+
init_openapi();
|
|
12400
12836
|
init_opencl();
|
|
12401
12837
|
init_pascal();
|
|
12402
12838
|
init_perl();
|
|
@@ -12410,13 +12846,14 @@ 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();
|
|
12416
12853
|
init_qsharp();
|
|
12417
12854
|
init_r();
|
|
12418
|
-
init_raku();
|
|
12419
12855
|
init_racket();
|
|
12856
|
+
init_raku();
|
|
12420
12857
|
init_razor();
|
|
12421
12858
|
init_reasonml();
|
|
12422
12859
|
init_rego();
|
|
@@ -12426,8 +12863,8 @@ init_ruby();
|
|
|
12426
12863
|
init_rust();
|
|
12427
12864
|
init_sas();
|
|
12428
12865
|
init_scala();
|
|
12429
|
-
init_scss();
|
|
12430
12866
|
init_scheme();
|
|
12867
|
+
init_scss();
|
|
12431
12868
|
init_smalltalk();
|
|
12432
12869
|
init_smarty();
|
|
12433
12870
|
init_solidity();
|
|
@@ -12437,9 +12874,9 @@ init_standard_ml();
|
|
|
12437
12874
|
init_starlark();
|
|
12438
12875
|
init_stata();
|
|
12439
12876
|
init_stylus();
|
|
12877
|
+
init_svelte();
|
|
12440
12878
|
init_svg();
|
|
12441
12879
|
init_svn();
|
|
12442
|
-
init_svelte();
|
|
12443
12880
|
init_swift();
|
|
12444
12881
|
init_tcl();
|
|
12445
12882
|
init_tex();
|
|
@@ -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 };
|