code-languages 1.16.0 → 1.17.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 +7 -2
- package/dist/api.cjs +212 -2
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +135 -0
- package/dist/api.d.ts +135 -0
- package/dist/api.js +212 -2
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +152 -2
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +152 -2
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +217 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +135 -0
- package/dist/index.d.ts +135 -0
- package/dist/index.js +218 -3
- package/dist/index.js.map +1 -1
- package/dist/languages/crystal.cjs +1 -1
- package/dist/languages/crystal.cjs.map +1 -1
- package/dist/languages/crystal.js +1 -1
- package/dist/languages/crystal.js.map +1 -1
- package/dist/languages/rego.cjs +34 -0
- package/dist/languages/rego.cjs.map +1 -0
- package/dist/languages/rego.d.cts +29 -0
- package/dist/languages/rego.d.ts +29 -0
- package/dist/languages/rego.js +32 -0
- package/dist/languages/rego.js.map +1 -0
- package/dist/languages/tcl.cjs +1 -1
- package/dist/languages/tcl.cjs.map +1 -1
- package/dist/languages/tcl.js +1 -1
- package/dist/languages/tcl.js.map +1 -1
- package/dist/languages/tex.cjs +34 -0
- package/dist/languages/tex.cjs.map +1 -0
- package/dist/languages/tex.d.cts +29 -0
- package/dist/languages/tex.d.ts +29 -0
- package/dist/languages/tex.js +32 -0
- package/dist/languages/tex.js.map +1 -0
- package/dist/languages/twig.cjs +34 -0
- package/dist/languages/twig.cjs.map +1 -0
- package/dist/languages/twig.d.cts +29 -0
- package/dist/languages/twig.d.ts +29 -0
- package/dist/languages/twig.js +32 -0
- package/dist/languages/twig.js.map +1 -0
- package/dist/languages/xquery.cjs +34 -0
- package/dist/languages/xquery.cjs.map +1 -0
- package/dist/languages/xquery.d.cts +29 -0
- package/dist/languages/xquery.d.ts +29 -0
- package/dist/languages/xquery.js +32 -0
- package/dist/languages/xquery.js.map +1 -0
- package/dist/languages/xslt.cjs +34 -0
- package/dist/languages/xslt.cjs.map +1 -0
- package/dist/languages/xslt.d.cts +29 -0
- package/dist/languages/xslt.d.ts +29 -0
- package/dist/languages/xslt.js +32 -0
- package/dist/languages/xslt.js.map +1 -0
- package/package.json +26 -1
package/dist/index.cjs
CHANGED
|
@@ -633,7 +633,7 @@ var init_crystal = __esm({
|
|
|
633
633
|
packageManagers: ["Shards"],
|
|
634
634
|
ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
|
|
635
635
|
},
|
|
636
|
-
version: "1.20.
|
|
636
|
+
version: "1.20.2",
|
|
637
637
|
logo: "https://cdn.simpleicons.org/crystal/000000",
|
|
638
638
|
i18n: {
|
|
639
639
|
en: {
|
|
@@ -2638,6 +2638,44 @@ var init_razor = __esm({
|
|
|
2638
2638
|
}
|
|
2639
2639
|
});
|
|
2640
2640
|
|
|
2641
|
+
// src/languages/rego.ts
|
|
2642
|
+
var rego_exports = {};
|
|
2643
|
+
__export(rego_exports, {
|
|
2644
|
+
rego: () => exports.rego
|
|
2645
|
+
});
|
|
2646
|
+
exports.rego = void 0;
|
|
2647
|
+
var init_rego = __esm({
|
|
2648
|
+
"src/languages/rego.ts"() {
|
|
2649
|
+
exports.rego = {
|
|
2650
|
+
slug: "rego",
|
|
2651
|
+
publishedDate: "2016-01-01",
|
|
2652
|
+
extensions: [".rego"],
|
|
2653
|
+
author: "Open Policy Agent contributors / Styra",
|
|
2654
|
+
website: "https://www.openpolicyagent.org/docs/latest/policy-language/",
|
|
2655
|
+
paradigms: ["declarative", "logic", "policy-as-code", "query"],
|
|
2656
|
+
tooling: {
|
|
2657
|
+
runtimes: ["Open Policy Agent", "Conftest", "Gatekeeper", "Regal"],
|
|
2658
|
+
packageManagers: ["OPA bundles"],
|
|
2659
|
+
ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
|
|
2660
|
+
},
|
|
2661
|
+
version: "OPA 1.15.2",
|
|
2662
|
+
logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
|
|
2663
|
+
i18n: {
|
|
2664
|
+
en: {
|
|
2665
|
+
name: "Rego",
|
|
2666
|
+
description: "Open Policy Agent's declarative policy language for authorization and policy as code.",
|
|
2667
|
+
longDescription: "Rego is the declarative policy language used by Open Policy Agent to express rules, decisions, constraints, data queries, and authorization logic. It is designed around structured data such as JSON and lets policies evaluate inputs against rules, sets, objects, comprehensions, and built-in functions.\n\nIt is used for Kubernetes admission control, service authorization, infrastructure policy checks, CI validation, API gateways, compliance automation, and cloud-native systems that need policies kept separate from application code."
|
|
2668
|
+
},
|
|
2669
|
+
es: {
|
|
2670
|
+
name: "Rego",
|
|
2671
|
+
description: "El lenguaje declarativo de Open Policy Agent para autorizacion y policy as code.",
|
|
2672
|
+
longDescription: "Rego es el lenguaje declarativo de politicas usado por Open Policy Agent para expresar reglas, decisiones, restricciones, consultas de datos y logica de autorizacion. Esta disenado alrededor de datos estructurados como JSON y permite evaluar entradas contra reglas, conjuntos, objetos, comprehensions y funciones integradas.\n\nSe usa para admission control en Kubernetes, autorizacion de servicios, validaciones de politicas de infraestructura, CI, gateways de APIs, automatizacion de cumplimiento y sistemas cloud native que necesitan mantener las politicas separadas del codigo de aplicacion."
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
};
|
|
2676
|
+
}
|
|
2677
|
+
});
|
|
2678
|
+
|
|
2641
2679
|
// src/languages/ruby.ts
|
|
2642
2680
|
var ruby_exports = {};
|
|
2643
2681
|
__export(ruby_exports, {
|
|
@@ -3032,7 +3070,7 @@ var init_tcl = __esm({
|
|
|
3032
3070
|
ecosystems: ["GUI Applications", "EDA", "Automation", "Embedded Scripting"]
|
|
3033
3071
|
},
|
|
3034
3072
|
version: "9.0.3",
|
|
3035
|
-
logo: "https://
|
|
3073
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Tcl.svg",
|
|
3036
3074
|
i18n: {
|
|
3037
3075
|
en: {
|
|
3038
3076
|
name: "Tcl/Tk",
|
|
@@ -3049,6 +3087,44 @@ var init_tcl = __esm({
|
|
|
3049
3087
|
}
|
|
3050
3088
|
});
|
|
3051
3089
|
|
|
3090
|
+
// src/languages/tex.ts
|
|
3091
|
+
var tex_exports = {};
|
|
3092
|
+
__export(tex_exports, {
|
|
3093
|
+
tex: () => exports.tex
|
|
3094
|
+
});
|
|
3095
|
+
exports.tex = void 0;
|
|
3096
|
+
var init_tex = __esm({
|
|
3097
|
+
"src/languages/tex.ts"() {
|
|
3098
|
+
exports.tex = {
|
|
3099
|
+
slug: "tex",
|
|
3100
|
+
publishedDate: "1978-01-01",
|
|
3101
|
+
extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"],
|
|
3102
|
+
author: "Donald Knuth",
|
|
3103
|
+
website: "https://www.tug.org/texlive/",
|
|
3104
|
+
paradigms: ["markup", "typesetting", "macro", "declarative"],
|
|
3105
|
+
tooling: {
|
|
3106
|
+
runtimes: ["TeX Live", "MiKTeX", "pdfTeX", "XeTeX", "LuaTeX"],
|
|
3107
|
+
packageManagers: ["tlmgr", "MiKTeX Console", "CTAN"],
|
|
3108
|
+
ecosystems: ["Publishing", "Academic Writing", "Scientific Documents", "Print"]
|
|
3109
|
+
},
|
|
3110
|
+
version: "TeX Live 2026",
|
|
3111
|
+
logo: "https://cdn.simpleicons.org/latex/008080",
|
|
3112
|
+
i18n: {
|
|
3113
|
+
en: {
|
|
3114
|
+
name: "TeX",
|
|
3115
|
+
description: "Donald Knuth's macro-based typesetting system for precise technical and scientific documents.",
|
|
3116
|
+
longDescription: "TeX is a programmable typesetting system built around macros, boxes, glue, mathematical layout, and precise page composition. Plain TeX, LaTeX, ConTeXt, and related formats build on the TeX engine family to produce high-quality documents from text source files.\n\nIt is used for academic papers, books, technical manuals, mathematics, physics, computer science publications, theses, and publishing workflows where reproducible typography and long-term source stability matter."
|
|
3117
|
+
},
|
|
3118
|
+
es: {
|
|
3119
|
+
name: "TeX",
|
|
3120
|
+
description: "El sistema de composicion tipografica basado en macros de Donald Knuth para documentos tecnicos.",
|
|
3121
|
+
longDescription: "TeX es un sistema programable de composicion tipografica basado en macros, cajas, espaciado flexible, notacion matematica y composicion precisa de paginas. Plain TeX, LaTeX, ConTeXt y formatos relacionados se apoyan en la familia de motores TeX para producir documentos de alta calidad desde archivos fuente de texto.\n\nSe usa para articulos academicos, libros, manuales tecnicos, matematicas, fisica, publicaciones de computacion, tesis y flujos editoriales donde importan la tipografia reproducible y la estabilidad del codigo fuente a largo plazo."
|
|
3122
|
+
}
|
|
3123
|
+
}
|
|
3124
|
+
};
|
|
3125
|
+
}
|
|
3126
|
+
});
|
|
3127
|
+
|
|
3052
3128
|
// src/languages/toml.ts
|
|
3053
3129
|
var toml_exports = {};
|
|
3054
3130
|
__export(toml_exports, {
|
|
@@ -3082,6 +3158,44 @@ var init_toml = __esm({
|
|
|
3082
3158
|
}
|
|
3083
3159
|
});
|
|
3084
3160
|
|
|
3161
|
+
// src/languages/twig.ts
|
|
3162
|
+
var twig_exports = {};
|
|
3163
|
+
__export(twig_exports, {
|
|
3164
|
+
twig: () => exports.twig
|
|
3165
|
+
});
|
|
3166
|
+
exports.twig = void 0;
|
|
3167
|
+
var init_twig = __esm({
|
|
3168
|
+
"src/languages/twig.ts"() {
|
|
3169
|
+
exports.twig = {
|
|
3170
|
+
slug: "twig",
|
|
3171
|
+
publishedDate: "2009-10-12",
|
|
3172
|
+
extensions: [".twig"],
|
|
3173
|
+
author: "Fabien Potencier / Twig contributors",
|
|
3174
|
+
website: "https://twig.symfony.com",
|
|
3175
|
+
paradigms: ["templating", "declarative", "server-side", "scripting"],
|
|
3176
|
+
tooling: {
|
|
3177
|
+
runtimes: ["PHP", "Symfony"],
|
|
3178
|
+
packageManagers: ["Composer"],
|
|
3179
|
+
ecosystems: ["PHP", "Symfony", "Web", "CMS"]
|
|
3180
|
+
},
|
|
3181
|
+
version: "3.24.0",
|
|
3182
|
+
logo: "https://twig.symfony.com/images/logo.png",
|
|
3183
|
+
i18n: {
|
|
3184
|
+
en: {
|
|
3185
|
+
name: "Twig",
|
|
3186
|
+
description: "A flexible, secure template language for PHP applications and Symfony projects.",
|
|
3187
|
+
longDescription: "Twig is a template language for PHP that separates presentation from application logic using blocks, inheritance, includes, filters, functions, tests, macros, escaping, and sandboxing. Its syntax is designed to be readable for designers while remaining extensible for developers.\n\nIt is used in Symfony applications, PHP web projects, CMS themes, email templates, static generation workflows, and systems that need reusable server-rendered views with controlled access to application data."
|
|
3188
|
+
},
|
|
3189
|
+
es: {
|
|
3190
|
+
name: "Twig",
|
|
3191
|
+
description: "Un lenguaje de plantillas flexible y seguro para aplicaciones PHP y proyectos Symfony.",
|
|
3192
|
+
longDescription: "Twig es un lenguaje de plantillas para PHP que separa la presentacion de la logica de aplicacion usando bloques, herencia, includes, filtros, funciones, tests, macros, escapado y sandboxing. Su sintaxis esta pensada para ser legible para disenadores y extensible para desarrolladores.\n\nSe usa en aplicaciones Symfony, proyectos web PHP, temas de CMS, plantillas de email, flujos de generacion estatica y sistemas que necesitan vistas renderizadas en servidor reutilizables con acceso controlado a los datos de la aplicacion."
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
};
|
|
3196
|
+
}
|
|
3197
|
+
});
|
|
3198
|
+
|
|
3085
3199
|
// src/languages/typescript.ts
|
|
3086
3200
|
var typescript_exports = {};
|
|
3087
3201
|
__export(typescript_exports, {
|
|
@@ -3304,6 +3418,82 @@ var init_xml = __esm({
|
|
|
3304
3418
|
}
|
|
3305
3419
|
});
|
|
3306
3420
|
|
|
3421
|
+
// src/languages/xquery.ts
|
|
3422
|
+
var xquery_exports = {};
|
|
3423
|
+
__export(xquery_exports, {
|
|
3424
|
+
xquery: () => exports.xquery
|
|
3425
|
+
});
|
|
3426
|
+
exports.xquery = void 0;
|
|
3427
|
+
var init_xquery = __esm({
|
|
3428
|
+
"src/languages/xquery.ts"() {
|
|
3429
|
+
exports.xquery = {
|
|
3430
|
+
slug: "xquery",
|
|
3431
|
+
publishedDate: "2007-01-23",
|
|
3432
|
+
extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"],
|
|
3433
|
+
author: "W3C XML Query Working Group",
|
|
3434
|
+
website: "https://www.w3.org/TR/xquery/",
|
|
3435
|
+
paradigms: ["query", "functional", "declarative", "xml"],
|
|
3436
|
+
tooling: {
|
|
3437
|
+
runtimes: ["BaseX", "Saxon", "eXist-db", "MarkLogic"],
|
|
3438
|
+
packageManagers: ["EXPath Package Manager"],
|
|
3439
|
+
ecosystems: ["XML", "Databases", "Publishing", "Enterprise Data"]
|
|
3440
|
+
},
|
|
3441
|
+
version: "XQuery 3.1",
|
|
3442
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
|
|
3443
|
+
i18n: {
|
|
3444
|
+
en: {
|
|
3445
|
+
name: "XQuery",
|
|
3446
|
+
description: "A W3C query and application language for XML, structured, and semi-structured data.",
|
|
3447
|
+
longDescription: "XQuery is a declarative query language for XML and related structured data. It combines XPath expressions, FLWOR queries, functions, modules, sequence processing, namespaces, and type-aware operations to extract, transform, join, and construct XML or other serialized results.\n\nIt is used in native XML databases, publishing pipelines, document repositories, enterprise integrations, digital humanities, metadata processing, and applications that query large collections of XML or semi-structured content."
|
|
3448
|
+
},
|
|
3449
|
+
es: {
|
|
3450
|
+
name: "XQuery",
|
|
3451
|
+
description: "Un lenguaje W3C de consulta y aplicaciones para XML y datos estructurados o semiestructurados.",
|
|
3452
|
+
longDescription: "XQuery es un lenguaje declarativo de consultas para XML y datos estructurados relacionados. Combina expresiones XPath, consultas FLWOR, funciones, modulos, procesamiento de secuencias, namespaces y operaciones con tipos para extraer, transformar, unir y construir XML u otros resultados serializados.\n\nSe usa en bases de datos XML nativas, pipelines de publicacion, repositorios documentales, integraciones empresariales, humanidades digitales, procesamiento de metadatos y aplicaciones que consultan grandes colecciones de XML o contenido semiestructurado."
|
|
3453
|
+
}
|
|
3454
|
+
}
|
|
3455
|
+
};
|
|
3456
|
+
}
|
|
3457
|
+
});
|
|
3458
|
+
|
|
3459
|
+
// src/languages/xslt.ts
|
|
3460
|
+
var xslt_exports = {};
|
|
3461
|
+
__export(xslt_exports, {
|
|
3462
|
+
xslt: () => exports.xslt
|
|
3463
|
+
});
|
|
3464
|
+
exports.xslt = void 0;
|
|
3465
|
+
var init_xslt = __esm({
|
|
3466
|
+
"src/languages/xslt.ts"() {
|
|
3467
|
+
exports.xslt = {
|
|
3468
|
+
slug: "xslt",
|
|
3469
|
+
publishedDate: "1999-11-16",
|
|
3470
|
+
extensions: [".xsl", ".xslt"],
|
|
3471
|
+
author: "W3C XSLT Working Group",
|
|
3472
|
+
website: "https://www.w3.org/TR/xslt-30/",
|
|
3473
|
+
paradigms: ["declarative", "functional", "markup", "transformation"],
|
|
3474
|
+
tooling: {
|
|
3475
|
+
runtimes: ["Saxon", "libxslt", "Xalan", "Browser XSLT processors"],
|
|
3476
|
+
packageManagers: ["Maven", "npm", "NuGet", "APT", "Homebrew"],
|
|
3477
|
+
ecosystems: ["XML", "Publishing", "Enterprise Integration", "Document Processing"]
|
|
3478
|
+
},
|
|
3479
|
+
version: "XSLT 3.0",
|
|
3480
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
|
|
3481
|
+
i18n: {
|
|
3482
|
+
en: {
|
|
3483
|
+
name: "XSLT",
|
|
3484
|
+
description: "A W3C stylesheet language for transforming XML documents into XML, HTML, text, and more.",
|
|
3485
|
+
longDescription: "XSLT is a declarative transformation language for XML documents. Stylesheets use templates, modes, XPath expressions, variables, functions, keys, imports, and output declarations to match source trees and produce XML, HTML, text, or other structured results.\n\nIt is used in publishing systems, enterprise data exchange, document conversion, XML pipelines, standards-based integrations, browser-era XML workflows, and systems that need repeatable transformations between document formats."
|
|
3486
|
+
},
|
|
3487
|
+
es: {
|
|
3488
|
+
name: "XSLT",
|
|
3489
|
+
description: "Un lenguaje W3C de hojas de estilo para transformar XML en XML, HTML, texto y mas.",
|
|
3490
|
+
longDescription: "XSLT es un lenguaje declarativo de transformacion para documentos XML. Las hojas de estilo usan templates, modos, expresiones XPath, variables, funciones, claves, imports y declaraciones de salida para encontrar nodos en arboles fuente y producir XML, HTML, texto u otros resultados estructurados.\n\nSe usa en sistemas de publicacion, intercambio de datos empresarial, conversion de documentos, pipelines XML, integraciones basadas en estandares, flujos XML historicos del navegador y sistemas que necesitan transformaciones repetibles entre formatos documentales."
|
|
3491
|
+
}
|
|
3492
|
+
}
|
|
3493
|
+
};
|
|
3494
|
+
}
|
|
3495
|
+
});
|
|
3496
|
+
|
|
3307
3497
|
// src/languages/yaml.ts
|
|
3308
3498
|
var yaml_exports = {};
|
|
3309
3499
|
__export(yaml_exports, {
|
|
@@ -3484,6 +3674,7 @@ init_python();
|
|
|
3484
3674
|
init_r();
|
|
3485
3675
|
init_racket();
|
|
3486
3676
|
init_razor();
|
|
3677
|
+
init_rego();
|
|
3487
3678
|
init_ruby();
|
|
3488
3679
|
init_rust();
|
|
3489
3680
|
init_scala();
|
|
@@ -3495,13 +3686,17 @@ init_svg();
|
|
|
3495
3686
|
init_svn();
|
|
3496
3687
|
init_swift();
|
|
3497
3688
|
init_tcl();
|
|
3689
|
+
init_tex();
|
|
3498
3690
|
init_toml();
|
|
3691
|
+
init_twig();
|
|
3499
3692
|
init_typescript();
|
|
3500
3693
|
init_visual_basic();
|
|
3501
3694
|
init_vue();
|
|
3502
3695
|
init_webassembly();
|
|
3503
3696
|
init_xaml();
|
|
3504
3697
|
init_xml();
|
|
3698
|
+
init_xquery();
|
|
3699
|
+
init_xslt();
|
|
3505
3700
|
init_yaml();
|
|
3506
3701
|
init_zig();
|
|
3507
3702
|
init_zsh();
|
|
@@ -3577,6 +3772,7 @@ var languages = [
|
|
|
3577
3772
|
exports.r,
|
|
3578
3773
|
exports.racket,
|
|
3579
3774
|
exports.razor,
|
|
3775
|
+
exports.rego,
|
|
3580
3776
|
exports.ruby,
|
|
3581
3777
|
exports.rust,
|
|
3582
3778
|
exports.scala,
|
|
@@ -3587,13 +3783,17 @@ var languages = [
|
|
|
3587
3783
|
exports.svelte,
|
|
3588
3784
|
exports.swift,
|
|
3589
3785
|
exports.tcl,
|
|
3786
|
+
exports.tex,
|
|
3590
3787
|
exports.toml,
|
|
3788
|
+
exports.twig,
|
|
3591
3789
|
exports.typescript,
|
|
3592
3790
|
exports.visualBasic,
|
|
3593
3791
|
exports.vue,
|
|
3594
3792
|
exports.webassembly,
|
|
3595
3793
|
exports.xaml,
|
|
3596
3794
|
exports.xml,
|
|
3795
|
+
exports.xquery,
|
|
3796
|
+
exports.xslt,
|
|
3597
3797
|
exports.yaml,
|
|
3598
3798
|
exports.zig,
|
|
3599
3799
|
exports.zsh
|
|
@@ -3736,6 +3936,7 @@ var languageIndex = [
|
|
|
3736
3936
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
3737
3937
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
3738
3938
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
3939
|
+
{ slug: "rego", extensions: [".rego"] },
|
|
3739
3940
|
{
|
|
3740
3941
|
slug: "ruby",
|
|
3741
3942
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
|
|
@@ -3749,13 +3950,17 @@ var languageIndex = [
|
|
|
3749
3950
|
{ slug: "svelte", extensions: [".svelte"] },
|
|
3750
3951
|
{ slug: "swift", extensions: [".swift"] },
|
|
3751
3952
|
{ slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
|
|
3953
|
+
{ slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
|
|
3752
3954
|
{ slug: "toml", extensions: [".toml"] },
|
|
3955
|
+
{ slug: "twig", extensions: [".twig"] },
|
|
3753
3956
|
{ slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
|
|
3754
3957
|
{ slug: "visual-basic", extensions: [".vb"] },
|
|
3755
3958
|
{ slug: "vue", extensions: [".vue"] },
|
|
3756
3959
|
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
3757
3960
|
{ slug: "xaml", extensions: [".xaml", ".baml"] },
|
|
3758
3961
|
{ slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
|
|
3962
|
+
{ slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
|
|
3963
|
+
{ slug: "xslt", extensions: [".xsl", ".xslt"] },
|
|
3759
3964
|
{ slug: "yaml", extensions: [".yaml", ".yml"] },
|
|
3760
3965
|
{ slug: "zig", extensions: [".zig", ".zon"] },
|
|
3761
3966
|
{
|
|
@@ -3835,6 +4040,7 @@ var languageLoaders = {
|
|
|
3835
4040
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
3836
4041
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
3837
4042
|
razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
|
|
4043
|
+
rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
|
|
3838
4044
|
ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
|
|
3839
4045
|
rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
|
|
3840
4046
|
scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
|
|
@@ -3845,13 +4051,17 @@ var languageLoaders = {
|
|
|
3845
4051
|
svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
|
|
3846
4052
|
swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
|
|
3847
4053
|
tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
|
|
4054
|
+
tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
|
|
3848
4055
|
toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
|
|
4056
|
+
twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
|
|
3849
4057
|
typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
|
|
3850
4058
|
"visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
|
|
3851
4059
|
vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
|
|
3852
4060
|
webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
|
|
3853
4061
|
xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
|
|
3854
4062
|
xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
|
|
4063
|
+
xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
|
|
4064
|
+
xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
|
|
3855
4065
|
yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
|
|
3856
4066
|
zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
|
|
3857
4067
|
zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
|
|
@@ -4022,6 +4232,7 @@ init_python();
|
|
|
4022
4232
|
init_r();
|
|
4023
4233
|
init_racket();
|
|
4024
4234
|
init_razor();
|
|
4235
|
+
init_rego();
|
|
4025
4236
|
init_ruby();
|
|
4026
4237
|
init_rust();
|
|
4027
4238
|
init_scala();
|
|
@@ -4033,13 +4244,17 @@ init_svn();
|
|
|
4033
4244
|
init_svelte();
|
|
4034
4245
|
init_swift();
|
|
4035
4246
|
init_tcl();
|
|
4247
|
+
init_tex();
|
|
4036
4248
|
init_toml();
|
|
4249
|
+
init_twig();
|
|
4037
4250
|
init_typescript();
|
|
4038
4251
|
init_visual_basic();
|
|
4039
4252
|
init_vue();
|
|
4040
4253
|
init_webassembly();
|
|
4041
4254
|
init_xaml();
|
|
4042
4255
|
init_xml();
|
|
4256
|
+
init_xquery();
|
|
4257
|
+
init_xslt();
|
|
4043
4258
|
init_yaml();
|
|
4044
4259
|
init_zig();
|
|
4045
4260
|
init_zsh();
|