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.
Files changed (56) hide show
  1. package/README.md +7 -2
  2. package/dist/api.cjs +212 -2
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +135 -0
  5. package/dist/api.d.ts +135 -0
  6. package/dist/api.js +212 -2
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +152 -2
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +152 -2
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +217 -2
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +135 -0
  15. package/dist/index.d.ts +135 -0
  16. package/dist/index.js +218 -3
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/crystal.cjs +1 -1
  19. package/dist/languages/crystal.cjs.map +1 -1
  20. package/dist/languages/crystal.js +1 -1
  21. package/dist/languages/crystal.js.map +1 -1
  22. package/dist/languages/rego.cjs +34 -0
  23. package/dist/languages/rego.cjs.map +1 -0
  24. package/dist/languages/rego.d.cts +29 -0
  25. package/dist/languages/rego.d.ts +29 -0
  26. package/dist/languages/rego.js +32 -0
  27. package/dist/languages/rego.js.map +1 -0
  28. package/dist/languages/tcl.cjs +1 -1
  29. package/dist/languages/tcl.cjs.map +1 -1
  30. package/dist/languages/tcl.js +1 -1
  31. package/dist/languages/tcl.js.map +1 -1
  32. package/dist/languages/tex.cjs +34 -0
  33. package/dist/languages/tex.cjs.map +1 -0
  34. package/dist/languages/tex.d.cts +29 -0
  35. package/dist/languages/tex.d.ts +29 -0
  36. package/dist/languages/tex.js +32 -0
  37. package/dist/languages/tex.js.map +1 -0
  38. package/dist/languages/twig.cjs +34 -0
  39. package/dist/languages/twig.cjs.map +1 -0
  40. package/dist/languages/twig.d.cts +29 -0
  41. package/dist/languages/twig.d.ts +29 -0
  42. package/dist/languages/twig.js +32 -0
  43. package/dist/languages/twig.js.map +1 -0
  44. package/dist/languages/xquery.cjs +34 -0
  45. package/dist/languages/xquery.cjs.map +1 -0
  46. package/dist/languages/xquery.d.cts +29 -0
  47. package/dist/languages/xquery.d.ts +29 -0
  48. package/dist/languages/xquery.js +32 -0
  49. package/dist/languages/xquery.js.map +1 -0
  50. package/dist/languages/xslt.cjs +34 -0
  51. package/dist/languages/xslt.cjs.map +1 -0
  52. package/dist/languages/xslt.d.cts +29 -0
  53. package/dist/languages/xslt.d.ts +29 -0
  54. package/dist/languages/xslt.js +32 -0
  55. package/dist/languages/xslt.js.map +1 -0
  56. package/package.json +26 -1
package/README.md CHANGED
@@ -502,7 +502,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
502
502
  | <img src="https://logo.svgcdn.com/devicon/cobol-original.png" alt="COBOL logo" width="24" height="24"> | COBOL | `cobol` | `.cob`, `.cbl`, `.cobol`, `.cpy` | `ISO/IEC 1989:2023` | `code-languages/cobol` |
503
503
  | <img src="https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg" alt="C++ logo" width="24" height="24"> | C++ | `cpp` | `.cpp`, `.cc`, `.cxx`, `.h`, `.hpp`, `.hh`, `.hxx` | `C++23` | `code-languages/cpp` |
504
504
  | <img src="https://upload.wikimedia.org/wikipedia/commons/b/bd/Logo_C_sharp.svg" alt="C# logo" width="24" height="24"> | C# | `csharp` | `.cs`, `.csx` | `14` | `code-languages/csharp` |
505
- | <img src="https://cdn.simpleicons.org/crystal/000000" alt="Crystal logo" width="24" height="24"> | Crystal | `crystal` | `.cr` | `1.20.1` | `code-languages/crystal` |
505
+ | <img src="https://cdn.simpleicons.org/crystal/000000" alt="Crystal logo" width="24" height="24"> | Crystal | `crystal` | `.cr` | `1.20.2` | `code-languages/crystal` |
506
506
  | <img src="https://upload.wikimedia.org/wikipedia/commons/a/ab/Official_CSS_Logo.svg" alt="CSS logo" width="24" height="24"> | CSS | `css` | `.css` | `Living Standard` | `code-languages/css` |
507
507
  | <img src="https://cdn.simpleicons.org/nvidia/76B900" alt="CUDA logo" width="24" height="24"> | CUDA | `cuda` | `.cu`, `.cuh` | `13.2.1` | `code-languages/cuda` |
508
508
  | <img src="https://cdn.simpleicons.org/d/BA595E" alt="D logo" width="24" height="24"> | D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` |
@@ -555,6 +555,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
555
555
  | <img src="https://www.r-project.org/logo/Rlogo.svg" alt="R logo" width="24" height="24"> | R | `r` | `.r`, `.R`, `.rmd`, `.Rmd`, `.qmd`, `.Rprofile` | `4.6.0` | `code-languages/r` |
556
556
  | <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Racket-logo.svg" alt="Racket logo" width="24" height="24"> | Racket | `racket` | `.rkt`, `.rktd`, `.rktl`, `.scrbl` | `9.1` | `code-languages/racket` |
557
557
  | <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="Razor logo" width="24" height="24"> | Razor | `razor` | `.cshtml`, `.razor` | `10.0.8` | `code-languages/razor` |
558
+ | <img src="https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg" alt="Rego logo" width="24" height="24"> | Rego | `rego` | `.rego` | `OPA 1.15.2` | `code-languages/rego` |
558
559
  | <img src="https://www.ruby-lang.org/images/header-ruby-logo.png" alt="Ruby logo" width="24" height="24"> | Ruby | `ruby` | `.rb`, `.rbw`, `.rake`, `.gemspec`, `Gemfile`, `Rakefile`, `config.ru` | `4.0.4` | `code-languages/ruby` |
559
560
  | <img src="https://www.rust-lang.org/logos/rust-logo-512x512.png" alt="Rust logo" width="24" height="24"> | Rust | `rust` | `.rs` | `1.95.0` | `code-languages/rust` |
560
561
  | <img src="https://cdn.simpleicons.org/scala/DC322F" alt="Scala logo" width="24" height="24"> | Scala | `scala` | `.scala`, `.sc` | `3.8.3` | `code-languages/scala` |
@@ -565,14 +566,18 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
565
566
  | <img src="https://cdn.simpleicons.org/subversion/809CC9" alt="SVN logo" width="24" height="24"> | SVN | `svn` | `.svn`, `svnserve.conf` | `1.14.5` | `code-languages/svn` |
566
567
  | <img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg" alt="Svelte logo" width="24" height="24"> | Svelte | `svelte` | `.svelte` | `5.55.7` | `code-languages/svelte` |
567
568
  | <img src="https://www.swift.org/assets/images/swift.svg" alt="Swift logo" width="24" height="24"> | Swift | `swift` | `.swift` | `6.2.2` | `code-languages/swift` |
568
- | <img src="https://www.tcl-lang.org/images/tcl-logo.png" alt="Tcl/Tk logo" width="24" height="24"> | Tcl/Tk | `tcl` | `.tcl`, `.tm`, `.test` | `9.0.3` | `code-languages/tcl` |
569
+ | <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Tcl.svg" alt="Tcl/Tk logo" width="24" height="24"> | Tcl/Tk | `tcl` | `.tcl`, `.tm`, `.test` | `9.0.3` | `code-languages/tcl` |
570
+ | <img src="https://cdn.simpleicons.org/latex/008080" alt="TeX logo" width="24" height="24"> | TeX | `tex` | `.tex`, `.sty`, `.cls`, `.dtx`, `.ins`, `.ltx` | `TeX Live 2026` | `code-languages/tex` |
569
571
  | <img src="https://cdn.simpleicons.org/toml/9C4221" alt="TOML logo" width="24" height="24"> | TOML | `toml` | `.toml` | `1.1.0` | `code-languages/toml` |
572
+ | <img src="https://twig.symfony.com/images/logo.png" alt="Twig logo" width="24" height="24"> | Twig | `twig` | `.twig` | `3.24.0` | `code-languages/twig` |
570
573
  | <img src="https://www.typescriptlang.org/icons/icon-512x512.png" alt="TypeScript logo" width="24" height="24"> | TypeScript | `typescript` | `.ts`, `.tsx`, `.mts`, `.cts` | `6.0` | `code-languages/typescript` |
571
574
  | <img src="https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg" alt="Visual Basic logo" width="24" height="24"> | Visual Basic | `visual-basic` | `.vb` | `17.13` | `code-languages/visual-basic` |
572
575
  | <img src="https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg" alt="Vue logo" width="24" height="24"> | Vue | `vue` | `.vue` | `3.5.34` | `code-languages/vue` |
573
576
  | <img src="https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg" alt="WebAssembly logo" width="24" height="24"> | WebAssembly | `webassembly` | `.wasm`, `.wat` | `3.0` | `code-languages/webassembly` |
574
577
  | <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="XAML logo" width="24" height="24"> | XAML | `xaml` | `.xaml`, `.baml` | `Platform-specific` | `code-languages/xaml` |
575
578
  | <img src="https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg" alt="XML logo" width="24" height="24"> | XML | `xml` | `.xml`, `.xsd`, `.xsl`, `.xslt` | `XML 1.0 Fifth Edition` | `code-languages/xml` |
579
+ | <img src="https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg" alt="XQuery logo" width="24" height="24"> | XQuery | `xquery` | `.xq`, `.xql`, `.xqm`, `.xquery`, `.xqy` | `XQuery 3.1` | `code-languages/xquery` |
580
+ | <img src="https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg" alt="XSLT logo" width="24" height="24"> | XSLT | `xslt` | `.xsl`, `.xslt` | `XSLT 3.0` | `code-languages/xslt` |
576
581
  | <img src="https://upload.wikimedia.org/wikipedia/commons/5/5a/Official_YAML_Logo.svg" alt="YAML logo" width="24" height="24"> | YAML | `yaml` | `.yaml`, `.yml` | `1.2.2` | `code-languages/yaml` |
577
582
  | <img src="https://cdn.simpleicons.org/zig/F7A41D" alt="Zig logo" width="24" height="24"> | Zig | `zig` | `.zig`, `.zon` | `0.16.0` | `code-languages/zig` |
578
583
  | <img src="https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg" alt="zsh logo" width="24" height="24"> | zsh | `zsh` | `.zsh`, `.zshrc`, `.zprofile`, `.zlogin`, `.zlogout`, `.zshenv` | `5.9` | `code-languages/zsh` |
package/dist/api.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.1",
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: () => rego
2645
+ });
2646
+ var rego;
2647
+ var init_rego = __esm({
2648
+ "src/languages/rego.ts"() {
2649
+ 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://www.tcl-lang.org/images/tcl-logo.png",
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: () => tex
3094
+ });
3095
+ var tex;
3096
+ var init_tex = __esm({
3097
+ "src/languages/tex.ts"() {
3098
+ 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: () => twig
3165
+ });
3166
+ var twig;
3167
+ var init_twig = __esm({
3168
+ "src/languages/twig.ts"() {
3169
+ 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: () => xquery
3425
+ });
3426
+ var xquery;
3427
+ var init_xquery = __esm({
3428
+ "src/languages/xquery.ts"() {
3429
+ 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: () => xslt
3463
+ });
3464
+ var xslt;
3465
+ var init_xslt = __esm({
3466
+ "src/languages/xslt.ts"() {
3467
+ 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
  r,
3578
3773
  racket,
3579
3774
  razor,
3775
+ rego,
3580
3776
  ruby,
3581
3777
  rust,
3582
3778
  scala,
@@ -3587,13 +3783,17 @@ var languages = [
3587
3783
  svelte,
3588
3784
  swift,
3589
3785
  tcl,
3786
+ tex,
3590
3787
  toml,
3788
+ twig,
3591
3789
  typescript,
3592
3790
  visualBasic,
3593
3791
  vue,
3594
3792
  webassembly,
3595
3793
  xaml,
3596
3794
  xml,
3795
+ xquery,
3796
+ xslt,
3597
3797
  yaml,
3598
3798
  zig,
3599
3799
  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)