code-languages 1.9.2 → 1.11.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 (90) hide show
  1. package/README.md +77 -2
  2. package/dist/api.cjs +504 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +318 -0
  5. package/dist/api.d.ts +318 -0
  6. package/dist/api.js +504 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +354 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +354 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +516 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +318 -0
  15. package/dist/index.d.ts +318 -0
  16. package/dist/index.js +517 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/actionscript.cjs +33 -0
  19. package/dist/languages/actionscript.cjs.map +1 -0
  20. package/dist/languages/actionscript.d.cts +28 -0
  21. package/dist/languages/actionscript.d.ts +28 -0
  22. package/dist/languages/actionscript.js +31 -0
  23. package/dist/languages/actionscript.js.map +1 -0
  24. package/dist/languages/crystal.cjs +34 -0
  25. package/dist/languages/crystal.cjs.map +1 -0
  26. package/dist/languages/crystal.d.cts +29 -0
  27. package/dist/languages/crystal.d.ts +29 -0
  28. package/dist/languages/crystal.js +32 -0
  29. package/dist/languages/crystal.js.map +1 -0
  30. package/dist/languages/elm.cjs +34 -0
  31. package/dist/languages/elm.cjs.map +1 -0
  32. package/dist/languages/elm.d.cts +29 -0
  33. package/dist/languages/elm.d.ts +29 -0
  34. package/dist/languages/elm.js +32 -0
  35. package/dist/languages/elm.js.map +1 -0
  36. package/dist/languages/erlang.cjs +34 -0
  37. package/dist/languages/erlang.cjs.map +1 -0
  38. package/dist/languages/erlang.d.cts +29 -0
  39. package/dist/languages/erlang.d.ts +29 -0
  40. package/dist/languages/erlang.js +32 -0
  41. package/dist/languages/erlang.js.map +1 -0
  42. package/dist/languages/fortran.cjs +34 -0
  43. package/dist/languages/fortran.cjs.map +1 -0
  44. package/dist/languages/fortran.d.cts +29 -0
  45. package/dist/languages/fortran.d.ts +29 -0
  46. package/dist/languages/fortran.js +32 -0
  47. package/dist/languages/fortran.js.map +1 -0
  48. package/dist/languages/ini.cjs +32 -0
  49. package/dist/languages/ini.cjs.map +1 -0
  50. package/dist/languages/ini.d.cts +27 -0
  51. package/dist/languages/ini.d.ts +27 -0
  52. package/dist/languages/ini.js +30 -0
  53. package/dist/languages/ini.js.map +1 -0
  54. package/dist/languages/lisp.cjs +34 -0
  55. package/dist/languages/lisp.cjs.map +1 -0
  56. package/dist/languages/lisp.d.cts +29 -0
  57. package/dist/languages/lisp.d.ts +29 -0
  58. package/dist/languages/lisp.js +32 -0
  59. package/dist/languages/lisp.js.map +1 -0
  60. package/dist/languages/meson.cjs +34 -0
  61. package/dist/languages/meson.cjs.map +1 -0
  62. package/dist/languages/meson.d.cts +29 -0
  63. package/dist/languages/meson.d.ts +29 -0
  64. package/dist/languages/meson.js +32 -0
  65. package/dist/languages/meson.js.map +1 -0
  66. package/dist/languages/metal.cjs +33 -0
  67. package/dist/languages/metal.cjs.map +1 -0
  68. package/dist/languages/metal.d.cts +28 -0
  69. package/dist/languages/metal.d.ts +28 -0
  70. package/dist/languages/metal.js +31 -0
  71. package/dist/languages/metal.js.map +1 -0
  72. package/dist/languages/perl.cjs +34 -0
  73. package/dist/languages/perl.cjs.map +1 -0
  74. package/dist/languages/perl.d.cts +29 -0
  75. package/dist/languages/perl.d.ts +29 -0
  76. package/dist/languages/perl.js +32 -0
  77. package/dist/languages/perl.js.map +1 -0
  78. package/dist/languages/svn.cjs +33 -0
  79. package/dist/languages/svn.cjs.map +1 -0
  80. package/dist/languages/svn.d.cts +28 -0
  81. package/dist/languages/svn.d.ts +28 -0
  82. package/dist/languages/svn.js +31 -0
  83. package/dist/languages/svn.js.map +1 -0
  84. package/dist/languages/xaml.cjs +33 -0
  85. package/dist/languages/xaml.cjs.map +1 -0
  86. package/dist/languages/xaml.d.cts +28 -0
  87. package/dist/languages/xaml.d.ts +28 -0
  88. package/dist/languages/xaml.js +31 -0
  89. package/dist/languages/xaml.js.map +1 -0
  90. package/package.json +68 -2
package/dist/api.cjs CHANGED
@@ -47,6 +47,43 @@ var init_abap = __esm({
47
47
  }
48
48
  });
49
49
 
50
+ // src/languages/actionscript.ts
51
+ var actionscript_exports = {};
52
+ __export(actionscript_exports, {
53
+ actionscript: () => actionscript
54
+ });
55
+ var actionscript;
56
+ var init_actionscript = __esm({
57
+ "src/languages/actionscript.ts"() {
58
+ actionscript = {
59
+ slug: "actionscript",
60
+ publishedDate: "1998-01-01",
61
+ extensions: [".as"],
62
+ author: "Gary Grossman / Macromedia",
63
+ website: "https://airsdk.dev/docs/development/actionscript-3.0",
64
+ paradigms: ["event-driven", "imperative", "object-oriented", "scripting"],
65
+ tooling: {
66
+ runtimes: ["Adobe Flash Player", "Adobe AIR", "Apache Royale"],
67
+ ecosystems: ["Flash", "AIR", "Flex", "Legacy Web"]
68
+ },
69
+ version: "3.0",
70
+ logo: "https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png",
71
+ i18n: {
72
+ en: {
73
+ name: "ActionScript",
74
+ description: "An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.",
75
+ longDescription: "ActionScript is an ECMAScript-based scripting language created for interactive content, animation, rich internet applications, and application logic in the Flash platform. ActionScript 3.0 introduced a stronger type system, classes, packages, events, namespaces, and a virtual machine designed for larger applications.\n\nIt is mostly relevant today for maintaining legacy Flash, AIR, and Flex projects, migrating older interactive content, and understanding codebases built around Adobe runtime technologies."
76
+ },
77
+ es: {
78
+ name: "ActionScript",
79
+ description: "Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.",
80
+ longDescription: "ActionScript es un lenguaje de scripting basado en ECMAScript creado para contenido interactivo, animacion, aplicaciones rich internet y logica de aplicaciones en la plataforma Flash. ActionScript 3.0 introdujo un sistema de tipos mas fuerte, clases, paquetes, eventos, namespaces y una maquina virtual disenada para aplicaciones mas grandes.\n\nHoy es relevante principalmente para mantener proyectos legacy de Flash, AIR y Flex, migrar contenido interactivo antiguo y entender codebases construidas alrededor de tecnologias runtime de Adobe."
81
+ }
82
+ }
83
+ };
84
+ }
85
+ });
86
+
50
87
  // src/languages/asp.ts
51
88
  var asp_exports = {};
52
89
  __export(asp_exports, {
@@ -424,6 +461,44 @@ var init_cpp = __esm({
424
461
  }
425
462
  });
426
463
 
464
+ // src/languages/crystal.ts
465
+ var crystal_exports = {};
466
+ __export(crystal_exports, {
467
+ crystal: () => crystal
468
+ });
469
+ var crystal;
470
+ var init_crystal = __esm({
471
+ "src/languages/crystal.ts"() {
472
+ crystal = {
473
+ slug: "crystal",
474
+ publishedDate: "2014-06-18",
475
+ extensions: [".cr"],
476
+ author: "Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors",
477
+ website: "https://crystal-lang.org",
478
+ paradigms: ["object-oriented", "functional", "imperative", "concurrent"],
479
+ tooling: {
480
+ runtimes: ["Crystal"],
481
+ packageManagers: ["Shards"],
482
+ ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
483
+ },
484
+ version: "1.20.1",
485
+ logo: "https://cdn.simpleicons.org/crystal/000000",
486
+ i18n: {
487
+ en: {
488
+ name: "Crystal",
489
+ description: "A compiled, statically typed language with Ruby-inspired syntax and native performance.",
490
+ longDescription: "Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\n\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain."
491
+ },
492
+ es: {
493
+ name: "Crystal",
494
+ description: "Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.",
495
+ longDescription: "Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\n\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado."
496
+ }
497
+ }
498
+ };
499
+ }
500
+ });
501
+
427
502
  // src/languages/csharp.ts
428
503
  var csharp_exports = {};
429
504
  __export(csharp_exports, {
@@ -608,6 +683,120 @@ var init_dockerfile = __esm({
608
683
  }
609
684
  });
610
685
 
686
+ // src/languages/elm.ts
687
+ var elm_exports = {};
688
+ __export(elm_exports, {
689
+ elm: () => elm
690
+ });
691
+ var elm;
692
+ var init_elm = __esm({
693
+ "src/languages/elm.ts"() {
694
+ elm = {
695
+ slug: "elm",
696
+ publishedDate: "2012-03-30",
697
+ extensions: [".elm"],
698
+ author: "Evan Czaplicki",
699
+ website: "https://elm-lang.org",
700
+ paradigms: ["functional", "declarative", "reactive", "statically typed"],
701
+ tooling: {
702
+ runtimes: ["Browser", "JavaScript"],
703
+ packageManagers: ["elm", "npm", "pnpm", "Yarn"],
704
+ ecosystems: ["Web", "Frontend", "Functional Programming"]
705
+ },
706
+ version: "0.19.1",
707
+ logo: "https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg",
708
+ i18n: {
709
+ en: {
710
+ name: "Elm",
711
+ description: "A functional language for reliable web applications that compiles to JavaScript.",
712
+ longDescription: "Elm is a functional programming language designed for building browser applications with strong static types, immutable data, pure functions, pattern matching, and a friendly compiler that emphasizes clear error messages.\n\nIt is used for frontend applications, interactive web interfaces, learning functional programming, and projects that want predictable state updates through The Elm Architecture while compiling to JavaScript."
713
+ },
714
+ es: {
715
+ name: "Elm",
716
+ description: "Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.",
717
+ longDescription: "Elm es un lenguaje de programacion funcional disenado para crear aplicaciones de navegador con tipado estatico fuerte, datos inmutables, funciones puras, pattern matching y un compilador amigable que prioriza mensajes de error claros.\n\nSe usa en aplicaciones frontend, interfaces web interactivas, aprendizaje de programacion funcional y proyectos que buscan actualizaciones de estado predecibles mediante The Elm Architecture mientras compilan a JavaScript."
718
+ }
719
+ }
720
+ };
721
+ }
722
+ });
723
+
724
+ // src/languages/erlang.ts
725
+ var erlang_exports = {};
726
+ __export(erlang_exports, {
727
+ erlang: () => erlang
728
+ });
729
+ var erlang;
730
+ var init_erlang = __esm({
731
+ "src/languages/erlang.ts"() {
732
+ erlang = {
733
+ slug: "erlang",
734
+ publishedDate: "1986-01-01",
735
+ extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"],
736
+ author: "Joe Armstrong, Robert Virding, Mike Williams / Ericsson",
737
+ website: "https://www.erlang.org",
738
+ paradigms: ["concurrent", "distributed", "functional", "message-passing"],
739
+ tooling: {
740
+ runtimes: ["BEAM", "Erlang/OTP"],
741
+ packageManagers: ["rebar3", "Hex"],
742
+ ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
743
+ },
744
+ version: "OTP 29.0",
745
+ logo: "https://cdn.simpleicons.org/erlang/A90533",
746
+ i18n: {
747
+ en: {
748
+ name: "Erlang",
749
+ description: "A concurrent functional language for fault-tolerant, distributed, and highly available systems.",
750
+ longDescription: "Erlang is a functional programming language and runtime system designed for concurrent, distributed, fault-tolerant applications. Erlang/OTP includes the BEAM virtual machine, lightweight processes, message passing, supervisors, applications, releases, and libraries for building resilient systems.\n\nIt is widely used in telecom platforms, messaging systems, databases, real-time services, network infrastructure, IoT, and systems where uptime, hot code upgrades, and fault isolation are central requirements."
751
+ },
752
+ es: {
753
+ name: "Erlang",
754
+ description: "Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.",
755
+ longDescription: "Erlang es un lenguaje de programacion funcional y sistema runtime disenado para aplicaciones concurrentes, distribuidas y tolerantes a fallos. Erlang/OTP incluye la maquina virtual BEAM, procesos ligeros, paso de mensajes, supervisores, aplicaciones, releases y librerias para construir sistemas resilientes.\n\nSe usa ampliamente en plataformas de telecomunicaciones, sistemas de mensajeria, bases de datos, servicios en tiempo real, infraestructura de red, IoT y sistemas donde uptime, hot code upgrades y aislamiento de fallos son requisitos centrales."
756
+ }
757
+ }
758
+ };
759
+ }
760
+ });
761
+
762
+ // src/languages/fortran.ts
763
+ var fortran_exports = {};
764
+ __export(fortran_exports, {
765
+ fortran: () => fortran
766
+ });
767
+ var fortran;
768
+ var init_fortran = __esm({
769
+ "src/languages/fortran.ts"() {
770
+ fortran = {
771
+ slug: "fortran",
772
+ publishedDate: "1957-10-15",
773
+ extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"],
774
+ author: "John Backus / IBM",
775
+ website: "https://fortran-lang.org",
776
+ paradigms: ["array", "imperative", "procedural", "structured"],
777
+ tooling: {
778
+ runtimes: ["Native", "HPC clusters"],
779
+ packageManagers: ["fpm", "Spack"],
780
+ ecosystems: ["Scientific Computing", "HPC", "Numerical Computing", "Engineering"]
781
+ },
782
+ version: "Fortran 2023",
783
+ logo: "https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg",
784
+ i18n: {
785
+ en: {
786
+ name: "Fortran",
787
+ description: "A compiled language for numerical computing, scientific software, and high-performance systems.",
788
+ longDescription: "Fortran is one of the earliest high-level programming languages and remains important for numerical computing, scientific simulation, engineering software, and high-performance computing. Modern Fortran includes modules, array programming, generic interfaces, derived types, coarrays, and interoperability with C.\n\nIt is widely used in climate models, physics simulations, computational chemistry, aerospace, numerical libraries, weather forecasting, and long-lived scientific codebases where performance and stable language standards matter."
789
+ },
790
+ es: {
791
+ name: "Fortran",
792
+ description: "Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.",
793
+ longDescription: "Fortran es uno de los primeros lenguajes de programacion de alto nivel y sigue siendo importante para computacion numerica, simulacion cientifica, software de ingenieria y high-performance computing. Fortran moderno incluye modulos, programacion con arrays, interfaces genericas, tipos derivados, coarrays e interoperabilidad con C.\n\nSe usa ampliamente en modelos climaticos, simulaciones fisicas, quimica computacional, aeroespacial, librerias numericas, prediccion meteorologica y codebases cientificas de larga vida donde importan el rendimiento y estandares estables del lenguaje."
794
+ }
795
+ }
796
+ };
797
+ }
798
+ });
799
+
611
800
  // src/languages/fsharp.ts
612
801
  var fsharp_exports = {};
613
802
  __export(fsharp_exports, {
@@ -868,6 +1057,42 @@ var init_html = __esm({
868
1057
  }
869
1058
  });
870
1059
 
1060
+ // src/languages/ini.ts
1061
+ var ini_exports = {};
1062
+ __export(ini_exports, {
1063
+ ini: () => ini
1064
+ });
1065
+ var ini;
1066
+ var init_ini = __esm({
1067
+ "src/languages/ini.ts"() {
1068
+ ini = {
1069
+ slug: "ini",
1070
+ publishedDate: "1985-01-01",
1071
+ extensions: [".ini"],
1072
+ author: "Microsoft / community conventions",
1073
+ website: "https://en.wikipedia.org/wiki/INI_file",
1074
+ paradigms: ["configuration", "declarative", "key-value"],
1075
+ tooling: {
1076
+ ecosystems: ["Windows", "Configuration", "Desktop Applications", "Legacy Systems"]
1077
+ },
1078
+ version: "Informal format",
1079
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg",
1080
+ i18n: {
1081
+ en: {
1082
+ name: "INI",
1083
+ description: "A simple section-based configuration format built around keys, values, and comments.",
1084
+ longDescription: "INI files store configuration as sections with key-value pairs, usually with comments and implementation-specific parsing rules. The format is intentionally simple and has no single formal standard, so behavior can vary across parsers.\n\nINI-style files are common in Windows applications, legacy desktop software, game configuration, developer tools, and small projects that need readable configuration without a heavier serialization format."
1085
+ },
1086
+ es: {
1087
+ name: "INI",
1088
+ description: "Un formato simple de configuracion por secciones basado en claves, valores y comentarios.",
1089
+ longDescription: "Los archivos INI guardan configuracion como secciones con pares clave-valor, normalmente con comentarios y reglas de parseo especificas de cada implementacion. El formato es intencionalmente simple y no tiene un estandar formal unico, por lo que el comportamiento puede variar entre parsers.\n\nLos archivos estilo INI son comunes en aplicaciones Windows, software de escritorio legacy, configuracion de juegos, herramientas de desarrollo y proyectos pequenos que necesitan configuracion legible sin un formato de serializacion mas pesado."
1090
+ }
1091
+ }
1092
+ };
1093
+ }
1094
+ });
1095
+
871
1096
  // src/languages/java.ts
872
1097
  var java_exports = {};
873
1098
  __export(java_exports, {
@@ -1091,6 +1316,44 @@ var init_less = __esm({
1091
1316
  }
1092
1317
  });
1093
1318
 
1319
+ // src/languages/lisp.ts
1320
+ var lisp_exports = {};
1321
+ __export(lisp_exports, {
1322
+ lisp: () => lisp
1323
+ });
1324
+ var lisp;
1325
+ var init_lisp = __esm({
1326
+ "src/languages/lisp.ts"() {
1327
+ lisp = {
1328
+ slug: "lisp",
1329
+ publishedDate: "1958-01-01",
1330
+ extensions: [".lisp", ".lsp", ".cl", ".asd"],
1331
+ author: "John McCarthy / ANSI X3J13",
1332
+ website: "https://common-lisp.net",
1333
+ paradigms: ["functional", "symbolic", "object-oriented", "metaprogramming", "dynamic"],
1334
+ tooling: {
1335
+ runtimes: ["SBCL", "CCL", "ECL", "CLISP", "LispWorks", "Allegro CL"],
1336
+ packageManagers: ["Quicklisp", "ASDF"],
1337
+ ecosystems: ["Common Lisp", "AI", "Symbolic Computing", "Research", "CLI"]
1338
+ },
1339
+ version: "ANSI INCITS 226-1994",
1340
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg",
1341
+ i18n: {
1342
+ en: {
1343
+ name: "Lisp",
1344
+ description: "A family of programmable, expression-oriented languages best known through Common Lisp.",
1345
+ longDescription: "Lisp is one of the oldest high-level programming language families, built around symbolic expressions, lists, macros, interactive development, dynamic typing, and programmable language syntax. This entry focuses on Common Lisp source files and systems.\n\nCommon Lisp is used for symbolic computation, AI research, compilers, DSLs, expert systems, automation, long-lived server applications, developer tools, and exploratory programming where macros and interactive workflows are central."
1346
+ },
1347
+ es: {
1348
+ name: "Lisp",
1349
+ description: "Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.",
1350
+ longDescription: "Lisp es una de las familias de lenguajes de alto nivel mas antiguas, basada en expresiones simbolicas, listas, macros, desarrollo interactivo, tipado dinamico y sintaxis programable. Esta entrada se enfoca en archivos fuente y sistemas de Common Lisp.\n\nCommon Lisp se usa en computacion simbolica, investigacion de IA, compiladores, DSLs, sistemas expertos, automatizacion, aplicaciones de servidor longevas, herramientas de desarrollo y programacion exploratoria donde las macros y los flujos interactivos son centrales."
1351
+ }
1352
+ }
1353
+ };
1354
+ }
1355
+ });
1356
+
1094
1357
  // src/languages/lua.ts
1095
1358
  var lua_exports = {};
1096
1359
  __export(lua_exports, {
@@ -1237,6 +1500,81 @@ var init_matlab = __esm({
1237
1500
  }
1238
1501
  });
1239
1502
 
1503
+ // src/languages/meson.ts
1504
+ var meson_exports = {};
1505
+ __export(meson_exports, {
1506
+ meson: () => meson
1507
+ });
1508
+ var meson;
1509
+ var init_meson = __esm({
1510
+ "src/languages/meson.ts"() {
1511
+ meson = {
1512
+ slug: "meson",
1513
+ publishedDate: "2013-01-01",
1514
+ extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"],
1515
+ author: "Jussi Pakkanen / Meson contributors",
1516
+ website: "https://mesonbuild.com",
1517
+ paradigms: ["build-automation", "declarative", "configuration", "domain-specific"],
1518
+ tooling: {
1519
+ runtimes: ["Meson"],
1520
+ packageManagers: ["WrapDB"],
1521
+ ecosystems: ["C", "C++", "GNOME", "Linux", "Cross-platform Builds"]
1522
+ },
1523
+ version: "1.11.1",
1524
+ logo: "https://raw.githubusercontent.com/mesonbuild/meson/master/graphics/meson_logo.svg",
1525
+ i18n: {
1526
+ en: {
1527
+ name: "Meson",
1528
+ description: "A fast, user-friendly build system DSL used to describe cross-platform native builds.",
1529
+ longDescription: "Meson build files describe projects, targets, dependencies, compiler options, tests, install rules, subprojects, and cross-compilation settings using a readable non-Turing-complete DSL.\n\nIt is commonly used with Ninja for C, C++, C#, D, Fortran, Java, Rust, GNOME, Linux desktop, system software, native libraries, and projects that need fast incremental builds with clear build definitions."
1530
+ },
1531
+ es: {
1532
+ name: "Meson",
1533
+ description: "Un DSL de build rapido y amigable usado para describir builds nativos multiplataforma.",
1534
+ longDescription: "Los archivos Meson describen proyectos, targets, dependencias, opciones de compilador, tests, reglas de instalacion, subproyectos y configuracion de cross-compilation usando un DSL legible y no Turing-completo.\n\nSe usa comunmente con Ninja para C, C++, C#, D, Fortran, Java, Rust, GNOME, escritorio Linux, software de sistema, librerias nativas y proyectos que necesitan builds incrementales rapidos con definiciones claras."
1535
+ }
1536
+ }
1537
+ };
1538
+ }
1539
+ });
1540
+
1541
+ // src/languages/metal.ts
1542
+ var metal_exports = {};
1543
+ __export(metal_exports, {
1544
+ metal: () => metal
1545
+ });
1546
+ var metal;
1547
+ var init_metal = __esm({
1548
+ "src/languages/metal.ts"() {
1549
+ metal = {
1550
+ slug: "metal",
1551
+ publishedDate: "2014-06-02",
1552
+ extensions: [".metal"],
1553
+ author: "Apple Inc.",
1554
+ website: "https://developer.apple.com/metal/",
1555
+ paradigms: ["gpu-programming", "graphics", "compute", "shading"],
1556
+ tooling: {
1557
+ runtimes: ["Metal"],
1558
+ ecosystems: ["Apple Platforms", "iOS", "iPadOS", "macOS", "visionOS", "tvOS"]
1559
+ },
1560
+ version: "Metal 4",
1561
+ logo: "https://developer.apple.com/assets/elements/icons/metal/metal-256x256_2x.png",
1562
+ i18n: {
1563
+ en: {
1564
+ name: "Metal",
1565
+ description: "Apple's graphics and compute shading language for high-performance GPU programming.",
1566
+ longDescription: "Metal is Apple's low-level graphics and compute technology, paired with the Metal Shading Language for writing GPU kernels, vertex functions, fragment functions, mesh shaders, ray tracing workloads, and machine learning or media processing pipelines.\n\nIt is used across Apple platforms for games, rendering engines, compute-heavy apps, real-time graphics, image processing, video tools, scientific workloads, and performance-sensitive native applications that need direct access to Apple GPU capabilities."
1567
+ },
1568
+ es: {
1569
+ name: "Metal",
1570
+ description: "El lenguaje y API de Apple para graficos y computo de alto rendimiento en GPU.",
1571
+ longDescription: "Metal es la tecnologia de bajo nivel de Apple para graficos y computo, junto con Metal Shading Language para escribir kernels de GPU, funciones de vertices, funciones de fragmentos, mesh shaders, cargas de ray tracing y pipelines de machine learning o procesamiento multimedia.\n\nSe usa en plataformas Apple para juegos, motores de render, apps con computo intensivo, graficos en tiempo real, procesamiento de imagen, herramientas de video, cargas cientificas y aplicaciones nativas sensibles al rendimiento que necesitan acceso directo a capacidades de GPU de Apple."
1572
+ }
1573
+ }
1574
+ };
1575
+ }
1576
+ });
1577
+
1240
1578
  // src/languages/nginx.ts
1241
1579
  var nginx_exports = {};
1242
1580
  __export(nginx_exports, {
@@ -1350,6 +1688,44 @@ var init_pascal = __esm({
1350
1688
  }
1351
1689
  });
1352
1690
 
1691
+ // src/languages/perl.ts
1692
+ var perl_exports = {};
1693
+ __export(perl_exports, {
1694
+ perl: () => perl
1695
+ });
1696
+ var perl;
1697
+ var init_perl = __esm({
1698
+ "src/languages/perl.ts"() {
1699
+ perl = {
1700
+ slug: "perl",
1701
+ publishedDate: "1987-12-18",
1702
+ extensions: [".pl", ".pm", ".pod", ".t", ".psgi"],
1703
+ author: "Larry Wall",
1704
+ website: "https://www.perl.org",
1705
+ paradigms: ["functional", "imperative", "object-oriented", "procedural", "scripting"],
1706
+ tooling: {
1707
+ runtimes: ["Perl interpreter", "mod_perl", "PSGI/Plack"],
1708
+ packageManagers: ["CPAN", "cpanm", "Carton"],
1709
+ ecosystems: ["Unix", "Web", "Text Processing", "System Administration", "Bioinformatics"]
1710
+ },
1711
+ version: "5.42.2",
1712
+ logo: "https://cdn.simpleicons.org/perl/39457E",
1713
+ i18n: {
1714
+ en: {
1715
+ name: "Perl",
1716
+ description: "A flexible scripting language for text processing, automation, web systems, and CPAN modules.",
1717
+ longDescription: "Perl is a high-level scripting language created by Larry Wall, known for practical text processing, regular expressions, system scripting, dynamic typing, CPAN, and a strong culture of reusable modules. Perl 5 remains the main production language in the Perl family.\n\nIt is used for Unix automation, log processing, legacy web applications, bioinformatics, data munging, release tooling, network services, and long-lived operational scripts where expressive text handling and mature libraries matter."
1718
+ },
1719
+ es: {
1720
+ name: "Perl",
1721
+ description: "Un lenguaje de scripting flexible para procesamiento de texto, automatizacion, web y modulos CPAN.",
1722
+ longDescription: "Perl es un lenguaje de scripting de alto nivel creado por Larry Wall, conocido por el procesamiento practico de texto, expresiones regulares, scripting de sistemas, tipado dinamico, CPAN y una cultura fuerte de modulos reutilizables. Perl 5 sigue siendo el lenguaje principal de produccion dentro de la familia Perl.\n\nSe usa en automatizacion Unix, procesamiento de logs, aplicaciones web legacy, bioinformatica, transformacion de datos, tooling de releases, servicios de red y scripts operacionales de larga vida donde importan el manejo expresivo de texto y librerias maduras."
1723
+ }
1724
+ }
1725
+ };
1726
+ }
1727
+ });
1728
+
1353
1729
  // src/languages/php.ts
1354
1730
  var php_exports = {};
1355
1731
  __export(php_exports, {
@@ -1800,6 +2176,43 @@ var init_svg = __esm({
1800
2176
  }
1801
2177
  });
1802
2178
 
2179
+ // src/languages/svn.ts
2180
+ var svn_exports = {};
2181
+ __export(svn_exports, {
2182
+ svn: () => svn
2183
+ });
2184
+ var svn;
2185
+ var init_svn = __esm({
2186
+ "src/languages/svn.ts"() {
2187
+ svn = {
2188
+ slug: "svn",
2189
+ publishedDate: "2000-10-20",
2190
+ extensions: [".svn", "svnserve.conf"],
2191
+ author: "CollabNet / Apache Software Foundation",
2192
+ website: "https://subversion.apache.org",
2193
+ paradigms: ["configuration", "version-control", "centralized-version-control"],
2194
+ tooling: {
2195
+ runtimes: ["Apache Subversion", "svnserve", "Apache HTTP Server"],
2196
+ ecosystems: ["Version Control", "Source Control", "DevOps", "Enterprise"]
2197
+ },
2198
+ version: "1.14.5",
2199
+ logo: "https://cdn.simpleicons.org/subversion/809CC9",
2200
+ i18n: {
2201
+ en: {
2202
+ name: "SVN",
2203
+ description: "Metadata and configuration files used by Apache Subversion repositories and clients.",
2204
+ longDescription: "SVN, Apache Subversion, is a centralized version control system with repository metadata, working-copy directories, ignore properties, server configuration, hooks, branches, tags, and revision history managed through Subversion tooling.\n\nIt is used in legacy and enterprise codebases, centralized source-control workflows, release management, document repositories, and projects that rely on Apache Subversion servers or clients."
2205
+ },
2206
+ es: {
2207
+ name: "SVN",
2208
+ description: "Archivos de metadata y configuracion usados por repositorios y clientes Apache Subversion.",
2209
+ longDescription: "SVN, Apache Subversion, es un sistema de control de versiones centralizado con metadata de repositorio, directorios de working copy, propiedades de ignore, configuracion de servidor, hooks, branches, tags e historial de revisiones gestionados mediante herramientas Subversion.\n\nSe usa en codebases legacy y empresariales, flujos centralizados de control de codigo, gestion de releases, repositorios de documentos y proyectos que dependen de servidores o clientes Apache Subversion."
2210
+ }
2211
+ }
2212
+ };
2213
+ }
2214
+ });
2215
+
1803
2216
  // src/languages/swift.ts
1804
2217
  var swift_exports = {};
1805
2218
  __export(swift_exports, {
@@ -2023,6 +2436,43 @@ var init_webassembly = __esm({
2023
2436
  }
2024
2437
  });
2025
2438
 
2439
+ // src/languages/xaml.ts
2440
+ var xaml_exports = {};
2441
+ __export(xaml_exports, {
2442
+ xaml: () => xaml
2443
+ });
2444
+ var xaml;
2445
+ var init_xaml = __esm({
2446
+ "src/languages/xaml.ts"() {
2447
+ xaml = {
2448
+ slug: "xaml",
2449
+ publishedDate: "2006-11-21",
2450
+ extensions: [".xaml", ".baml"],
2451
+ author: "Microsoft",
2452
+ website: "https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/xaml-overview",
2453
+ paradigms: ["declarative", "markup", "object-graph", "ui"],
2454
+ tooling: {
2455
+ runtimes: ["WPF", "WinUI", "UWP XAML", ".NET MAUI", "Avalonia"],
2456
+ ecosystems: ["Windows", ".NET", "Desktop Applications", "Mobile Applications", "UI"]
2457
+ },
2458
+ version: "Platform-specific",
2459
+ logo: "https://cdn.simpleicons.org/dotnet/512BD4",
2460
+ i18n: {
2461
+ en: {
2462
+ name: "XAML",
2463
+ description: "A declarative XML-based language for defining object graphs and application user interfaces.",
2464
+ longDescription: "XAML, Extensible Application Markup Language, is a declarative XML-based language used to instantiate objects, set properties, declare resources, bind data, and compose user interfaces.\n\nIt is used across Microsoft and .NET UI stacks such as WPF, UWP, WinUI, and .NET MAUI, as well as XAML-inspired frameworks like Avalonia. XAML files commonly define pages, windows, controls, styles, templates, animations, resources, and visual states."
2465
+ },
2466
+ es: {
2467
+ name: "XAML",
2468
+ description: "Un lenguaje declarativo basado en XML para definir grafos de objetos e interfaces de usuario.",
2469
+ longDescription: "XAML, Extensible Application Markup Language, es un lenguaje declarativo basado en XML usado para instanciar objetos, definir propiedades, declarar recursos, enlazar datos y componer interfaces de usuario.\n\nSe usa en stacks de UI de Microsoft y .NET como WPF, UWP, WinUI y .NET MAUI, ademas de frameworks inspirados en XAML como Avalonia. Los archivos XAML suelen definir paginas, ventanas, controles, estilos, templates, animaciones, recursos y estados visuales."
2470
+ }
2471
+ }
2472
+ };
2473
+ }
2474
+ });
2475
+
2026
2476
  // src/languages/xml.ts
2027
2477
  var xml_exports = {};
2028
2478
  __export(xml_exports, {
@@ -2167,6 +2617,7 @@ var init_zsh = __esm({
2167
2617
 
2168
2618
  // src/catalog.ts
2169
2619
  init_abap();
2620
+ init_actionscript();
2170
2621
  init_asp();
2171
2622
  init_assembly();
2172
2623
  init_astro();
@@ -2177,11 +2628,15 @@ init_cmake();
2177
2628
  init_cobol();
2178
2629
  init_coffeescript();
2179
2630
  init_cpp();
2631
+ init_crystal();
2180
2632
  init_csharp();
2181
2633
  init_css();
2182
2634
  init_cuda();
2183
2635
  init_dart();
2184
2636
  init_dockerfile();
2637
+ init_elm();
2638
+ init_erlang();
2639
+ init_fortran();
2185
2640
  init_fsharp();
2186
2641
  init_git();
2187
2642
  init_go();
@@ -2189,19 +2644,24 @@ init_gradle();
2189
2644
  init_graphql();
2190
2645
  init_groovy();
2191
2646
  init_html();
2647
+ init_ini();
2192
2648
  init_java();
2193
2649
  init_javascript();
2194
2650
  init_json();
2195
2651
  init_julia();
2196
2652
  init_kotlin();
2197
2653
  init_less();
2654
+ init_lisp();
2198
2655
  init_lua();
2199
2656
  init_makefile();
2200
2657
  init_markdown();
2201
2658
  init_matlab();
2659
+ init_meson();
2660
+ init_metal();
2202
2661
  init_nginx();
2203
2662
  init_objective_c();
2204
2663
  init_pascal();
2664
+ init_perl();
2205
2665
  init_php();
2206
2666
  init_powershell();
2207
2667
  init_pug();
@@ -2214,18 +2674,21 @@ init_scss();
2214
2674
  init_sql();
2215
2675
  init_svelte();
2216
2676
  init_svg();
2677
+ init_svn();
2217
2678
  init_swift();
2218
2679
  init_toml();
2219
2680
  init_typescript();
2220
2681
  init_visual_basic();
2221
2682
  init_vue();
2222
2683
  init_webassembly();
2684
+ init_xaml();
2223
2685
  init_xml();
2224
2686
  init_yaml();
2225
2687
  init_zig();
2226
2688
  init_zsh();
2227
2689
  var languages = [
2228
2690
  abap,
2691
+ actionscript,
2229
2692
  asp,
2230
2693
  astro,
2231
2694
  assembly,
@@ -2237,10 +2700,14 @@ var languages = [
2237
2700
  cobol,
2238
2701
  cpp,
2239
2702
  csharp,
2703
+ crystal,
2240
2704
  css,
2241
2705
  cuda,
2242
2706
  dart,
2243
2707
  dockerfile,
2708
+ elm,
2709
+ erlang,
2710
+ fortran,
2244
2711
  fsharp,
2245
2712
  git,
2246
2713
  go,
@@ -2248,19 +2715,25 @@ var languages = [
2248
2715
  graphql,
2249
2716
  groovy,
2250
2717
  html,
2718
+ ini,
2251
2719
  java,
2252
2720
  javascript,
2253
2721
  json,
2254
2722
  julia,
2255
2723
  kotlin,
2256
2724
  less,
2725
+ lisp,
2257
2726
  lua,
2258
2727
  makefile,
2259
2728
  matlab,
2260
2729
  markdown,
2730
+ meson,
2731
+ metal,
2732
+ svn,
2261
2733
  nginx,
2262
2734
  objectiveC,
2263
2735
  pascal,
2736
+ perl,
2264
2737
  php,
2265
2738
  powershell,
2266
2739
  pug,
@@ -2279,6 +2752,7 @@ var languages = [
2279
2752
  visualBasic,
2280
2753
  vue,
2281
2754
  webassembly,
2755
+ xaml,
2282
2756
  xml,
2283
2757
  yaml,
2284
2758
  zig,
@@ -2340,6 +2814,7 @@ var resolveLocale = (translations, locale) => {
2340
2814
  // src/language-registry.ts
2341
2815
  var languageIndex = [
2342
2816
  { slug: "abap", extensions: [".abap"] },
2817
+ { slug: "actionscript", extensions: [".as"] },
2343
2818
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
2344
2819
  { slug: "astro", extensions: [".astro"] },
2345
2820
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
@@ -2354,10 +2829,20 @@ var languageIndex = [
2354
2829
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
2355
2830
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
2356
2831
  { slug: "csharp", extensions: [".cs", ".csx"] },
2832
+ { slug: "crystal", extensions: [".cr"] },
2357
2833
  { slug: "css", extensions: [".css"] },
2358
2834
  { slug: "cuda", extensions: [".cu", ".cuh"] },
2359
2835
  { slug: "dart", extensions: [".dart"] },
2360
2836
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
2837
+ { slug: "elm", extensions: [".elm"] },
2838
+ {
2839
+ slug: "erlang",
2840
+ extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
2841
+ },
2842
+ {
2843
+ slug: "fortran",
2844
+ extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
2845
+ },
2361
2846
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
2362
2847
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
2363
2848
  { slug: "go", extensions: [".go"] },
@@ -2365,19 +2850,25 @@ var languageIndex = [
2365
2850
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
2366
2851
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
2367
2852
  { slug: "html", extensions: [".html", ".htm"] },
2853
+ { slug: "ini", extensions: [".ini"] },
2368
2854
  { slug: "java", extensions: [".java"] },
2369
2855
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
2370
2856
  { slug: "json", extensions: [".json"] },
2371
2857
  { slug: "julia", extensions: [".jl"] },
2372
2858
  { slug: "kotlin", extensions: [".kt", ".kts"] },
2373
2859
  { slug: "less", extensions: [".less"] },
2860
+ { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
2374
2861
  { slug: "lua", extensions: [".lua", ".rockspec"] },
2375
2862
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
2376
2863
  { slug: "matlab", extensions: [".m", ".mlx"] },
2377
2864
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
2865
+ { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
2866
+ { slug: "metal", extensions: [".metal"] },
2867
+ { slug: "svn", extensions: [".svn", "svnserve.conf"] },
2378
2868
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
2379
2869
  { slug: "objective-c", extensions: [".m", ".mm"] },
2380
2870
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
2871
+ { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
2381
2872
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
2382
2873
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
2383
2874
  { slug: "pug", extensions: [".pug", ".jade"] },
@@ -2399,6 +2890,7 @@ var languageIndex = [
2399
2890
  { slug: "visual-basic", extensions: [".vb"] },
2400
2891
  { slug: "vue", extensions: [".vue"] },
2401
2892
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
2893
+ { slug: "xaml", extensions: [".xaml", ".baml"] },
2402
2894
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
2403
2895
  { slug: "yaml", extensions: [".yaml", ".yml"] },
2404
2896
  { slug: "zig", extensions: [".zig", ".zon"] },
@@ -2409,6 +2901,7 @@ var languageIndex = [
2409
2901
  ];
2410
2902
  var languageLoaders = {
2411
2903
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
2904
+ actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
2412
2905
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
2413
2906
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
2414
2907
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
@@ -2420,10 +2913,14 @@ var languageLoaders = {
2420
2913
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
2421
2914
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
2422
2915
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
2916
+ crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
2423
2917
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
2424
2918
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
2425
2919
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
2426
2920
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
2921
+ elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
2922
+ erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
2923
+ fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
2427
2924
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
2428
2925
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
2429
2926
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -2431,19 +2928,25 @@ var languageLoaders = {
2431
2928
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
2432
2929
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
2433
2930
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
2931
+ ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
2434
2932
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
2435
2933
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
2436
2934
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
2437
2935
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
2438
2936
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
2439
2937
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
2938
+ lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
2440
2939
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
2441
2940
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
2442
2941
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
2443
2942
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
2943
+ meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
2944
+ metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
2945
+ svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
2444
2946
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
2445
2947
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
2446
2948
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
2949
+ perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
2447
2950
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
2448
2951
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
2449
2952
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
@@ -2462,6 +2965,7 @@ var languageLoaders = {
2462
2965
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
2463
2966
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
2464
2967
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
2968
+ xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
2465
2969
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
2466
2970
  yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
2467
2971
  zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),