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/index.cjs
CHANGED
|
@@ -3249,6 +3249,44 @@ var init_makefile = __esm({
|
|
|
3249
3249
|
}
|
|
3250
3250
|
});
|
|
3251
3251
|
|
|
3252
|
+
// src/languages/mako.ts
|
|
3253
|
+
var mako_exports = {};
|
|
3254
|
+
__export(mako_exports, {
|
|
3255
|
+
mako: () => exports.mako
|
|
3256
|
+
});
|
|
3257
|
+
exports.mako = void 0;
|
|
3258
|
+
var init_mako = __esm({
|
|
3259
|
+
"src/languages/mako.ts"() {
|
|
3260
|
+
exports.mako = {
|
|
3261
|
+
slug: "mako",
|
|
3262
|
+
publishedDate: "2006-07-17",
|
|
3263
|
+
extensions: [".mako", ".mao"],
|
|
3264
|
+
author: "Michael Bayer / Mako contributors",
|
|
3265
|
+
website: "https://www.makotemplates.org",
|
|
3266
|
+
paradigms: ["templating", "declarative", "scripting"],
|
|
3267
|
+
tooling: {
|
|
3268
|
+
runtimes: ["Python"],
|
|
3269
|
+
packageManagers: ["pip", "uv", "Poetry"],
|
|
3270
|
+
ecosystems: ["Python", "Web", "Documentation"]
|
|
3271
|
+
},
|
|
3272
|
+
version: "1.3.10",
|
|
3273
|
+
logo: "https://cdn.simpleicons.org/python/3776AB",
|
|
3274
|
+
i18n: {
|
|
3275
|
+
en: {
|
|
3276
|
+
name: "Mako",
|
|
3277
|
+
description: "A Python template language for generating text, HTML, and source artifacts.",
|
|
3278
|
+
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."
|
|
3279
|
+
},
|
|
3280
|
+
es: {
|
|
3281
|
+
name: "Mako",
|
|
3282
|
+
description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
|
|
3283
|
+
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."
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
};
|
|
3287
|
+
}
|
|
3288
|
+
});
|
|
3289
|
+
|
|
3252
3290
|
// src/languages/markdown.ts
|
|
3253
3291
|
var markdown_exports = {};
|
|
3254
3292
|
__export(markdown_exports, {
|
|
@@ -3282,6 +3320,43 @@ var init_markdown = __esm({
|
|
|
3282
3320
|
}
|
|
3283
3321
|
});
|
|
3284
3322
|
|
|
3323
|
+
// src/languages/mathematica.ts
|
|
3324
|
+
var mathematica_exports = {};
|
|
3325
|
+
__export(mathematica_exports, {
|
|
3326
|
+
mathematica: () => exports.mathematica
|
|
3327
|
+
});
|
|
3328
|
+
exports.mathematica = void 0;
|
|
3329
|
+
var init_mathematica = __esm({
|
|
3330
|
+
"src/languages/mathematica.ts"() {
|
|
3331
|
+
exports.mathematica = {
|
|
3332
|
+
slug: "mathematica",
|
|
3333
|
+
publishedDate: "1988-06-23",
|
|
3334
|
+
extensions: [".wl", ".wls", ".nb"],
|
|
3335
|
+
author: "Stephen Wolfram / Wolfram Research",
|
|
3336
|
+
website: "https://www.wolfram.com/language/",
|
|
3337
|
+
paradigms: ["symbolic", "functional", "rule-based", "notebook"],
|
|
3338
|
+
tooling: {
|
|
3339
|
+
runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
|
|
3340
|
+
ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
|
|
3341
|
+
},
|
|
3342
|
+
version: "14.3",
|
|
3343
|
+
logo: "https://cdn.simpleicons.org/wolfram/DD1100",
|
|
3344
|
+
i18n: {
|
|
3345
|
+
en: {
|
|
3346
|
+
name: "Wolfram Language",
|
|
3347
|
+
description: "A symbolic computation language used by Mathematica and Wolfram tools.",
|
|
3348
|
+
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."
|
|
3349
|
+
},
|
|
3350
|
+
es: {
|
|
3351
|
+
name: "Wolfram Language",
|
|
3352
|
+
description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
|
|
3353
|
+
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."
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3356
|
+
};
|
|
3357
|
+
}
|
|
3358
|
+
});
|
|
3359
|
+
|
|
3285
3360
|
// src/languages/matlab.ts
|
|
3286
3361
|
var matlab_exports = {};
|
|
3287
3362
|
__export(matlab_exports, {
|
|
@@ -3471,6 +3546,82 @@ var init_metal = __esm({
|
|
|
3471
3546
|
}
|
|
3472
3547
|
});
|
|
3473
3548
|
|
|
3549
|
+
// src/languages/mojo.ts
|
|
3550
|
+
var mojo_exports = {};
|
|
3551
|
+
__export(mojo_exports, {
|
|
3552
|
+
mojo: () => exports.mojo
|
|
3553
|
+
});
|
|
3554
|
+
exports.mojo = void 0;
|
|
3555
|
+
var init_mojo = __esm({
|
|
3556
|
+
"src/languages/mojo.ts"() {
|
|
3557
|
+
exports.mojo = {
|
|
3558
|
+
slug: "mojo",
|
|
3559
|
+
publishedDate: "2023-05-02",
|
|
3560
|
+
extensions: [".mojo"],
|
|
3561
|
+
author: "Modular",
|
|
3562
|
+
website: "https://www.modular.com/mojo",
|
|
3563
|
+
paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
|
|
3564
|
+
tooling: {
|
|
3565
|
+
runtimes: ["Mojo toolchain", "MAX"],
|
|
3566
|
+
packageManagers: ["pixi", "pip"],
|
|
3567
|
+
ecosystems: ["AI", "Accelerators", "Python"]
|
|
3568
|
+
},
|
|
3569
|
+
version: "0.26.1",
|
|
3570
|
+
logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
|
|
3571
|
+
i18n: {
|
|
3572
|
+
en: {
|
|
3573
|
+
name: "Mojo",
|
|
3574
|
+
description: "A systems-oriented language for AI and accelerator-aware programming.",
|
|
3575
|
+
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."
|
|
3576
|
+
},
|
|
3577
|
+
es: {
|
|
3578
|
+
name: "Mojo",
|
|
3579
|
+
description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
|
|
3580
|
+
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."
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3583
|
+
};
|
|
3584
|
+
}
|
|
3585
|
+
});
|
|
3586
|
+
|
|
3587
|
+
// src/languages/moonbit.ts
|
|
3588
|
+
var moonbit_exports = {};
|
|
3589
|
+
__export(moonbit_exports, {
|
|
3590
|
+
moonbit: () => exports.moonbit
|
|
3591
|
+
});
|
|
3592
|
+
exports.moonbit = void 0;
|
|
3593
|
+
var init_moonbit = __esm({
|
|
3594
|
+
"src/languages/moonbit.ts"() {
|
|
3595
|
+
exports.moonbit = {
|
|
3596
|
+
slug: "moonbit",
|
|
3597
|
+
publishedDate: "2023-08-18",
|
|
3598
|
+
extensions: [".mbt"],
|
|
3599
|
+
author: "MoonBit Team",
|
|
3600
|
+
website: "https://www.moonbitlang.com",
|
|
3601
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
|
|
3602
|
+
tooling: {
|
|
3603
|
+
runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
|
|
3604
|
+
packageManagers: ["moon"],
|
|
3605
|
+
ecosystems: ["WebAssembly", "Web", "Embedded"]
|
|
3606
|
+
},
|
|
3607
|
+
version: "0.9.2",
|
|
3608
|
+
logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
|
|
3609
|
+
i18n: {
|
|
3610
|
+
en: {
|
|
3611
|
+
name: "MoonBit",
|
|
3612
|
+
description: "A statically typed language and toolchain designed for WebAssembly output.",
|
|
3613
|
+
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."
|
|
3614
|
+
},
|
|
3615
|
+
es: {
|
|
3616
|
+
name: "MoonBit",
|
|
3617
|
+
description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
|
|
3618
|
+
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."
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
};
|
|
3622
|
+
}
|
|
3623
|
+
});
|
|
3624
|
+
|
|
3474
3625
|
// src/languages/nginx.ts
|
|
3475
3626
|
var nginx_exports = {};
|
|
3476
3627
|
__export(nginx_exports, {
|
|
@@ -3660,6 +3811,81 @@ var init_ocaml = __esm({
|
|
|
3660
3811
|
}
|
|
3661
3812
|
});
|
|
3662
3813
|
|
|
3814
|
+
// src/languages/odin.ts
|
|
3815
|
+
var odin_exports = {};
|
|
3816
|
+
__export(odin_exports, {
|
|
3817
|
+
odin: () => exports.odin
|
|
3818
|
+
});
|
|
3819
|
+
exports.odin = void 0;
|
|
3820
|
+
var init_odin = __esm({
|
|
3821
|
+
"src/languages/odin.ts"() {
|
|
3822
|
+
exports.odin = {
|
|
3823
|
+
slug: "odin",
|
|
3824
|
+
publishedDate: "2016-11-05",
|
|
3825
|
+
extensions: [".odin"],
|
|
3826
|
+
author: "Ginger Bill",
|
|
3827
|
+
website: "https://odin-lang.org",
|
|
3828
|
+
paradigms: ["imperative", "procedural", "systems", "data-oriented"],
|
|
3829
|
+
tooling: {
|
|
3830
|
+
runtimes: ["Odin compiler"],
|
|
3831
|
+
packageManagers: ["odin"],
|
|
3832
|
+
ecosystems: ["Systems", "Game Development", "Native"]
|
|
3833
|
+
},
|
|
3834
|
+
version: "dev-2026-02",
|
|
3835
|
+
logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
|
|
3836
|
+
i18n: {
|
|
3837
|
+
en: {
|
|
3838
|
+
name: "Odin",
|
|
3839
|
+
description: "A data-oriented systems language for native software and game tooling.",
|
|
3840
|
+
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."
|
|
3841
|
+
},
|
|
3842
|
+
es: {
|
|
3843
|
+
name: "Odin",
|
|
3844
|
+
description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
|
|
3845
|
+
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."
|
|
3846
|
+
}
|
|
3847
|
+
}
|
|
3848
|
+
};
|
|
3849
|
+
}
|
|
3850
|
+
});
|
|
3851
|
+
|
|
3852
|
+
// src/languages/opencl.ts
|
|
3853
|
+
var opencl_exports = {};
|
|
3854
|
+
__export(opencl_exports, {
|
|
3855
|
+
opencl: () => exports.opencl
|
|
3856
|
+
});
|
|
3857
|
+
exports.opencl = void 0;
|
|
3858
|
+
var init_opencl = __esm({
|
|
3859
|
+
"src/languages/opencl.ts"() {
|
|
3860
|
+
exports.opencl = {
|
|
3861
|
+
slug: "opencl",
|
|
3862
|
+
publishedDate: "2008-12-08",
|
|
3863
|
+
extensions: [".cl", ".clh"],
|
|
3864
|
+
author: "Khronos Group",
|
|
3865
|
+
website: "https://www.khronos.org/opencl/",
|
|
3866
|
+
paradigms: ["parallel", "kernel", "data-parallel", "c-family"],
|
|
3867
|
+
tooling: {
|
|
3868
|
+
runtimes: ["OpenCL Runtime"],
|
|
3869
|
+
ecosystems: ["GPU Compute", "Heterogeneous Computing", "Khronos"]
|
|
3870
|
+
},
|
|
3871
|
+
version: "OpenCL C 3.0",
|
|
3872
|
+
logo: "https://cdn.simpleicons.org/khronosgroup/CC3333",
|
|
3873
|
+
i18n: {
|
|
3874
|
+
en: {
|
|
3875
|
+
name: "OpenCL C",
|
|
3876
|
+
description: "The C-based kernel language for OpenCL heterogeneous compute programs.",
|
|
3877
|
+
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."
|
|
3878
|
+
},
|
|
3879
|
+
es: {
|
|
3880
|
+
name: "OpenCL C",
|
|
3881
|
+
description: "El lenguaje de kernels basado en C para programas de computo OpenCL.",
|
|
3882
|
+
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."
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
};
|
|
3886
|
+
}
|
|
3887
|
+
});
|
|
3888
|
+
|
|
3663
3889
|
// src/languages/pascal.ts
|
|
3664
3890
|
var pascal_exports = {};
|
|
3665
3891
|
__export(pascal_exports, {
|
|
@@ -3774,6 +4000,43 @@ var init_php = __esm({
|
|
|
3774
4000
|
}
|
|
3775
4001
|
});
|
|
3776
4002
|
|
|
4003
|
+
// src/languages/pine-script.ts
|
|
4004
|
+
var pine_script_exports = {};
|
|
4005
|
+
__export(pine_script_exports, {
|
|
4006
|
+
pineScript: () => exports.pineScript
|
|
4007
|
+
});
|
|
4008
|
+
exports.pineScript = void 0;
|
|
4009
|
+
var init_pine_script = __esm({
|
|
4010
|
+
"src/languages/pine-script.ts"() {
|
|
4011
|
+
exports.pineScript = {
|
|
4012
|
+
slug: "pine-script",
|
|
4013
|
+
publishedDate: "2013-12-01",
|
|
4014
|
+
extensions: [".pine"],
|
|
4015
|
+
author: "TradingView",
|
|
4016
|
+
website: "https://www.tradingview.com/pine-script-docs/",
|
|
4017
|
+
paradigms: ["domain-specific", "time-series", "declarative", "scripting"],
|
|
4018
|
+
tooling: {
|
|
4019
|
+
runtimes: ["TradingView"],
|
|
4020
|
+
ecosystems: ["Charts", "Trading", "Technical Analysis"]
|
|
4021
|
+
},
|
|
4022
|
+
version: "v6",
|
|
4023
|
+
logo: "https://cdn.simpleicons.org/tradingview/131722",
|
|
4024
|
+
i18n: {
|
|
4025
|
+
en: {
|
|
4026
|
+
name: "Pine Script",
|
|
4027
|
+
description: "TradingView's language for indicators, strategies, and chart studies.",
|
|
4028
|
+
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."
|
|
4029
|
+
},
|
|
4030
|
+
es: {
|
|
4031
|
+
name: "Pine Script",
|
|
4032
|
+
description: "El lenguaje de TradingView para indicadores, estrategias y estudios de graficos.",
|
|
4033
|
+
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."
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
};
|
|
4037
|
+
}
|
|
4038
|
+
});
|
|
4039
|
+
|
|
3777
4040
|
// src/languages/plantuml.ts
|
|
3778
4041
|
var plantuml_exports = {};
|
|
3779
4042
|
__export(plantuml_exports, {
|
|
@@ -3812,6 +4075,81 @@ var init_plantuml = __esm({
|
|
|
3812
4075
|
}
|
|
3813
4076
|
});
|
|
3814
4077
|
|
|
4078
|
+
// src/languages/plsql.ts
|
|
4079
|
+
var plsql_exports = {};
|
|
4080
|
+
__export(plsql_exports, {
|
|
4081
|
+
plsql: () => exports.plsql
|
|
4082
|
+
});
|
|
4083
|
+
exports.plsql = void 0;
|
|
4084
|
+
var init_plsql = __esm({
|
|
4085
|
+
"src/languages/plsql.ts"() {
|
|
4086
|
+
exports.plsql = {
|
|
4087
|
+
slug: "plsql",
|
|
4088
|
+
publishedDate: "1992-01-01",
|
|
4089
|
+
extensions: [".pls", ".pks", ".pkb", ".plsql"],
|
|
4090
|
+
author: "Oracle",
|
|
4091
|
+
website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
|
|
4092
|
+
paradigms: ["procedural", "database", "declarative", "imperative"],
|
|
4093
|
+
tooling: {
|
|
4094
|
+
runtimes: ["Oracle Database"],
|
|
4095
|
+
ecosystems: ["Oracle", "SQL", "Enterprise Data"]
|
|
4096
|
+
},
|
|
4097
|
+
version: "Oracle Database 26ai",
|
|
4098
|
+
logo: "https://github.com/oracle.png",
|
|
4099
|
+
i18n: {
|
|
4100
|
+
en: {
|
|
4101
|
+
name: "Oracle PL/SQL",
|
|
4102
|
+
description: "Oracle's procedural extension to SQL for database programs and packages.",
|
|
4103
|
+
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."
|
|
4104
|
+
},
|
|
4105
|
+
es: {
|
|
4106
|
+
name: "Oracle PL/SQL",
|
|
4107
|
+
description: "La extension procedural de SQL de Oracle para programas y paquetes de base de datos.",
|
|
4108
|
+
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."
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
};
|
|
4112
|
+
}
|
|
4113
|
+
});
|
|
4114
|
+
|
|
4115
|
+
// src/languages/pony.ts
|
|
4116
|
+
var pony_exports = {};
|
|
4117
|
+
__export(pony_exports, {
|
|
4118
|
+
pony: () => exports.pony
|
|
4119
|
+
});
|
|
4120
|
+
exports.pony = void 0;
|
|
4121
|
+
var init_pony = __esm({
|
|
4122
|
+
"src/languages/pony.ts"() {
|
|
4123
|
+
exports.pony = {
|
|
4124
|
+
slug: "pony",
|
|
4125
|
+
publishedDate: "2015-04-29",
|
|
4126
|
+
extensions: [".pony"],
|
|
4127
|
+
author: "Sylvan Clebsch / Pony contributors",
|
|
4128
|
+
website: "https://www.ponylang.io",
|
|
4129
|
+
paradigms: ["actor-model", "object-oriented", "capability-secure", "concurrent"],
|
|
4130
|
+
tooling: {
|
|
4131
|
+
runtimes: ["Pony runtime"],
|
|
4132
|
+
packageManagers: ["ponyup", "corral"],
|
|
4133
|
+
ecosystems: ["Actors", "Native", "Distributed Systems"]
|
|
4134
|
+
},
|
|
4135
|
+
version: "0.61.1",
|
|
4136
|
+
logo: "https://avatars.githubusercontent.com/u/14593805?v=4",
|
|
4137
|
+
i18n: {
|
|
4138
|
+
en: {
|
|
4139
|
+
name: "Pony",
|
|
4140
|
+
description: "An actor language with reference capabilities and data-race safety.",
|
|
4141
|
+
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."
|
|
4142
|
+
},
|
|
4143
|
+
es: {
|
|
4144
|
+
name: "Pony",
|
|
4145
|
+
description: "Un lenguaje de actores con capacidades de referencia y seguridad ante data races.",
|
|
4146
|
+
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."
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
};
|
|
4150
|
+
}
|
|
4151
|
+
});
|
|
4152
|
+
|
|
3815
4153
|
// src/languages/powershell.ts
|
|
3816
4154
|
var powershell_exports = {};
|
|
3817
4155
|
__export(powershell_exports, {
|
|
@@ -3888,6 +4226,43 @@ var init_prolog = __esm({
|
|
|
3888
4226
|
}
|
|
3889
4227
|
});
|
|
3890
4228
|
|
|
4229
|
+
// src/languages/promql.ts
|
|
4230
|
+
var promql_exports = {};
|
|
4231
|
+
__export(promql_exports, {
|
|
4232
|
+
promql: () => exports.promql
|
|
4233
|
+
});
|
|
4234
|
+
exports.promql = void 0;
|
|
4235
|
+
var init_promql = __esm({
|
|
4236
|
+
"src/languages/promql.ts"() {
|
|
4237
|
+
exports.promql = {
|
|
4238
|
+
slug: "promql",
|
|
4239
|
+
publishedDate: "2012-11-24",
|
|
4240
|
+
extensions: [".promql"],
|
|
4241
|
+
author: "Prometheus Authors",
|
|
4242
|
+
website: "https://prometheus.io/docs/prometheus/latest/querying/basics/",
|
|
4243
|
+
paradigms: ["query", "time-series", "declarative", "domain-specific"],
|
|
4244
|
+
tooling: {
|
|
4245
|
+
runtimes: ["Prometheus", "Thanos", "Mimir"],
|
|
4246
|
+
ecosystems: ["Observability", "Metrics", "Monitoring"]
|
|
4247
|
+
},
|
|
4248
|
+
version: "Prometheus 3.x",
|
|
4249
|
+
logo: "https://cdn.simpleicons.org/prometheus/E6522C",
|
|
4250
|
+
i18n: {
|
|
4251
|
+
en: {
|
|
4252
|
+
name: "PromQL",
|
|
4253
|
+
description: "The Prometheus query language for selecting and aggregating metrics.",
|
|
4254
|
+
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."
|
|
4255
|
+
},
|
|
4256
|
+
es: {
|
|
4257
|
+
name: "PromQL",
|
|
4258
|
+
description: "El lenguaje de consulta de Prometheus para seleccionar y agregar metricas.",
|
|
4259
|
+
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."
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
};
|
|
4263
|
+
}
|
|
4264
|
+
});
|
|
4265
|
+
|
|
3891
4266
|
// src/languages/protobuf.ts
|
|
3892
4267
|
var protobuf_exports = {};
|
|
3893
4268
|
__export(protobuf_exports, {
|
|
@@ -3964,6 +4339,44 @@ var init_pug = __esm({
|
|
|
3964
4339
|
}
|
|
3965
4340
|
});
|
|
3966
4341
|
|
|
4342
|
+
// src/languages/purescript.ts
|
|
4343
|
+
var purescript_exports = {};
|
|
4344
|
+
__export(purescript_exports, {
|
|
4345
|
+
purescript: () => exports.purescript
|
|
4346
|
+
});
|
|
4347
|
+
exports.purescript = void 0;
|
|
4348
|
+
var init_purescript = __esm({
|
|
4349
|
+
"src/languages/purescript.ts"() {
|
|
4350
|
+
exports.purescript = {
|
|
4351
|
+
slug: "purescript",
|
|
4352
|
+
publishedDate: "2013-09-01",
|
|
4353
|
+
extensions: [".purs"],
|
|
4354
|
+
author: "Phil Freeman / PureScript contributors",
|
|
4355
|
+
website: "https://www.purescript.org",
|
|
4356
|
+
paradigms: ["functional", "pure", "statically typed", "declarative"],
|
|
4357
|
+
tooling: {
|
|
4358
|
+
runtimes: ["JavaScript", "Node.js"],
|
|
4359
|
+
packageManagers: ["Spago", "npm"],
|
|
4360
|
+
ecosystems: ["Web", "Functional Programming", "JavaScript"]
|
|
4361
|
+
},
|
|
4362
|
+
version: "0.15.15",
|
|
4363
|
+
logo: "https://cdn.simpleicons.org/purescript/14161A",
|
|
4364
|
+
i18n: {
|
|
4365
|
+
en: {
|
|
4366
|
+
name: "PureScript",
|
|
4367
|
+
description: "A strongly typed purely functional language that compiles to JavaScript.",
|
|
4368
|
+
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."
|
|
4369
|
+
},
|
|
4370
|
+
es: {
|
|
4371
|
+
name: "PureScript",
|
|
4372
|
+
description: "Un lenguaje funcional puro y fuertemente tipado que compila a JavaScript.",
|
|
4373
|
+
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."
|
|
4374
|
+
}
|
|
4375
|
+
}
|
|
4376
|
+
};
|
|
4377
|
+
}
|
|
4378
|
+
});
|
|
4379
|
+
|
|
3967
4380
|
// src/languages/python.ts
|
|
3968
4381
|
var python_exports = {};
|
|
3969
4382
|
__export(python_exports, {
|
|
@@ -4040,6 +4453,44 @@ var init_qml = __esm({
|
|
|
4040
4453
|
}
|
|
4041
4454
|
});
|
|
4042
4455
|
|
|
4456
|
+
// src/languages/qsharp.ts
|
|
4457
|
+
var qsharp_exports = {};
|
|
4458
|
+
__export(qsharp_exports, {
|
|
4459
|
+
qsharp: () => exports.qsharp
|
|
4460
|
+
});
|
|
4461
|
+
exports.qsharp = void 0;
|
|
4462
|
+
var init_qsharp = __esm({
|
|
4463
|
+
"src/languages/qsharp.ts"() {
|
|
4464
|
+
exports.qsharp = {
|
|
4465
|
+
slug: "qsharp",
|
|
4466
|
+
publishedDate: "2017-12-11",
|
|
4467
|
+
extensions: [".qs"],
|
|
4468
|
+
author: "Microsoft",
|
|
4469
|
+
website: "https://learn.microsoft.com/azure/quantum/qsharp-overview",
|
|
4470
|
+
paradigms: ["quantum", "domain-specific", "functional", "imperative"],
|
|
4471
|
+
tooling: {
|
|
4472
|
+
runtimes: ["Azure Quantum", "Q# compiler"],
|
|
4473
|
+
packageManagers: ["NuGet", "Python"],
|
|
4474
|
+
ecosystems: ["Quantum Computing", "Azure"]
|
|
4475
|
+
},
|
|
4476
|
+
version: "Q# 1.0",
|
|
4477
|
+
logo: "https://github.com/microsoft.png",
|
|
4478
|
+
i18n: {
|
|
4479
|
+
en: {
|
|
4480
|
+
name: "Q#",
|
|
4481
|
+
description: "Microsoft's language for expressing quantum programs and operations.",
|
|
4482
|
+
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."
|
|
4483
|
+
},
|
|
4484
|
+
es: {
|
|
4485
|
+
name: "Q#",
|
|
4486
|
+
description: "El lenguaje de Microsoft para expresar programas y operaciones cuanticas.",
|
|
4487
|
+
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."
|
|
4488
|
+
}
|
|
4489
|
+
}
|
|
4490
|
+
};
|
|
4491
|
+
}
|
|
4492
|
+
});
|
|
4493
|
+
|
|
4043
4494
|
// src/languages/r.ts
|
|
4044
4495
|
var r_exports = {};
|
|
4045
4496
|
__export(r_exports, {
|
|
@@ -4116,6 +4567,44 @@ var init_racket = __esm({
|
|
|
4116
4567
|
}
|
|
4117
4568
|
});
|
|
4118
4569
|
|
|
4570
|
+
// src/languages/raku.ts
|
|
4571
|
+
var raku_exports = {};
|
|
4572
|
+
__export(raku_exports, {
|
|
4573
|
+
raku: () => exports.raku
|
|
4574
|
+
});
|
|
4575
|
+
exports.raku = void 0;
|
|
4576
|
+
var init_raku = __esm({
|
|
4577
|
+
"src/languages/raku.ts"() {
|
|
4578
|
+
exports.raku = {
|
|
4579
|
+
slug: "raku",
|
|
4580
|
+
publishedDate: "2015-12-25",
|
|
4581
|
+
extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
|
|
4582
|
+
author: "Raku Community",
|
|
4583
|
+
website: "https://raku.org",
|
|
4584
|
+
paradigms: ["multi-paradigm", "object-oriented", "functional", "concurrent"],
|
|
4585
|
+
tooling: {
|
|
4586
|
+
runtimes: ["Rakudo", "MoarVM"],
|
|
4587
|
+
packageManagers: ["zef"],
|
|
4588
|
+
ecosystems: ["Raku", "CLI", "Text Processing"]
|
|
4589
|
+
},
|
|
4590
|
+
version: "6.d",
|
|
4591
|
+
logo: "https://github.com/Raku.png",
|
|
4592
|
+
i18n: {
|
|
4593
|
+
en: {
|
|
4594
|
+
name: "Raku",
|
|
4595
|
+
description: "A multi-paradigm language with grammars, concurrency, and rich dispatch.",
|
|
4596
|
+
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."
|
|
4597
|
+
},
|
|
4598
|
+
es: {
|
|
4599
|
+
name: "Raku",
|
|
4600
|
+
description: "Un lenguaje multiparadigma con grammars, concurrencia y dispatch expresivo.",
|
|
4601
|
+
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."
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
};
|
|
4605
|
+
}
|
|
4606
|
+
});
|
|
4607
|
+
|
|
4119
4608
|
// src/languages/razor.ts
|
|
4120
4609
|
var razor_exports = {};
|
|
4121
4610
|
__export(razor_exports, {
|
|
@@ -4154,6 +4643,44 @@ var init_razor = __esm({
|
|
|
4154
4643
|
}
|
|
4155
4644
|
});
|
|
4156
4645
|
|
|
4646
|
+
// src/languages/reasonml.ts
|
|
4647
|
+
var reasonml_exports = {};
|
|
4648
|
+
__export(reasonml_exports, {
|
|
4649
|
+
reasonml: () => exports.reasonml
|
|
4650
|
+
});
|
|
4651
|
+
exports.reasonml = void 0;
|
|
4652
|
+
var init_reasonml = __esm({
|
|
4653
|
+
"src/languages/reasonml.ts"() {
|
|
4654
|
+
exports.reasonml = {
|
|
4655
|
+
slug: "reasonml",
|
|
4656
|
+
publishedDate: "2016-05-13",
|
|
4657
|
+
extensions: [".re", ".rei"],
|
|
4658
|
+
author: "Jordan Walke / Reason contributors",
|
|
4659
|
+
website: "https://reasonml.github.io",
|
|
4660
|
+
paradigms: ["functional", "statically typed", "multi-paradigm"],
|
|
4661
|
+
tooling: {
|
|
4662
|
+
runtimes: ["OCaml", "JavaScript"],
|
|
4663
|
+
packageManagers: ["opam", "npm"],
|
|
4664
|
+
ecosystems: ["OCaml", "JavaScript", "Web"]
|
|
4665
|
+
},
|
|
4666
|
+
version: "3.13.0",
|
|
4667
|
+
logo: "https://cdn.simpleicons.org/reason/DD4B39",
|
|
4668
|
+
i18n: {
|
|
4669
|
+
en: {
|
|
4670
|
+
name: "ReasonML",
|
|
4671
|
+
description: "A JavaScript-like syntax for OCaml and typed functional programming.",
|
|
4672
|
+
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."
|
|
4673
|
+
},
|
|
4674
|
+
es: {
|
|
4675
|
+
name: "ReasonML",
|
|
4676
|
+
description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
|
|
4677
|
+
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."
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
};
|
|
4681
|
+
}
|
|
4682
|
+
});
|
|
4683
|
+
|
|
4157
4684
|
// src/languages/rego.ts
|
|
4158
4685
|
var rego_exports = {};
|
|
4159
4686
|
__export(rego_exports, {
|
|
@@ -4192,6 +4719,82 @@ var init_rego = __esm({
|
|
|
4192
4719
|
}
|
|
4193
4720
|
});
|
|
4194
4721
|
|
|
4722
|
+
// src/languages/rescript.ts
|
|
4723
|
+
var rescript_exports = {};
|
|
4724
|
+
__export(rescript_exports, {
|
|
4725
|
+
rescript: () => exports.rescript
|
|
4726
|
+
});
|
|
4727
|
+
exports.rescript = void 0;
|
|
4728
|
+
var init_rescript = __esm({
|
|
4729
|
+
"src/languages/rescript.ts"() {
|
|
4730
|
+
exports.rescript = {
|
|
4731
|
+
slug: "rescript",
|
|
4732
|
+
publishedDate: "2020-07-01",
|
|
4733
|
+
extensions: [".res", ".resi"],
|
|
4734
|
+
author: "ReScript Association",
|
|
4735
|
+
website: "https://rescript-lang.org",
|
|
4736
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
|
|
4737
|
+
tooling: {
|
|
4738
|
+
runtimes: ["JavaScript", "Node.js", "Browser"],
|
|
4739
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
4740
|
+
ecosystems: ["Web", "React", "JavaScript"]
|
|
4741
|
+
},
|
|
4742
|
+
version: "12.0.0",
|
|
4743
|
+
logo: "https://cdn.simpleicons.org/rescript/E6484A",
|
|
4744
|
+
i18n: {
|
|
4745
|
+
en: {
|
|
4746
|
+
name: "ReScript",
|
|
4747
|
+
description: "A typed language and compiler focused on ergonomic JavaScript output.",
|
|
4748
|
+
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."
|
|
4749
|
+
},
|
|
4750
|
+
es: {
|
|
4751
|
+
name: "ReScript",
|
|
4752
|
+
description: "Un lenguaje tipado y compilador enfocado en generar JavaScript ergonomico.",
|
|
4753
|
+
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."
|
|
4754
|
+
}
|
|
4755
|
+
}
|
|
4756
|
+
};
|
|
4757
|
+
}
|
|
4758
|
+
});
|
|
4759
|
+
|
|
4760
|
+
// src/languages/restructuredtext.ts
|
|
4761
|
+
var restructuredtext_exports = {};
|
|
4762
|
+
__export(restructuredtext_exports, {
|
|
4763
|
+
restructuredtext: () => exports.restructuredtext
|
|
4764
|
+
});
|
|
4765
|
+
exports.restructuredtext = void 0;
|
|
4766
|
+
var init_restructuredtext = __esm({
|
|
4767
|
+
"src/languages/restructuredtext.ts"() {
|
|
4768
|
+
exports.restructuredtext = {
|
|
4769
|
+
slug: "restructuredtext",
|
|
4770
|
+
publishedDate: "2001-06-01",
|
|
4771
|
+
extensions: [".rst", ".rest"],
|
|
4772
|
+
author: "David Goodger / Docutils contributors",
|
|
4773
|
+
website: "https://docutils.sourceforge.io/rst.html",
|
|
4774
|
+
paradigms: ["markup", "declarative", "documentation"],
|
|
4775
|
+
tooling: {
|
|
4776
|
+
runtimes: ["Docutils", "Sphinx"],
|
|
4777
|
+
packageManagers: ["pip"],
|
|
4778
|
+
ecosystems: ["Python", "Documentation", "Publishing"]
|
|
4779
|
+
},
|
|
4780
|
+
version: "Docutils 0.22.2",
|
|
4781
|
+
logo: "https://cdn.simpleicons.org/readthedocs/8CA1AF",
|
|
4782
|
+
i18n: {
|
|
4783
|
+
en: {
|
|
4784
|
+
name: "reStructuredText",
|
|
4785
|
+
description: "A plain-text markup format used by Docutils and Sphinx documentation.",
|
|
4786
|
+
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."
|
|
4787
|
+
},
|
|
4788
|
+
es: {
|
|
4789
|
+
name: "reStructuredText",
|
|
4790
|
+
description: "Un formato de marcado en texto plano usado por Docutils y Sphinx.",
|
|
4791
|
+
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."
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
};
|
|
4795
|
+
}
|
|
4796
|
+
});
|
|
4797
|
+
|
|
4195
4798
|
// src/languages/ruby.ts
|
|
4196
4799
|
var ruby_exports = {};
|
|
4197
4800
|
__export(ruby_exports, {
|
|
@@ -4268,6 +4871,43 @@ var init_rust = __esm({
|
|
|
4268
4871
|
}
|
|
4269
4872
|
});
|
|
4270
4873
|
|
|
4874
|
+
// src/languages/sas.ts
|
|
4875
|
+
var sas_exports = {};
|
|
4876
|
+
__export(sas_exports, {
|
|
4877
|
+
sas: () => exports.sas
|
|
4878
|
+
});
|
|
4879
|
+
exports.sas = void 0;
|
|
4880
|
+
var init_sas = __esm({
|
|
4881
|
+
"src/languages/sas.ts"() {
|
|
4882
|
+
exports.sas = {
|
|
4883
|
+
slug: "sas",
|
|
4884
|
+
publishedDate: "1976-01-01",
|
|
4885
|
+
extensions: [".sas"],
|
|
4886
|
+
author: "SAS Institute",
|
|
4887
|
+
website: "https://www.sas.com",
|
|
4888
|
+
paradigms: ["data-step", "procedural", "statistical", "domain-specific"],
|
|
4889
|
+
tooling: {
|
|
4890
|
+
runtimes: ["SAS 9", "SAS Viya"],
|
|
4891
|
+
ecosystems: ["Analytics", "Statistics", "Enterprise Data"]
|
|
4892
|
+
},
|
|
4893
|
+
version: "SAS 9.4",
|
|
4894
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg",
|
|
4895
|
+
i18n: {
|
|
4896
|
+
en: {
|
|
4897
|
+
name: "SAS",
|
|
4898
|
+
description: "A language and system for statistical analysis and data processing.",
|
|
4899
|
+
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."
|
|
4900
|
+
},
|
|
4901
|
+
es: {
|
|
4902
|
+
name: "SAS",
|
|
4903
|
+
description: "Un lenguaje y sistema para analisis estadistico y procesamiento de datos.",
|
|
4904
|
+
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."
|
|
4905
|
+
}
|
|
4906
|
+
}
|
|
4907
|
+
};
|
|
4908
|
+
}
|
|
4909
|
+
});
|
|
4910
|
+
|
|
4271
4911
|
// src/languages/scala.ts
|
|
4272
4912
|
var scala_exports = {};
|
|
4273
4913
|
__export(scala_exports, {
|
|
@@ -4306,6 +4946,43 @@ var init_scala = __esm({
|
|
|
4306
4946
|
}
|
|
4307
4947
|
});
|
|
4308
4948
|
|
|
4949
|
+
// src/languages/scheme.ts
|
|
4950
|
+
var scheme_exports = {};
|
|
4951
|
+
__export(scheme_exports, {
|
|
4952
|
+
scheme: () => exports.scheme
|
|
4953
|
+
});
|
|
4954
|
+
exports.scheme = void 0;
|
|
4955
|
+
var init_scheme = __esm({
|
|
4956
|
+
"src/languages/scheme.ts"() {
|
|
4957
|
+
exports.scheme = {
|
|
4958
|
+
slug: "scheme",
|
|
4959
|
+
publishedDate: "1975-12-01",
|
|
4960
|
+
extensions: [".scm", ".ss", ".sld", ".sls"],
|
|
4961
|
+
author: "Guy L. Steele Jr. / Gerald Jay Sussman",
|
|
4962
|
+
website: "https://www.scheme.org",
|
|
4963
|
+
paradigms: ["functional", "lisp", "minimal", "multi-paradigm"],
|
|
4964
|
+
tooling: {
|
|
4965
|
+
runtimes: ["Chez Scheme", "Guile", "Racket", "Chicken"],
|
|
4966
|
+
ecosystems: ["Lisp", "Education", "Language Research"]
|
|
4967
|
+
},
|
|
4968
|
+
version: "R7RS small",
|
|
4969
|
+
logo: "https://cdn.simpleicons.org/racket/9F1D20",
|
|
4970
|
+
i18n: {
|
|
4971
|
+
en: {
|
|
4972
|
+
name: "Scheme",
|
|
4973
|
+
description: "A small Lisp family language centered on lexical scope and procedures.",
|
|
4974
|
+
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."
|
|
4975
|
+
},
|
|
4976
|
+
es: {
|
|
4977
|
+
name: "Scheme",
|
|
4978
|
+
description: "Un lenguaje de la familia Lisp centrado en alcance lexico y procedimientos.",
|
|
4979
|
+
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."
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4982
|
+
};
|
|
4983
|
+
}
|
|
4984
|
+
});
|
|
4985
|
+
|
|
4309
4986
|
// src/languages/scss.ts
|
|
4310
4987
|
var scss_exports = {};
|
|
4311
4988
|
__export(scss_exports, {
|
|
@@ -4344,6 +5021,81 @@ var init_scss = __esm({
|
|
|
4344
5021
|
}
|
|
4345
5022
|
});
|
|
4346
5023
|
|
|
5024
|
+
// src/languages/smalltalk.ts
|
|
5025
|
+
var smalltalk_exports = {};
|
|
5026
|
+
__export(smalltalk_exports, {
|
|
5027
|
+
smalltalk: () => exports.smalltalk
|
|
5028
|
+
});
|
|
5029
|
+
exports.smalltalk = void 0;
|
|
5030
|
+
var init_smalltalk = __esm({
|
|
5031
|
+
"src/languages/smalltalk.ts"() {
|
|
5032
|
+
exports.smalltalk = {
|
|
5033
|
+
slug: "smalltalk",
|
|
5034
|
+
publishedDate: "1972-01-01",
|
|
5035
|
+
extensions: [".st"],
|
|
5036
|
+
author: "Alan Kay / Dan Ingalls / Adele Goldberg",
|
|
5037
|
+
website: "https://squeak.org",
|
|
5038
|
+
paradigms: ["object-oriented", "message-passing", "reflective", "dynamic"],
|
|
5039
|
+
tooling: {
|
|
5040
|
+
runtimes: ["Pharo", "Squeak", "GNU Smalltalk"],
|
|
5041
|
+
ecosystems: ["Images", "Education", "Object Systems"]
|
|
5042
|
+
},
|
|
5043
|
+
version: "ANSI INCITS 319-1998",
|
|
5044
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Smalltalk_Balloon.svg",
|
|
5045
|
+
i18n: {
|
|
5046
|
+
en: {
|
|
5047
|
+
name: "Smalltalk",
|
|
5048
|
+
description: "A message-oriented object language with live image-based environments.",
|
|
5049
|
+
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."
|
|
5050
|
+
},
|
|
5051
|
+
es: {
|
|
5052
|
+
name: "Smalltalk",
|
|
5053
|
+
description: "Un lenguaje orientado a mensajes y objetos con entornos de imagen vivos.",
|
|
5054
|
+
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."
|
|
5055
|
+
}
|
|
5056
|
+
}
|
|
5057
|
+
};
|
|
5058
|
+
}
|
|
5059
|
+
});
|
|
5060
|
+
|
|
5061
|
+
// src/languages/smarty.ts
|
|
5062
|
+
var smarty_exports = {};
|
|
5063
|
+
__export(smarty_exports, {
|
|
5064
|
+
smarty: () => exports.smarty
|
|
5065
|
+
});
|
|
5066
|
+
exports.smarty = void 0;
|
|
5067
|
+
var init_smarty = __esm({
|
|
5068
|
+
"src/languages/smarty.ts"() {
|
|
5069
|
+
exports.smarty = {
|
|
5070
|
+
slug: "smarty",
|
|
5071
|
+
publishedDate: "2001-01-01",
|
|
5072
|
+
extensions: [".tpl", ".smarty"],
|
|
5073
|
+
author: "Monte Ohrt / Andrei Zmievski / Smarty contributors",
|
|
5074
|
+
website: "https://www.smarty.net",
|
|
5075
|
+
paradigms: ["templating", "declarative", "markup"],
|
|
5076
|
+
tooling: {
|
|
5077
|
+
runtimes: ["PHP"],
|
|
5078
|
+
packageManagers: ["Composer"],
|
|
5079
|
+
ecosystems: ["PHP", "Web"]
|
|
5080
|
+
},
|
|
5081
|
+
version: "5.5.1",
|
|
5082
|
+
logo: "https://www.smarty.net/images/logo_print.gif",
|
|
5083
|
+
i18n: {
|
|
5084
|
+
en: {
|
|
5085
|
+
name: "Smarty",
|
|
5086
|
+
description: "A PHP template language for presentation logic and reusable views.",
|
|
5087
|
+
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."
|
|
5088
|
+
},
|
|
5089
|
+
es: {
|
|
5090
|
+
name: "Smarty",
|
|
5091
|
+
description: "Un lenguaje de plantillas PHP para logica de presentacion y vistas reutilizables.",
|
|
5092
|
+
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."
|
|
5093
|
+
}
|
|
5094
|
+
}
|
|
5095
|
+
};
|
|
5096
|
+
}
|
|
5097
|
+
});
|
|
5098
|
+
|
|
4347
5099
|
// src/languages/solidity.ts
|
|
4348
5100
|
var solidity_exports = {};
|
|
4349
5101
|
__export(solidity_exports, {
|
|
@@ -4415,6 +5167,43 @@ var init_sql = __esm({
|
|
|
4415
5167
|
}
|
|
4416
5168
|
});
|
|
4417
5169
|
|
|
5170
|
+
// src/languages/standard-ml.ts
|
|
5171
|
+
var standard_ml_exports = {};
|
|
5172
|
+
__export(standard_ml_exports, {
|
|
5173
|
+
standardMl: () => exports.standardMl
|
|
5174
|
+
});
|
|
5175
|
+
exports.standardMl = void 0;
|
|
5176
|
+
var init_standard_ml = __esm({
|
|
5177
|
+
"src/languages/standard-ml.ts"() {
|
|
5178
|
+
exports.standardMl = {
|
|
5179
|
+
slug: "standard-ml",
|
|
5180
|
+
publishedDate: "1990-01-01",
|
|
5181
|
+
extensions: [".sml", ".sig", ".fun"],
|
|
5182
|
+
author: "Robin Milner and collaborators",
|
|
5183
|
+
website: "https://smlfamily.github.io",
|
|
5184
|
+
paradigms: ["functional", "statically typed", "module-oriented"],
|
|
5185
|
+
tooling: {
|
|
5186
|
+
runtimes: ["MLton", "Standard ML of New Jersey", "Poly/ML"],
|
|
5187
|
+
ecosystems: ["ML", "Compilers", "Research"]
|
|
5188
|
+
},
|
|
5189
|
+
version: "The Definition 1997",
|
|
5190
|
+
logo: "https://avatars.githubusercontent.com/u/62883579?v=4",
|
|
5191
|
+
i18n: {
|
|
5192
|
+
en: {
|
|
5193
|
+
name: "Standard ML",
|
|
5194
|
+
description: "A statically typed ML language with modules and pattern matching.",
|
|
5195
|
+
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."
|
|
5196
|
+
},
|
|
5197
|
+
es: {
|
|
5198
|
+
name: "Standard ML",
|
|
5199
|
+
description: "Un lenguaje ML tipado con modulos y pattern matching.",
|
|
5200
|
+
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."
|
|
5201
|
+
}
|
|
5202
|
+
}
|
|
5203
|
+
};
|
|
5204
|
+
}
|
|
5205
|
+
});
|
|
5206
|
+
|
|
4418
5207
|
// src/languages/starlark.ts
|
|
4419
5208
|
var starlark_exports = {};
|
|
4420
5209
|
__export(starlark_exports, {
|
|
@@ -4453,6 +5242,81 @@ var init_starlark = __esm({
|
|
|
4453
5242
|
}
|
|
4454
5243
|
});
|
|
4455
5244
|
|
|
5245
|
+
// src/languages/stata.ts
|
|
5246
|
+
var stata_exports = {};
|
|
5247
|
+
__export(stata_exports, {
|
|
5248
|
+
stata: () => exports.stata
|
|
5249
|
+
});
|
|
5250
|
+
exports.stata = void 0;
|
|
5251
|
+
var init_stata = __esm({
|
|
5252
|
+
"src/languages/stata.ts"() {
|
|
5253
|
+
exports.stata = {
|
|
5254
|
+
slug: "stata",
|
|
5255
|
+
publishedDate: "1985-01-01",
|
|
5256
|
+
extensions: [".do", ".ado", ".mata"],
|
|
5257
|
+
author: "StataCorp",
|
|
5258
|
+
website: "https://www.stata.com",
|
|
5259
|
+
paradigms: ["statistical", "scripting", "data-analysis", "domain-specific"],
|
|
5260
|
+
tooling: {
|
|
5261
|
+
runtimes: ["Stata"],
|
|
5262
|
+
ecosystems: ["Statistics", "Econometrics", "Research"]
|
|
5263
|
+
},
|
|
5264
|
+
version: "19",
|
|
5265
|
+
logo: "https://www.stata.com/includes/images/stata-logo-blue.svg",
|
|
5266
|
+
i18n: {
|
|
5267
|
+
en: {
|
|
5268
|
+
name: "Stata",
|
|
5269
|
+
description: "A command language for statistical analysis, data management, and graphics.",
|
|
5270
|
+
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."
|
|
5271
|
+
},
|
|
5272
|
+
es: {
|
|
5273
|
+
name: "Stata",
|
|
5274
|
+
description: "Un lenguaje de comandos para analisis estadistico, datos y graficos.",
|
|
5275
|
+
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."
|
|
5276
|
+
}
|
|
5277
|
+
}
|
|
5278
|
+
};
|
|
5279
|
+
}
|
|
5280
|
+
});
|
|
5281
|
+
|
|
5282
|
+
// src/languages/stylus.ts
|
|
5283
|
+
var stylus_exports = {};
|
|
5284
|
+
__export(stylus_exports, {
|
|
5285
|
+
stylus: () => exports.stylus
|
|
5286
|
+
});
|
|
5287
|
+
exports.stylus = void 0;
|
|
5288
|
+
var init_stylus = __esm({
|
|
5289
|
+
"src/languages/stylus.ts"() {
|
|
5290
|
+
exports.stylus = {
|
|
5291
|
+
slug: "stylus",
|
|
5292
|
+
publishedDate: "2010-12-01",
|
|
5293
|
+
extensions: [".styl"],
|
|
5294
|
+
author: "TJ Holowaychuk / Stylus contributors",
|
|
5295
|
+
website: "https://stylus-lang.com",
|
|
5296
|
+
paradigms: ["stylesheet", "declarative", "preprocessor"],
|
|
5297
|
+
tooling: {
|
|
5298
|
+
runtimes: ["Node.js"],
|
|
5299
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
5300
|
+
ecosystems: ["CSS", "Web"]
|
|
5301
|
+
},
|
|
5302
|
+
version: "0.64.0",
|
|
5303
|
+
logo: "https://cdn.simpleicons.org/stylus/333333",
|
|
5304
|
+
i18n: {
|
|
5305
|
+
en: {
|
|
5306
|
+
name: "Stylus",
|
|
5307
|
+
description: "A flexible CSS preprocessor with optional punctuation and indentation syntax.",
|
|
5308
|
+
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."
|
|
5309
|
+
},
|
|
5310
|
+
es: {
|
|
5311
|
+
name: "Stylus",
|
|
5312
|
+
description: "Un preprocesador CSS flexible con puntuacion opcional y sintaxis por indentacion.",
|
|
5313
|
+
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."
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
};
|
|
5317
|
+
}
|
|
5318
|
+
});
|
|
5319
|
+
|
|
4456
5320
|
// src/languages/svelte.ts
|
|
4457
5321
|
var svelte_exports = {};
|
|
4458
5322
|
__export(svelte_exports, {
|
|
@@ -4679,6 +5543,81 @@ var init_tex = __esm({
|
|
|
4679
5543
|
}
|
|
4680
5544
|
});
|
|
4681
5545
|
|
|
5546
|
+
// src/languages/thrift.ts
|
|
5547
|
+
var thrift_exports = {};
|
|
5548
|
+
__export(thrift_exports, {
|
|
5549
|
+
thrift: () => exports.thrift
|
|
5550
|
+
});
|
|
5551
|
+
exports.thrift = void 0;
|
|
5552
|
+
var init_thrift = __esm({
|
|
5553
|
+
"src/languages/thrift.ts"() {
|
|
5554
|
+
exports.thrift = {
|
|
5555
|
+
slug: "thrift",
|
|
5556
|
+
publishedDate: "2007-04-01",
|
|
5557
|
+
extensions: [".thrift"],
|
|
5558
|
+
author: "Facebook / Apache Software Foundation",
|
|
5559
|
+
website: "https://thrift.apache.org",
|
|
5560
|
+
paradigms: ["interface-definition", "schema", "declarative", "rpc"],
|
|
5561
|
+
tooling: {
|
|
5562
|
+
runtimes: ["Apache Thrift Runtime"],
|
|
5563
|
+
packageManagers: ["Maven", "npm", "PyPI", "Go modules"],
|
|
5564
|
+
ecosystems: ["RPC", "APIs", "Distributed Systems"]
|
|
5565
|
+
},
|
|
5566
|
+
version: "0.22.0",
|
|
5567
|
+
logo: "https://cdn.simpleicons.org/apache/D22128",
|
|
5568
|
+
i18n: {
|
|
5569
|
+
en: {
|
|
5570
|
+
name: "Apache Thrift",
|
|
5571
|
+
description: "An IDL for cross-language services and serializable data types.",
|
|
5572
|
+
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."
|
|
5573
|
+
},
|
|
5574
|
+
es: {
|
|
5575
|
+
name: "Apache Thrift",
|
|
5576
|
+
description: "Un IDL para servicios entre lenguajes y tipos de datos serializables.",
|
|
5577
|
+
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."
|
|
5578
|
+
}
|
|
5579
|
+
}
|
|
5580
|
+
};
|
|
5581
|
+
}
|
|
5582
|
+
});
|
|
5583
|
+
|
|
5584
|
+
// src/languages/tla-plus.ts
|
|
5585
|
+
var tla_plus_exports = {};
|
|
5586
|
+
__export(tla_plus_exports, {
|
|
5587
|
+
tlaPlus: () => exports.tlaPlus
|
|
5588
|
+
});
|
|
5589
|
+
exports.tlaPlus = void 0;
|
|
5590
|
+
var init_tla_plus = __esm({
|
|
5591
|
+
"src/languages/tla-plus.ts"() {
|
|
5592
|
+
exports.tlaPlus = {
|
|
5593
|
+
slug: "tla-plus",
|
|
5594
|
+
publishedDate: "1999-01-01",
|
|
5595
|
+
extensions: [".tla"],
|
|
5596
|
+
author: "Leslie Lamport",
|
|
5597
|
+
website: "https://lamport.azurewebsites.net/tla/tla.html",
|
|
5598
|
+
paradigms: ["specification", "formal-methods", "temporal-logic", "declarative"],
|
|
5599
|
+
tooling: {
|
|
5600
|
+
runtimes: ["TLC", "TLA+ Toolbox", "Apalache"],
|
|
5601
|
+
ecosystems: ["Formal Methods", "Distributed Systems", "Verification"]
|
|
5602
|
+
},
|
|
5603
|
+
version: "TLA+ 2",
|
|
5604
|
+
logo: "https://avatars.githubusercontent.com/u/315978?v=4",
|
|
5605
|
+
i18n: {
|
|
5606
|
+
en: {
|
|
5607
|
+
name: "TLA+",
|
|
5608
|
+
description: "A formal specification language for state machines and temporal properties.",
|
|
5609
|
+
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."
|
|
5610
|
+
},
|
|
5611
|
+
es: {
|
|
5612
|
+
name: "TLA+",
|
|
5613
|
+
description: "Un lenguaje de especificacion formal para estados y propiedades temporales.",
|
|
5614
|
+
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."
|
|
5615
|
+
}
|
|
5616
|
+
}
|
|
5617
|
+
};
|
|
5618
|
+
}
|
|
5619
|
+
});
|
|
5620
|
+
|
|
4682
5621
|
// src/languages/toml.ts
|
|
4683
5622
|
var toml_exports = {};
|
|
4684
5623
|
__export(toml_exports, {
|
|
@@ -4826,6 +5765,82 @@ var init_typst = __esm({
|
|
|
4826
5765
|
}
|
|
4827
5766
|
});
|
|
4828
5767
|
|
|
5768
|
+
// src/languages/v.ts
|
|
5769
|
+
var v_exports = {};
|
|
5770
|
+
__export(v_exports, {
|
|
5771
|
+
v: () => exports.v
|
|
5772
|
+
});
|
|
5773
|
+
exports.v = void 0;
|
|
5774
|
+
var init_v = __esm({
|
|
5775
|
+
"src/languages/v.ts"() {
|
|
5776
|
+
exports.v = {
|
|
5777
|
+
slug: "v",
|
|
5778
|
+
publishedDate: "2019-06-20",
|
|
5779
|
+
extensions: [".v", ".vsh"],
|
|
5780
|
+
author: "Alexander Medvednikov / V contributors",
|
|
5781
|
+
website: "https://vlang.io",
|
|
5782
|
+
paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
|
|
5783
|
+
tooling: {
|
|
5784
|
+
runtimes: ["V compiler"],
|
|
5785
|
+
packageManagers: ["vpm"],
|
|
5786
|
+
ecosystems: ["Native", "Web", "Systems"]
|
|
5787
|
+
},
|
|
5788
|
+
version: "weekly.2025.49",
|
|
5789
|
+
logo: "https://cdn.simpleicons.org/v/5D87BF",
|
|
5790
|
+
i18n: {
|
|
5791
|
+
en: {
|
|
5792
|
+
name: "V",
|
|
5793
|
+
description: "A compiled statically typed language for simple native application builds.",
|
|
5794
|
+
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."
|
|
5795
|
+
},
|
|
5796
|
+
es: {
|
|
5797
|
+
name: "V",
|
|
5798
|
+
description: "Un lenguaje compilado y tipado para construir aplicaciones nativas simples.",
|
|
5799
|
+
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."
|
|
5800
|
+
}
|
|
5801
|
+
}
|
|
5802
|
+
};
|
|
5803
|
+
}
|
|
5804
|
+
});
|
|
5805
|
+
|
|
5806
|
+
// src/languages/vala.ts
|
|
5807
|
+
var vala_exports = {};
|
|
5808
|
+
__export(vala_exports, {
|
|
5809
|
+
vala: () => exports.vala
|
|
5810
|
+
});
|
|
5811
|
+
exports.vala = void 0;
|
|
5812
|
+
var init_vala = __esm({
|
|
5813
|
+
"src/languages/vala.ts"() {
|
|
5814
|
+
exports.vala = {
|
|
5815
|
+
slug: "vala",
|
|
5816
|
+
publishedDate: "2006-07-15",
|
|
5817
|
+
extensions: [".vala", ".vapi"],
|
|
5818
|
+
author: "Jurg Billeter / GNOME contributors",
|
|
5819
|
+
website: "https://vala.dev",
|
|
5820
|
+
paradigms: ["object-oriented", "statically typed", "gnome", "c-targeted"],
|
|
5821
|
+
tooling: {
|
|
5822
|
+
runtimes: ["GLib", "GObject"],
|
|
5823
|
+
packageManagers: ["Meson", "pkg-config"],
|
|
5824
|
+
ecosystems: ["GNOME", "GTK", "Native"]
|
|
5825
|
+
},
|
|
5826
|
+
version: "0.56.18",
|
|
5827
|
+
logo: "https://cdn.simpleicons.org/gnome/4A86CF",
|
|
5828
|
+
i18n: {
|
|
5829
|
+
en: {
|
|
5830
|
+
name: "Vala",
|
|
5831
|
+
description: "A GNOME-oriented language that compiles high-level syntax to C.",
|
|
5832
|
+
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."
|
|
5833
|
+
},
|
|
5834
|
+
es: {
|
|
5835
|
+
name: "Vala",
|
|
5836
|
+
description: "Un lenguaje orientado a GNOME que compila sintaxis de alto nivel a C.",
|
|
5837
|
+
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."
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
};
|
|
5841
|
+
}
|
|
5842
|
+
});
|
|
5843
|
+
|
|
4829
5844
|
// src/languages/verilog.ts
|
|
4830
5845
|
var verilog_exports = {};
|
|
4831
5846
|
__export(verilog_exports, {
|
|
@@ -4978,6 +5993,44 @@ var init_vue = __esm({
|
|
|
4978
5993
|
}
|
|
4979
5994
|
});
|
|
4980
5995
|
|
|
5996
|
+
// src/languages/vyper.ts
|
|
5997
|
+
var vyper_exports = {};
|
|
5998
|
+
__export(vyper_exports, {
|
|
5999
|
+
vyper: () => exports.vyper
|
|
6000
|
+
});
|
|
6001
|
+
exports.vyper = void 0;
|
|
6002
|
+
var init_vyper = __esm({
|
|
6003
|
+
"src/languages/vyper.ts"() {
|
|
6004
|
+
exports.vyper = {
|
|
6005
|
+
slug: "vyper",
|
|
6006
|
+
publishedDate: "2017-07-19",
|
|
6007
|
+
extensions: [".vy"],
|
|
6008
|
+
author: "Vyper contributors",
|
|
6009
|
+
website: "https://vyperlang.org",
|
|
6010
|
+
paradigms: ["smart-contract", "statically typed", "domain-specific", "imperative"],
|
|
6011
|
+
tooling: {
|
|
6012
|
+
runtimes: ["Ethereum Virtual Machine"],
|
|
6013
|
+
packageManagers: ["pip", "uv"],
|
|
6014
|
+
ecosystems: ["Ethereum", "Smart Contracts", "Web3"]
|
|
6015
|
+
},
|
|
6016
|
+
version: "0.4.3",
|
|
6017
|
+
logo: "https://avatars.githubusercontent.com/u/37288461?v=4",
|
|
6018
|
+
i18n: {
|
|
6019
|
+
en: {
|
|
6020
|
+
name: "Vyper",
|
|
6021
|
+
description: "A Pythonic smart contract language for the Ethereum Virtual Machine.",
|
|
6022
|
+
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."
|
|
6023
|
+
},
|
|
6024
|
+
es: {
|
|
6025
|
+
name: "Vyper",
|
|
6026
|
+
description: "Un lenguaje de smart contracts con sintaxis Python para Ethereum.",
|
|
6027
|
+
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."
|
|
6028
|
+
}
|
|
6029
|
+
}
|
|
6030
|
+
};
|
|
6031
|
+
}
|
|
6032
|
+
});
|
|
6033
|
+
|
|
4981
6034
|
// src/languages/webassembly.ts
|
|
4982
6035
|
var webassembly_exports = {};
|
|
4983
6036
|
__export(webassembly_exports, {
|
|
@@ -5054,6 +6107,43 @@ var init_wgsl = __esm({
|
|
|
5054
6107
|
}
|
|
5055
6108
|
});
|
|
5056
6109
|
|
|
6110
|
+
// src/languages/wren.ts
|
|
6111
|
+
var wren_exports = {};
|
|
6112
|
+
__export(wren_exports, {
|
|
6113
|
+
wren: () => exports.wren
|
|
6114
|
+
});
|
|
6115
|
+
exports.wren = void 0;
|
|
6116
|
+
var init_wren = __esm({
|
|
6117
|
+
"src/languages/wren.ts"() {
|
|
6118
|
+
exports.wren = {
|
|
6119
|
+
slug: "wren",
|
|
6120
|
+
publishedDate: "2013-10-31",
|
|
6121
|
+
extensions: [".wren"],
|
|
6122
|
+
author: "Bob Nystrom / Wren contributors",
|
|
6123
|
+
website: "https://wren.io",
|
|
6124
|
+
paradigms: ["object-oriented", "scripting", "class-based", "dynamic"],
|
|
6125
|
+
tooling: {
|
|
6126
|
+
runtimes: ["Wren VM"],
|
|
6127
|
+
ecosystems: ["Embedding", "Games", "Scripting"]
|
|
6128
|
+
},
|
|
6129
|
+
version: "0.4.0",
|
|
6130
|
+
logo: "https://avatars.githubusercontent.com/u/8763410?v=4",
|
|
6131
|
+
i18n: {
|
|
6132
|
+
en: {
|
|
6133
|
+
name: "Wren",
|
|
6134
|
+
description: "A small class-based scripting language designed for embedding.",
|
|
6135
|
+
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."
|
|
6136
|
+
},
|
|
6137
|
+
es: {
|
|
6138
|
+
name: "Wren",
|
|
6139
|
+
description: "Un lenguaje pequeno de scripting basado en clases y pensado para embeberse.",
|
|
6140
|
+
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."
|
|
6141
|
+
}
|
|
6142
|
+
}
|
|
6143
|
+
};
|
|
6144
|
+
}
|
|
6145
|
+
});
|
|
6146
|
+
|
|
5057
6147
|
// src/languages/xaml.ts
|
|
5058
6148
|
var xaml_exports = {};
|
|
5059
6149
|
__export(xaml_exports, {
|
|
@@ -5233,6 +6323,44 @@ var init_yaml = __esm({
|
|
|
5233
6323
|
}
|
|
5234
6324
|
});
|
|
5235
6325
|
|
|
6326
|
+
// src/languages/zeek.ts
|
|
6327
|
+
var zeek_exports = {};
|
|
6328
|
+
__export(zeek_exports, {
|
|
6329
|
+
zeek: () => exports.zeek
|
|
6330
|
+
});
|
|
6331
|
+
exports.zeek = void 0;
|
|
6332
|
+
var init_zeek = __esm({
|
|
6333
|
+
"src/languages/zeek.ts"() {
|
|
6334
|
+
exports.zeek = {
|
|
6335
|
+
slug: "zeek",
|
|
6336
|
+
publishedDate: "1995-01-01",
|
|
6337
|
+
extensions: [".zeek", ".bro"],
|
|
6338
|
+
author: "Vern Paxson / Zeek Project",
|
|
6339
|
+
website: "https://zeek.org",
|
|
6340
|
+
paradigms: ["event-driven", "network-analysis", "domain-specific", "scripting"],
|
|
6341
|
+
tooling: {
|
|
6342
|
+
runtimes: ["Zeek"],
|
|
6343
|
+
packageManagers: ["zkg"],
|
|
6344
|
+
ecosystems: ["Network Security", "Observability", "Incident Response"]
|
|
6345
|
+
},
|
|
6346
|
+
version: "8.0.4",
|
|
6347
|
+
logo: "https://avatars.githubusercontent.com/u/10666805?v=4",
|
|
6348
|
+
i18n: {
|
|
6349
|
+
en: {
|
|
6350
|
+
name: "Zeek",
|
|
6351
|
+
description: "An event-driven scripting language for network analysis and security policy.",
|
|
6352
|
+
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."
|
|
6353
|
+
},
|
|
6354
|
+
es: {
|
|
6355
|
+
name: "Zeek",
|
|
6356
|
+
description: "Un lenguaje event-driven para analisis de red y politicas de seguridad.",
|
|
6357
|
+
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."
|
|
6358
|
+
}
|
|
6359
|
+
}
|
|
6360
|
+
};
|
|
6361
|
+
}
|
|
6362
|
+
});
|
|
6363
|
+
|
|
5236
6364
|
// src/languages/zig.ts
|
|
5237
6365
|
var zig_exports = {};
|
|
5238
6366
|
__export(zig_exports, {
|
|
@@ -5271,6 +6399,43 @@ var init_zig = __esm({
|
|
|
5271
6399
|
}
|
|
5272
6400
|
});
|
|
5273
6401
|
|
|
6402
|
+
// src/languages/ziggy.ts
|
|
6403
|
+
var ziggy_exports = {};
|
|
6404
|
+
__export(ziggy_exports, {
|
|
6405
|
+
ziggy: () => exports.ziggy
|
|
6406
|
+
});
|
|
6407
|
+
exports.ziggy = void 0;
|
|
6408
|
+
var init_ziggy = __esm({
|
|
6409
|
+
"src/languages/ziggy.ts"() {
|
|
6410
|
+
exports.ziggy = {
|
|
6411
|
+
slug: "ziggy",
|
|
6412
|
+
publishedDate: "2023-10-02",
|
|
6413
|
+
extensions: [".ziggy", ".ziggy-schema"],
|
|
6414
|
+
author: "Loris Cro",
|
|
6415
|
+
website: "https://ziggy-lang.io",
|
|
6416
|
+
paradigms: ["data-notation", "schema", "declarative", "configuration"],
|
|
6417
|
+
tooling: {
|
|
6418
|
+
runtimes: ["Ziggy CLI"],
|
|
6419
|
+
ecosystems: ["Configuration", "Data Formats", "Zig"]
|
|
6420
|
+
},
|
|
6421
|
+
version: "0.1.0",
|
|
6422
|
+
logo: "https://avatars.githubusercontent.com/u/1642052?v=4",
|
|
6423
|
+
i18n: {
|
|
6424
|
+
en: {
|
|
6425
|
+
name: "Ziggy",
|
|
6426
|
+
description: "A data notation and schema language for configuration-style documents.",
|
|
6427
|
+
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."
|
|
6428
|
+
},
|
|
6429
|
+
es: {
|
|
6430
|
+
name: "Ziggy",
|
|
6431
|
+
description: "Una notacion de datos y schemas para documentos de configuracion.",
|
|
6432
|
+
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."
|
|
6433
|
+
}
|
|
6434
|
+
}
|
|
6435
|
+
};
|
|
6436
|
+
}
|
|
6437
|
+
});
|
|
6438
|
+
|
|
5274
6439
|
// src/languages/zsh.ts
|
|
5275
6440
|
var zsh_exports = {};
|
|
5276
6441
|
__export(zsh_exports, {
|
|
@@ -5396,60 +6561,91 @@ init_llvm_ir();
|
|
|
5396
6561
|
init_lua();
|
|
5397
6562
|
init_luau();
|
|
5398
6563
|
init_makefile();
|
|
6564
|
+
init_mako();
|
|
5399
6565
|
init_markdown();
|
|
6566
|
+
init_mathematica();
|
|
5400
6567
|
init_matlab();
|
|
5401
6568
|
init_mdx();
|
|
5402
6569
|
init_mermaid();
|
|
5403
6570
|
init_meson();
|
|
5404
6571
|
init_metal();
|
|
6572
|
+
init_mojo();
|
|
6573
|
+
init_moonbit();
|
|
5405
6574
|
init_nginx();
|
|
5406
6575
|
init_nim();
|
|
5407
6576
|
init_nix();
|
|
5408
6577
|
init_objective_c();
|
|
5409
6578
|
init_ocaml();
|
|
6579
|
+
init_odin();
|
|
6580
|
+
init_opencl();
|
|
5410
6581
|
init_pascal();
|
|
5411
6582
|
init_perl();
|
|
5412
6583
|
init_php();
|
|
6584
|
+
init_pine_script();
|
|
5413
6585
|
init_plantuml();
|
|
6586
|
+
init_plsql();
|
|
6587
|
+
init_pony();
|
|
5414
6588
|
init_powershell();
|
|
5415
6589
|
init_prolog();
|
|
6590
|
+
init_promql();
|
|
5416
6591
|
init_protobuf();
|
|
5417
6592
|
init_pug();
|
|
6593
|
+
init_purescript();
|
|
5418
6594
|
init_python();
|
|
5419
6595
|
init_qml();
|
|
6596
|
+
init_qsharp();
|
|
5420
6597
|
init_r();
|
|
5421
6598
|
init_racket();
|
|
6599
|
+
init_raku();
|
|
5422
6600
|
init_razor();
|
|
6601
|
+
init_reasonml();
|
|
5423
6602
|
init_rego();
|
|
6603
|
+
init_rescript();
|
|
6604
|
+
init_restructuredtext();
|
|
5424
6605
|
init_ruby();
|
|
5425
6606
|
init_rust();
|
|
6607
|
+
init_sas();
|
|
5426
6608
|
init_scala();
|
|
6609
|
+
init_scheme();
|
|
5427
6610
|
init_scss();
|
|
6611
|
+
init_smalltalk();
|
|
6612
|
+
init_smarty();
|
|
5428
6613
|
init_solidity();
|
|
5429
6614
|
init_sql();
|
|
6615
|
+
init_standard_ml();
|
|
5430
6616
|
init_starlark();
|
|
6617
|
+
init_stata();
|
|
6618
|
+
init_stylus();
|
|
5431
6619
|
init_svelte();
|
|
5432
6620
|
init_svg();
|
|
5433
6621
|
init_svn();
|
|
5434
6622
|
init_swift();
|
|
5435
6623
|
init_tcl();
|
|
5436
6624
|
init_tex();
|
|
6625
|
+
init_thrift();
|
|
6626
|
+
init_tla_plus();
|
|
5437
6627
|
init_toml();
|
|
5438
6628
|
init_twig();
|
|
5439
6629
|
init_typescript();
|
|
5440
6630
|
init_typst();
|
|
6631
|
+
init_v();
|
|
6632
|
+
init_vala();
|
|
5441
6633
|
init_verilog();
|
|
5442
6634
|
init_vhdl();
|
|
5443
6635
|
init_visual_basic();
|
|
5444
6636
|
init_vue();
|
|
6637
|
+
init_vyper();
|
|
5445
6638
|
init_webassembly();
|
|
5446
6639
|
init_wgsl();
|
|
6640
|
+
init_wren();
|
|
5447
6641
|
init_xaml();
|
|
5448
6642
|
init_xml();
|
|
5449
6643
|
init_xquery();
|
|
5450
6644
|
init_xslt();
|
|
5451
6645
|
init_yaml();
|
|
6646
|
+
init_zeek();
|
|
5452
6647
|
init_zig();
|
|
6648
|
+
init_ziggy();
|
|
5453
6649
|
init_zsh();
|
|
5454
6650
|
var languages = [
|
|
5455
6651
|
exports.abap,
|
|
@@ -5537,61 +6733,92 @@ var languages = [
|
|
|
5537
6733
|
exports.llvmIr,
|
|
5538
6734
|
exports.lua,
|
|
5539
6735
|
exports.luau,
|
|
6736
|
+
exports.mako,
|
|
5540
6737
|
exports.makefile,
|
|
6738
|
+
exports.mathematica,
|
|
5541
6739
|
exports.matlab,
|
|
5542
6740
|
exports.markdown,
|
|
5543
6741
|
exports.mdx,
|
|
5544
6742
|
exports.mermaid,
|
|
5545
6743
|
exports.meson,
|
|
5546
6744
|
exports.metal,
|
|
6745
|
+
exports.mojo,
|
|
6746
|
+
exports.moonbit,
|
|
5547
6747
|
exports.svn,
|
|
5548
6748
|
exports.nginx,
|
|
5549
6749
|
exports.nim,
|
|
5550
6750
|
exports.nix,
|
|
5551
6751
|
exports.ocaml,
|
|
5552
6752
|
exports.objectiveC,
|
|
6753
|
+
exports.odin,
|
|
6754
|
+
exports.opencl,
|
|
5553
6755
|
exports.pascal,
|
|
5554
6756
|
exports.perl,
|
|
5555
6757
|
exports.php,
|
|
6758
|
+
exports.pineScript,
|
|
5556
6759
|
exports.plantuml,
|
|
6760
|
+
exports.plsql,
|
|
6761
|
+
exports.pony,
|
|
5557
6762
|
exports.powershell,
|
|
5558
6763
|
exports.prolog,
|
|
6764
|
+
exports.promql,
|
|
5559
6765
|
exports.protobuf,
|
|
5560
6766
|
exports.pug,
|
|
6767
|
+
exports.purescript,
|
|
5561
6768
|
exports.python,
|
|
5562
6769
|
exports.qml,
|
|
6770
|
+
exports.qsharp,
|
|
5563
6771
|
exports.r,
|
|
6772
|
+
exports.raku,
|
|
5564
6773
|
exports.racket,
|
|
5565
6774
|
exports.razor,
|
|
6775
|
+
exports.reasonml,
|
|
5566
6776
|
exports.rego,
|
|
6777
|
+
exports.rescript,
|
|
6778
|
+
exports.restructuredtext,
|
|
5567
6779
|
exports.ruby,
|
|
5568
6780
|
exports.rust,
|
|
6781
|
+
exports.sas,
|
|
5569
6782
|
exports.scala,
|
|
5570
6783
|
exports.scss,
|
|
6784
|
+
exports.scheme,
|
|
6785
|
+
exports.smalltalk,
|
|
6786
|
+
exports.smarty,
|
|
5571
6787
|
exports.solidity,
|
|
5572
6788
|
exports.sql,
|
|
6789
|
+
exports.standardMl,
|
|
5573
6790
|
exports.starlark,
|
|
6791
|
+
exports.stata,
|
|
6792
|
+
exports.stylus,
|
|
5574
6793
|
exports.svg,
|
|
5575
6794
|
exports.svelte,
|
|
5576
6795
|
exports.swift,
|
|
5577
6796
|
exports.tcl,
|
|
5578
6797
|
exports.tex,
|
|
6798
|
+
exports.thrift,
|
|
6799
|
+
exports.tlaPlus,
|
|
5579
6800
|
exports.toml,
|
|
5580
6801
|
exports.twig,
|
|
5581
6802
|
exports.typescript,
|
|
5582
6803
|
exports.typst,
|
|
6804
|
+
exports.v,
|
|
6805
|
+
exports.vala,
|
|
5583
6806
|
exports.verilog,
|
|
5584
6807
|
exports.vhdl,
|
|
5585
6808
|
exports.visualBasic,
|
|
5586
6809
|
exports.vue,
|
|
6810
|
+
exports.vyper,
|
|
5587
6811
|
exports.webassembly,
|
|
5588
6812
|
exports.wgsl,
|
|
6813
|
+
exports.wren,
|
|
5589
6814
|
exports.xaml,
|
|
5590
6815
|
exports.xml,
|
|
5591
6816
|
exports.xquery,
|
|
5592
6817
|
exports.xslt,
|
|
5593
6818
|
exports.yaml,
|
|
6819
|
+
exports.zeek,
|
|
5594
6820
|
exports.zig,
|
|
6821
|
+
exports.ziggy,
|
|
5595
6822
|
exports.zsh
|
|
5596
6823
|
];
|
|
5597
6824
|
|
|
@@ -5749,64 +6976,95 @@ var languageIndex = [
|
|
|
5749
6976
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
5750
6977
|
{ slug: "lua", extensions: [".lua", ".rockspec"] },
|
|
5751
6978
|
{ slug: "luau", extensions: [".luau"] },
|
|
6979
|
+
{ slug: "mako", extensions: [".mako", ".mao"] },
|
|
5752
6980
|
{ slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
|
|
6981
|
+
{ slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
|
|
5753
6982
|
{ slug: "matlab", extensions: [".m", ".mlx"] },
|
|
5754
6983
|
{ slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
|
|
5755
6984
|
{ slug: "mdx", extensions: [".mdx"] },
|
|
5756
6985
|
{ slug: "mermaid", extensions: [".mmd", ".mermaid"] },
|
|
5757
6986
|
{ slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
|
|
5758
6987
|
{ slug: "metal", extensions: [".metal"] },
|
|
6988
|
+
{ slug: "mojo", extensions: [".mojo"] },
|
|
6989
|
+
{ slug: "moonbit", extensions: [".mbt"] },
|
|
5759
6990
|
{ slug: "svn", extensions: [".svn", "svnserve.conf"] },
|
|
5760
6991
|
{ slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
|
|
5761
6992
|
{ slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
|
|
5762
6993
|
{ slug: "nix", extensions: [".nix"] },
|
|
5763
6994
|
{ slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
|
|
5764
6995
|
{ slug: "objective-c", extensions: [".m", ".mm"] },
|
|
6996
|
+
{ slug: "odin", extensions: [".odin"] },
|
|
6997
|
+
{ slug: "opencl", extensions: [".cl", ".clh"] },
|
|
5765
6998
|
{ slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
|
|
5766
6999
|
{ slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
|
|
5767
7000
|
{ slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
|
|
7001
|
+
{ slug: "pine-script", extensions: [".pine"] },
|
|
5768
7002
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
7003
|
+
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
7004
|
+
{ slug: "pony", extensions: [".pony"] },
|
|
5769
7005
|
{ slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
|
|
5770
7006
|
{ slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
|
|
7007
|
+
{ slug: "promql", extensions: [".promql"] },
|
|
5771
7008
|
{ slug: "protobuf", extensions: [".proto"] },
|
|
5772
7009
|
{ slug: "pug", extensions: [".pug", ".jade"] },
|
|
7010
|
+
{ slug: "purescript", extensions: [".purs"] },
|
|
5773
7011
|
{ slug: "python", extensions: [".py", ".pyw"] },
|
|
5774
7012
|
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
7013
|
+
{ slug: "qsharp", extensions: [".qs"] },
|
|
5775
7014
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
7015
|
+
{ slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
|
|
5776
7016
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
5777
7017
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
7018
|
+
{ slug: "reasonml", extensions: [".re", ".rei"] },
|
|
5778
7019
|
{ slug: "rego", extensions: [".rego"] },
|
|
7020
|
+
{ slug: "rescript", extensions: [".res", ".resi"] },
|
|
7021
|
+
{ slug: "restructuredtext", extensions: [".rst", ".rest"] },
|
|
5779
7022
|
{
|
|
5780
7023
|
slug: "ruby",
|
|
5781
7024
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
|
|
5782
7025
|
},
|
|
5783
7026
|
{ slug: "rust", extensions: [".rs"] },
|
|
7027
|
+
{ slug: "sas", extensions: [".sas"] },
|
|
5784
7028
|
{ slug: "scala", extensions: [".scala", ".sc"] },
|
|
5785
7029
|
{ slug: "scss", extensions: [".scss", ".sass"] },
|
|
7030
|
+
{ slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
|
|
7031
|
+
{ slug: "smalltalk", extensions: [".st"] },
|
|
7032
|
+
{ slug: "smarty", extensions: [".tpl", ".smarty"] },
|
|
5786
7033
|
{ slug: "solidity", extensions: [".sol"] },
|
|
5787
7034
|
{ slug: "sql", extensions: [".sql"] },
|
|
7035
|
+
{ slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
|
|
5788
7036
|
{ slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
|
|
7037
|
+
{ slug: "stata", extensions: [".do", ".ado", ".mata"] },
|
|
7038
|
+
{ slug: "stylus", extensions: [".styl"] },
|
|
5789
7039
|
{ slug: "svg", extensions: [".svg", ".svgz"] },
|
|
5790
7040
|
{ slug: "svelte", extensions: [".svelte"] },
|
|
5791
7041
|
{ slug: "swift", extensions: [".swift"] },
|
|
5792
7042
|
{ slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
|
|
5793
7043
|
{ slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
|
|
7044
|
+
{ slug: "thrift", extensions: [".thrift"] },
|
|
7045
|
+
{ slug: "tla-plus", extensions: [".tla"] },
|
|
5794
7046
|
{ slug: "toml", extensions: [".toml"] },
|
|
5795
7047
|
{ slug: "twig", extensions: [".twig"] },
|
|
5796
7048
|
{ slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
|
|
5797
7049
|
{ slug: "typst", extensions: [".typ"] },
|
|
7050
|
+
{ slug: "v", extensions: [".v", ".vsh"] },
|
|
7051
|
+
{ slug: "vala", extensions: [".vala", ".vapi"] },
|
|
5798
7052
|
{ slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
|
|
5799
7053
|
{ slug: "vhdl", extensions: [".vhd", ".vhdl"] },
|
|
5800
7054
|
{ slug: "visual-basic", extensions: [".vb"] },
|
|
5801
7055
|
{ slug: "vue", extensions: [".vue"] },
|
|
7056
|
+
{ slug: "vyper", extensions: [".vy"] },
|
|
5802
7057
|
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
5803
7058
|
{ slug: "wgsl", extensions: [".wgsl"] },
|
|
7059
|
+
{ slug: "wren", extensions: [".wren"] },
|
|
5804
7060
|
{ slug: "xaml", extensions: [".xaml", ".baml"] },
|
|
5805
7061
|
{ slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
|
|
5806
7062
|
{ slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
|
|
5807
7063
|
{ slug: "xslt", extensions: [".xsl", ".xslt"] },
|
|
5808
7064
|
{ slug: "yaml", extensions: [".yaml", ".yml"] },
|
|
7065
|
+
{ slug: "zeek", extensions: [".zeek", ".bro"] },
|
|
5809
7066
|
{ slug: "zig", extensions: [".zig", ".zon"] },
|
|
7067
|
+
{ slug: "ziggy", extensions: [".ziggy", ".ziggy-schema"] },
|
|
5810
7068
|
{
|
|
5811
7069
|
slug: "zsh",
|
|
5812
7070
|
extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"]
|
|
@@ -5898,61 +7156,92 @@ var languageLoaders = {
|
|
|
5898
7156
|
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
5899
7157
|
lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
|
|
5900
7158
|
luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
|
|
7159
|
+
mako: () => Promise.resolve().then(() => (init_mako(), mako_exports)).then((module) => module.mako),
|
|
5901
7160
|
makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
|
|
7161
|
+
mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
|
|
5902
7162
|
matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
|
|
5903
7163
|
markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
|
|
5904
7164
|
mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
|
|
5905
7165
|
mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
|
|
5906
7166
|
meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
|
|
5907
7167
|
metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
|
|
7168
|
+
mojo: () => Promise.resolve().then(() => (init_mojo(), mojo_exports)).then((module) => module.mojo),
|
|
7169
|
+
moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
|
|
5908
7170
|
svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
|
|
5909
7171
|
nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
|
|
5910
7172
|
nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
|
|
5911
7173
|
nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
|
|
5912
7174
|
ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
|
|
5913
7175
|
"objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
|
|
7176
|
+
odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
|
|
7177
|
+
opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
|
|
5914
7178
|
pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
|
|
5915
7179
|
perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
|
|
5916
7180
|
php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
|
|
7181
|
+
"pine-script": () => Promise.resolve().then(() => (init_pine_script(), pine_script_exports)).then((module) => module.pineScript),
|
|
5917
7182
|
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
7183
|
+
plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
|
|
7184
|
+
pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
|
|
5918
7185
|
powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
|
|
5919
7186
|
prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
|
|
7187
|
+
promql: () => Promise.resolve().then(() => (init_promql(), promql_exports)).then((module) => module.promql),
|
|
5920
7188
|
protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
|
|
5921
7189
|
pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
|
|
7190
|
+
purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
|
|
5922
7191
|
python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
|
|
5923
7192
|
qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
|
|
7193
|
+
qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
|
|
5924
7194
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
7195
|
+
raku: () => Promise.resolve().then(() => (init_raku(), raku_exports)).then((module) => module.raku),
|
|
5925
7196
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
5926
7197
|
razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
|
|
7198
|
+
reasonml: () => Promise.resolve().then(() => (init_reasonml(), reasonml_exports)).then((module) => module.reasonml),
|
|
5927
7199
|
rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
|
|
7200
|
+
rescript: () => Promise.resolve().then(() => (init_rescript(), rescript_exports)).then((module) => module.rescript),
|
|
7201
|
+
restructuredtext: () => Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports)).then((module) => module.restructuredtext),
|
|
5928
7202
|
ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
|
|
5929
7203
|
rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
|
|
7204
|
+
sas: () => Promise.resolve().then(() => (init_sas(), sas_exports)).then((module) => module.sas),
|
|
5930
7205
|
scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
|
|
5931
7206
|
scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
|
|
7207
|
+
scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
|
|
7208
|
+
smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
|
|
7209
|
+
smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
|
|
5932
7210
|
solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
|
|
5933
7211
|
sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
|
|
7212
|
+
"standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
|
|
5934
7213
|
starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
|
|
7214
|
+
stata: () => Promise.resolve().then(() => (init_stata(), stata_exports)).then((module) => module.stata),
|
|
7215
|
+
stylus: () => Promise.resolve().then(() => (init_stylus(), stylus_exports)).then((module) => module.stylus),
|
|
5935
7216
|
svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
|
|
5936
7217
|
svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
|
|
5937
7218
|
swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
|
|
5938
7219
|
tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
|
|
5939
7220
|
tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
|
|
7221
|
+
thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
|
|
7222
|
+
"tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
|
|
5940
7223
|
toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
|
|
5941
7224
|
twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
|
|
5942
7225
|
typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
|
|
5943
7226
|
typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
|
|
7227
|
+
v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
|
|
7228
|
+
vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
|
|
5944
7229
|
verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
|
|
5945
7230
|
vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
|
|
5946
7231
|
"visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
|
|
5947
7232
|
vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
|
|
7233
|
+
vyper: () => Promise.resolve().then(() => (init_vyper(), vyper_exports)).then((module) => module.vyper),
|
|
5948
7234
|
webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
|
|
5949
7235
|
wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
|
|
7236
|
+
wren: () => Promise.resolve().then(() => (init_wren(), wren_exports)).then((module) => module.wren),
|
|
5950
7237
|
xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
|
|
5951
7238
|
xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
|
|
5952
7239
|
xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
|
|
5953
7240
|
xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
|
|
5954
7241
|
yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
|
|
7242
|
+
zeek: () => Promise.resolve().then(() => (init_zeek(), zeek_exports)).then((module) => module.zeek),
|
|
5955
7243
|
zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
|
|
7244
|
+
ziggy: () => Promise.resolve().then(() => (init_ziggy(), ziggy_exports)).then((module) => module.ziggy),
|
|
5956
7245
|
zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
|
|
5957
7246
|
};
|
|
5958
7247
|
var loadLanguage = (slug) => languageLoaders[slug]?.();
|
|
@@ -6135,61 +7424,92 @@ init_lisp();
|
|
|
6135
7424
|
init_llvm_ir();
|
|
6136
7425
|
init_lua();
|
|
6137
7426
|
init_luau();
|
|
7427
|
+
init_mako();
|
|
6138
7428
|
init_makefile();
|
|
7429
|
+
init_mathematica();
|
|
6139
7430
|
init_matlab();
|
|
6140
7431
|
init_markdown();
|
|
6141
7432
|
init_mdx();
|
|
6142
7433
|
init_mermaid();
|
|
6143
7434
|
init_meson();
|
|
6144
7435
|
init_metal();
|
|
7436
|
+
init_mojo();
|
|
7437
|
+
init_moonbit();
|
|
6145
7438
|
init_nginx();
|
|
6146
7439
|
init_nim();
|
|
6147
7440
|
init_nix();
|
|
6148
7441
|
init_ocaml();
|
|
6149
7442
|
init_objective_c();
|
|
7443
|
+
init_odin();
|
|
7444
|
+
init_opencl();
|
|
6150
7445
|
init_pascal();
|
|
6151
7446
|
init_perl();
|
|
6152
7447
|
init_php();
|
|
7448
|
+
init_pine_script();
|
|
6153
7449
|
init_plantuml();
|
|
7450
|
+
init_plsql();
|
|
7451
|
+
init_pony();
|
|
6154
7452
|
init_powershell();
|
|
6155
7453
|
init_prolog();
|
|
7454
|
+
init_promql();
|
|
6156
7455
|
init_protobuf();
|
|
6157
7456
|
init_pug();
|
|
7457
|
+
init_purescript();
|
|
6158
7458
|
init_python();
|
|
6159
7459
|
init_qml();
|
|
7460
|
+
init_qsharp();
|
|
6160
7461
|
init_r();
|
|
7462
|
+
init_raku();
|
|
6161
7463
|
init_racket();
|
|
6162
7464
|
init_razor();
|
|
7465
|
+
init_reasonml();
|
|
6163
7466
|
init_rego();
|
|
7467
|
+
init_rescript();
|
|
7468
|
+
init_restructuredtext();
|
|
6164
7469
|
init_ruby();
|
|
6165
7470
|
init_rust();
|
|
7471
|
+
init_sas();
|
|
6166
7472
|
init_scala();
|
|
6167
7473
|
init_scss();
|
|
7474
|
+
init_scheme();
|
|
7475
|
+
init_smalltalk();
|
|
7476
|
+
init_smarty();
|
|
6168
7477
|
init_solidity();
|
|
6169
7478
|
init_sql();
|
|
7479
|
+
init_standard_ml();
|
|
6170
7480
|
init_starlark();
|
|
7481
|
+
init_stata();
|
|
7482
|
+
init_stylus();
|
|
6171
7483
|
init_svg();
|
|
6172
7484
|
init_svn();
|
|
6173
7485
|
init_svelte();
|
|
6174
7486
|
init_swift();
|
|
6175
7487
|
init_tcl();
|
|
6176
7488
|
init_tex();
|
|
7489
|
+
init_thrift();
|
|
7490
|
+
init_tla_plus();
|
|
6177
7491
|
init_toml();
|
|
6178
7492
|
init_twig();
|
|
6179
7493
|
init_typescript();
|
|
6180
7494
|
init_typst();
|
|
7495
|
+
init_v();
|
|
7496
|
+
init_vala();
|
|
6181
7497
|
init_verilog();
|
|
6182
7498
|
init_vhdl();
|
|
6183
7499
|
init_visual_basic();
|
|
6184
7500
|
init_vue();
|
|
7501
|
+
init_vyper();
|
|
6185
7502
|
init_webassembly();
|
|
6186
7503
|
init_wgsl();
|
|
7504
|
+
init_wren();
|
|
6187
7505
|
init_xaml();
|
|
6188
7506
|
init_xml();
|
|
6189
7507
|
init_xquery();
|
|
6190
7508
|
init_xslt();
|
|
6191
7509
|
init_yaml();
|
|
7510
|
+
init_zeek();
|
|
6192
7511
|
init_zig();
|
|
7512
|
+
init_ziggy();
|
|
6193
7513
|
init_zsh();
|
|
6194
7514
|
|
|
6195
7515
|
exports.api = api;
|