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/index.js CHANGED
@@ -45,6 +45,43 @@ var init_abap = __esm({
45
45
  }
46
46
  });
47
47
 
48
+ // src/languages/actionscript.ts
49
+ var actionscript_exports = {};
50
+ __export(actionscript_exports, {
51
+ actionscript: () => actionscript
52
+ });
53
+ var actionscript;
54
+ var init_actionscript = __esm({
55
+ "src/languages/actionscript.ts"() {
56
+ actionscript = {
57
+ slug: "actionscript",
58
+ publishedDate: "1998-01-01",
59
+ extensions: [".as"],
60
+ author: "Gary Grossman / Macromedia",
61
+ website: "https://airsdk.dev/docs/development/actionscript-3.0",
62
+ paradigms: ["event-driven", "imperative", "object-oriented", "scripting"],
63
+ tooling: {
64
+ runtimes: ["Adobe Flash Player", "Adobe AIR", "Apache Royale"],
65
+ ecosystems: ["Flash", "AIR", "Flex", "Legacy Web"]
66
+ },
67
+ version: "3.0",
68
+ logo: "https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png",
69
+ i18n: {
70
+ en: {
71
+ name: "ActionScript",
72
+ description: "An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.",
73
+ 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."
74
+ },
75
+ es: {
76
+ name: "ActionScript",
77
+ description: "Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.",
78
+ 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."
79
+ }
80
+ }
81
+ };
82
+ }
83
+ });
84
+
48
85
  // src/languages/asp.ts
49
86
  var asp_exports = {};
50
87
  __export(asp_exports, {
@@ -422,6 +459,44 @@ var init_cpp = __esm({
422
459
  }
423
460
  });
424
461
 
462
+ // src/languages/crystal.ts
463
+ var crystal_exports = {};
464
+ __export(crystal_exports, {
465
+ crystal: () => crystal
466
+ });
467
+ var crystal;
468
+ var init_crystal = __esm({
469
+ "src/languages/crystal.ts"() {
470
+ crystal = {
471
+ slug: "crystal",
472
+ publishedDate: "2014-06-18",
473
+ extensions: [".cr"],
474
+ author: "Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors",
475
+ website: "https://crystal-lang.org",
476
+ paradigms: ["object-oriented", "functional", "imperative", "concurrent"],
477
+ tooling: {
478
+ runtimes: ["Crystal"],
479
+ packageManagers: ["Shards"],
480
+ ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
481
+ },
482
+ version: "1.20.1",
483
+ logo: "https://cdn.simpleicons.org/crystal/000000",
484
+ i18n: {
485
+ en: {
486
+ name: "Crystal",
487
+ description: "A compiled, statically typed language with Ruby-inspired syntax and native performance.",
488
+ 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."
489
+ },
490
+ es: {
491
+ name: "Crystal",
492
+ description: "Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.",
493
+ 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."
494
+ }
495
+ }
496
+ };
497
+ }
498
+ });
499
+
425
500
  // src/languages/csharp.ts
426
501
  var csharp_exports = {};
427
502
  __export(csharp_exports, {
@@ -606,6 +681,120 @@ var init_dockerfile = __esm({
606
681
  }
607
682
  });
608
683
 
684
+ // src/languages/elm.ts
685
+ var elm_exports = {};
686
+ __export(elm_exports, {
687
+ elm: () => elm
688
+ });
689
+ var elm;
690
+ var init_elm = __esm({
691
+ "src/languages/elm.ts"() {
692
+ elm = {
693
+ slug: "elm",
694
+ publishedDate: "2012-03-30",
695
+ extensions: [".elm"],
696
+ author: "Evan Czaplicki",
697
+ website: "https://elm-lang.org",
698
+ paradigms: ["functional", "declarative", "reactive", "statically typed"],
699
+ tooling: {
700
+ runtimes: ["Browser", "JavaScript"],
701
+ packageManagers: ["elm", "npm", "pnpm", "Yarn"],
702
+ ecosystems: ["Web", "Frontend", "Functional Programming"]
703
+ },
704
+ version: "0.19.1",
705
+ logo: "https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg",
706
+ i18n: {
707
+ en: {
708
+ name: "Elm",
709
+ description: "A functional language for reliable web applications that compiles to JavaScript.",
710
+ 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."
711
+ },
712
+ es: {
713
+ name: "Elm",
714
+ description: "Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.",
715
+ 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."
716
+ }
717
+ }
718
+ };
719
+ }
720
+ });
721
+
722
+ // src/languages/erlang.ts
723
+ var erlang_exports = {};
724
+ __export(erlang_exports, {
725
+ erlang: () => erlang
726
+ });
727
+ var erlang;
728
+ var init_erlang = __esm({
729
+ "src/languages/erlang.ts"() {
730
+ erlang = {
731
+ slug: "erlang",
732
+ publishedDate: "1986-01-01",
733
+ extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"],
734
+ author: "Joe Armstrong, Robert Virding, Mike Williams / Ericsson",
735
+ website: "https://www.erlang.org",
736
+ paradigms: ["concurrent", "distributed", "functional", "message-passing"],
737
+ tooling: {
738
+ runtimes: ["BEAM", "Erlang/OTP"],
739
+ packageManagers: ["rebar3", "Hex"],
740
+ ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
741
+ },
742
+ version: "OTP 29.0",
743
+ logo: "https://cdn.simpleicons.org/erlang/A90533",
744
+ i18n: {
745
+ en: {
746
+ name: "Erlang",
747
+ description: "A concurrent functional language for fault-tolerant, distributed, and highly available systems.",
748
+ 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."
749
+ },
750
+ es: {
751
+ name: "Erlang",
752
+ description: "Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.",
753
+ 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."
754
+ }
755
+ }
756
+ };
757
+ }
758
+ });
759
+
760
+ // src/languages/fortran.ts
761
+ var fortran_exports = {};
762
+ __export(fortran_exports, {
763
+ fortran: () => fortran
764
+ });
765
+ var fortran;
766
+ var init_fortran = __esm({
767
+ "src/languages/fortran.ts"() {
768
+ fortran = {
769
+ slug: "fortran",
770
+ publishedDate: "1957-10-15",
771
+ extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"],
772
+ author: "John Backus / IBM",
773
+ website: "https://fortran-lang.org",
774
+ paradigms: ["array", "imperative", "procedural", "structured"],
775
+ tooling: {
776
+ runtimes: ["Native", "HPC clusters"],
777
+ packageManagers: ["fpm", "Spack"],
778
+ ecosystems: ["Scientific Computing", "HPC", "Numerical Computing", "Engineering"]
779
+ },
780
+ version: "Fortran 2023",
781
+ logo: "https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg",
782
+ i18n: {
783
+ en: {
784
+ name: "Fortran",
785
+ description: "A compiled language for numerical computing, scientific software, and high-performance systems.",
786
+ 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."
787
+ },
788
+ es: {
789
+ name: "Fortran",
790
+ description: "Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.",
791
+ 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."
792
+ }
793
+ }
794
+ };
795
+ }
796
+ });
797
+
609
798
  // src/languages/fsharp.ts
610
799
  var fsharp_exports = {};
611
800
  __export(fsharp_exports, {
@@ -866,6 +1055,42 @@ var init_html = __esm({
866
1055
  }
867
1056
  });
868
1057
 
1058
+ // src/languages/ini.ts
1059
+ var ini_exports = {};
1060
+ __export(ini_exports, {
1061
+ ini: () => ini
1062
+ });
1063
+ var ini;
1064
+ var init_ini = __esm({
1065
+ "src/languages/ini.ts"() {
1066
+ ini = {
1067
+ slug: "ini",
1068
+ publishedDate: "1985-01-01",
1069
+ extensions: [".ini"],
1070
+ author: "Microsoft / community conventions",
1071
+ website: "https://en.wikipedia.org/wiki/INI_file",
1072
+ paradigms: ["configuration", "declarative", "key-value"],
1073
+ tooling: {
1074
+ ecosystems: ["Windows", "Configuration", "Desktop Applications", "Legacy Systems"]
1075
+ },
1076
+ version: "Informal format",
1077
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg",
1078
+ i18n: {
1079
+ en: {
1080
+ name: "INI",
1081
+ description: "A simple section-based configuration format built around keys, values, and comments.",
1082
+ 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."
1083
+ },
1084
+ es: {
1085
+ name: "INI",
1086
+ description: "Un formato simple de configuracion por secciones basado en claves, valores y comentarios.",
1087
+ 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."
1088
+ }
1089
+ }
1090
+ };
1091
+ }
1092
+ });
1093
+
869
1094
  // src/languages/java.ts
870
1095
  var java_exports = {};
871
1096
  __export(java_exports, {
@@ -1089,6 +1314,44 @@ var init_less = __esm({
1089
1314
  }
1090
1315
  });
1091
1316
 
1317
+ // src/languages/lisp.ts
1318
+ var lisp_exports = {};
1319
+ __export(lisp_exports, {
1320
+ lisp: () => lisp
1321
+ });
1322
+ var lisp;
1323
+ var init_lisp = __esm({
1324
+ "src/languages/lisp.ts"() {
1325
+ lisp = {
1326
+ slug: "lisp",
1327
+ publishedDate: "1958-01-01",
1328
+ extensions: [".lisp", ".lsp", ".cl", ".asd"],
1329
+ author: "John McCarthy / ANSI X3J13",
1330
+ website: "https://common-lisp.net",
1331
+ paradigms: ["functional", "symbolic", "object-oriented", "metaprogramming", "dynamic"],
1332
+ tooling: {
1333
+ runtimes: ["SBCL", "CCL", "ECL", "CLISP", "LispWorks", "Allegro CL"],
1334
+ packageManagers: ["Quicklisp", "ASDF"],
1335
+ ecosystems: ["Common Lisp", "AI", "Symbolic Computing", "Research", "CLI"]
1336
+ },
1337
+ version: "ANSI INCITS 226-1994",
1338
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg",
1339
+ i18n: {
1340
+ en: {
1341
+ name: "Lisp",
1342
+ description: "A family of programmable, expression-oriented languages best known through Common Lisp.",
1343
+ 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."
1344
+ },
1345
+ es: {
1346
+ name: "Lisp",
1347
+ description: "Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.",
1348
+ 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."
1349
+ }
1350
+ }
1351
+ };
1352
+ }
1353
+ });
1354
+
1092
1355
  // src/languages/lua.ts
1093
1356
  var lua_exports = {};
1094
1357
  __export(lua_exports, {
@@ -1235,6 +1498,81 @@ var init_matlab = __esm({
1235
1498
  }
1236
1499
  });
1237
1500
 
1501
+ // src/languages/meson.ts
1502
+ var meson_exports = {};
1503
+ __export(meson_exports, {
1504
+ meson: () => meson
1505
+ });
1506
+ var meson;
1507
+ var init_meson = __esm({
1508
+ "src/languages/meson.ts"() {
1509
+ meson = {
1510
+ slug: "meson",
1511
+ publishedDate: "2013-01-01",
1512
+ extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"],
1513
+ author: "Jussi Pakkanen / Meson contributors",
1514
+ website: "https://mesonbuild.com",
1515
+ paradigms: ["build-automation", "declarative", "configuration", "domain-specific"],
1516
+ tooling: {
1517
+ runtimes: ["Meson"],
1518
+ packageManagers: ["WrapDB"],
1519
+ ecosystems: ["C", "C++", "GNOME", "Linux", "Cross-platform Builds"]
1520
+ },
1521
+ version: "1.11.1",
1522
+ logo: "https://raw.githubusercontent.com/mesonbuild/meson/master/graphics/meson_logo.svg",
1523
+ i18n: {
1524
+ en: {
1525
+ name: "Meson",
1526
+ description: "A fast, user-friendly build system DSL used to describe cross-platform native builds.",
1527
+ 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."
1528
+ },
1529
+ es: {
1530
+ name: "Meson",
1531
+ description: "Un DSL de build rapido y amigable usado para describir builds nativos multiplataforma.",
1532
+ 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."
1533
+ }
1534
+ }
1535
+ };
1536
+ }
1537
+ });
1538
+
1539
+ // src/languages/metal.ts
1540
+ var metal_exports = {};
1541
+ __export(metal_exports, {
1542
+ metal: () => metal
1543
+ });
1544
+ var metal;
1545
+ var init_metal = __esm({
1546
+ "src/languages/metal.ts"() {
1547
+ metal = {
1548
+ slug: "metal",
1549
+ publishedDate: "2014-06-02",
1550
+ extensions: [".metal"],
1551
+ author: "Apple Inc.",
1552
+ website: "https://developer.apple.com/metal/",
1553
+ paradigms: ["gpu-programming", "graphics", "compute", "shading"],
1554
+ tooling: {
1555
+ runtimes: ["Metal"],
1556
+ ecosystems: ["Apple Platforms", "iOS", "iPadOS", "macOS", "visionOS", "tvOS"]
1557
+ },
1558
+ version: "Metal 4",
1559
+ logo: "https://developer.apple.com/assets/elements/icons/metal/metal-256x256_2x.png",
1560
+ i18n: {
1561
+ en: {
1562
+ name: "Metal",
1563
+ description: "Apple's graphics and compute shading language for high-performance GPU programming.",
1564
+ 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."
1565
+ },
1566
+ es: {
1567
+ name: "Metal",
1568
+ description: "El lenguaje y API de Apple para graficos y computo de alto rendimiento en GPU.",
1569
+ 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."
1570
+ }
1571
+ }
1572
+ };
1573
+ }
1574
+ });
1575
+
1238
1576
  // src/languages/nginx.ts
1239
1577
  var nginx_exports = {};
1240
1578
  __export(nginx_exports, {
@@ -1348,6 +1686,44 @@ var init_pascal = __esm({
1348
1686
  }
1349
1687
  });
1350
1688
 
1689
+ // src/languages/perl.ts
1690
+ var perl_exports = {};
1691
+ __export(perl_exports, {
1692
+ perl: () => perl
1693
+ });
1694
+ var perl;
1695
+ var init_perl = __esm({
1696
+ "src/languages/perl.ts"() {
1697
+ perl = {
1698
+ slug: "perl",
1699
+ publishedDate: "1987-12-18",
1700
+ extensions: [".pl", ".pm", ".pod", ".t", ".psgi"],
1701
+ author: "Larry Wall",
1702
+ website: "https://www.perl.org",
1703
+ paradigms: ["functional", "imperative", "object-oriented", "procedural", "scripting"],
1704
+ tooling: {
1705
+ runtimes: ["Perl interpreter", "mod_perl", "PSGI/Plack"],
1706
+ packageManagers: ["CPAN", "cpanm", "Carton"],
1707
+ ecosystems: ["Unix", "Web", "Text Processing", "System Administration", "Bioinformatics"]
1708
+ },
1709
+ version: "5.42.2",
1710
+ logo: "https://cdn.simpleicons.org/perl/39457E",
1711
+ i18n: {
1712
+ en: {
1713
+ name: "Perl",
1714
+ description: "A flexible scripting language for text processing, automation, web systems, and CPAN modules.",
1715
+ 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."
1716
+ },
1717
+ es: {
1718
+ name: "Perl",
1719
+ description: "Un lenguaje de scripting flexible para procesamiento de texto, automatizacion, web y modulos CPAN.",
1720
+ 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."
1721
+ }
1722
+ }
1723
+ };
1724
+ }
1725
+ });
1726
+
1351
1727
  // src/languages/php.ts
1352
1728
  var php_exports = {};
1353
1729
  __export(php_exports, {
@@ -1798,6 +2174,43 @@ var init_svg = __esm({
1798
2174
  }
1799
2175
  });
1800
2176
 
2177
+ // src/languages/svn.ts
2178
+ var svn_exports = {};
2179
+ __export(svn_exports, {
2180
+ svn: () => svn
2181
+ });
2182
+ var svn;
2183
+ var init_svn = __esm({
2184
+ "src/languages/svn.ts"() {
2185
+ svn = {
2186
+ slug: "svn",
2187
+ publishedDate: "2000-10-20",
2188
+ extensions: [".svn", "svnserve.conf"],
2189
+ author: "CollabNet / Apache Software Foundation",
2190
+ website: "https://subversion.apache.org",
2191
+ paradigms: ["configuration", "version-control", "centralized-version-control"],
2192
+ tooling: {
2193
+ runtimes: ["Apache Subversion", "svnserve", "Apache HTTP Server"],
2194
+ ecosystems: ["Version Control", "Source Control", "DevOps", "Enterprise"]
2195
+ },
2196
+ version: "1.14.5",
2197
+ logo: "https://cdn.simpleicons.org/subversion/809CC9",
2198
+ i18n: {
2199
+ en: {
2200
+ name: "SVN",
2201
+ description: "Metadata and configuration files used by Apache Subversion repositories and clients.",
2202
+ 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."
2203
+ },
2204
+ es: {
2205
+ name: "SVN",
2206
+ description: "Archivos de metadata y configuracion usados por repositorios y clientes Apache Subversion.",
2207
+ 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."
2208
+ }
2209
+ }
2210
+ };
2211
+ }
2212
+ });
2213
+
1801
2214
  // src/languages/swift.ts
1802
2215
  var swift_exports = {};
1803
2216
  __export(swift_exports, {
@@ -2021,6 +2434,43 @@ var init_webassembly = __esm({
2021
2434
  }
2022
2435
  });
2023
2436
 
2437
+ // src/languages/xaml.ts
2438
+ var xaml_exports = {};
2439
+ __export(xaml_exports, {
2440
+ xaml: () => xaml
2441
+ });
2442
+ var xaml;
2443
+ var init_xaml = __esm({
2444
+ "src/languages/xaml.ts"() {
2445
+ xaml = {
2446
+ slug: "xaml",
2447
+ publishedDate: "2006-11-21",
2448
+ extensions: [".xaml", ".baml"],
2449
+ author: "Microsoft",
2450
+ website: "https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/xaml-overview",
2451
+ paradigms: ["declarative", "markup", "object-graph", "ui"],
2452
+ tooling: {
2453
+ runtimes: ["WPF", "WinUI", "UWP XAML", ".NET MAUI", "Avalonia"],
2454
+ ecosystems: ["Windows", ".NET", "Desktop Applications", "Mobile Applications", "UI"]
2455
+ },
2456
+ version: "Platform-specific",
2457
+ logo: "https://cdn.simpleicons.org/dotnet/512BD4",
2458
+ i18n: {
2459
+ en: {
2460
+ name: "XAML",
2461
+ description: "A declarative XML-based language for defining object graphs and application user interfaces.",
2462
+ 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."
2463
+ },
2464
+ es: {
2465
+ name: "XAML",
2466
+ description: "Un lenguaje declarativo basado en XML para definir grafos de objetos e interfaces de usuario.",
2467
+ 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."
2468
+ }
2469
+ }
2470
+ };
2471
+ }
2472
+ });
2473
+
2024
2474
  // src/languages/xml.ts
2025
2475
  var xml_exports = {};
2026
2476
  __export(xml_exports, {
@@ -2165,6 +2615,7 @@ var init_zsh = __esm({
2165
2615
 
2166
2616
  // src/catalog.ts
2167
2617
  init_abap();
2618
+ init_actionscript();
2168
2619
  init_asp();
2169
2620
  init_assembly();
2170
2621
  init_astro();
@@ -2175,11 +2626,15 @@ init_cmake();
2175
2626
  init_cobol();
2176
2627
  init_coffeescript();
2177
2628
  init_cpp();
2629
+ init_crystal();
2178
2630
  init_csharp();
2179
2631
  init_css();
2180
2632
  init_cuda();
2181
2633
  init_dart();
2182
2634
  init_dockerfile();
2635
+ init_elm();
2636
+ init_erlang();
2637
+ init_fortran();
2183
2638
  init_fsharp();
2184
2639
  init_git();
2185
2640
  init_go();
@@ -2187,19 +2642,24 @@ init_gradle();
2187
2642
  init_graphql();
2188
2643
  init_groovy();
2189
2644
  init_html();
2645
+ init_ini();
2190
2646
  init_java();
2191
2647
  init_javascript();
2192
2648
  init_json();
2193
2649
  init_julia();
2194
2650
  init_kotlin();
2195
2651
  init_less();
2652
+ init_lisp();
2196
2653
  init_lua();
2197
2654
  init_makefile();
2198
2655
  init_markdown();
2199
2656
  init_matlab();
2657
+ init_meson();
2658
+ init_metal();
2200
2659
  init_nginx();
2201
2660
  init_objective_c();
2202
2661
  init_pascal();
2662
+ init_perl();
2203
2663
  init_php();
2204
2664
  init_powershell();
2205
2665
  init_pug();
@@ -2212,18 +2672,21 @@ init_scss();
2212
2672
  init_sql();
2213
2673
  init_svelte();
2214
2674
  init_svg();
2675
+ init_svn();
2215
2676
  init_swift();
2216
2677
  init_toml();
2217
2678
  init_typescript();
2218
2679
  init_visual_basic();
2219
2680
  init_vue();
2220
2681
  init_webassembly();
2682
+ init_xaml();
2221
2683
  init_xml();
2222
2684
  init_yaml();
2223
2685
  init_zig();
2224
2686
  init_zsh();
2225
2687
  var languages = [
2226
2688
  abap,
2689
+ actionscript,
2227
2690
  asp,
2228
2691
  astro,
2229
2692
  assembly,
@@ -2235,10 +2698,14 @@ var languages = [
2235
2698
  cobol,
2236
2699
  cpp,
2237
2700
  csharp,
2701
+ crystal,
2238
2702
  css,
2239
2703
  cuda,
2240
2704
  dart,
2241
2705
  dockerfile,
2706
+ elm,
2707
+ erlang,
2708
+ fortran,
2242
2709
  fsharp,
2243
2710
  git,
2244
2711
  go,
@@ -2246,19 +2713,25 @@ var languages = [
2246
2713
  graphql,
2247
2714
  groovy,
2248
2715
  html,
2716
+ ini,
2249
2717
  java,
2250
2718
  javascript,
2251
2719
  json,
2252
2720
  julia,
2253
2721
  kotlin,
2254
2722
  less,
2723
+ lisp,
2255
2724
  lua,
2256
2725
  makefile,
2257
2726
  matlab,
2258
2727
  markdown,
2728
+ meson,
2729
+ metal,
2730
+ svn,
2259
2731
  nginx,
2260
2732
  objectiveC,
2261
2733
  pascal,
2734
+ perl,
2262
2735
  php,
2263
2736
  powershell,
2264
2737
  pug,
@@ -2277,6 +2750,7 @@ var languages = [
2277
2750
  visualBasic,
2278
2751
  vue,
2279
2752
  webassembly,
2753
+ xaml,
2280
2754
  xml,
2281
2755
  yaml,
2282
2756
  zig,
@@ -2338,6 +2812,7 @@ var resolveLocale = (translations, locale) => {
2338
2812
  // src/language-registry.ts
2339
2813
  var languageIndex = [
2340
2814
  { slug: "abap", extensions: [".abap"] },
2815
+ { slug: "actionscript", extensions: [".as"] },
2341
2816
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
2342
2817
  { slug: "astro", extensions: [".astro"] },
2343
2818
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
@@ -2352,10 +2827,20 @@ var languageIndex = [
2352
2827
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
2353
2828
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
2354
2829
  { slug: "csharp", extensions: [".cs", ".csx"] },
2830
+ { slug: "crystal", extensions: [".cr"] },
2355
2831
  { slug: "css", extensions: [".css"] },
2356
2832
  { slug: "cuda", extensions: [".cu", ".cuh"] },
2357
2833
  { slug: "dart", extensions: [".dart"] },
2358
2834
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
2835
+ { slug: "elm", extensions: [".elm"] },
2836
+ {
2837
+ slug: "erlang",
2838
+ extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
2839
+ },
2840
+ {
2841
+ slug: "fortran",
2842
+ extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
2843
+ },
2359
2844
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
2360
2845
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
2361
2846
  { slug: "go", extensions: [".go"] },
@@ -2363,19 +2848,25 @@ var languageIndex = [
2363
2848
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
2364
2849
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
2365
2850
  { slug: "html", extensions: [".html", ".htm"] },
2851
+ { slug: "ini", extensions: [".ini"] },
2366
2852
  { slug: "java", extensions: [".java"] },
2367
2853
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
2368
2854
  { slug: "json", extensions: [".json"] },
2369
2855
  { slug: "julia", extensions: [".jl"] },
2370
2856
  { slug: "kotlin", extensions: [".kt", ".kts"] },
2371
2857
  { slug: "less", extensions: [".less"] },
2858
+ { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
2372
2859
  { slug: "lua", extensions: [".lua", ".rockspec"] },
2373
2860
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
2374
2861
  { slug: "matlab", extensions: [".m", ".mlx"] },
2375
2862
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
2863
+ { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
2864
+ { slug: "metal", extensions: [".metal"] },
2865
+ { slug: "svn", extensions: [".svn", "svnserve.conf"] },
2376
2866
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
2377
2867
  { slug: "objective-c", extensions: [".m", ".mm"] },
2378
2868
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
2869
+ { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
2379
2870
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
2380
2871
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
2381
2872
  { slug: "pug", extensions: [".pug", ".jade"] },
@@ -2397,6 +2888,7 @@ var languageIndex = [
2397
2888
  { slug: "visual-basic", extensions: [".vb"] },
2398
2889
  { slug: "vue", extensions: [".vue"] },
2399
2890
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
2891
+ { slug: "xaml", extensions: [".xaml", ".baml"] },
2400
2892
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
2401
2893
  { slug: "yaml", extensions: [".yaml", ".yml"] },
2402
2894
  { slug: "zig", extensions: [".zig", ".zon"] },
@@ -2407,6 +2899,7 @@ var languageIndex = [
2407
2899
  ];
2408
2900
  var languageLoaders = {
2409
2901
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
2902
+ actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
2410
2903
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
2411
2904
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
2412
2905
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
@@ -2418,10 +2911,14 @@ var languageLoaders = {
2418
2911
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
2419
2912
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
2420
2913
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
2914
+ crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
2421
2915
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
2422
2916
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
2423
2917
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
2424
2918
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
2919
+ elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
2920
+ erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
2921
+ fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
2425
2922
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
2426
2923
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
2427
2924
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
@@ -2429,19 +2926,25 @@ var languageLoaders = {
2429
2926
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
2430
2927
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
2431
2928
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
2929
+ ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
2432
2930
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
2433
2931
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
2434
2932
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
2435
2933
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
2436
2934
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
2437
2935
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
2936
+ lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
2438
2937
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
2439
2938
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
2440
2939
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
2441
2940
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
2941
+ meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
2942
+ metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
2943
+ svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
2442
2944
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
2443
2945
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
2444
2946
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
2947
+ perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
2445
2948
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
2446
2949
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
2447
2950
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
@@ -2460,6 +2963,7 @@ var languageLoaders = {
2460
2963
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
2461
2964
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
2462
2965
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
2966
+ xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
2463
2967
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
2464
2968
  yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
2465
2969
  zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
@@ -2562,6 +3066,7 @@ var api = {
2562
3066
 
2563
3067
  // src/index.ts
2564
3068
  init_abap();
3069
+ init_actionscript();
2565
3070
  init_asp();
2566
3071
  init_astro();
2567
3072
  init_assembly();
@@ -2573,10 +3078,14 @@ init_coffeescript();
2573
3078
  init_cobol();
2574
3079
  init_csharp();
2575
3080
  init_cpp();
3081
+ init_crystal();
2576
3082
  init_css();
2577
3083
  init_cuda();
2578
3084
  init_dart();
2579
3085
  init_dockerfile();
3086
+ init_elm();
3087
+ init_erlang();
3088
+ init_fortran();
2580
3089
  init_fsharp();
2581
3090
  init_git();
2582
3091
  init_go();
@@ -2584,19 +3093,24 @@ init_gradle();
2584
3093
  init_graphql();
2585
3094
  init_groovy();
2586
3095
  init_html();
3096
+ init_ini();
2587
3097
  init_java();
2588
3098
  init_javascript();
2589
3099
  init_json();
2590
3100
  init_julia();
2591
3101
  init_kotlin();
2592
3102
  init_less();
3103
+ init_lisp();
2593
3104
  init_lua();
2594
3105
  init_makefile();
2595
3106
  init_matlab();
2596
3107
  init_markdown();
3108
+ init_meson();
3109
+ init_metal();
2597
3110
  init_nginx();
2598
3111
  init_objective_c();
2599
3112
  init_pascal();
3113
+ init_perl();
2600
3114
  init_php();
2601
3115
  init_powershell();
2602
3116
  init_pug();
@@ -2608,6 +3122,7 @@ init_scala();
2608
3122
  init_scss();
2609
3123
  init_sql();
2610
3124
  init_svg();
3125
+ init_svn();
2611
3126
  init_svelte();
2612
3127
  init_swift();
2613
3128
  init_toml();
@@ -2615,11 +3130,12 @@ init_typescript();
2615
3130
  init_visual_basic();
2616
3131
  init_vue();
2617
3132
  init_webassembly();
3133
+ init_xaml();
2618
3134
  init_xml();
2619
3135
  init_yaml();
2620
3136
  init_zig();
2621
3137
  init_zsh();
2622
3138
 
2623
- export { abap, api, asp, assembly, astro, bash, batch, c, cmake, cobol, coffeescript, cpp, csharp, css, cuda, dart, detectLanguage, detectLanguages, dockerfile, fsharp, git, go, gradle, graphql, groovy, html, java, javascript, json, julia, kotlin, languages, less, localizeLanguage, lua, makefile, markdown, matlab, nginx, objectiveC, pascal, php, powershell, pug, python, r, ruby, rust, scala, scss, sql, svelte, svg, swift, toml, typescript, visualBasic, vue, webassembly, xml, yaml, zig, zsh };
3139
+ export { abap, actionscript, api, asp, assembly, astro, bash, batch, c, cmake, cobol, coffeescript, cpp, crystal, csharp, css, cuda, dart, detectLanguage, detectLanguages, dockerfile, elm, erlang, fortran, fsharp, git, go, gradle, graphql, groovy, html, ini, java, javascript, json, julia, kotlin, languages, less, lisp, localizeLanguage, lua, makefile, markdown, matlab, meson, metal, nginx, objectiveC, pascal, perl, php, powershell, pug, python, r, ruby, rust, scala, scss, sql, svelte, svg, svn, swift, toml, typescript, visualBasic, vue, webassembly, xaml, xml, yaml, zig, zsh };
2624
3140
  //# sourceMappingURL=index.js.map
2625
3141
  //# sourceMappingURL=index.js.map