code-languages 1.21.0 → 1.22.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 +160 -5
- package/dist/api.cjs +1289 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +873 -49
- package/dist/api.d.ts +873 -49
- package/dist/api.js +1289 -0
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +917 -0
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +917 -0
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +1320 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +827 -3
- package/dist/index.d.ts +827 -3
- package/dist/index.js +1321 -1
- package/dist/index.js.map +1 -1
- package/dist/languages/mako.cjs +34 -0
- package/dist/languages/mako.cjs.map +1 -0
- package/dist/languages/mako.d.cts +29 -0
- package/dist/languages/mako.d.ts +29 -0
- package/dist/languages/mako.js +32 -0
- package/dist/languages/mako.js.map +1 -0
- package/dist/languages/mathematica.cjs +33 -0
- package/dist/languages/mathematica.cjs.map +1 -0
- package/dist/languages/mathematica.d.cts +28 -0
- package/dist/languages/mathematica.d.ts +28 -0
- package/dist/languages/mathematica.js +31 -0
- package/dist/languages/mathematica.js.map +1 -0
- package/dist/languages/mojo.cjs +34 -0
- package/dist/languages/mojo.cjs.map +1 -0
- package/dist/languages/mojo.d.cts +29 -0
- package/dist/languages/mojo.d.ts +29 -0
- package/dist/languages/mojo.js +32 -0
- package/dist/languages/mojo.js.map +1 -0
- package/dist/languages/moonbit.cjs +34 -0
- package/dist/languages/moonbit.cjs.map +1 -0
- package/dist/languages/moonbit.d.cts +29 -0
- package/dist/languages/moonbit.d.ts +29 -0
- package/dist/languages/moonbit.js +32 -0
- package/dist/languages/moonbit.js.map +1 -0
- package/dist/languages/odin.cjs +34 -0
- package/dist/languages/odin.cjs.map +1 -0
- package/dist/languages/odin.d.cts +29 -0
- package/dist/languages/odin.d.ts +29 -0
- package/dist/languages/odin.js +32 -0
- package/dist/languages/odin.js.map +1 -0
- package/dist/languages/opencl.cjs +33 -0
- package/dist/languages/opencl.cjs.map +1 -0
- package/dist/languages/opencl.d.cts +28 -0
- package/dist/languages/opencl.d.ts +28 -0
- package/dist/languages/opencl.js +31 -0
- package/dist/languages/opencl.js.map +1 -0
- package/dist/languages/pine-script.cjs +33 -0
- package/dist/languages/pine-script.cjs.map +1 -0
- package/dist/languages/pine-script.d.cts +28 -0
- package/dist/languages/pine-script.d.ts +28 -0
- package/dist/languages/pine-script.js +31 -0
- package/dist/languages/pine-script.js.map +1 -0
- package/dist/languages/plsql.cjs +33 -0
- package/dist/languages/plsql.cjs.map +1 -0
- package/dist/languages/plsql.d.cts +28 -0
- package/dist/languages/plsql.d.ts +28 -0
- package/dist/languages/plsql.js +31 -0
- package/dist/languages/plsql.js.map +1 -0
- package/dist/languages/pony.cjs +34 -0
- package/dist/languages/pony.cjs.map +1 -0
- package/dist/languages/pony.d.cts +29 -0
- package/dist/languages/pony.d.ts +29 -0
- package/dist/languages/pony.js +32 -0
- package/dist/languages/pony.js.map +1 -0
- package/dist/languages/promql.cjs +33 -0
- package/dist/languages/promql.cjs.map +1 -0
- package/dist/languages/promql.d.cts +28 -0
- package/dist/languages/promql.d.ts +28 -0
- package/dist/languages/promql.js +31 -0
- package/dist/languages/promql.js.map +1 -0
- package/dist/languages/purescript.cjs +34 -0
- package/dist/languages/purescript.cjs.map +1 -0
- package/dist/languages/purescript.d.cts +29 -0
- package/dist/languages/purescript.d.ts +29 -0
- package/dist/languages/purescript.js +32 -0
- package/dist/languages/purescript.js.map +1 -0
- package/dist/languages/qsharp.cjs +34 -0
- package/dist/languages/qsharp.cjs.map +1 -0
- package/dist/languages/qsharp.d.cts +29 -0
- package/dist/languages/qsharp.d.ts +29 -0
- package/dist/languages/qsharp.js +32 -0
- package/dist/languages/qsharp.js.map +1 -0
- package/dist/languages/raku.cjs +34 -0
- package/dist/languages/raku.cjs.map +1 -0
- package/dist/languages/raku.d.cts +29 -0
- package/dist/languages/raku.d.ts +29 -0
- package/dist/languages/raku.js +32 -0
- package/dist/languages/raku.js.map +1 -0
- package/dist/languages/reasonml.cjs +34 -0
- package/dist/languages/reasonml.cjs.map +1 -0
- package/dist/languages/reasonml.d.cts +29 -0
- package/dist/languages/reasonml.d.ts +29 -0
- package/dist/languages/reasonml.js +32 -0
- package/dist/languages/reasonml.js.map +1 -0
- package/dist/languages/rescript.cjs +34 -0
- package/dist/languages/rescript.cjs.map +1 -0
- package/dist/languages/rescript.d.cts +29 -0
- package/dist/languages/rescript.d.ts +29 -0
- package/dist/languages/rescript.js +32 -0
- package/dist/languages/rescript.js.map +1 -0
- package/dist/languages/restructuredtext.cjs +34 -0
- package/dist/languages/restructuredtext.cjs.map +1 -0
- package/dist/languages/restructuredtext.d.cts +29 -0
- package/dist/languages/restructuredtext.d.ts +29 -0
- package/dist/languages/restructuredtext.js +32 -0
- package/dist/languages/restructuredtext.js.map +1 -0
- package/dist/languages/sas.cjs +33 -0
- package/dist/languages/sas.cjs.map +1 -0
- package/dist/languages/sas.d.cts +28 -0
- package/dist/languages/sas.d.ts +28 -0
- package/dist/languages/sas.js +31 -0
- package/dist/languages/sas.js.map +1 -0
- package/dist/languages/scheme.cjs +33 -0
- package/dist/languages/scheme.cjs.map +1 -0
- package/dist/languages/scheme.d.cts +28 -0
- package/dist/languages/scheme.d.ts +28 -0
- package/dist/languages/scheme.js +31 -0
- package/dist/languages/scheme.js.map +1 -0
- package/dist/languages/smalltalk.cjs +33 -0
- package/dist/languages/smalltalk.cjs.map +1 -0
- package/dist/languages/smalltalk.d.cts +28 -0
- package/dist/languages/smalltalk.d.ts +28 -0
- package/dist/languages/smalltalk.js +31 -0
- package/dist/languages/smalltalk.js.map +1 -0
- package/dist/languages/smarty.cjs +34 -0
- package/dist/languages/smarty.cjs.map +1 -0
- package/dist/languages/smarty.d.cts +29 -0
- package/dist/languages/smarty.d.ts +29 -0
- package/dist/languages/smarty.js +32 -0
- package/dist/languages/smarty.js.map +1 -0
- package/dist/languages/standard-ml.cjs +33 -0
- package/dist/languages/standard-ml.cjs.map +1 -0
- package/dist/languages/standard-ml.d.cts +28 -0
- package/dist/languages/standard-ml.d.ts +28 -0
- package/dist/languages/standard-ml.js +31 -0
- package/dist/languages/standard-ml.js.map +1 -0
- package/dist/languages/stata.cjs +33 -0
- package/dist/languages/stata.cjs.map +1 -0
- package/dist/languages/stata.d.cts +28 -0
- package/dist/languages/stata.d.ts +28 -0
- package/dist/languages/stata.js +31 -0
- package/dist/languages/stata.js.map +1 -0
- package/dist/languages/stylus.cjs +34 -0
- package/dist/languages/stylus.cjs.map +1 -0
- package/dist/languages/stylus.d.cts +29 -0
- package/dist/languages/stylus.d.ts +29 -0
- package/dist/languages/stylus.js +32 -0
- package/dist/languages/stylus.js.map +1 -0
- package/dist/languages/thrift.cjs +34 -0
- package/dist/languages/thrift.cjs.map +1 -0
- package/dist/languages/thrift.d.cts +29 -0
- package/dist/languages/thrift.d.ts +29 -0
- package/dist/languages/thrift.js +32 -0
- package/dist/languages/thrift.js.map +1 -0
- package/dist/languages/tla-plus.cjs +33 -0
- package/dist/languages/tla-plus.cjs.map +1 -0
- package/dist/languages/tla-plus.d.cts +28 -0
- package/dist/languages/tla-plus.d.ts +28 -0
- package/dist/languages/tla-plus.js +31 -0
- package/dist/languages/tla-plus.js.map +1 -0
- package/dist/languages/v.cjs +34 -0
- package/dist/languages/v.cjs.map +1 -0
- package/dist/languages/v.d.cts +29 -0
- package/dist/languages/v.d.ts +29 -0
- package/dist/languages/v.js +32 -0
- package/dist/languages/v.js.map +1 -0
- package/dist/languages/vala.cjs +34 -0
- package/dist/languages/vala.cjs.map +1 -0
- package/dist/languages/vala.d.cts +29 -0
- package/dist/languages/vala.d.ts +29 -0
- package/dist/languages/vala.js +32 -0
- package/dist/languages/vala.js.map +1 -0
- package/dist/languages/vyper.cjs +34 -0
- package/dist/languages/vyper.cjs.map +1 -0
- package/dist/languages/vyper.d.cts +29 -0
- package/dist/languages/vyper.d.ts +29 -0
- package/dist/languages/vyper.js +32 -0
- package/dist/languages/vyper.js.map +1 -0
- package/dist/languages/wren.cjs +33 -0
- package/dist/languages/wren.cjs.map +1 -0
- package/dist/languages/wren.d.cts +28 -0
- package/dist/languages/wren.d.ts +28 -0
- package/dist/languages/wren.js +31 -0
- package/dist/languages/wren.js.map +1 -0
- package/dist/languages/zeek.cjs +34 -0
- package/dist/languages/zeek.cjs.map +1 -0
- package/dist/languages/zeek.d.cts +29 -0
- package/dist/languages/zeek.d.ts +29 -0
- package/dist/languages/zeek.js +32 -0
- package/dist/languages/zeek.js.map +1 -0
- package/dist/languages/ziggy.cjs +33 -0
- package/dist/languages/ziggy.cjs.map +1 -0
- package/dist/languages/ziggy.d.cts +28 -0
- package/dist/languages/ziggy.d.ts +28 -0
- package/dist/languages/ziggy.js +31 -0
- package/dist/languages/ziggy.js.map +1 -0
- package/package.json +156 -1
package/dist/api.js
CHANGED
|
@@ -3247,6 +3247,44 @@ var init_makefile = __esm({
|
|
|
3247
3247
|
}
|
|
3248
3248
|
});
|
|
3249
3249
|
|
|
3250
|
+
// src/languages/mako.ts
|
|
3251
|
+
var mako_exports = {};
|
|
3252
|
+
__export(mako_exports, {
|
|
3253
|
+
mako: () => mako
|
|
3254
|
+
});
|
|
3255
|
+
var mako;
|
|
3256
|
+
var init_mako = __esm({
|
|
3257
|
+
"src/languages/mako.ts"() {
|
|
3258
|
+
mako = {
|
|
3259
|
+
slug: "mako",
|
|
3260
|
+
publishedDate: "2006-07-17",
|
|
3261
|
+
extensions: [".mako", ".mao"],
|
|
3262
|
+
author: "Michael Bayer / Mako contributors",
|
|
3263
|
+
website: "https://www.makotemplates.org",
|
|
3264
|
+
paradigms: ["templating", "declarative", "scripting"],
|
|
3265
|
+
tooling: {
|
|
3266
|
+
runtimes: ["Python"],
|
|
3267
|
+
packageManagers: ["pip", "uv", "Poetry"],
|
|
3268
|
+
ecosystems: ["Python", "Web", "Documentation"]
|
|
3269
|
+
},
|
|
3270
|
+
version: "1.3.10",
|
|
3271
|
+
logo: "https://cdn.simpleicons.org/python/3776AB",
|
|
3272
|
+
i18n: {
|
|
3273
|
+
en: {
|
|
3274
|
+
name: "Mako",
|
|
3275
|
+
description: "A Python template language for generating text, HTML, and source artifacts.",
|
|
3276
|
+
longDescription: "Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\n\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates."
|
|
3277
|
+
},
|
|
3278
|
+
es: {
|
|
3279
|
+
name: "Mako",
|
|
3280
|
+
description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
|
|
3281
|
+
longDescription: "Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\n\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python."
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
};
|
|
3285
|
+
}
|
|
3286
|
+
});
|
|
3287
|
+
|
|
3250
3288
|
// src/languages/markdown.ts
|
|
3251
3289
|
var markdown_exports = {};
|
|
3252
3290
|
__export(markdown_exports, {
|
|
@@ -3280,6 +3318,43 @@ var init_markdown = __esm({
|
|
|
3280
3318
|
}
|
|
3281
3319
|
});
|
|
3282
3320
|
|
|
3321
|
+
// src/languages/mathematica.ts
|
|
3322
|
+
var mathematica_exports = {};
|
|
3323
|
+
__export(mathematica_exports, {
|
|
3324
|
+
mathematica: () => mathematica
|
|
3325
|
+
});
|
|
3326
|
+
var mathematica;
|
|
3327
|
+
var init_mathematica = __esm({
|
|
3328
|
+
"src/languages/mathematica.ts"() {
|
|
3329
|
+
mathematica = {
|
|
3330
|
+
slug: "mathematica",
|
|
3331
|
+
publishedDate: "1988-06-23",
|
|
3332
|
+
extensions: [".wl", ".wls", ".nb"],
|
|
3333
|
+
author: "Stephen Wolfram / Wolfram Research",
|
|
3334
|
+
website: "https://www.wolfram.com/language/",
|
|
3335
|
+
paradigms: ["symbolic", "functional", "rule-based", "notebook"],
|
|
3336
|
+
tooling: {
|
|
3337
|
+
runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
|
|
3338
|
+
ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
|
|
3339
|
+
},
|
|
3340
|
+
version: "14.3",
|
|
3341
|
+
logo: "https://cdn.simpleicons.org/wolfram/DD1100",
|
|
3342
|
+
i18n: {
|
|
3343
|
+
en: {
|
|
3344
|
+
name: "Wolfram Language",
|
|
3345
|
+
description: "A symbolic computation language used by Mathematica and Wolfram tools.",
|
|
3346
|
+
longDescription: "The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\n\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows."
|
|
3347
|
+
},
|
|
3348
|
+
es: {
|
|
3349
|
+
name: "Wolfram Language",
|
|
3350
|
+
description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
|
|
3351
|
+
longDescription: "Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\n\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos."
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
};
|
|
3355
|
+
}
|
|
3356
|
+
});
|
|
3357
|
+
|
|
3283
3358
|
// src/languages/matlab.ts
|
|
3284
3359
|
var matlab_exports = {};
|
|
3285
3360
|
__export(matlab_exports, {
|
|
@@ -3469,6 +3544,82 @@ var init_metal = __esm({
|
|
|
3469
3544
|
}
|
|
3470
3545
|
});
|
|
3471
3546
|
|
|
3547
|
+
// src/languages/mojo.ts
|
|
3548
|
+
var mojo_exports = {};
|
|
3549
|
+
__export(mojo_exports, {
|
|
3550
|
+
mojo: () => mojo
|
|
3551
|
+
});
|
|
3552
|
+
var mojo;
|
|
3553
|
+
var init_mojo = __esm({
|
|
3554
|
+
"src/languages/mojo.ts"() {
|
|
3555
|
+
mojo = {
|
|
3556
|
+
slug: "mojo",
|
|
3557
|
+
publishedDate: "2023-05-02",
|
|
3558
|
+
extensions: [".mojo"],
|
|
3559
|
+
author: "Modular",
|
|
3560
|
+
website: "https://www.modular.com/mojo",
|
|
3561
|
+
paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
|
|
3562
|
+
tooling: {
|
|
3563
|
+
runtimes: ["Mojo toolchain", "MAX"],
|
|
3564
|
+
packageManagers: ["pixi", "pip"],
|
|
3565
|
+
ecosystems: ["AI", "Accelerators", "Python"]
|
|
3566
|
+
},
|
|
3567
|
+
version: "0.26.1",
|
|
3568
|
+
logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
|
|
3569
|
+
i18n: {
|
|
3570
|
+
en: {
|
|
3571
|
+
name: "Mojo",
|
|
3572
|
+
description: "A systems-oriented language for AI and accelerator-aware programming.",
|
|
3573
|
+
longDescription: "Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\n\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control."
|
|
3574
|
+
},
|
|
3575
|
+
es: {
|
|
3576
|
+
name: "Mojo",
|
|
3577
|
+
description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
|
|
3578
|
+
longDescription: "Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\n\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento."
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
};
|
|
3582
|
+
}
|
|
3583
|
+
});
|
|
3584
|
+
|
|
3585
|
+
// src/languages/moonbit.ts
|
|
3586
|
+
var moonbit_exports = {};
|
|
3587
|
+
__export(moonbit_exports, {
|
|
3588
|
+
moonbit: () => moonbit
|
|
3589
|
+
});
|
|
3590
|
+
var moonbit;
|
|
3591
|
+
var init_moonbit = __esm({
|
|
3592
|
+
"src/languages/moonbit.ts"() {
|
|
3593
|
+
moonbit = {
|
|
3594
|
+
slug: "moonbit",
|
|
3595
|
+
publishedDate: "2023-08-18",
|
|
3596
|
+
extensions: [".mbt"],
|
|
3597
|
+
author: "MoonBit Team",
|
|
3598
|
+
website: "https://www.moonbitlang.com",
|
|
3599
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
|
|
3600
|
+
tooling: {
|
|
3601
|
+
runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
|
|
3602
|
+
packageManagers: ["moon"],
|
|
3603
|
+
ecosystems: ["WebAssembly", "Web", "Embedded"]
|
|
3604
|
+
},
|
|
3605
|
+
version: "0.9.2",
|
|
3606
|
+
logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
|
|
3607
|
+
i18n: {
|
|
3608
|
+
en: {
|
|
3609
|
+
name: "MoonBit",
|
|
3610
|
+
description: "A statically typed language and toolchain designed for WebAssembly output.",
|
|
3611
|
+
longDescription: "MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\n\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling."
|
|
3612
|
+
},
|
|
3613
|
+
es: {
|
|
3614
|
+
name: "MoonBit",
|
|
3615
|
+
description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
|
|
3616
|
+
longDescription: "MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\n\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado."
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
};
|
|
3620
|
+
}
|
|
3621
|
+
});
|
|
3622
|
+
|
|
3472
3623
|
// src/languages/nginx.ts
|
|
3473
3624
|
var nginx_exports = {};
|
|
3474
3625
|
__export(nginx_exports, {
|
|
@@ -3658,6 +3809,81 @@ var init_ocaml = __esm({
|
|
|
3658
3809
|
}
|
|
3659
3810
|
});
|
|
3660
3811
|
|
|
3812
|
+
// src/languages/odin.ts
|
|
3813
|
+
var odin_exports = {};
|
|
3814
|
+
__export(odin_exports, {
|
|
3815
|
+
odin: () => odin
|
|
3816
|
+
});
|
|
3817
|
+
var odin;
|
|
3818
|
+
var init_odin = __esm({
|
|
3819
|
+
"src/languages/odin.ts"() {
|
|
3820
|
+
odin = {
|
|
3821
|
+
slug: "odin",
|
|
3822
|
+
publishedDate: "2016-11-05",
|
|
3823
|
+
extensions: [".odin"],
|
|
3824
|
+
author: "Ginger Bill",
|
|
3825
|
+
website: "https://odin-lang.org",
|
|
3826
|
+
paradigms: ["imperative", "procedural", "systems", "data-oriented"],
|
|
3827
|
+
tooling: {
|
|
3828
|
+
runtimes: ["Odin compiler"],
|
|
3829
|
+
packageManagers: ["odin"],
|
|
3830
|
+
ecosystems: ["Systems", "Game Development", "Native"]
|
|
3831
|
+
},
|
|
3832
|
+
version: "dev-2026-02",
|
|
3833
|
+
logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
|
|
3834
|
+
i18n: {
|
|
3835
|
+
en: {
|
|
3836
|
+
name: "Odin",
|
|
3837
|
+
description: "A data-oriented systems language for native software and game tooling.",
|
|
3838
|
+
longDescription: "Odin is a procedural systems programming language with explicit memory control, packages, foreign interfaces, custom allocators, and language features oriented toward data layout. It favors straightforward native code over large runtime machinery.\n\nIt is used for engines, tools, graphics programs, native utilities, and performance-sensitive applications where predictable control over data matters."
|
|
3839
|
+
},
|
|
3840
|
+
es: {
|
|
3841
|
+
name: "Odin",
|
|
3842
|
+
description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
|
|
3843
|
+
longDescription: "Odin es un lenguaje procedural de programacion de sistemas con control explicito de memoria, paquetes, interfaces externas, allocators personalizados y funciones orientadas al layout de datos. Favorece codigo nativo directo sobre runtimes grandes.\n\nSe usa en motores, herramientas, programas graficos, utilidades nativas y aplicaciones sensibles al rendimiento donde importa el control predecible de los datos."
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
};
|
|
3847
|
+
}
|
|
3848
|
+
});
|
|
3849
|
+
|
|
3850
|
+
// src/languages/opencl.ts
|
|
3851
|
+
var opencl_exports = {};
|
|
3852
|
+
__export(opencl_exports, {
|
|
3853
|
+
opencl: () => opencl
|
|
3854
|
+
});
|
|
3855
|
+
var opencl;
|
|
3856
|
+
var init_opencl = __esm({
|
|
3857
|
+
"src/languages/opencl.ts"() {
|
|
3858
|
+
opencl = {
|
|
3859
|
+
slug: "opencl",
|
|
3860
|
+
publishedDate: "2008-12-08",
|
|
3861
|
+
extensions: [".cl", ".clh"],
|
|
3862
|
+
author: "Khronos Group",
|
|
3863
|
+
website: "https://www.khronos.org/opencl/",
|
|
3864
|
+
paradigms: ["parallel", "kernel", "data-parallel", "c-family"],
|
|
3865
|
+
tooling: {
|
|
3866
|
+
runtimes: ["OpenCL Runtime"],
|
|
3867
|
+
ecosystems: ["GPU Compute", "Heterogeneous Computing", "Khronos"]
|
|
3868
|
+
},
|
|
3869
|
+
version: "OpenCL C 3.0",
|
|
3870
|
+
logo: "https://cdn.simpleicons.org/khronosgroup/CC3333",
|
|
3871
|
+
i18n: {
|
|
3872
|
+
en: {
|
|
3873
|
+
name: "OpenCL C",
|
|
3874
|
+
description: "The C-based kernel language for OpenCL heterogeneous compute programs.",
|
|
3875
|
+
longDescription: "OpenCL C is the kernel programming language used by OpenCL to describe parallel work over devices such as CPUs, GPUs, and accelerators. It extends a C-family model with address spaces, vector types, work-items, and synchronization primitives.\n\nIt is used for compute kernels, image processing, simulations, numeric workloads, and portable heterogeneous programs that target OpenCL runtimes."
|
|
3876
|
+
},
|
|
3877
|
+
es: {
|
|
3878
|
+
name: "OpenCL C",
|
|
3879
|
+
description: "El lenguaje de kernels basado en C para programas de computo OpenCL.",
|
|
3880
|
+
longDescription: "OpenCL C es el lenguaje de kernels que usa OpenCL para describir trabajo paralelo sobre dispositivos como CPUs, GPUs y aceleradores. Extiende un modelo de la familia C con espacios de direcciones, tipos vectoriales, work-items y primitivas de sincronizacion.\n\nSe usa en kernels de computo, procesamiento de imagenes, simulaciones, cargas numericas y programas heterogeneos portables dirigidos a runtimes OpenCL."
|
|
3881
|
+
}
|
|
3882
|
+
}
|
|
3883
|
+
};
|
|
3884
|
+
}
|
|
3885
|
+
});
|
|
3886
|
+
|
|
3661
3887
|
// src/languages/pascal.ts
|
|
3662
3888
|
var pascal_exports = {};
|
|
3663
3889
|
__export(pascal_exports, {
|
|
@@ -3772,6 +3998,43 @@ var init_php = __esm({
|
|
|
3772
3998
|
}
|
|
3773
3999
|
});
|
|
3774
4000
|
|
|
4001
|
+
// src/languages/pine-script.ts
|
|
4002
|
+
var pine_script_exports = {};
|
|
4003
|
+
__export(pine_script_exports, {
|
|
4004
|
+
pineScript: () => pineScript
|
|
4005
|
+
});
|
|
4006
|
+
var pineScript;
|
|
4007
|
+
var init_pine_script = __esm({
|
|
4008
|
+
"src/languages/pine-script.ts"() {
|
|
4009
|
+
pineScript = {
|
|
4010
|
+
slug: "pine-script",
|
|
4011
|
+
publishedDate: "2013-12-01",
|
|
4012
|
+
extensions: [".pine"],
|
|
4013
|
+
author: "TradingView",
|
|
4014
|
+
website: "https://www.tradingview.com/pine-script-docs/",
|
|
4015
|
+
paradigms: ["domain-specific", "time-series", "declarative", "scripting"],
|
|
4016
|
+
tooling: {
|
|
4017
|
+
runtimes: ["TradingView"],
|
|
4018
|
+
ecosystems: ["Charts", "Trading", "Technical Analysis"]
|
|
4019
|
+
},
|
|
4020
|
+
version: "v6",
|
|
4021
|
+
logo: "https://cdn.simpleicons.org/tradingview/131722",
|
|
4022
|
+
i18n: {
|
|
4023
|
+
en: {
|
|
4024
|
+
name: "Pine Script",
|
|
4025
|
+
description: "TradingView's language for indicators, strategies, and chart studies.",
|
|
4026
|
+
longDescription: "Pine Script is a domain-specific language for expressing calculations over chart bars, series values, indicators, alerts, and trading strategies in TradingView. Its execution model is centered on time-series data.\n\nIt is used for custom technical indicators, backtested strategies, chart overlays, alerts, and market analysis shared through TradingView."
|
|
4027
|
+
},
|
|
4028
|
+
es: {
|
|
4029
|
+
name: "Pine Script",
|
|
4030
|
+
description: "El lenguaje de TradingView para indicadores, estrategias y estudios de graficos.",
|
|
4031
|
+
longDescription: "Pine Script es un lenguaje de dominio especifico para expresar calculos sobre barras, series, indicadores, alertas y estrategias de trading en TradingView. Su modelo de ejecucion gira alrededor de datos temporales.\n\nSe usa en indicadores tecnicos personalizados, estrategias con backtesting, overlays de graficos, alertas y analisis de mercado compartido en TradingView."
|
|
4032
|
+
}
|
|
4033
|
+
}
|
|
4034
|
+
};
|
|
4035
|
+
}
|
|
4036
|
+
});
|
|
4037
|
+
|
|
3775
4038
|
// src/languages/plantuml.ts
|
|
3776
4039
|
var plantuml_exports = {};
|
|
3777
4040
|
__export(plantuml_exports, {
|
|
@@ -3810,6 +4073,81 @@ var init_plantuml = __esm({
|
|
|
3810
4073
|
}
|
|
3811
4074
|
});
|
|
3812
4075
|
|
|
4076
|
+
// src/languages/plsql.ts
|
|
4077
|
+
var plsql_exports = {};
|
|
4078
|
+
__export(plsql_exports, {
|
|
4079
|
+
plsql: () => plsql
|
|
4080
|
+
});
|
|
4081
|
+
var plsql;
|
|
4082
|
+
var init_plsql = __esm({
|
|
4083
|
+
"src/languages/plsql.ts"() {
|
|
4084
|
+
plsql = {
|
|
4085
|
+
slug: "plsql",
|
|
4086
|
+
publishedDate: "1992-01-01",
|
|
4087
|
+
extensions: [".pls", ".pks", ".pkb", ".plsql"],
|
|
4088
|
+
author: "Oracle",
|
|
4089
|
+
website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
|
|
4090
|
+
paradigms: ["procedural", "database", "declarative", "imperative"],
|
|
4091
|
+
tooling: {
|
|
4092
|
+
runtimes: ["Oracle Database"],
|
|
4093
|
+
ecosystems: ["Oracle", "SQL", "Enterprise Data"]
|
|
4094
|
+
},
|
|
4095
|
+
version: "Oracle Database 26ai",
|
|
4096
|
+
logo: "https://github.com/oracle.png",
|
|
4097
|
+
i18n: {
|
|
4098
|
+
en: {
|
|
4099
|
+
name: "Oracle PL/SQL",
|
|
4100
|
+
description: "Oracle's procedural extension to SQL for database programs and packages.",
|
|
4101
|
+
longDescription: "PL/SQL adds blocks, variables, exceptions, procedures, functions, packages, cursors, and triggers to Oracle SQL. It keeps database logic close to data and transactional behavior inside Oracle Database.\n\nIt is used for stored procedures, migration scripts, business rules, batch jobs, packages, and enterprise database applications built on Oracle."
|
|
4102
|
+
},
|
|
4103
|
+
es: {
|
|
4104
|
+
name: "Oracle PL/SQL",
|
|
4105
|
+
description: "La extension procedural de SQL de Oracle para programas y paquetes de base de datos.",
|
|
4106
|
+
longDescription: "PL/SQL agrega bloques, variables, excepciones, procedimientos, funciones, paquetes, cursores y triggers a Oracle SQL. Mantiene logica de base de datos cerca de los datos y del comportamiento transaccional en Oracle Database.\n\nSe usa en stored procedures, scripts de migracion, reglas de negocio, trabajos batch, paquetes y aplicaciones empresariales construidas sobre Oracle."
|
|
4107
|
+
}
|
|
4108
|
+
}
|
|
4109
|
+
};
|
|
4110
|
+
}
|
|
4111
|
+
});
|
|
4112
|
+
|
|
4113
|
+
// src/languages/pony.ts
|
|
4114
|
+
var pony_exports = {};
|
|
4115
|
+
__export(pony_exports, {
|
|
4116
|
+
pony: () => pony
|
|
4117
|
+
});
|
|
4118
|
+
var pony;
|
|
4119
|
+
var init_pony = __esm({
|
|
4120
|
+
"src/languages/pony.ts"() {
|
|
4121
|
+
pony = {
|
|
4122
|
+
slug: "pony",
|
|
4123
|
+
publishedDate: "2015-04-29",
|
|
4124
|
+
extensions: [".pony"],
|
|
4125
|
+
author: "Sylvan Clebsch / Pony contributors",
|
|
4126
|
+
website: "https://www.ponylang.io",
|
|
4127
|
+
paradigms: ["actor-model", "object-oriented", "capability-secure", "concurrent"],
|
|
4128
|
+
tooling: {
|
|
4129
|
+
runtimes: ["Pony runtime"],
|
|
4130
|
+
packageManagers: ["ponyup", "corral"],
|
|
4131
|
+
ecosystems: ["Actors", "Native", "Distributed Systems"]
|
|
4132
|
+
},
|
|
4133
|
+
version: "0.61.1",
|
|
4134
|
+
logo: "https://avatars.githubusercontent.com/u/14593805?v=4",
|
|
4135
|
+
i18n: {
|
|
4136
|
+
en: {
|
|
4137
|
+
name: "Pony",
|
|
4138
|
+
description: "An actor language with reference capabilities and data-race safety.",
|
|
4139
|
+
longDescription: "Pony combines actors, object capabilities, static typing, and reference capabilities to make concurrent native programs explicit about aliasing and mutation. The language runtime schedules isolated actors that communicate by messages.\n\nIt is used for concurrent services, native experiments, actor systems, and programs that want compile-time guarantees around data races."
|
|
4140
|
+
},
|
|
4141
|
+
es: {
|
|
4142
|
+
name: "Pony",
|
|
4143
|
+
description: "Un lenguaje de actores con capacidades de referencia y seguridad ante data races.",
|
|
4144
|
+
longDescription: "Pony combina actores, object capabilities, tipado estatico y capacidades de referencia para que programas nativos concurrentes sean explicitos sobre aliasing y mutacion. El runtime agenda actores aislados que se comunican por mensajes.\n\nSe usa en servicios concurrentes, experimentos nativos, sistemas de actores y programas que buscan garantias de compilacion frente a data races."
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4147
|
+
};
|
|
4148
|
+
}
|
|
4149
|
+
});
|
|
4150
|
+
|
|
3813
4151
|
// src/languages/powershell.ts
|
|
3814
4152
|
var powershell_exports = {};
|
|
3815
4153
|
__export(powershell_exports, {
|
|
@@ -3886,6 +4224,43 @@ var init_prolog = __esm({
|
|
|
3886
4224
|
}
|
|
3887
4225
|
});
|
|
3888
4226
|
|
|
4227
|
+
// src/languages/promql.ts
|
|
4228
|
+
var promql_exports = {};
|
|
4229
|
+
__export(promql_exports, {
|
|
4230
|
+
promql: () => promql
|
|
4231
|
+
});
|
|
4232
|
+
var promql;
|
|
4233
|
+
var init_promql = __esm({
|
|
4234
|
+
"src/languages/promql.ts"() {
|
|
4235
|
+
promql = {
|
|
4236
|
+
slug: "promql",
|
|
4237
|
+
publishedDate: "2012-11-24",
|
|
4238
|
+
extensions: [".promql"],
|
|
4239
|
+
author: "Prometheus Authors",
|
|
4240
|
+
website: "https://prometheus.io/docs/prometheus/latest/querying/basics/",
|
|
4241
|
+
paradigms: ["query", "time-series", "declarative", "domain-specific"],
|
|
4242
|
+
tooling: {
|
|
4243
|
+
runtimes: ["Prometheus", "Thanos", "Mimir"],
|
|
4244
|
+
ecosystems: ["Observability", "Metrics", "Monitoring"]
|
|
4245
|
+
},
|
|
4246
|
+
version: "Prometheus 3.x",
|
|
4247
|
+
logo: "https://cdn.simpleicons.org/prometheus/E6522C",
|
|
4248
|
+
i18n: {
|
|
4249
|
+
en: {
|
|
4250
|
+
name: "PromQL",
|
|
4251
|
+
description: "The Prometheus query language for selecting and aggregating metrics.",
|
|
4252
|
+
longDescription: "PromQL is the expression language used by Prometheus to select instant vectors, range vectors, scalars, and strings from time-series data. It includes label matching, arithmetic, aggregation, and functions for metric analysis.\n\nIt is used in dashboards, alerts, recording rules, troubleshooting, capacity analysis, and observability systems compatible with Prometheus queries."
|
|
4253
|
+
},
|
|
4254
|
+
es: {
|
|
4255
|
+
name: "PromQL",
|
|
4256
|
+
description: "El lenguaje de consulta de Prometheus para seleccionar y agregar metricas.",
|
|
4257
|
+
longDescription: "PromQL es el lenguaje de expresiones que usa Prometheus para seleccionar vectores instantaneos, rangos, escalares y cadenas desde datos de series temporales. Incluye matching de labels, aritmetica, agregaciones y funciones para analizar metricas.\n\nSe usa en dashboards, alertas, recording rules, troubleshooting, analisis de capacidad y sistemas de observabilidad compatibles con consultas Prometheus."
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
4260
|
+
};
|
|
4261
|
+
}
|
|
4262
|
+
});
|
|
4263
|
+
|
|
3889
4264
|
// src/languages/protobuf.ts
|
|
3890
4265
|
var protobuf_exports = {};
|
|
3891
4266
|
__export(protobuf_exports, {
|
|
@@ -3962,6 +4337,44 @@ var init_pug = __esm({
|
|
|
3962
4337
|
}
|
|
3963
4338
|
});
|
|
3964
4339
|
|
|
4340
|
+
// src/languages/purescript.ts
|
|
4341
|
+
var purescript_exports = {};
|
|
4342
|
+
__export(purescript_exports, {
|
|
4343
|
+
purescript: () => purescript
|
|
4344
|
+
});
|
|
4345
|
+
var purescript;
|
|
4346
|
+
var init_purescript = __esm({
|
|
4347
|
+
"src/languages/purescript.ts"() {
|
|
4348
|
+
purescript = {
|
|
4349
|
+
slug: "purescript",
|
|
4350
|
+
publishedDate: "2013-09-01",
|
|
4351
|
+
extensions: [".purs"],
|
|
4352
|
+
author: "Phil Freeman / PureScript contributors",
|
|
4353
|
+
website: "https://www.purescript.org",
|
|
4354
|
+
paradigms: ["functional", "pure", "statically typed", "declarative"],
|
|
4355
|
+
tooling: {
|
|
4356
|
+
runtimes: ["JavaScript", "Node.js"],
|
|
4357
|
+
packageManagers: ["Spago", "npm"],
|
|
4358
|
+
ecosystems: ["Web", "Functional Programming", "JavaScript"]
|
|
4359
|
+
},
|
|
4360
|
+
version: "0.15.15",
|
|
4361
|
+
logo: "https://cdn.simpleicons.org/purescript/14161A",
|
|
4362
|
+
i18n: {
|
|
4363
|
+
en: {
|
|
4364
|
+
name: "PureScript",
|
|
4365
|
+
description: "A strongly typed purely functional language that compiles to JavaScript.",
|
|
4366
|
+
longDescription: "PureScript brings algebraic data types, type classes, effects, modules, row polymorphism, and a Haskell-influenced functional model to JavaScript targets. Its compiler emits readable JavaScript and works with foreign JavaScript modules.\n\nIt is used for front-end applications, libraries, typed domain models, functional architecture, and JavaScript projects that want explicit effect handling."
|
|
4367
|
+
},
|
|
4368
|
+
es: {
|
|
4369
|
+
name: "PureScript",
|
|
4370
|
+
description: "Un lenguaje funcional puro y fuertemente tipado que compila a JavaScript.",
|
|
4371
|
+
longDescription: "PureScript lleva tipos algebraicos, type classes, efectos, modulos, row polymorphism y un modelo funcional influido por Haskell a objetivos JavaScript. Su compilador emite JavaScript legible e interoperable con modulos externos.\n\nSe usa en aplicaciones front-end, bibliotecas, modelos de dominio tipados, arquitectura funcional y proyectos JavaScript que buscan manejo explicito de efectos."
|
|
4372
|
+
}
|
|
4373
|
+
}
|
|
4374
|
+
};
|
|
4375
|
+
}
|
|
4376
|
+
});
|
|
4377
|
+
|
|
3965
4378
|
// src/languages/python.ts
|
|
3966
4379
|
var python_exports = {};
|
|
3967
4380
|
__export(python_exports, {
|
|
@@ -4038,6 +4451,44 @@ var init_qml = __esm({
|
|
|
4038
4451
|
}
|
|
4039
4452
|
});
|
|
4040
4453
|
|
|
4454
|
+
// src/languages/qsharp.ts
|
|
4455
|
+
var qsharp_exports = {};
|
|
4456
|
+
__export(qsharp_exports, {
|
|
4457
|
+
qsharp: () => qsharp
|
|
4458
|
+
});
|
|
4459
|
+
var qsharp;
|
|
4460
|
+
var init_qsharp = __esm({
|
|
4461
|
+
"src/languages/qsharp.ts"() {
|
|
4462
|
+
qsharp = {
|
|
4463
|
+
slug: "qsharp",
|
|
4464
|
+
publishedDate: "2017-12-11",
|
|
4465
|
+
extensions: [".qs"],
|
|
4466
|
+
author: "Microsoft",
|
|
4467
|
+
website: "https://learn.microsoft.com/azure/quantum/qsharp-overview",
|
|
4468
|
+
paradigms: ["quantum", "domain-specific", "functional", "imperative"],
|
|
4469
|
+
tooling: {
|
|
4470
|
+
runtimes: ["Azure Quantum", "Q# compiler"],
|
|
4471
|
+
packageManagers: ["NuGet", "Python"],
|
|
4472
|
+
ecosystems: ["Quantum Computing", "Azure"]
|
|
4473
|
+
},
|
|
4474
|
+
version: "Q# 1.0",
|
|
4475
|
+
logo: "https://github.com/microsoft.png",
|
|
4476
|
+
i18n: {
|
|
4477
|
+
en: {
|
|
4478
|
+
name: "Q#",
|
|
4479
|
+
description: "Microsoft's language for expressing quantum programs and operations.",
|
|
4480
|
+
longDescription: "Q# is a quantum programming language for declaring operations, functions, qubit use, measurement, adjoints, controlled operations, and classical control around quantum routines. It is designed to model quantum algorithms separately from hardware details.\n\nIt is used for quantum algorithm development, simulation, teaching, Azure Quantum workflows, and hybrid experiments that combine classical and quantum code."
|
|
4481
|
+
},
|
|
4482
|
+
es: {
|
|
4483
|
+
name: "Q#",
|
|
4484
|
+
description: "El lenguaje de Microsoft para expresar programas y operaciones cuanticas.",
|
|
4485
|
+
longDescription: "Q# es un lenguaje de programacion cuantica para declarar operaciones, funciones, uso de qubits, mediciones, adjoints, operaciones controladas y control clasico alrededor de rutinas cuanticas. Modela algoritmos cuanticos separados de detalles de hardware.\n\nSe usa en desarrollo de algoritmos cuanticos, simulacion, ensenanza, flujos de Azure Quantum y experimentos hibridos que combinan codigo clasico y cuantico."
|
|
4486
|
+
}
|
|
4487
|
+
}
|
|
4488
|
+
};
|
|
4489
|
+
}
|
|
4490
|
+
});
|
|
4491
|
+
|
|
4041
4492
|
// src/languages/r.ts
|
|
4042
4493
|
var r_exports = {};
|
|
4043
4494
|
__export(r_exports, {
|
|
@@ -4114,6 +4565,44 @@ var init_racket = __esm({
|
|
|
4114
4565
|
}
|
|
4115
4566
|
});
|
|
4116
4567
|
|
|
4568
|
+
// src/languages/raku.ts
|
|
4569
|
+
var raku_exports = {};
|
|
4570
|
+
__export(raku_exports, {
|
|
4571
|
+
raku: () => raku
|
|
4572
|
+
});
|
|
4573
|
+
var raku;
|
|
4574
|
+
var init_raku = __esm({
|
|
4575
|
+
"src/languages/raku.ts"() {
|
|
4576
|
+
raku = {
|
|
4577
|
+
slug: "raku",
|
|
4578
|
+
publishedDate: "2015-12-25",
|
|
4579
|
+
extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
|
|
4580
|
+
author: "Raku Community",
|
|
4581
|
+
website: "https://raku.org",
|
|
4582
|
+
paradigms: ["multi-paradigm", "object-oriented", "functional", "concurrent"],
|
|
4583
|
+
tooling: {
|
|
4584
|
+
runtimes: ["Rakudo", "MoarVM"],
|
|
4585
|
+
packageManagers: ["zef"],
|
|
4586
|
+
ecosystems: ["Raku", "CLI", "Text Processing"]
|
|
4587
|
+
},
|
|
4588
|
+
version: "6.d",
|
|
4589
|
+
logo: "https://github.com/Raku.png",
|
|
4590
|
+
i18n: {
|
|
4591
|
+
en: {
|
|
4592
|
+
name: "Raku",
|
|
4593
|
+
description: "A multi-paradigm language with grammars, concurrency, and rich dispatch.",
|
|
4594
|
+
longDescription: "Raku is a sibling of Perl with gradual typing, signatures, multiple dispatch, grammars, junctions, concurrency primitives, and expressive operators. It is designed for both small scripts and larger language-oriented programs.\n\nIt is used for text processing, command-line tools, parsers, automation, experimentation, and applications that benefit from built-in grammar support."
|
|
4595
|
+
},
|
|
4596
|
+
es: {
|
|
4597
|
+
name: "Raku",
|
|
4598
|
+
description: "Un lenguaje multiparadigma con grammars, concurrencia y dispatch expresivo.",
|
|
4599
|
+
longDescription: "Raku es un lenguaje hermano de Perl con tipado gradual, firmas, multiple dispatch, grammars, junctions, primitivas concurrentes y operadores expresivos. Sirve tanto para scripts pequenos como para programas orientados a lenguajes.\n\nSe usa en procesamiento de texto, herramientas de linea de comandos, parsers, automatizacion, experimentacion y aplicaciones que aprovechan soporte integrado para grammars."
|
|
4600
|
+
}
|
|
4601
|
+
}
|
|
4602
|
+
};
|
|
4603
|
+
}
|
|
4604
|
+
});
|
|
4605
|
+
|
|
4117
4606
|
// src/languages/razor.ts
|
|
4118
4607
|
var razor_exports = {};
|
|
4119
4608
|
__export(razor_exports, {
|
|
@@ -4152,6 +4641,44 @@ var init_razor = __esm({
|
|
|
4152
4641
|
}
|
|
4153
4642
|
});
|
|
4154
4643
|
|
|
4644
|
+
// src/languages/reasonml.ts
|
|
4645
|
+
var reasonml_exports = {};
|
|
4646
|
+
__export(reasonml_exports, {
|
|
4647
|
+
reasonml: () => reasonml
|
|
4648
|
+
});
|
|
4649
|
+
var reasonml;
|
|
4650
|
+
var init_reasonml = __esm({
|
|
4651
|
+
"src/languages/reasonml.ts"() {
|
|
4652
|
+
reasonml = {
|
|
4653
|
+
slug: "reasonml",
|
|
4654
|
+
publishedDate: "2016-05-13",
|
|
4655
|
+
extensions: [".re", ".rei"],
|
|
4656
|
+
author: "Jordan Walke / Reason contributors",
|
|
4657
|
+
website: "https://reasonml.github.io",
|
|
4658
|
+
paradigms: ["functional", "statically typed", "multi-paradigm"],
|
|
4659
|
+
tooling: {
|
|
4660
|
+
runtimes: ["OCaml", "JavaScript"],
|
|
4661
|
+
packageManagers: ["opam", "npm"],
|
|
4662
|
+
ecosystems: ["OCaml", "JavaScript", "Web"]
|
|
4663
|
+
},
|
|
4664
|
+
version: "3.13.0",
|
|
4665
|
+
logo: "https://cdn.simpleicons.org/reason/DD4B39",
|
|
4666
|
+
i18n: {
|
|
4667
|
+
en: {
|
|
4668
|
+
name: "ReasonML",
|
|
4669
|
+
description: "A JavaScript-like syntax for OCaml and typed functional programming.",
|
|
4670
|
+
longDescription: "ReasonML is a syntax layer for OCaml that presents familiar braces and punctuation while retaining OCaml's modules, pattern matching, type inference, and functional foundations. It has been used with native OCaml and JavaScript compilation workflows.\n\nIt is used in OCaml-adjacent projects, typed UI code, libraries, and codebases that prefer Reason syntax over traditional OCaml syntax."
|
|
4671
|
+
},
|
|
4672
|
+
es: {
|
|
4673
|
+
name: "ReasonML",
|
|
4674
|
+
description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
|
|
4675
|
+
longDescription: "ReasonML es una capa de sintaxis para OCaml que presenta llaves y puntuacion familiares conservando modulos, pattern matching, inferencia de tipos y bases funcionales de OCaml. Se ha usado con flujos nativos y de compilacion a JavaScript.\n\nSe usa en proyectos cercanos a OCaml, UI tipada, bibliotecas y codebases que prefieren la sintaxis Reason frente a la sintaxis tradicional de OCaml."
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
};
|
|
4679
|
+
}
|
|
4680
|
+
});
|
|
4681
|
+
|
|
4155
4682
|
// src/languages/rego.ts
|
|
4156
4683
|
var rego_exports = {};
|
|
4157
4684
|
__export(rego_exports, {
|
|
@@ -4190,6 +4717,82 @@ var init_rego = __esm({
|
|
|
4190
4717
|
}
|
|
4191
4718
|
});
|
|
4192
4719
|
|
|
4720
|
+
// src/languages/rescript.ts
|
|
4721
|
+
var rescript_exports = {};
|
|
4722
|
+
__export(rescript_exports, {
|
|
4723
|
+
rescript: () => rescript
|
|
4724
|
+
});
|
|
4725
|
+
var rescript;
|
|
4726
|
+
var init_rescript = __esm({
|
|
4727
|
+
"src/languages/rescript.ts"() {
|
|
4728
|
+
rescript = {
|
|
4729
|
+
slug: "rescript",
|
|
4730
|
+
publishedDate: "2020-07-01",
|
|
4731
|
+
extensions: [".res", ".resi"],
|
|
4732
|
+
author: "ReScript Association",
|
|
4733
|
+
website: "https://rescript-lang.org",
|
|
4734
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
|
|
4735
|
+
tooling: {
|
|
4736
|
+
runtimes: ["JavaScript", "Node.js", "Browser"],
|
|
4737
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
4738
|
+
ecosystems: ["Web", "React", "JavaScript"]
|
|
4739
|
+
},
|
|
4740
|
+
version: "12.0.0",
|
|
4741
|
+
logo: "https://cdn.simpleicons.org/rescript/E6484A",
|
|
4742
|
+
i18n: {
|
|
4743
|
+
en: {
|
|
4744
|
+
name: "ReScript",
|
|
4745
|
+
description: "A typed language and compiler focused on ergonomic JavaScript output.",
|
|
4746
|
+
longDescription: "ReScript is a statically typed language for JavaScript targets with pattern matching, variants, modules, records, interop annotations, and a syntax tuned for web development. Its compiler and build tools focus on predictable generated JavaScript.\n\nIt is used in front-end applications, React codebases, shared libraries, and JavaScript projects that want compact type-safe source with explicit interop."
|
|
4747
|
+
},
|
|
4748
|
+
es: {
|
|
4749
|
+
name: "ReScript",
|
|
4750
|
+
description: "Un lenguaje tipado y compilador enfocado en generar JavaScript ergonomico.",
|
|
4751
|
+
longDescription: "ReScript es un lenguaje de tipado estatico para objetivos JavaScript con pattern matching, variants, modulos, records, anotaciones de interop y una sintaxis ajustada al desarrollo web. Su compilador y herramientas buscan JavaScript generado predecible.\n\nSe usa en aplicaciones front-end, codebases React, bibliotecas compartidas y proyectos JavaScript que buscan fuente compacta y segura con interop explicito."
|
|
4752
|
+
}
|
|
4753
|
+
}
|
|
4754
|
+
};
|
|
4755
|
+
}
|
|
4756
|
+
});
|
|
4757
|
+
|
|
4758
|
+
// src/languages/restructuredtext.ts
|
|
4759
|
+
var restructuredtext_exports = {};
|
|
4760
|
+
__export(restructuredtext_exports, {
|
|
4761
|
+
restructuredtext: () => restructuredtext
|
|
4762
|
+
});
|
|
4763
|
+
var restructuredtext;
|
|
4764
|
+
var init_restructuredtext = __esm({
|
|
4765
|
+
"src/languages/restructuredtext.ts"() {
|
|
4766
|
+
restructuredtext = {
|
|
4767
|
+
slug: "restructuredtext",
|
|
4768
|
+
publishedDate: "2001-06-01",
|
|
4769
|
+
extensions: [".rst", ".rest"],
|
|
4770
|
+
author: "David Goodger / Docutils contributors",
|
|
4771
|
+
website: "https://docutils.sourceforge.io/rst.html",
|
|
4772
|
+
paradigms: ["markup", "declarative", "documentation"],
|
|
4773
|
+
tooling: {
|
|
4774
|
+
runtimes: ["Docutils", "Sphinx"],
|
|
4775
|
+
packageManagers: ["pip"],
|
|
4776
|
+
ecosystems: ["Python", "Documentation", "Publishing"]
|
|
4777
|
+
},
|
|
4778
|
+
version: "Docutils 0.22.2",
|
|
4779
|
+
logo: "https://cdn.simpleicons.org/readthedocs/8CA1AF",
|
|
4780
|
+
i18n: {
|
|
4781
|
+
en: {
|
|
4782
|
+
name: "reStructuredText",
|
|
4783
|
+
description: "A plain-text markup format used by Docutils and Sphinx documentation.",
|
|
4784
|
+
longDescription: "reStructuredText is a structured plain-text markup language with sections, directives, roles, references, tables, lists, and extension points. Docutils defines the parser model and Sphinx extends it for technical documentation.\n\nIt is used for Python documentation, manuals, API references, books, project notes, and publishing workflows that need semantic markup from readable text."
|
|
4785
|
+
},
|
|
4786
|
+
es: {
|
|
4787
|
+
name: "reStructuredText",
|
|
4788
|
+
description: "Un formato de marcado en texto plano usado por Docutils y Sphinx.",
|
|
4789
|
+
longDescription: "reStructuredText es un lenguaje de marcado estructurado en texto plano con secciones, directives, roles, referencias, tablas, listas y puntos de extension. Docutils define su modelo de parser y Sphinx lo extiende para documentacion tecnica.\n\nSe usa en documentacion Python, manuales, referencias API, libros, notas de proyectos y flujos de publicacion que necesitan marcado semantico desde texto legible."
|
|
4790
|
+
}
|
|
4791
|
+
}
|
|
4792
|
+
};
|
|
4793
|
+
}
|
|
4794
|
+
});
|
|
4795
|
+
|
|
4193
4796
|
// src/languages/ruby.ts
|
|
4194
4797
|
var ruby_exports = {};
|
|
4195
4798
|
__export(ruby_exports, {
|
|
@@ -4266,6 +4869,43 @@ var init_rust = __esm({
|
|
|
4266
4869
|
}
|
|
4267
4870
|
});
|
|
4268
4871
|
|
|
4872
|
+
// src/languages/sas.ts
|
|
4873
|
+
var sas_exports = {};
|
|
4874
|
+
__export(sas_exports, {
|
|
4875
|
+
sas: () => sas
|
|
4876
|
+
});
|
|
4877
|
+
var sas;
|
|
4878
|
+
var init_sas = __esm({
|
|
4879
|
+
"src/languages/sas.ts"() {
|
|
4880
|
+
sas = {
|
|
4881
|
+
slug: "sas",
|
|
4882
|
+
publishedDate: "1976-01-01",
|
|
4883
|
+
extensions: [".sas"],
|
|
4884
|
+
author: "SAS Institute",
|
|
4885
|
+
website: "https://www.sas.com",
|
|
4886
|
+
paradigms: ["data-step", "procedural", "statistical", "domain-specific"],
|
|
4887
|
+
tooling: {
|
|
4888
|
+
runtimes: ["SAS 9", "SAS Viya"],
|
|
4889
|
+
ecosystems: ["Analytics", "Statistics", "Enterprise Data"]
|
|
4890
|
+
},
|
|
4891
|
+
version: "SAS 9.4",
|
|
4892
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg",
|
|
4893
|
+
i18n: {
|
|
4894
|
+
en: {
|
|
4895
|
+
name: "SAS",
|
|
4896
|
+
description: "A language and system for statistical analysis and data processing.",
|
|
4897
|
+
longDescription: "SAS programs combine DATA steps, procedures, macros, formats, libraries, and analytics-oriented statements to transform and analyze data. The language is tightly linked to the SAS platform and its statistical tooling.\n\nIt is used in analytics, regulated reporting, clinical workflows, data preparation, forecasting, and enterprise statistical systems."
|
|
4898
|
+
},
|
|
4899
|
+
es: {
|
|
4900
|
+
name: "SAS",
|
|
4901
|
+
description: "Un lenguaje y sistema para analisis estadistico y procesamiento de datos.",
|
|
4902
|
+
longDescription: "Los programas SAS combinan DATA steps, procedimientos, macros, formatos, libraries y sentencias orientadas a analitica para transformar y analizar datos. El lenguaje esta ligado a la plataforma SAS y su tooling estadistico.\n\nSe usa en analitica, reportes regulados, flujos clinicos, preparacion de datos, pronosticos y sistemas estadisticos empresariales."
|
|
4903
|
+
}
|
|
4904
|
+
}
|
|
4905
|
+
};
|
|
4906
|
+
}
|
|
4907
|
+
});
|
|
4908
|
+
|
|
4269
4909
|
// src/languages/scala.ts
|
|
4270
4910
|
var scala_exports = {};
|
|
4271
4911
|
__export(scala_exports, {
|
|
@@ -4304,6 +4944,43 @@ var init_scala = __esm({
|
|
|
4304
4944
|
}
|
|
4305
4945
|
});
|
|
4306
4946
|
|
|
4947
|
+
// src/languages/scheme.ts
|
|
4948
|
+
var scheme_exports = {};
|
|
4949
|
+
__export(scheme_exports, {
|
|
4950
|
+
scheme: () => scheme
|
|
4951
|
+
});
|
|
4952
|
+
var scheme;
|
|
4953
|
+
var init_scheme = __esm({
|
|
4954
|
+
"src/languages/scheme.ts"() {
|
|
4955
|
+
scheme = {
|
|
4956
|
+
slug: "scheme",
|
|
4957
|
+
publishedDate: "1975-12-01",
|
|
4958
|
+
extensions: [".scm", ".ss", ".sld", ".sls"],
|
|
4959
|
+
author: "Guy L. Steele Jr. / Gerald Jay Sussman",
|
|
4960
|
+
website: "https://www.scheme.org",
|
|
4961
|
+
paradigms: ["functional", "lisp", "minimal", "multi-paradigm"],
|
|
4962
|
+
tooling: {
|
|
4963
|
+
runtimes: ["Chez Scheme", "Guile", "Racket", "Chicken"],
|
|
4964
|
+
ecosystems: ["Lisp", "Education", "Language Research"]
|
|
4965
|
+
},
|
|
4966
|
+
version: "R7RS small",
|
|
4967
|
+
logo: "https://cdn.simpleicons.org/racket/9F1D20",
|
|
4968
|
+
i18n: {
|
|
4969
|
+
en: {
|
|
4970
|
+
name: "Scheme",
|
|
4971
|
+
description: "A small Lisp family language centered on lexical scope and procedures.",
|
|
4972
|
+
longDescription: "Scheme is a Lisp dialect known for a compact core, lexical scoping, first-class procedures, macros, continuations, and a tradition of language experimentation. Standards define a portable base while implementations add libraries and tooling.\n\nIt is used in teaching, compilers, scripting, research, embedded extension systems, and programs that value a small expressive language core."
|
|
4973
|
+
},
|
|
4974
|
+
es: {
|
|
4975
|
+
name: "Scheme",
|
|
4976
|
+
description: "Un lenguaje de la familia Lisp centrado en alcance lexico y procedimientos.",
|
|
4977
|
+
longDescription: "Scheme es un dialecto Lisp conocido por un nucleo compacto, alcance lexico, procedimientos de primera clase, macros, continuations y una tradicion de experimentacion con lenguajes. Los estandares definen una base portable mientras las implementaciones agregan bibliotecas.\n\nSe usa en ensenanza, compiladores, scripting, investigacion, sistemas de extension embebidos y programas que valoran un nucleo expresivo pequeno."
|
|
4978
|
+
}
|
|
4979
|
+
}
|
|
4980
|
+
};
|
|
4981
|
+
}
|
|
4982
|
+
});
|
|
4983
|
+
|
|
4307
4984
|
// src/languages/scss.ts
|
|
4308
4985
|
var scss_exports = {};
|
|
4309
4986
|
__export(scss_exports, {
|
|
@@ -4342,6 +5019,81 @@ var init_scss = __esm({
|
|
|
4342
5019
|
}
|
|
4343
5020
|
});
|
|
4344
5021
|
|
|
5022
|
+
// src/languages/smalltalk.ts
|
|
5023
|
+
var smalltalk_exports = {};
|
|
5024
|
+
__export(smalltalk_exports, {
|
|
5025
|
+
smalltalk: () => smalltalk
|
|
5026
|
+
});
|
|
5027
|
+
var smalltalk;
|
|
5028
|
+
var init_smalltalk = __esm({
|
|
5029
|
+
"src/languages/smalltalk.ts"() {
|
|
5030
|
+
smalltalk = {
|
|
5031
|
+
slug: "smalltalk",
|
|
5032
|
+
publishedDate: "1972-01-01",
|
|
5033
|
+
extensions: [".st"],
|
|
5034
|
+
author: "Alan Kay / Dan Ingalls / Adele Goldberg",
|
|
5035
|
+
website: "https://squeak.org",
|
|
5036
|
+
paradigms: ["object-oriented", "message-passing", "reflective", "dynamic"],
|
|
5037
|
+
tooling: {
|
|
5038
|
+
runtimes: ["Pharo", "Squeak", "GNU Smalltalk"],
|
|
5039
|
+
ecosystems: ["Images", "Education", "Object Systems"]
|
|
5040
|
+
},
|
|
5041
|
+
version: "ANSI INCITS 319-1998",
|
|
5042
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Smalltalk_Balloon.svg",
|
|
5043
|
+
i18n: {
|
|
5044
|
+
en: {
|
|
5045
|
+
name: "Smalltalk",
|
|
5046
|
+
description: "A message-oriented object language with live image-based environments.",
|
|
5047
|
+
longDescription: "Smalltalk helped define object-oriented programming through message sends, classes, blocks, reflection, and interactive image environments. Many implementations pair the language with live browsers, inspectors, and debuggers.\n\nIt is used for education, research, long-lived business systems, simulations, and exploratory programming inside live object images."
|
|
5048
|
+
},
|
|
5049
|
+
es: {
|
|
5050
|
+
name: "Smalltalk",
|
|
5051
|
+
description: "Un lenguaje orientado a mensajes y objetos con entornos de imagen vivos.",
|
|
5052
|
+
longDescription: "Smalltalk ayudo a definir la programacion orientada a objetos mediante mensajes, clases, bloques, reflexion y entornos interactivos basados en imagenes. Muchas implementaciones combinan el lenguaje con browsers, inspectors y debuggers vivos.\n\nSe usa en educacion, investigacion, sistemas de negocio longevos, simulaciones y programacion exploratoria dentro de imagenes de objetos."
|
|
5053
|
+
}
|
|
5054
|
+
}
|
|
5055
|
+
};
|
|
5056
|
+
}
|
|
5057
|
+
});
|
|
5058
|
+
|
|
5059
|
+
// src/languages/smarty.ts
|
|
5060
|
+
var smarty_exports = {};
|
|
5061
|
+
__export(smarty_exports, {
|
|
5062
|
+
smarty: () => smarty
|
|
5063
|
+
});
|
|
5064
|
+
var smarty;
|
|
5065
|
+
var init_smarty = __esm({
|
|
5066
|
+
"src/languages/smarty.ts"() {
|
|
5067
|
+
smarty = {
|
|
5068
|
+
slug: "smarty",
|
|
5069
|
+
publishedDate: "2001-01-01",
|
|
5070
|
+
extensions: [".tpl", ".smarty"],
|
|
5071
|
+
author: "Monte Ohrt / Andrei Zmievski / Smarty contributors",
|
|
5072
|
+
website: "https://www.smarty.net",
|
|
5073
|
+
paradigms: ["templating", "declarative", "markup"],
|
|
5074
|
+
tooling: {
|
|
5075
|
+
runtimes: ["PHP"],
|
|
5076
|
+
packageManagers: ["Composer"],
|
|
5077
|
+
ecosystems: ["PHP", "Web"]
|
|
5078
|
+
},
|
|
5079
|
+
version: "5.5.1",
|
|
5080
|
+
logo: "https://www.smarty.net/images/logo_print.gif",
|
|
5081
|
+
i18n: {
|
|
5082
|
+
en: {
|
|
5083
|
+
name: "Smarty",
|
|
5084
|
+
description: "A PHP template language for presentation logic and reusable views.",
|
|
5085
|
+
longDescription: "Smarty is a PHP templating system with tags, modifiers, functions, plugins, inheritance, and caching features for separating presentation templates from application code. Templates are compiled for execution by PHP.\n\nIt is used in PHP applications, themes, CMS views, emails, and server-rendered web projects that maintain separate template files."
|
|
5086
|
+
},
|
|
5087
|
+
es: {
|
|
5088
|
+
name: "Smarty",
|
|
5089
|
+
description: "Un lenguaje de plantillas PHP para logica de presentacion y vistas reutilizables.",
|
|
5090
|
+
longDescription: "Smarty es un sistema de plantillas PHP con tags, modifiers, funciones, plugins, herencia y cache para separar plantillas de presentacion del codigo de aplicacion. Las plantillas se compilan para ejecutarse con PHP.\n\nSe usa en aplicaciones PHP, temas, vistas de CMS, emails y proyectos web renderizados en servidor que mantienen archivos de plantillas separados."
|
|
5091
|
+
}
|
|
5092
|
+
}
|
|
5093
|
+
};
|
|
5094
|
+
}
|
|
5095
|
+
});
|
|
5096
|
+
|
|
4345
5097
|
// src/languages/solidity.ts
|
|
4346
5098
|
var solidity_exports = {};
|
|
4347
5099
|
__export(solidity_exports, {
|
|
@@ -4413,6 +5165,43 @@ var init_sql = __esm({
|
|
|
4413
5165
|
}
|
|
4414
5166
|
});
|
|
4415
5167
|
|
|
5168
|
+
// src/languages/standard-ml.ts
|
|
5169
|
+
var standard_ml_exports = {};
|
|
5170
|
+
__export(standard_ml_exports, {
|
|
5171
|
+
standardMl: () => standardMl
|
|
5172
|
+
});
|
|
5173
|
+
var standardMl;
|
|
5174
|
+
var init_standard_ml = __esm({
|
|
5175
|
+
"src/languages/standard-ml.ts"() {
|
|
5176
|
+
standardMl = {
|
|
5177
|
+
slug: "standard-ml",
|
|
5178
|
+
publishedDate: "1990-01-01",
|
|
5179
|
+
extensions: [".sml", ".sig", ".fun"],
|
|
5180
|
+
author: "Robin Milner and collaborators",
|
|
5181
|
+
website: "https://smlfamily.github.io",
|
|
5182
|
+
paradigms: ["functional", "statically typed", "module-oriented"],
|
|
5183
|
+
tooling: {
|
|
5184
|
+
runtimes: ["MLton", "Standard ML of New Jersey", "Poly/ML"],
|
|
5185
|
+
ecosystems: ["ML", "Compilers", "Research"]
|
|
5186
|
+
},
|
|
5187
|
+
version: "The Definition 1997",
|
|
5188
|
+
logo: "https://avatars.githubusercontent.com/u/62883579?v=4",
|
|
5189
|
+
i18n: {
|
|
5190
|
+
en: {
|
|
5191
|
+
name: "Standard ML",
|
|
5192
|
+
description: "A statically typed ML language with modules and pattern matching.",
|
|
5193
|
+
longDescription: "Standard ML defines a strict functional language with algebraic datatypes, pattern matching, type inference, exceptions, and a strong module system with signatures and functors. Its formal definition shaped much ML-family work.\n\nIt is used in compilers, theorem tools, teaching, research, and projects that need a small typed functional core with robust modules."
|
|
5194
|
+
},
|
|
5195
|
+
es: {
|
|
5196
|
+
name: "Standard ML",
|
|
5197
|
+
description: "Un lenguaje ML tipado con modulos y pattern matching.",
|
|
5198
|
+
longDescription: "Standard ML define un lenguaje funcional estricto con datatypes algebraicos, pattern matching, inferencia de tipos, excepciones y un sistema fuerte de modulos con signatures y functors. Su definicion formal influyo mucho en la familia ML.\n\nSe usa en compiladores, herramientas de teoremas, ensenanza, investigacion y proyectos que necesitan un nucleo funcional tipado con modulos robustos."
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5201
|
+
};
|
|
5202
|
+
}
|
|
5203
|
+
});
|
|
5204
|
+
|
|
4416
5205
|
// src/languages/starlark.ts
|
|
4417
5206
|
var starlark_exports = {};
|
|
4418
5207
|
__export(starlark_exports, {
|
|
@@ -4451,6 +5240,81 @@ var init_starlark = __esm({
|
|
|
4451
5240
|
}
|
|
4452
5241
|
});
|
|
4453
5242
|
|
|
5243
|
+
// src/languages/stata.ts
|
|
5244
|
+
var stata_exports = {};
|
|
5245
|
+
__export(stata_exports, {
|
|
5246
|
+
stata: () => stata
|
|
5247
|
+
});
|
|
5248
|
+
var stata;
|
|
5249
|
+
var init_stata = __esm({
|
|
5250
|
+
"src/languages/stata.ts"() {
|
|
5251
|
+
stata = {
|
|
5252
|
+
slug: "stata",
|
|
5253
|
+
publishedDate: "1985-01-01",
|
|
5254
|
+
extensions: [".do", ".ado", ".mata"],
|
|
5255
|
+
author: "StataCorp",
|
|
5256
|
+
website: "https://www.stata.com",
|
|
5257
|
+
paradigms: ["statistical", "scripting", "data-analysis", "domain-specific"],
|
|
5258
|
+
tooling: {
|
|
5259
|
+
runtimes: ["Stata"],
|
|
5260
|
+
ecosystems: ["Statistics", "Econometrics", "Research"]
|
|
5261
|
+
},
|
|
5262
|
+
version: "19",
|
|
5263
|
+
logo: "https://www.stata.com/includes/images/stata-logo-blue.svg",
|
|
5264
|
+
i18n: {
|
|
5265
|
+
en: {
|
|
5266
|
+
name: "Stata",
|
|
5267
|
+
description: "A command language for statistical analysis, data management, and graphics.",
|
|
5268
|
+
longDescription: "Stata commands and do-files cover data preparation, estimation, graphics, reporting, and programmable workflows, with Mata available for matrix-oriented programming. The language is tied to the Stata statistical environment.\n\nIt is used in economics, public health, social science, policy analysis, teaching, and reproducible statistical research."
|
|
5269
|
+
},
|
|
5270
|
+
es: {
|
|
5271
|
+
name: "Stata",
|
|
5272
|
+
description: "Un lenguaje de comandos para analisis estadistico, datos y graficos.",
|
|
5273
|
+
longDescription: "Los comandos y do-files de Stata cubren preparacion de datos, estimacion, graficos, reportes y flujos programables, con Mata para programacion orientada a matrices. El lenguaje esta ligado al entorno estadistico Stata.\n\nSe usa en economia, salud publica, ciencias sociales, analisis de politicas, ensenanza e investigacion estadistica reproducible."
|
|
5274
|
+
}
|
|
5275
|
+
}
|
|
5276
|
+
};
|
|
5277
|
+
}
|
|
5278
|
+
});
|
|
5279
|
+
|
|
5280
|
+
// src/languages/stylus.ts
|
|
5281
|
+
var stylus_exports = {};
|
|
5282
|
+
__export(stylus_exports, {
|
|
5283
|
+
stylus: () => stylus
|
|
5284
|
+
});
|
|
5285
|
+
var stylus;
|
|
5286
|
+
var init_stylus = __esm({
|
|
5287
|
+
"src/languages/stylus.ts"() {
|
|
5288
|
+
stylus = {
|
|
5289
|
+
slug: "stylus",
|
|
5290
|
+
publishedDate: "2010-12-01",
|
|
5291
|
+
extensions: [".styl"],
|
|
5292
|
+
author: "TJ Holowaychuk / Stylus contributors",
|
|
5293
|
+
website: "https://stylus-lang.com",
|
|
5294
|
+
paradigms: ["stylesheet", "declarative", "preprocessor"],
|
|
5295
|
+
tooling: {
|
|
5296
|
+
runtimes: ["Node.js"],
|
|
5297
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
5298
|
+
ecosystems: ["CSS", "Web"]
|
|
5299
|
+
},
|
|
5300
|
+
version: "0.64.0",
|
|
5301
|
+
logo: "https://cdn.simpleicons.org/stylus/333333",
|
|
5302
|
+
i18n: {
|
|
5303
|
+
en: {
|
|
5304
|
+
name: "Stylus",
|
|
5305
|
+
description: "A flexible CSS preprocessor with optional punctuation and indentation syntax.",
|
|
5306
|
+
longDescription: "Stylus extends stylesheet authoring with variables, mixins, functions, imports, nesting, and a syntax that can omit braces, colons, and semicolons. It compiles authoring files into CSS.\n\nIt is used in web styling pipelines, design systems, legacy front-end builds, and projects that prefer concise stylesheet syntax."
|
|
5307
|
+
},
|
|
5308
|
+
es: {
|
|
5309
|
+
name: "Stylus",
|
|
5310
|
+
description: "Un preprocesador CSS flexible con puntuacion opcional y sintaxis por indentacion.",
|
|
5311
|
+
longDescription: "Stylus extiende la autoria de estilos con variables, mixins, funciones, imports, nesting y una sintaxis que puede omitir llaves, dos puntos y punto y coma. Compila archivos de autoria hacia CSS.\n\nSe usa en pipelines de estilos web, sistemas de diseno, builds front-end heredados y proyectos que prefieren sintaxis de hojas de estilo concisa."
|
|
5312
|
+
}
|
|
5313
|
+
}
|
|
5314
|
+
};
|
|
5315
|
+
}
|
|
5316
|
+
});
|
|
5317
|
+
|
|
4454
5318
|
// src/languages/svelte.ts
|
|
4455
5319
|
var svelte_exports = {};
|
|
4456
5320
|
__export(svelte_exports, {
|
|
@@ -4677,6 +5541,81 @@ var init_tex = __esm({
|
|
|
4677
5541
|
}
|
|
4678
5542
|
});
|
|
4679
5543
|
|
|
5544
|
+
// src/languages/thrift.ts
|
|
5545
|
+
var thrift_exports = {};
|
|
5546
|
+
__export(thrift_exports, {
|
|
5547
|
+
thrift: () => thrift
|
|
5548
|
+
});
|
|
5549
|
+
var thrift;
|
|
5550
|
+
var init_thrift = __esm({
|
|
5551
|
+
"src/languages/thrift.ts"() {
|
|
5552
|
+
thrift = {
|
|
5553
|
+
slug: "thrift",
|
|
5554
|
+
publishedDate: "2007-04-01",
|
|
5555
|
+
extensions: [".thrift"],
|
|
5556
|
+
author: "Facebook / Apache Software Foundation",
|
|
5557
|
+
website: "https://thrift.apache.org",
|
|
5558
|
+
paradigms: ["interface-definition", "schema", "declarative", "rpc"],
|
|
5559
|
+
tooling: {
|
|
5560
|
+
runtimes: ["Apache Thrift Runtime"],
|
|
5561
|
+
packageManagers: ["Maven", "npm", "PyPI", "Go modules"],
|
|
5562
|
+
ecosystems: ["RPC", "APIs", "Distributed Systems"]
|
|
5563
|
+
},
|
|
5564
|
+
version: "0.22.0",
|
|
5565
|
+
logo: "https://cdn.simpleicons.org/apache/D22128",
|
|
5566
|
+
i18n: {
|
|
5567
|
+
en: {
|
|
5568
|
+
name: "Apache Thrift",
|
|
5569
|
+
description: "An IDL for cross-language services and serializable data types.",
|
|
5570
|
+
longDescription: "Thrift files define services, structs, fields, enums, exceptions, namespaces, and wire-level choices that generators turn into code for many languages. The project includes protocols and transports for RPC use.\n\nIt is used for service contracts, schema sharing, code generation, distributed systems, and cross-language APIs."
|
|
5571
|
+
},
|
|
5572
|
+
es: {
|
|
5573
|
+
name: "Apache Thrift",
|
|
5574
|
+
description: "Un IDL para servicios entre lenguajes y tipos de datos serializables.",
|
|
5575
|
+
longDescription: "Los archivos Thrift definen servicios, structs, campos, enums, excepciones, namespaces y decisiones de wire que los generadores convierten en codigo para muchos lenguajes. El proyecto incluye protocolos y transports para RPC.\n\nSe usa en contratos de servicios, schemas compartidos, generacion de codigo, sistemas distribuidos y APIs entre lenguajes."
|
|
5576
|
+
}
|
|
5577
|
+
}
|
|
5578
|
+
};
|
|
5579
|
+
}
|
|
5580
|
+
});
|
|
5581
|
+
|
|
5582
|
+
// src/languages/tla-plus.ts
|
|
5583
|
+
var tla_plus_exports = {};
|
|
5584
|
+
__export(tla_plus_exports, {
|
|
5585
|
+
tlaPlus: () => tlaPlus
|
|
5586
|
+
});
|
|
5587
|
+
var tlaPlus;
|
|
5588
|
+
var init_tla_plus = __esm({
|
|
5589
|
+
"src/languages/tla-plus.ts"() {
|
|
5590
|
+
tlaPlus = {
|
|
5591
|
+
slug: "tla-plus",
|
|
5592
|
+
publishedDate: "1999-01-01",
|
|
5593
|
+
extensions: [".tla"],
|
|
5594
|
+
author: "Leslie Lamport",
|
|
5595
|
+
website: "https://lamport.azurewebsites.net/tla/tla.html",
|
|
5596
|
+
paradigms: ["specification", "formal-methods", "temporal-logic", "declarative"],
|
|
5597
|
+
tooling: {
|
|
5598
|
+
runtimes: ["TLC", "TLA+ Toolbox", "Apalache"],
|
|
5599
|
+
ecosystems: ["Formal Methods", "Distributed Systems", "Verification"]
|
|
5600
|
+
},
|
|
5601
|
+
version: "TLA+ 2",
|
|
5602
|
+
logo: "https://avatars.githubusercontent.com/u/315978?v=4",
|
|
5603
|
+
i18n: {
|
|
5604
|
+
en: {
|
|
5605
|
+
name: "TLA+",
|
|
5606
|
+
description: "A formal specification language for state machines and temporal properties.",
|
|
5607
|
+
longDescription: "TLA+ describes systems as mathematical state transitions with actions, invariants, temporal formulas, modules, and refinement-oriented specifications. Tooling such as TLC explores behaviors to check models.\n\nIt is used to reason about distributed algorithms, protocols, concurrency, safety properties, design reviews, and systems where a precise specification catches failures early."
|
|
5608
|
+
},
|
|
5609
|
+
es: {
|
|
5610
|
+
name: "TLA+",
|
|
5611
|
+
description: "Un lenguaje de especificacion formal para estados y propiedades temporales.",
|
|
5612
|
+
longDescription: "TLA+ describe sistemas como transiciones matematicas de estado con acciones, invariantes, formulas temporales, modulos y especificaciones orientadas a refinamiento. Herramientas como TLC exploran comportamientos para revisar modelos.\n\nSe usa para razonar sobre algoritmos distribuidos, protocolos, concurrencia, propiedades de seguridad, revisiones de diseno y sistemas donde una especificacion precisa detecta fallos temprano."
|
|
5613
|
+
}
|
|
5614
|
+
}
|
|
5615
|
+
};
|
|
5616
|
+
}
|
|
5617
|
+
});
|
|
5618
|
+
|
|
4680
5619
|
// src/languages/toml.ts
|
|
4681
5620
|
var toml_exports = {};
|
|
4682
5621
|
__export(toml_exports, {
|
|
@@ -4824,6 +5763,82 @@ var init_typst = __esm({
|
|
|
4824
5763
|
}
|
|
4825
5764
|
});
|
|
4826
5765
|
|
|
5766
|
+
// src/languages/v.ts
|
|
5767
|
+
var v_exports = {};
|
|
5768
|
+
__export(v_exports, {
|
|
5769
|
+
v: () => v
|
|
5770
|
+
});
|
|
5771
|
+
var v;
|
|
5772
|
+
var init_v = __esm({
|
|
5773
|
+
"src/languages/v.ts"() {
|
|
5774
|
+
v = {
|
|
5775
|
+
slug: "v",
|
|
5776
|
+
publishedDate: "2019-06-20",
|
|
5777
|
+
extensions: [".v", ".vsh"],
|
|
5778
|
+
author: "Alexander Medvednikov / V contributors",
|
|
5779
|
+
website: "https://vlang.io",
|
|
5780
|
+
paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
|
|
5781
|
+
tooling: {
|
|
5782
|
+
runtimes: ["V compiler"],
|
|
5783
|
+
packageManagers: ["vpm"],
|
|
5784
|
+
ecosystems: ["Native", "Web", "Systems"]
|
|
5785
|
+
},
|
|
5786
|
+
version: "weekly.2025.49",
|
|
5787
|
+
logo: "https://cdn.simpleicons.org/v/5D87BF",
|
|
5788
|
+
i18n: {
|
|
5789
|
+
en: {
|
|
5790
|
+
name: "V",
|
|
5791
|
+
description: "A compiled statically typed language for simple native application builds.",
|
|
5792
|
+
longDescription: "V is a compiled language with modules, sum types, generics, concurrency syntax, C interop, and a toolchain that emphasizes quick compilation and small deployment workflows. It targets C and native outputs through its compiler.\n\nIt is used for command-line tools, native applications, experiments, web services, and projects that prefer an integrated lightweight toolchain."
|
|
5793
|
+
},
|
|
5794
|
+
es: {
|
|
5795
|
+
name: "V",
|
|
5796
|
+
description: "Un lenguaje compilado y tipado para construir aplicaciones nativas simples.",
|
|
5797
|
+
longDescription: "V es un lenguaje compilado con modulos, sum types, generics, sintaxis concurrente, interop con C y un toolchain que enfatiza compilacion rapida y despliegues pequenos. Su compilador apunta a C y salidas nativas.\n\nSe usa en herramientas de linea de comandos, aplicaciones nativas, experimentos, servicios web y proyectos que prefieren un toolchain ligero e integrado."
|
|
5798
|
+
}
|
|
5799
|
+
}
|
|
5800
|
+
};
|
|
5801
|
+
}
|
|
5802
|
+
});
|
|
5803
|
+
|
|
5804
|
+
// src/languages/vala.ts
|
|
5805
|
+
var vala_exports = {};
|
|
5806
|
+
__export(vala_exports, {
|
|
5807
|
+
vala: () => vala
|
|
5808
|
+
});
|
|
5809
|
+
var vala;
|
|
5810
|
+
var init_vala = __esm({
|
|
5811
|
+
"src/languages/vala.ts"() {
|
|
5812
|
+
vala = {
|
|
5813
|
+
slug: "vala",
|
|
5814
|
+
publishedDate: "2006-07-15",
|
|
5815
|
+
extensions: [".vala", ".vapi"],
|
|
5816
|
+
author: "Jurg Billeter / GNOME contributors",
|
|
5817
|
+
website: "https://vala.dev",
|
|
5818
|
+
paradigms: ["object-oriented", "statically typed", "gnome", "c-targeted"],
|
|
5819
|
+
tooling: {
|
|
5820
|
+
runtimes: ["GLib", "GObject"],
|
|
5821
|
+
packageManagers: ["Meson", "pkg-config"],
|
|
5822
|
+
ecosystems: ["GNOME", "GTK", "Native"]
|
|
5823
|
+
},
|
|
5824
|
+
version: "0.56.18",
|
|
5825
|
+
logo: "https://cdn.simpleicons.org/gnome/4A86CF",
|
|
5826
|
+
i18n: {
|
|
5827
|
+
en: {
|
|
5828
|
+
name: "Vala",
|
|
5829
|
+
description: "A GNOME-oriented language that compiles high-level syntax to C.",
|
|
5830
|
+
longDescription: "Vala provides classes, interfaces, properties, generics, signals, and async syntax over GLib and GObject conventions, compiling source into C. VAPI files describe bindings to existing C libraries.\n\nIt is used for GTK applications, GNOME libraries, native tools, bindings, and projects that want high-level source while integrating with C APIs."
|
|
5831
|
+
},
|
|
5832
|
+
es: {
|
|
5833
|
+
name: "Vala",
|
|
5834
|
+
description: "Un lenguaje orientado a GNOME que compila sintaxis de alto nivel a C.",
|
|
5835
|
+
longDescription: "Vala ofrece clases, interfaces, propiedades, generics, signals y sintaxis async sobre las convenciones de GLib y GObject, compilando fuente hacia C. Los archivos VAPI describen bindings a bibliotecas C existentes.\n\nSe usa en aplicaciones GTK, bibliotecas GNOME, herramientas nativas, bindings y proyectos que buscan fuente de alto nivel integrada con APIs C."
|
|
5836
|
+
}
|
|
5837
|
+
}
|
|
5838
|
+
};
|
|
5839
|
+
}
|
|
5840
|
+
});
|
|
5841
|
+
|
|
4827
5842
|
// src/languages/verilog.ts
|
|
4828
5843
|
var verilog_exports = {};
|
|
4829
5844
|
__export(verilog_exports, {
|
|
@@ -4976,6 +5991,44 @@ var init_vue = __esm({
|
|
|
4976
5991
|
}
|
|
4977
5992
|
});
|
|
4978
5993
|
|
|
5994
|
+
// src/languages/vyper.ts
|
|
5995
|
+
var vyper_exports = {};
|
|
5996
|
+
__export(vyper_exports, {
|
|
5997
|
+
vyper: () => vyper
|
|
5998
|
+
});
|
|
5999
|
+
var vyper;
|
|
6000
|
+
var init_vyper = __esm({
|
|
6001
|
+
"src/languages/vyper.ts"() {
|
|
6002
|
+
vyper = {
|
|
6003
|
+
slug: "vyper",
|
|
6004
|
+
publishedDate: "2017-07-19",
|
|
6005
|
+
extensions: [".vy"],
|
|
6006
|
+
author: "Vyper contributors",
|
|
6007
|
+
website: "https://vyperlang.org",
|
|
6008
|
+
paradigms: ["smart-contract", "statically typed", "domain-specific", "imperative"],
|
|
6009
|
+
tooling: {
|
|
6010
|
+
runtimes: ["Ethereum Virtual Machine"],
|
|
6011
|
+
packageManagers: ["pip", "uv"],
|
|
6012
|
+
ecosystems: ["Ethereum", "Smart Contracts", "Web3"]
|
|
6013
|
+
},
|
|
6014
|
+
version: "0.4.3",
|
|
6015
|
+
logo: "https://avatars.githubusercontent.com/u/37288461?v=4",
|
|
6016
|
+
i18n: {
|
|
6017
|
+
en: {
|
|
6018
|
+
name: "Vyper",
|
|
6019
|
+
description: "A Pythonic smart contract language for the Ethereum Virtual Machine.",
|
|
6020
|
+
longDescription: "Vyper is a contract language for Ethereum that favors explicit behavior, bounds, and auditability over broad language surface area. Its syntax is Python-like while its compiler emits EVM bytecode.\n\nIt is used for Ethereum smart contracts, financial protocols, on-chain experiments, and codebases that prefer a deliberately constrained contract language."
|
|
6021
|
+
},
|
|
6022
|
+
es: {
|
|
6023
|
+
name: "Vyper",
|
|
6024
|
+
description: "Un lenguaje de smart contracts con sintaxis Python para Ethereum.",
|
|
6025
|
+
longDescription: "Vyper es un lenguaje de contratos para Ethereum que favorece comportamiento explicito, limites y auditabilidad sobre una superficie amplia del lenguaje. Su sintaxis es parecida a Python y su compilador emite bytecode EVM.\n\nSe usa en smart contracts de Ethereum, protocolos financieros, experimentos on-chain y codebases que prefieren un lenguaje de contratos deliberadamente restringido."
|
|
6026
|
+
}
|
|
6027
|
+
}
|
|
6028
|
+
};
|
|
6029
|
+
}
|
|
6030
|
+
});
|
|
6031
|
+
|
|
4979
6032
|
// src/languages/webassembly.ts
|
|
4980
6033
|
var webassembly_exports = {};
|
|
4981
6034
|
__export(webassembly_exports, {
|
|
@@ -5052,6 +6105,43 @@ var init_wgsl = __esm({
|
|
|
5052
6105
|
}
|
|
5053
6106
|
});
|
|
5054
6107
|
|
|
6108
|
+
// src/languages/wren.ts
|
|
6109
|
+
var wren_exports = {};
|
|
6110
|
+
__export(wren_exports, {
|
|
6111
|
+
wren: () => wren
|
|
6112
|
+
});
|
|
6113
|
+
var wren;
|
|
6114
|
+
var init_wren = __esm({
|
|
6115
|
+
"src/languages/wren.ts"() {
|
|
6116
|
+
wren = {
|
|
6117
|
+
slug: "wren",
|
|
6118
|
+
publishedDate: "2013-10-31",
|
|
6119
|
+
extensions: [".wren"],
|
|
6120
|
+
author: "Bob Nystrom / Wren contributors",
|
|
6121
|
+
website: "https://wren.io",
|
|
6122
|
+
paradigms: ["object-oriented", "scripting", "class-based", "dynamic"],
|
|
6123
|
+
tooling: {
|
|
6124
|
+
runtimes: ["Wren VM"],
|
|
6125
|
+
ecosystems: ["Embedding", "Games", "Scripting"]
|
|
6126
|
+
},
|
|
6127
|
+
version: "0.4.0",
|
|
6128
|
+
logo: "https://avatars.githubusercontent.com/u/8763410?v=4",
|
|
6129
|
+
i18n: {
|
|
6130
|
+
en: {
|
|
6131
|
+
name: "Wren",
|
|
6132
|
+
description: "A small class-based scripting language designed for embedding.",
|
|
6133
|
+
longDescription: "Wren is a compact dynamic language with classes, fibers, modules, closures, and a VM intended to embed cleanly in host applications. Its syntax keeps scripting programs short while preserving an object-oriented model.\n\nIt is used for embedded scripting, game experiments, tools, teaching, and applications that need a small embeddable language runtime."
|
|
6134
|
+
},
|
|
6135
|
+
es: {
|
|
6136
|
+
name: "Wren",
|
|
6137
|
+
description: "Un lenguaje pequeno de scripting basado en clases y pensado para embeberse.",
|
|
6138
|
+
longDescription: "Wren es un lenguaje dinamico compacto con clases, fibers, modulos, closures y una VM pensada para integrarse limpiamente en aplicaciones anfitrionas. Su sintaxis mantiene scripts breves y conserva un modelo orientado a objetos.\n\nSe usa en scripting embebido, experimentos de juegos, herramientas, ensenanza y aplicaciones que necesitan un runtime de lenguaje pequeno."
|
|
6139
|
+
}
|
|
6140
|
+
}
|
|
6141
|
+
};
|
|
6142
|
+
}
|
|
6143
|
+
});
|
|
6144
|
+
|
|
5055
6145
|
// src/languages/xaml.ts
|
|
5056
6146
|
var xaml_exports = {};
|
|
5057
6147
|
__export(xaml_exports, {
|
|
@@ -5231,6 +6321,44 @@ var init_yaml = __esm({
|
|
|
5231
6321
|
}
|
|
5232
6322
|
});
|
|
5233
6323
|
|
|
6324
|
+
// src/languages/zeek.ts
|
|
6325
|
+
var zeek_exports = {};
|
|
6326
|
+
__export(zeek_exports, {
|
|
6327
|
+
zeek: () => zeek
|
|
6328
|
+
});
|
|
6329
|
+
var zeek;
|
|
6330
|
+
var init_zeek = __esm({
|
|
6331
|
+
"src/languages/zeek.ts"() {
|
|
6332
|
+
zeek = {
|
|
6333
|
+
slug: "zeek",
|
|
6334
|
+
publishedDate: "1995-01-01",
|
|
6335
|
+
extensions: [".zeek", ".bro"],
|
|
6336
|
+
author: "Vern Paxson / Zeek Project",
|
|
6337
|
+
website: "https://zeek.org",
|
|
6338
|
+
paradigms: ["event-driven", "network-analysis", "domain-specific", "scripting"],
|
|
6339
|
+
tooling: {
|
|
6340
|
+
runtimes: ["Zeek"],
|
|
6341
|
+
packageManagers: ["zkg"],
|
|
6342
|
+
ecosystems: ["Network Security", "Observability", "Incident Response"]
|
|
6343
|
+
},
|
|
6344
|
+
version: "8.0.4",
|
|
6345
|
+
logo: "https://avatars.githubusercontent.com/u/10666805?v=4",
|
|
6346
|
+
i18n: {
|
|
6347
|
+
en: {
|
|
6348
|
+
name: "Zeek",
|
|
6349
|
+
description: "An event-driven scripting language for network analysis and security policy.",
|
|
6350
|
+
longDescription: "Zeek scripts describe events, records, analyzers, notices, logging, and policy logic over network traffic observed by the Zeek monitor. The language lets analysts extend protocol and detection behavior.\n\nIt is used in network security monitoring, incident response, traffic analysis, telemetry pipelines, and site-specific security policy."
|
|
6351
|
+
},
|
|
6352
|
+
es: {
|
|
6353
|
+
name: "Zeek",
|
|
6354
|
+
description: "Un lenguaje event-driven para analisis de red y politicas de seguridad.",
|
|
6355
|
+
longDescription: "Los scripts Zeek describen eventos, records, analyzers, notices, logging y logica de politica sobre trafico de red observado por el monitor Zeek. El lenguaje permite extender comportamiento de protocolos y deteccion.\n\nSe usa en monitoreo de seguridad de red, respuesta a incidentes, analisis de trafico, pipelines de telemetria y politicas de seguridad especificas del sitio."
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
};
|
|
6359
|
+
}
|
|
6360
|
+
});
|
|
6361
|
+
|
|
5234
6362
|
// src/languages/zig.ts
|
|
5235
6363
|
var zig_exports = {};
|
|
5236
6364
|
__export(zig_exports, {
|
|
@@ -5269,6 +6397,43 @@ var init_zig = __esm({
|
|
|
5269
6397
|
}
|
|
5270
6398
|
});
|
|
5271
6399
|
|
|
6400
|
+
// src/languages/ziggy.ts
|
|
6401
|
+
var ziggy_exports = {};
|
|
6402
|
+
__export(ziggy_exports, {
|
|
6403
|
+
ziggy: () => ziggy
|
|
6404
|
+
});
|
|
6405
|
+
var ziggy;
|
|
6406
|
+
var init_ziggy = __esm({
|
|
6407
|
+
"src/languages/ziggy.ts"() {
|
|
6408
|
+
ziggy = {
|
|
6409
|
+
slug: "ziggy",
|
|
6410
|
+
publishedDate: "2023-10-02",
|
|
6411
|
+
extensions: [".ziggy", ".ziggy-schema"],
|
|
6412
|
+
author: "Loris Cro",
|
|
6413
|
+
website: "https://ziggy-lang.io",
|
|
6414
|
+
paradigms: ["data-notation", "schema", "declarative", "configuration"],
|
|
6415
|
+
tooling: {
|
|
6416
|
+
runtimes: ["Ziggy CLI"],
|
|
6417
|
+
ecosystems: ["Configuration", "Data Formats", "Zig"]
|
|
6418
|
+
},
|
|
6419
|
+
version: "0.1.0",
|
|
6420
|
+
logo: "https://avatars.githubusercontent.com/u/1642052?v=4",
|
|
6421
|
+
i18n: {
|
|
6422
|
+
en: {
|
|
6423
|
+
name: "Ziggy",
|
|
6424
|
+
description: "A data notation and schema language for configuration-style documents.",
|
|
6425
|
+
longDescription: "Ziggy is a data language for readable structured documents with a companion schema form for describing expected shapes. It targets configuration and data interchange workflows with tooling around Zig ecosystems.\n\nIt is used for configuration files, schema-checked data documents, tooling experiments, and projects that want a compact typed data notation."
|
|
6426
|
+
},
|
|
6427
|
+
es: {
|
|
6428
|
+
name: "Ziggy",
|
|
6429
|
+
description: "Una notacion de datos y schemas para documentos de configuracion.",
|
|
6430
|
+
longDescription: "Ziggy es un lenguaje de datos para documentos estructurados legibles con una forma de schema complementaria para describir shapes esperados. Apunta a configuracion e intercambio de datos con tooling cercano al ecosistema Zig.\n\nSe usa en archivos de configuracion, documentos de datos validados por schemas, experimentos de tooling y proyectos que buscan una notacion de datos compacta y tipada."
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
6433
|
+
};
|
|
6434
|
+
}
|
|
6435
|
+
});
|
|
6436
|
+
|
|
5272
6437
|
// src/languages/zsh.ts
|
|
5273
6438
|
var zsh_exports = {};
|
|
5274
6439
|
__export(zsh_exports, {
|
|
@@ -5394,60 +6559,91 @@ init_llvm_ir();
|
|
|
5394
6559
|
init_lua();
|
|
5395
6560
|
init_luau();
|
|
5396
6561
|
init_makefile();
|
|
6562
|
+
init_mako();
|
|
5397
6563
|
init_markdown();
|
|
6564
|
+
init_mathematica();
|
|
5398
6565
|
init_matlab();
|
|
5399
6566
|
init_mdx();
|
|
5400
6567
|
init_mermaid();
|
|
5401
6568
|
init_meson();
|
|
5402
6569
|
init_metal();
|
|
6570
|
+
init_mojo();
|
|
6571
|
+
init_moonbit();
|
|
5403
6572
|
init_nginx();
|
|
5404
6573
|
init_nim();
|
|
5405
6574
|
init_nix();
|
|
5406
6575
|
init_objective_c();
|
|
5407
6576
|
init_ocaml();
|
|
6577
|
+
init_odin();
|
|
6578
|
+
init_opencl();
|
|
5408
6579
|
init_pascal();
|
|
5409
6580
|
init_perl();
|
|
5410
6581
|
init_php();
|
|
6582
|
+
init_pine_script();
|
|
5411
6583
|
init_plantuml();
|
|
6584
|
+
init_plsql();
|
|
6585
|
+
init_pony();
|
|
5412
6586
|
init_powershell();
|
|
5413
6587
|
init_prolog();
|
|
6588
|
+
init_promql();
|
|
5414
6589
|
init_protobuf();
|
|
5415
6590
|
init_pug();
|
|
6591
|
+
init_purescript();
|
|
5416
6592
|
init_python();
|
|
5417
6593
|
init_qml();
|
|
6594
|
+
init_qsharp();
|
|
5418
6595
|
init_r();
|
|
5419
6596
|
init_racket();
|
|
6597
|
+
init_raku();
|
|
5420
6598
|
init_razor();
|
|
6599
|
+
init_reasonml();
|
|
5421
6600
|
init_rego();
|
|
6601
|
+
init_rescript();
|
|
6602
|
+
init_restructuredtext();
|
|
5422
6603
|
init_ruby();
|
|
5423
6604
|
init_rust();
|
|
6605
|
+
init_sas();
|
|
5424
6606
|
init_scala();
|
|
6607
|
+
init_scheme();
|
|
5425
6608
|
init_scss();
|
|
6609
|
+
init_smalltalk();
|
|
6610
|
+
init_smarty();
|
|
5426
6611
|
init_solidity();
|
|
5427
6612
|
init_sql();
|
|
6613
|
+
init_standard_ml();
|
|
5428
6614
|
init_starlark();
|
|
6615
|
+
init_stata();
|
|
6616
|
+
init_stylus();
|
|
5429
6617
|
init_svelte();
|
|
5430
6618
|
init_svg();
|
|
5431
6619
|
init_svn();
|
|
5432
6620
|
init_swift();
|
|
5433
6621
|
init_tcl();
|
|
5434
6622
|
init_tex();
|
|
6623
|
+
init_thrift();
|
|
6624
|
+
init_tla_plus();
|
|
5435
6625
|
init_toml();
|
|
5436
6626
|
init_twig();
|
|
5437
6627
|
init_typescript();
|
|
5438
6628
|
init_typst();
|
|
6629
|
+
init_v();
|
|
6630
|
+
init_vala();
|
|
5439
6631
|
init_verilog();
|
|
5440
6632
|
init_vhdl();
|
|
5441
6633
|
init_visual_basic();
|
|
5442
6634
|
init_vue();
|
|
6635
|
+
init_vyper();
|
|
5443
6636
|
init_webassembly();
|
|
5444
6637
|
init_wgsl();
|
|
6638
|
+
init_wren();
|
|
5445
6639
|
init_xaml();
|
|
5446
6640
|
init_xml();
|
|
5447
6641
|
init_xquery();
|
|
5448
6642
|
init_xslt();
|
|
5449
6643
|
init_yaml();
|
|
6644
|
+
init_zeek();
|
|
5450
6645
|
init_zig();
|
|
6646
|
+
init_ziggy();
|
|
5451
6647
|
init_zsh();
|
|
5452
6648
|
var languages = [
|
|
5453
6649
|
abap,
|
|
@@ -5535,61 +6731,92 @@ var languages = [
|
|
|
5535
6731
|
llvmIr,
|
|
5536
6732
|
lua,
|
|
5537
6733
|
luau,
|
|
6734
|
+
mako,
|
|
5538
6735
|
makefile,
|
|
6736
|
+
mathematica,
|
|
5539
6737
|
matlab,
|
|
5540
6738
|
markdown,
|
|
5541
6739
|
mdx,
|
|
5542
6740
|
mermaid,
|
|
5543
6741
|
meson,
|
|
5544
6742
|
metal,
|
|
6743
|
+
mojo,
|
|
6744
|
+
moonbit,
|
|
5545
6745
|
svn,
|
|
5546
6746
|
nginx,
|
|
5547
6747
|
nim,
|
|
5548
6748
|
nix,
|
|
5549
6749
|
ocaml,
|
|
5550
6750
|
objectiveC,
|
|
6751
|
+
odin,
|
|
6752
|
+
opencl,
|
|
5551
6753
|
pascal,
|
|
5552
6754
|
perl,
|
|
5553
6755
|
php,
|
|
6756
|
+
pineScript,
|
|
5554
6757
|
plantuml,
|
|
6758
|
+
plsql,
|
|
6759
|
+
pony,
|
|
5555
6760
|
powershell,
|
|
5556
6761
|
prolog,
|
|
6762
|
+
promql,
|
|
5557
6763
|
protobuf,
|
|
5558
6764
|
pug,
|
|
6765
|
+
purescript,
|
|
5559
6766
|
python,
|
|
5560
6767
|
qml,
|
|
6768
|
+
qsharp,
|
|
5561
6769
|
r,
|
|
6770
|
+
raku,
|
|
5562
6771
|
racket,
|
|
5563
6772
|
razor,
|
|
6773
|
+
reasonml,
|
|
5564
6774
|
rego,
|
|
6775
|
+
rescript,
|
|
6776
|
+
restructuredtext,
|
|
5565
6777
|
ruby,
|
|
5566
6778
|
rust,
|
|
6779
|
+
sas,
|
|
5567
6780
|
scala,
|
|
5568
6781
|
scss,
|
|
6782
|
+
scheme,
|
|
6783
|
+
smalltalk,
|
|
6784
|
+
smarty,
|
|
5569
6785
|
solidity,
|
|
5570
6786
|
sql,
|
|
6787
|
+
standardMl,
|
|
5571
6788
|
starlark,
|
|
6789
|
+
stata,
|
|
6790
|
+
stylus,
|
|
5572
6791
|
svg,
|
|
5573
6792
|
svelte,
|
|
5574
6793
|
swift,
|
|
5575
6794
|
tcl,
|
|
5576
6795
|
tex,
|
|
6796
|
+
thrift,
|
|
6797
|
+
tlaPlus,
|
|
5577
6798
|
toml,
|
|
5578
6799
|
twig,
|
|
5579
6800
|
typescript,
|
|
5580
6801
|
typst,
|
|
6802
|
+
v,
|
|
6803
|
+
vala,
|
|
5581
6804
|
verilog,
|
|
5582
6805
|
vhdl,
|
|
5583
6806
|
visualBasic,
|
|
5584
6807
|
vue,
|
|
6808
|
+
vyper,
|
|
5585
6809
|
webassembly,
|
|
5586
6810
|
wgsl,
|
|
6811
|
+
wren,
|
|
5587
6812
|
xaml,
|
|
5588
6813
|
xml,
|
|
5589
6814
|
xquery,
|
|
5590
6815
|
xslt,
|
|
5591
6816
|
yaml,
|
|
6817
|
+
zeek,
|
|
5592
6818
|
zig,
|
|
6819
|
+
ziggy,
|
|
5593
6820
|
zsh
|
|
5594
6821
|
];
|
|
5595
6822
|
|
|
@@ -5747,64 +6974,95 @@ var languageIndex = [
|
|
|
5747
6974
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
5748
6975
|
{ slug: "lua", extensions: [".lua", ".rockspec"] },
|
|
5749
6976
|
{ slug: "luau", extensions: [".luau"] },
|
|
6977
|
+
{ slug: "mako", extensions: [".mako", ".mao"] },
|
|
5750
6978
|
{ slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
|
|
6979
|
+
{ slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
|
|
5751
6980
|
{ slug: "matlab", extensions: [".m", ".mlx"] },
|
|
5752
6981
|
{ slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
|
|
5753
6982
|
{ slug: "mdx", extensions: [".mdx"] },
|
|
5754
6983
|
{ slug: "mermaid", extensions: [".mmd", ".mermaid"] },
|
|
5755
6984
|
{ slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
|
|
5756
6985
|
{ slug: "metal", extensions: [".metal"] },
|
|
6986
|
+
{ slug: "mojo", extensions: [".mojo"] },
|
|
6987
|
+
{ slug: "moonbit", extensions: [".mbt"] },
|
|
5757
6988
|
{ slug: "svn", extensions: [".svn", "svnserve.conf"] },
|
|
5758
6989
|
{ slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
|
|
5759
6990
|
{ slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
|
|
5760
6991
|
{ slug: "nix", extensions: [".nix"] },
|
|
5761
6992
|
{ slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
|
|
5762
6993
|
{ slug: "objective-c", extensions: [".m", ".mm"] },
|
|
6994
|
+
{ slug: "odin", extensions: [".odin"] },
|
|
6995
|
+
{ slug: "opencl", extensions: [".cl", ".clh"] },
|
|
5763
6996
|
{ slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
|
|
5764
6997
|
{ slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
|
|
5765
6998
|
{ slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
|
|
6999
|
+
{ slug: "pine-script", extensions: [".pine"] },
|
|
5766
7000
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
7001
|
+
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
7002
|
+
{ slug: "pony", extensions: [".pony"] },
|
|
5767
7003
|
{ slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
|
|
5768
7004
|
{ slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
|
|
7005
|
+
{ slug: "promql", extensions: [".promql"] },
|
|
5769
7006
|
{ slug: "protobuf", extensions: [".proto"] },
|
|
5770
7007
|
{ slug: "pug", extensions: [".pug", ".jade"] },
|
|
7008
|
+
{ slug: "purescript", extensions: [".purs"] },
|
|
5771
7009
|
{ slug: "python", extensions: [".py", ".pyw"] },
|
|
5772
7010
|
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
7011
|
+
{ slug: "qsharp", extensions: [".qs"] },
|
|
5773
7012
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
7013
|
+
{ slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
|
|
5774
7014
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
5775
7015
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
7016
|
+
{ slug: "reasonml", extensions: [".re", ".rei"] },
|
|
5776
7017
|
{ slug: "rego", extensions: [".rego"] },
|
|
7018
|
+
{ slug: "rescript", extensions: [".res", ".resi"] },
|
|
7019
|
+
{ slug: "restructuredtext", extensions: [".rst", ".rest"] },
|
|
5777
7020
|
{
|
|
5778
7021
|
slug: "ruby",
|
|
5779
7022
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
|
|
5780
7023
|
},
|
|
5781
7024
|
{ slug: "rust", extensions: [".rs"] },
|
|
7025
|
+
{ slug: "sas", extensions: [".sas"] },
|
|
5782
7026
|
{ slug: "scala", extensions: [".scala", ".sc"] },
|
|
5783
7027
|
{ slug: "scss", extensions: [".scss", ".sass"] },
|
|
7028
|
+
{ slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
|
|
7029
|
+
{ slug: "smalltalk", extensions: [".st"] },
|
|
7030
|
+
{ slug: "smarty", extensions: [".tpl", ".smarty"] },
|
|
5784
7031
|
{ slug: "solidity", extensions: [".sol"] },
|
|
5785
7032
|
{ slug: "sql", extensions: [".sql"] },
|
|
7033
|
+
{ slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
|
|
5786
7034
|
{ slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
|
|
7035
|
+
{ slug: "stata", extensions: [".do", ".ado", ".mata"] },
|
|
7036
|
+
{ slug: "stylus", extensions: [".styl"] },
|
|
5787
7037
|
{ slug: "svg", extensions: [".svg", ".svgz"] },
|
|
5788
7038
|
{ slug: "svelte", extensions: [".svelte"] },
|
|
5789
7039
|
{ slug: "swift", extensions: [".swift"] },
|
|
5790
7040
|
{ slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
|
|
5791
7041
|
{ slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
|
|
7042
|
+
{ slug: "thrift", extensions: [".thrift"] },
|
|
7043
|
+
{ slug: "tla-plus", extensions: [".tla"] },
|
|
5792
7044
|
{ slug: "toml", extensions: [".toml"] },
|
|
5793
7045
|
{ slug: "twig", extensions: [".twig"] },
|
|
5794
7046
|
{ slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
|
|
5795
7047
|
{ slug: "typst", extensions: [".typ"] },
|
|
7048
|
+
{ slug: "v", extensions: [".v", ".vsh"] },
|
|
7049
|
+
{ slug: "vala", extensions: [".vala", ".vapi"] },
|
|
5796
7050
|
{ slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
|
|
5797
7051
|
{ slug: "vhdl", extensions: [".vhd", ".vhdl"] },
|
|
5798
7052
|
{ slug: "visual-basic", extensions: [".vb"] },
|
|
5799
7053
|
{ slug: "vue", extensions: [".vue"] },
|
|
7054
|
+
{ slug: "vyper", extensions: [".vy"] },
|
|
5800
7055
|
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
5801
7056
|
{ slug: "wgsl", extensions: [".wgsl"] },
|
|
7057
|
+
{ slug: "wren", extensions: [".wren"] },
|
|
5802
7058
|
{ slug: "xaml", extensions: [".xaml", ".baml"] },
|
|
5803
7059
|
{ slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
|
|
5804
7060
|
{ slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
|
|
5805
7061
|
{ slug: "xslt", extensions: [".xsl", ".xslt"] },
|
|
5806
7062
|
{ slug: "yaml", extensions: [".yaml", ".yml"] },
|
|
7063
|
+
{ slug: "zeek", extensions: [".zeek", ".bro"] },
|
|
5807
7064
|
{ slug: "zig", extensions: [".zig", ".zon"] },
|
|
7065
|
+
{ slug: "ziggy", extensions: [".ziggy", ".ziggy-schema"] },
|
|
5808
7066
|
{
|
|
5809
7067
|
slug: "zsh",
|
|
5810
7068
|
extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"]
|
|
@@ -5896,61 +7154,92 @@ var languageLoaders = {
|
|
|
5896
7154
|
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
5897
7155
|
lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
|
|
5898
7156
|
luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
|
|
7157
|
+
mako: () => Promise.resolve().then(() => (init_mako(), mako_exports)).then((module) => module.mako),
|
|
5899
7158
|
makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
|
|
7159
|
+
mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
|
|
5900
7160
|
matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
|
|
5901
7161
|
markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
|
|
5902
7162
|
mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
|
|
5903
7163
|
mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
|
|
5904
7164
|
meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
|
|
5905
7165
|
metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
|
|
7166
|
+
mojo: () => Promise.resolve().then(() => (init_mojo(), mojo_exports)).then((module) => module.mojo),
|
|
7167
|
+
moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
|
|
5906
7168
|
svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
|
|
5907
7169
|
nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
|
|
5908
7170
|
nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
|
|
5909
7171
|
nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
|
|
5910
7172
|
ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
|
|
5911
7173
|
"objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
|
|
7174
|
+
odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
|
|
7175
|
+
opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
|
|
5912
7176
|
pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
|
|
5913
7177
|
perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
|
|
5914
7178
|
php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
|
|
7179
|
+
"pine-script": () => Promise.resolve().then(() => (init_pine_script(), pine_script_exports)).then((module) => module.pineScript),
|
|
5915
7180
|
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
7181
|
+
plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
|
|
7182
|
+
pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
|
|
5916
7183
|
powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
|
|
5917
7184
|
prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
|
|
7185
|
+
promql: () => Promise.resolve().then(() => (init_promql(), promql_exports)).then((module) => module.promql),
|
|
5918
7186
|
protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
|
|
5919
7187
|
pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
|
|
7188
|
+
purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
|
|
5920
7189
|
python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
|
|
5921
7190
|
qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
|
|
7191
|
+
qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
|
|
5922
7192
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
7193
|
+
raku: () => Promise.resolve().then(() => (init_raku(), raku_exports)).then((module) => module.raku),
|
|
5923
7194
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
5924
7195
|
razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
|
|
7196
|
+
reasonml: () => Promise.resolve().then(() => (init_reasonml(), reasonml_exports)).then((module) => module.reasonml),
|
|
5925
7197
|
rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
|
|
7198
|
+
rescript: () => Promise.resolve().then(() => (init_rescript(), rescript_exports)).then((module) => module.rescript),
|
|
7199
|
+
restructuredtext: () => Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports)).then((module) => module.restructuredtext),
|
|
5926
7200
|
ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
|
|
5927
7201
|
rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
|
|
7202
|
+
sas: () => Promise.resolve().then(() => (init_sas(), sas_exports)).then((module) => module.sas),
|
|
5928
7203
|
scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
|
|
5929
7204
|
scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
|
|
7205
|
+
scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
|
|
7206
|
+
smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
|
|
7207
|
+
smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
|
|
5930
7208
|
solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
|
|
5931
7209
|
sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
|
|
7210
|
+
"standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
|
|
5932
7211
|
starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
|
|
7212
|
+
stata: () => Promise.resolve().then(() => (init_stata(), stata_exports)).then((module) => module.stata),
|
|
7213
|
+
stylus: () => Promise.resolve().then(() => (init_stylus(), stylus_exports)).then((module) => module.stylus),
|
|
5933
7214
|
svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
|
|
5934
7215
|
svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
|
|
5935
7216
|
swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
|
|
5936
7217
|
tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
|
|
5937
7218
|
tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
|
|
7219
|
+
thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
|
|
7220
|
+
"tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
|
|
5938
7221
|
toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
|
|
5939
7222
|
twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
|
|
5940
7223
|
typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
|
|
5941
7224
|
typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
|
|
7225
|
+
v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
|
|
7226
|
+
vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
|
|
5942
7227
|
verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
|
|
5943
7228
|
vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
|
|
5944
7229
|
"visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
|
|
5945
7230
|
vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
|
|
7231
|
+
vyper: () => Promise.resolve().then(() => (init_vyper(), vyper_exports)).then((module) => module.vyper),
|
|
5946
7232
|
webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
|
|
5947
7233
|
wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
|
|
7234
|
+
wren: () => Promise.resolve().then(() => (init_wren(), wren_exports)).then((module) => module.wren),
|
|
5948
7235
|
xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
|
|
5949
7236
|
xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
|
|
5950
7237
|
xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
|
|
5951
7238
|
xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
|
|
5952
7239
|
yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
|
|
7240
|
+
zeek: () => Promise.resolve().then(() => (init_zeek(), zeek_exports)).then((module) => module.zeek),
|
|
5953
7241
|
zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
|
|
7242
|
+
ziggy: () => Promise.resolve().then(() => (init_ziggy(), ziggy_exports)).then((module) => module.ziggy),
|
|
5954
7243
|
zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
|
|
5955
7244
|
};
|
|
5956
7245
|
var loadLanguage = (slug) => languageLoaders[slug]?.();
|