code-languages 1.7.0 → 1.9.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 (102) hide show
  1. package/README.md +87 -2
  2. package/dist/api.cjs +2567 -0
  3. package/dist/api.cjs.map +1 -0
  4. package/dist/api.d.cts +1596 -0
  5. package/dist/api.d.ts +1596 -0
  6. package/dist/api.js +2565 -0
  7. package/dist/api.js.map +1 -0
  8. package/dist/detect.cjs +430 -12
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +430 -12
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +2452 -1202
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +372 -0
  15. package/dist/index.d.ts +372 -0
  16. package/dist/index.js +2408 -1115
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/asp.cjs +34 -0
  19. package/dist/languages/asp.cjs.map +1 -0
  20. package/dist/languages/asp.d.cts +29 -0
  21. package/dist/languages/asp.d.ts +29 -0
  22. package/dist/languages/asp.js +32 -0
  23. package/dist/languages/asp.js.map +1 -0
  24. package/dist/languages/batch.cjs +33 -0
  25. package/dist/languages/batch.cjs.map +1 -0
  26. package/dist/languages/batch.d.cts +28 -0
  27. package/dist/languages/batch.d.ts +28 -0
  28. package/dist/languages/batch.js +31 -0
  29. package/dist/languages/batch.js.map +1 -0
  30. package/dist/languages/cuda.cjs +34 -0
  31. package/dist/languages/cuda.cjs.map +1 -0
  32. package/dist/languages/cuda.d.cts +29 -0
  33. package/dist/languages/cuda.d.ts +29 -0
  34. package/dist/languages/cuda.js +32 -0
  35. package/dist/languages/cuda.js.map +1 -0
  36. package/dist/languages/fsharp.cjs +34 -0
  37. package/dist/languages/fsharp.cjs.map +1 -0
  38. package/dist/languages/fsharp.d.cts +29 -0
  39. package/dist/languages/fsharp.d.ts +29 -0
  40. package/dist/languages/fsharp.js +32 -0
  41. package/dist/languages/fsharp.js.map +1 -0
  42. package/dist/languages/git.cjs +33 -0
  43. package/dist/languages/git.cjs.map +1 -0
  44. package/dist/languages/git.d.cts +28 -0
  45. package/dist/languages/git.d.ts +28 -0
  46. package/dist/languages/git.js +31 -0
  47. package/dist/languages/git.js.map +1 -0
  48. package/dist/languages/gradle.cjs +34 -0
  49. package/dist/languages/gradle.cjs.map +1 -0
  50. package/dist/languages/gradle.d.cts +29 -0
  51. package/dist/languages/gradle.d.ts +29 -0
  52. package/dist/languages/gradle.js +32 -0
  53. package/dist/languages/gradle.js.map +1 -0
  54. package/dist/languages/julia.cjs +34 -0
  55. package/dist/languages/julia.cjs.map +1 -0
  56. package/dist/languages/julia.d.cts +29 -0
  57. package/dist/languages/julia.d.ts +29 -0
  58. package/dist/languages/julia.js +32 -0
  59. package/dist/languages/julia.js.map +1 -0
  60. package/dist/languages/matlab.cjs +34 -0
  61. package/dist/languages/matlab.cjs.map +1 -0
  62. package/dist/languages/matlab.d.cts +29 -0
  63. package/dist/languages/matlab.d.ts +29 -0
  64. package/dist/languages/matlab.js +32 -0
  65. package/dist/languages/matlab.js.map +1 -0
  66. package/dist/languages/pascal.cjs +34 -0
  67. package/dist/languages/pascal.cjs.map +1 -0
  68. package/dist/languages/pascal.d.cts +29 -0
  69. package/dist/languages/pascal.d.ts +29 -0
  70. package/dist/languages/pascal.js +32 -0
  71. package/dist/languages/pascal.js.map +1 -0
  72. package/dist/languages/pug.cjs +34 -0
  73. package/dist/languages/pug.cjs.map +1 -0
  74. package/dist/languages/pug.d.cts +29 -0
  75. package/dist/languages/pug.d.ts +29 -0
  76. package/dist/languages/pug.js +32 -0
  77. package/dist/languages/pug.js.map +1 -0
  78. package/dist/languages/r.cjs +34 -0
  79. package/dist/languages/r.cjs.map +1 -0
  80. package/dist/languages/r.d.cts +29 -0
  81. package/dist/languages/r.d.ts +29 -0
  82. package/dist/languages/r.js +32 -0
  83. package/dist/languages/r.js.map +1 -0
  84. package/dist/languages/scala.cjs +34 -0
  85. package/dist/languages/scala.cjs.map +1 -0
  86. package/dist/languages/scala.d.cts +29 -0
  87. package/dist/languages/scala.d.ts +29 -0
  88. package/dist/languages/scala.js +32 -0
  89. package/dist/languages/scala.js.map +1 -0
  90. package/dist/languages/toml.cjs +29 -0
  91. package/dist/languages/toml.cjs.map +1 -0
  92. package/dist/languages/toml.d.cts +24 -0
  93. package/dist/languages/toml.d.ts +24 -0
  94. package/dist/languages/toml.js +27 -0
  95. package/dist/languages/toml.js.map +1 -0
  96. package/dist/languages/zig.cjs +34 -0
  97. package/dist/languages/zig.cjs.map +1 -0
  98. package/dist/languages/zig.d.cts +29 -0
  99. package/dist/languages/zig.d.ts +29 -0
  100. package/dist/languages/zig.js +32 -0
  101. package/dist/languages/zig.js.map +1 -0
  102. package/package.json +76 -1
package/dist/index.js CHANGED
@@ -1,1243 +1,2234 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropNames = Object.getOwnPropertyNames;
3
+ var __esm = (fn, res) => function __init() {
4
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
5
+ };
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+
1
11
  // src/languages/abap.ts
2
- var abap = {
3
- slug: "abap",
4
- publishedDate: "1983-01-01",
5
- extensions: [".abap"],
6
- author: "SAP SE",
7
- website: "https://pages.community.sap.com/topics/abap",
8
- paradigms: ["object-oriented", "procedural", "imperative", "event-driven", "database-oriented"],
9
- tooling: {
10
- runtimes: ["ABAP Platform", "SAP NetWeaver AS ABAP", "SAP BTP ABAP Environment"],
11
- ecosystems: ["SAP S/4HANA", "SAP BTP", "Enterprise Applications"]
12
- },
13
- version: "ABAP Platform 2025 FPS01",
14
- logo: "https://upload.wikimedia.org/wikipedia/commons/5/59/SAP_2011_logo.svg",
15
- i18n: {
16
- en: {
17
- name: "ABAP",
18
- description: "SAP's enterprise application programming language for business systems and extensions.",
19
- longDescription: "ABAP is SAP's programming language for implementing business logic, reports, data models, services, enhancements, and extensions in ABAP-based SAP systems.\n\nIt is widely used across SAP S/4HANA, SAP BTP ABAP Environment, classic SAP ERP systems, custom enterprise applications, RAP services, CDS models, batch processing, and integration workflows."
20
- },
21
- es: {
22
- name: "ABAP",
23
- description: "El lenguaje empresarial de SAP para sistemas de negocio y extensiones.",
24
- longDescription: "ABAP es el lenguaje de programacion de SAP para implementar logica de negocio, reportes, modelos de datos, servicios, mejoras y extensiones en sistemas SAP basados en ABAP.\n\nSe usa ampliamente en SAP S/4HANA, SAP BTP ABAP Environment, sistemas SAP ERP clasicos, aplicaciones empresariales personalizadas, servicios RAP, modelos CDS, procesamiento batch y flujos de integracion."
25
- }
12
+ var abap_exports = {};
13
+ __export(abap_exports, {
14
+ abap: () => abap
15
+ });
16
+ var abap;
17
+ var init_abap = __esm({
18
+ "src/languages/abap.ts"() {
19
+ abap = {
20
+ slug: "abap",
21
+ publishedDate: "1983-01-01",
22
+ extensions: [".abap"],
23
+ author: "SAP SE",
24
+ website: "https://pages.community.sap.com/topics/abap",
25
+ paradigms: ["object-oriented", "procedural", "imperative", "event-driven", "database-oriented"],
26
+ tooling: {
27
+ runtimes: ["ABAP Platform", "SAP NetWeaver AS ABAP", "SAP BTP ABAP Environment"],
28
+ ecosystems: ["SAP S/4HANA", "SAP BTP", "Enterprise Applications"]
29
+ },
30
+ version: "ABAP Platform 2025 FPS01",
31
+ logo: "https://upload.wikimedia.org/wikipedia/commons/5/59/SAP_2011_logo.svg",
32
+ i18n: {
33
+ en: {
34
+ name: "ABAP",
35
+ description: "SAP's enterprise application programming language for business systems and extensions.",
36
+ longDescription: "ABAP is SAP's programming language for implementing business logic, reports, data models, services, enhancements, and extensions in ABAP-based SAP systems.\n\nIt is widely used across SAP S/4HANA, SAP BTP ABAP Environment, classic SAP ERP systems, custom enterprise applications, RAP services, CDS models, batch processing, and integration workflows."
37
+ },
38
+ es: {
39
+ name: "ABAP",
40
+ description: "El lenguaje empresarial de SAP para sistemas de negocio y extensiones.",
41
+ longDescription: "ABAP es el lenguaje de programacion de SAP para implementar logica de negocio, reportes, modelos de datos, servicios, mejoras y extensiones en sistemas SAP basados en ABAP.\n\nSe usa ampliamente en SAP S/4HANA, SAP BTP ABAP Environment, sistemas SAP ERP clasicos, aplicaciones empresariales personalizadas, servicios RAP, modelos CDS, procesamiento batch y flujos de integracion."
42
+ }
43
+ }
44
+ };
26
45
  }
27
- };
46
+ });
47
+
48
+ // src/languages/asp.ts
49
+ var asp_exports = {};
50
+ __export(asp_exports, {
51
+ asp: () => asp
52
+ });
53
+ var asp;
54
+ var init_asp = __esm({
55
+ "src/languages/asp.ts"() {
56
+ asp = {
57
+ slug: "asp",
58
+ publishedDate: "1996-12-01",
59
+ extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"],
60
+ author: "Microsoft",
61
+ website: "https://learn.microsoft.com/en-us/aspnet/web-forms/",
62
+ paradigms: ["server-side", "templating", "object-oriented", "event-driven"],
63
+ tooling: {
64
+ runtimes: ["IIS", ".NET Framework"],
65
+ packageManagers: ["NuGet"],
66
+ ecosystems: ["Windows", ".NET", "Web"]
67
+ },
68
+ version: "4.8.1",
69
+ logo: "https://cdn.simpleicons.org/dotnet/512BD4",
70
+ i18n: {
71
+ en: {
72
+ name: "ASP/ASPX",
73
+ description: "Microsoft server-side web templates and pages for Classic ASP and ASP.NET Web Forms.",
74
+ longDescription: "ASP and ASPX files represent Microsoft server-side web page technologies. Classic ASP uses `.asp` files with script blocks, while ASP.NET Web Forms uses `.aspx`, user controls, handlers, services, and master pages on top of the .NET Framework.\n\nThey are commonly found in legacy and long-lived Windows web applications hosted on IIS, often alongside C#, Visual Basic, HTML, CSS, JavaScript, and NuGet-based .NET Framework dependencies."
75
+ },
76
+ es: {
77
+ name: "ASP/ASPX",
78
+ description: "Plantillas y paginas web server-side de Microsoft para Classic ASP y ASP.NET Web Forms.",
79
+ longDescription: "Los archivos ASP y ASPX representan tecnologias de paginas web server-side de Microsoft. Classic ASP usa archivos `.asp` con bloques de script, mientras ASP.NET Web Forms usa `.aspx`, controles de usuario, handlers, servicios y paginas maestras sobre .NET Framework.\n\nAparecen comunmente en aplicaciones web Windows legacy o de larga vida alojadas en IIS, a menudo junto con C#, Visual Basic, HTML, CSS, JavaScript y dependencias .NET Framework basadas en NuGet."
80
+ }
81
+ }
82
+ };
83
+ }
84
+ });
28
85
 
29
86
  // src/languages/assembly.ts
30
- var assembly = {
31
- slug: "assembly",
32
- publishedDate: "1949-01-01",
33
- extensions: [".asm", ".s", ".S", ".inc"],
34
- author: "Machine architecture vendors and assembler implementers",
35
- website: "https://en.wikipedia.org/wiki/Assembly_language",
36
- paradigms: ["imperative", "low-level", "procedural"],
37
- tooling: {
38
- runtimes: ["Native"],
39
- packageManagers: ["APT", "DNF", "Pacman", "Homebrew"],
40
- ecosystems: ["Systems", "Embedded", "Reverse Engineering"]
41
- },
42
- version: "Architecture-specific",
43
- logo: "https://cdn.simpleicons.org/assemblyscript/007AAC",
44
- i18n: {
45
- en: {
46
- name: "Assembly",
47
- description: "A family of low-level languages that map closely to machine instructions for specific CPU architectures.",
48
- longDescription: "Assembly language represents processor instructions, registers, memory addressing modes, labels, directives, and macros using symbolic text that is assembled into machine code.\n\nIt is used in operating systems, embedded firmware, bootloaders, drivers, reverse engineering, performance-critical routines, and educational material where direct control over hardware and instructions matters."
49
- },
50
- es: {
51
- name: "Assembly",
52
- description: "Una familia de lenguajes de bajo nivel cercana a instrucciones de maquina para arquitecturas especificas.",
53
- longDescription: "Assembly representa instrucciones del procesador, registros, modos de direccionamiento de memoria, etiquetas, directivas y macros usando texto simbolico que se ensambla en codigo maquina.\n\nSe usa en sistemas operativos, firmware embebido, bootloaders, drivers, ingenieria inversa, rutinas criticas de rendimiento y material educativo donde importa el control directo del hardware y las instrucciones."
54
- }
87
+ var assembly_exports = {};
88
+ __export(assembly_exports, {
89
+ assembly: () => assembly
90
+ });
91
+ var assembly;
92
+ var init_assembly = __esm({
93
+ "src/languages/assembly.ts"() {
94
+ assembly = {
95
+ slug: "assembly",
96
+ publishedDate: "1949-01-01",
97
+ extensions: [".asm", ".s", ".S", ".inc"],
98
+ author: "Machine architecture vendors and assembler implementers",
99
+ website: "https://en.wikipedia.org/wiki/Assembly_language",
100
+ paradigms: ["imperative", "low-level", "procedural"],
101
+ tooling: {
102
+ runtimes: ["Native"],
103
+ packageManagers: ["APT", "DNF", "Pacman", "Homebrew"],
104
+ ecosystems: ["Systems", "Embedded", "Reverse Engineering"]
105
+ },
106
+ version: "Architecture-specific",
107
+ logo: "https://cdn.simpleicons.org/assemblyscript/007AAC",
108
+ i18n: {
109
+ en: {
110
+ name: "Assembly",
111
+ description: "A family of low-level languages that map closely to machine instructions for specific CPU architectures.",
112
+ longDescription: "Assembly language represents processor instructions, registers, memory addressing modes, labels, directives, and macros using symbolic text that is assembled into machine code.\n\nIt is used in operating systems, embedded firmware, bootloaders, drivers, reverse engineering, performance-critical routines, and educational material where direct control over hardware and instructions matters."
113
+ },
114
+ es: {
115
+ name: "Assembly",
116
+ description: "Una familia de lenguajes de bajo nivel cercana a instrucciones de maquina para arquitecturas especificas.",
117
+ longDescription: "Assembly representa instrucciones del procesador, registros, modos de direccionamiento de memoria, etiquetas, directivas y macros usando texto simbolico que se ensambla en codigo maquina.\n\nSe usa en sistemas operativos, firmware embebido, bootloaders, drivers, ingenieria inversa, rutinas criticas de rendimiento y material educativo donde importa el control directo del hardware y las instrucciones."
118
+ }
119
+ }
120
+ };
55
121
  }
56
- };
122
+ });
57
123
 
58
124
  // src/languages/astro.ts
59
- var astro = {
60
- slug: "astro",
61
- publishedDate: "2021-06-08",
62
- extensions: [".astro"],
63
- author: "Fred K. Schott / The Astro Technology Company",
64
- website: "https://astro.build",
65
- paradigms: ["component-based", "declarative", "static-site-generation", "server-side-rendering"],
66
- tooling: {
67
- runtimes: ["Node.js", "Deno"],
68
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
69
- ecosystems: ["Web", "Static Sites", "Content"]
70
- },
71
- version: "6.3.1",
72
- logo: "https://astro.build/assets/press/astro-icon-light.svg",
73
- i18n: {
74
- en: {
75
- name: "Astro",
76
- description: "A web framework and component file format for content-driven sites and fast frontends.",
77
- longDescription: "Astro combines an HTML-first component format with islands architecture, content collections, routing, server rendering, static generation, and integrations for UI frameworks such as React, Vue, Svelte, and Solid.\n\nIt is commonly used for documentation, blogs, marketing sites, ecommerce frontends, and other content-heavy experiences where performance, simple authoring, and flexible rendering matter."
78
- },
79
- es: {
80
- name: "Astro",
81
- description: "Un framework web y formato de componentes para sitios de contenido y frontends rapidos.",
82
- longDescription: "Astro combina un formato de componentes centrado en HTML con arquitectura de islas, colecciones de contenido, enrutamiento, renderizado en servidor, generacion estatica e integraciones con frameworks de UI como React, Vue, Svelte y Solid.\n\nSe usa comunmente en documentacion, blogs, sitios de marketing, frontends de ecommerce y otras experiencias con mucho contenido donde importan el rendimiento, la autoria simple y el renderizado flexible."
83
- }
125
+ var astro_exports = {};
126
+ __export(astro_exports, {
127
+ astro: () => astro
128
+ });
129
+ var astro;
130
+ var init_astro = __esm({
131
+ "src/languages/astro.ts"() {
132
+ astro = {
133
+ slug: "astro",
134
+ publishedDate: "2021-06-08",
135
+ extensions: [".astro"],
136
+ author: "Fred K. Schott / The Astro Technology Company",
137
+ website: "https://astro.build",
138
+ paradigms: ["component-based", "declarative", "static-site-generation", "server-side-rendering"],
139
+ tooling: {
140
+ runtimes: ["Node.js", "Deno"],
141
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
142
+ ecosystems: ["Web", "Static Sites", "Content"]
143
+ },
144
+ version: "6.3.1",
145
+ logo: "https://astro.build/assets/press/astro-icon-light.svg",
146
+ i18n: {
147
+ en: {
148
+ name: "Astro",
149
+ description: "A web framework and component file format for content-driven sites and fast frontends.",
150
+ longDescription: "Astro combines an HTML-first component format with islands architecture, content collections, routing, server rendering, static generation, and integrations for UI frameworks such as React, Vue, Svelte, and Solid.\n\nIt is commonly used for documentation, blogs, marketing sites, ecommerce frontends, and other content-heavy experiences where performance, simple authoring, and flexible rendering matter."
151
+ },
152
+ es: {
153
+ name: "Astro",
154
+ description: "Un framework web y formato de componentes para sitios de contenido y frontends rapidos.",
155
+ longDescription: "Astro combina un formato de componentes centrado en HTML con arquitectura de islas, colecciones de contenido, enrutamiento, renderizado en servidor, generacion estatica e integraciones con frameworks de UI como React, Vue, Svelte y Solid.\n\nSe usa comunmente en documentacion, blogs, sitios de marketing, frontends de ecommerce y otras experiencias con mucho contenido donde importan el rendimiento, la autoria simple y el renderizado flexible."
156
+ }
157
+ }
158
+ };
84
159
  }
85
- };
160
+ });
86
161
 
87
162
  // src/languages/bash.ts
88
- var bash = {
89
- slug: "bash",
90
- publishedDate: "1989-06-08",
91
- extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"],
92
- author: "Brian Fox / GNU Project",
93
- website: "https://www.gnu.org/software/bash/",
94
- paradigms: ["command", "imperative", "scripting", "shell"],
95
- tooling: {
96
- runtimes: ["Bash shell", "POSIX-like shells"],
97
- packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
98
- ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
99
- },
100
- version: "5.3",
101
- logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
102
- i18n: {
103
- en: {
104
- name: "Bash",
105
- description: "A Unix shell and command language for scripting and interactive use.",
106
- longDescription: "Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\n\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments."
107
- },
108
- es: {
109
- name: "Bash",
110
- description: "Un shell Unix y lenguaje de comandos para scripting y uso interactivo.",
111
- longDescription: "Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\n\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix."
112
- }
163
+ var bash_exports = {};
164
+ __export(bash_exports, {
165
+ bash: () => bash
166
+ });
167
+ var bash;
168
+ var init_bash = __esm({
169
+ "src/languages/bash.ts"() {
170
+ bash = {
171
+ slug: "bash",
172
+ publishedDate: "1989-06-08",
173
+ extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"],
174
+ author: "Brian Fox / GNU Project",
175
+ website: "https://www.gnu.org/software/bash/",
176
+ paradigms: ["command", "imperative", "scripting", "shell"],
177
+ tooling: {
178
+ runtimes: ["Bash shell", "POSIX-like shells"],
179
+ packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
180
+ ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
181
+ },
182
+ version: "5.3",
183
+ logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
184
+ i18n: {
185
+ en: {
186
+ name: "Bash",
187
+ description: "A Unix shell and command language for scripting and interactive use.",
188
+ longDescription: "Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\n\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments."
189
+ },
190
+ es: {
191
+ name: "Bash",
192
+ description: "Un shell Unix y lenguaje de comandos para scripting y uso interactivo.",
193
+ longDescription: "Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\n\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix."
194
+ }
195
+ }
196
+ };
113
197
  }
114
- };
198
+ });
199
+
200
+ // src/languages/batch.ts
201
+ var batch_exports = {};
202
+ __export(batch_exports, {
203
+ batch: () => batch
204
+ });
205
+ var batch;
206
+ var init_batch = __esm({
207
+ "src/languages/batch.ts"() {
208
+ batch = {
209
+ slug: "batch",
210
+ publishedDate: "1981-08-12",
211
+ extensions: [".bat", ".cmd"],
212
+ author: "Microsoft / IBM",
213
+ website: "https://learn.microsoft.com/windows-server/administration/windows-commands/windows-commands",
214
+ paradigms: ["command", "imperative", "scripting", "shell"],
215
+ tooling: {
216
+ runtimes: ["Command Prompt", "cmd.exe", "MS-DOS"],
217
+ ecosystems: ["Windows", "DOS", "Automation"]
218
+ },
219
+ version: "Windows Command Processor",
220
+ logo: "https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png",
221
+ i18n: {
222
+ en: {
223
+ name: "Batch",
224
+ description: "A Windows command scripting format used to automate command-line tasks with cmd.exe.",
225
+ longDescription: "Batch files contain commands interpreted by the Windows Command Processor, including command invocation, variables, labels, conditionals, loops, argument handling, and process control.\n\nThey are used for Windows setup scripts, developer shortcuts, administrative automation, legacy DOS workflows, and simple command-line task orchestration on Windows systems."
226
+ },
227
+ es: {
228
+ name: "Batch",
229
+ description: "Un formato de scripting de comandos de Windows usado para automatizar tareas con cmd.exe.",
230
+ longDescription: "Los archivos Batch contienen comandos interpretados por Windows Command Processor, incluyendo invocacion de comandos, variables, etiquetas, condicionales, bucles, manejo de argumentos y control de procesos.\n\nSe usan para scripts de configuracion en Windows, accesos rapidos de desarrollo, automatizacion administrativa, flujos legacy de DOS y orquestacion simple de tareas de linea de comandos en sistemas Windows."
231
+ }
232
+ }
233
+ };
234
+ }
235
+ });
115
236
 
116
237
  // src/languages/c.ts
117
- var c = {
118
- slug: "c",
119
- publishedDate: "1972-01-01",
120
- extensions: [".c", ".h"],
121
- author: "Dennis Ritchie / Bell Labs",
122
- website: "https://www.open-std.org/jtc1/sc22/wg14/",
123
- paradigms: ["imperative", "procedural", "structured"],
124
- tooling: {
125
- runtimes: ["Native"],
126
- packageManagers: ["Conan", "vcpkg"],
127
- ecosystems: ["Systems", "Embedded"]
128
- },
129
- version: "C23",
130
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
131
- i18n: {
132
- en: {
133
- name: "C",
134
- description: "A general-purpose systems programming language with low-level memory access.",
135
- longDescription: "C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\n\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets."
136
- },
137
- es: {
138
- name: "C",
139
- description: "Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.",
140
- longDescription: "C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\n\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware."
141
- }
238
+ var c_exports = {};
239
+ __export(c_exports, {
240
+ c: () => c
241
+ });
242
+ var c;
243
+ var init_c = __esm({
244
+ "src/languages/c.ts"() {
245
+ c = {
246
+ slug: "c",
247
+ publishedDate: "1972-01-01",
248
+ extensions: [".c", ".h"],
249
+ author: "Dennis Ritchie / Bell Labs",
250
+ website: "https://www.open-std.org/jtc1/sc22/wg14/",
251
+ paradigms: ["imperative", "procedural", "structured"],
252
+ tooling: {
253
+ runtimes: ["Native"],
254
+ packageManagers: ["Conan", "vcpkg"],
255
+ ecosystems: ["Systems", "Embedded"]
256
+ },
257
+ version: "C23",
258
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
259
+ i18n: {
260
+ en: {
261
+ name: "C",
262
+ description: "A general-purpose systems programming language with low-level memory access.",
263
+ longDescription: "C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\n\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets."
264
+ },
265
+ es: {
266
+ name: "C",
267
+ description: "Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.",
268
+ longDescription: "C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\n\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware."
269
+ }
270
+ }
271
+ };
142
272
  }
143
- };
273
+ });
144
274
 
145
275
  // src/languages/cmake.ts
146
- var cmake = {
147
- slug: "cmake",
148
- publishedDate: "2000-01-01",
149
- extensions: ["CMakeLists.txt", ".cmake"],
150
- author: "Kitware",
151
- website: "https://cmake.org",
152
- paradigms: ["build-automation", "declarative", "imperative", "configuration"],
153
- tooling: {
154
- runtimes: ["CMake"],
155
- ecosystems: ["C", "C++", "Fortran", "Cross-platform Builds", "Embedded Systems"]
156
- },
157
- version: "4.3.2",
158
- logo: "https://cmake.org/wp-content/uploads/2023/08/CMake-Logo.svg",
159
- i18n: {
160
- en: {
161
- name: "CMake",
162
- description: "A cross-platform build system language used to configure, generate, and manage builds.",
163
- longDescription: "CMake files describe projects, targets, dependencies, compiler options, install rules, tests, and platform-specific build behavior using a command-based scripting language.\n\nThey are widely used to generate native build files for tools such as Ninja, Make, Visual Studio, and Xcode, especially in C, C++, Fortran, embedded, scientific, and cross-platform software projects."
164
- },
165
- es: {
166
- name: "CMake",
167
- description: "Un lenguaje de build multiplataforma usado para configurar, generar y gestionar builds.",
168
- longDescription: "Los archivos CMake describen proyectos, targets, dependencias, opciones de compilador, reglas de instalacion, tests y comportamiento de build por plataforma usando un lenguaje de scripting basado en comandos.\n\nSe usan ampliamente para generar archivos de build nativos para herramientas como Ninja, Make, Visual Studio y Xcode, especialmente en proyectos C, C++, Fortran, embebidos, cientificos y multiplataforma."
169
- }
276
+ var cmake_exports = {};
277
+ __export(cmake_exports, {
278
+ cmake: () => cmake
279
+ });
280
+ var cmake;
281
+ var init_cmake = __esm({
282
+ "src/languages/cmake.ts"() {
283
+ cmake = {
284
+ slug: "cmake",
285
+ publishedDate: "2000-01-01",
286
+ extensions: ["CMakeLists.txt", ".cmake"],
287
+ author: "Kitware",
288
+ website: "https://cmake.org",
289
+ paradigms: ["build-automation", "declarative", "imperative", "configuration"],
290
+ tooling: {
291
+ runtimes: ["CMake"],
292
+ ecosystems: ["C", "C++", "Fortran", "Cross-platform Builds", "Embedded Systems"]
293
+ },
294
+ version: "4.3.2",
295
+ logo: "https://cmake.org/wp-content/uploads/2023/08/CMake-Logo.svg",
296
+ i18n: {
297
+ en: {
298
+ name: "CMake",
299
+ description: "A cross-platform build system language used to configure, generate, and manage builds.",
300
+ longDescription: "CMake files describe projects, targets, dependencies, compiler options, install rules, tests, and platform-specific build behavior using a command-based scripting language.\n\nThey are widely used to generate native build files for tools such as Ninja, Make, Visual Studio, and Xcode, especially in C, C++, Fortran, embedded, scientific, and cross-platform software projects."
301
+ },
302
+ es: {
303
+ name: "CMake",
304
+ description: "Un lenguaje de build multiplataforma usado para configurar, generar y gestionar builds.",
305
+ longDescription: "Los archivos CMake describen proyectos, targets, dependencias, opciones de compilador, reglas de instalacion, tests y comportamiento de build por plataforma usando un lenguaje de scripting basado en comandos.\n\nSe usan ampliamente para generar archivos de build nativos para herramientas como Ninja, Make, Visual Studio y Xcode, especialmente en proyectos C, C++, Fortran, embebidos, cientificos y multiplataforma."
306
+ }
307
+ }
308
+ };
170
309
  }
171
- };
310
+ });
172
311
 
173
312
  // src/languages/cobol.ts
174
- var cobol = {
175
- slug: "cobol",
176
- publishedDate: "1959-12-18",
177
- extensions: [".cob", ".cbl", ".cobol", ".cpy"],
178
- author: "CODASYL",
179
- website: "https://www.iso.org/standard/74527.html",
180
- paradigms: ["imperative", "object-oriented", "procedural", "structured"],
181
- tooling: {
182
- runtimes: ["IBM Enterprise COBOL", "GnuCOBOL", "Micro Focus COBOL"],
183
- ecosystems: ["Mainframe", "Business applications", "Transaction processing"]
184
- },
185
- version: "ISO/IEC 1989:2023",
186
- logo: "https://logo.svgcdn.com/devicon/cobol-original.png",
187
- i18n: {
188
- en: {
189
- name: "COBOL",
190
- description: "A business-oriented language for long-lived, data-heavy enterprise systems.",
191
- longDescription: "COBOL is a business-oriented programming language created by CODASYL for readable, portable data processing across commercial computing systems. Its syntax emphasizes English-like statements, structured records, decimal arithmetic, batch processing, and report-oriented workflows.\n\nIt is used in banking, insurance, government, payroll, transaction processing, mainframe systems, and modernization projects where large, durable business codebases continue to run critical operations."
192
- },
193
- es: {
194
- name: "COBOL",
195
- description: "Un lenguaje orientado al negocio para sistemas empresariales duraderos y centrados en datos.",
196
- longDescription: "COBOL es un lenguaje de programacion orientado al negocio creado por CODASYL para procesamiento de datos legible y portable en sistemas comerciales. Su sintaxis prioriza sentencias similares al ingles, registros estructurados, aritmetica decimal, procesamiento por lotes y flujos orientados a reportes.\n\nSe usa en banca, seguros, gobierno, nominas, procesamiento transaccional, sistemas mainframe y proyectos de modernizacion donde grandes bases de codigo empresarial siguen ejecutando operaciones criticas."
197
- }
313
+ var cobol_exports = {};
314
+ __export(cobol_exports, {
315
+ cobol: () => cobol
316
+ });
317
+ var cobol;
318
+ var init_cobol = __esm({
319
+ "src/languages/cobol.ts"() {
320
+ cobol = {
321
+ slug: "cobol",
322
+ publishedDate: "1959-12-18",
323
+ extensions: [".cob", ".cbl", ".cobol", ".cpy"],
324
+ author: "CODASYL",
325
+ website: "https://www.iso.org/standard/74527.html",
326
+ paradigms: ["imperative", "object-oriented", "procedural", "structured"],
327
+ tooling: {
328
+ runtimes: ["IBM Enterprise COBOL", "GnuCOBOL", "Micro Focus COBOL"],
329
+ ecosystems: ["Mainframe", "Business applications", "Transaction processing"]
330
+ },
331
+ version: "ISO/IEC 1989:2023",
332
+ logo: "https://logo.svgcdn.com/devicon/cobol-original.png",
333
+ i18n: {
334
+ en: {
335
+ name: "COBOL",
336
+ description: "A business-oriented language for long-lived, data-heavy enterprise systems.",
337
+ longDescription: "COBOL is a business-oriented programming language created by CODASYL for readable, portable data processing across commercial computing systems. Its syntax emphasizes English-like statements, structured records, decimal arithmetic, batch processing, and report-oriented workflows.\n\nIt is used in banking, insurance, government, payroll, transaction processing, mainframe systems, and modernization projects where large, durable business codebases continue to run critical operations."
338
+ },
339
+ es: {
340
+ name: "COBOL",
341
+ description: "Un lenguaje orientado al negocio para sistemas empresariales duraderos y centrados en datos.",
342
+ longDescription: "COBOL es un lenguaje de programacion orientado al negocio creado por CODASYL para procesamiento de datos legible y portable en sistemas comerciales. Su sintaxis prioriza sentencias similares al ingles, registros estructurados, aritmetica decimal, procesamiento por lotes y flujos orientados a reportes.\n\nSe usa en banca, seguros, gobierno, nominas, procesamiento transaccional, sistemas mainframe y proyectos de modernizacion donde grandes bases de codigo empresarial siguen ejecutando operaciones criticas."
343
+ }
344
+ }
345
+ };
198
346
  }
199
- };
347
+ });
200
348
 
201
349
  // src/languages/coffeescript.ts
202
- var coffeescript = {
203
- slug: "coffeescript",
204
- publishedDate: "2009-12-25",
205
- extensions: [".coffee", ".litcoffee", ".cson"],
206
- author: "Jeremy Ashkenas",
207
- website: "https://coffeescript.org",
208
- paradigms: ["functional", "imperative", "object-oriented", "scripting"],
209
- tooling: {
210
- runtimes: ["Browser", "Node.js"],
211
- packageManagers: ["npm", "pnpm", "Yarn"],
212
- ecosystems: ["JavaScript", "Web", "Node.js"]
213
- },
214
- version: "2.7.0",
215
- logo: "https://cdn.simpleicons.org/coffeescript/2F2625",
216
- i18n: {
217
- en: {
218
- name: "CoffeeScript",
219
- description: "A small language that compiles to JavaScript with concise syntax inspired by Ruby and Python.",
220
- longDescription: "CoffeeScript adds a concise syntax over JavaScript with significant whitespace, function shortcuts, comprehensions, destructuring, classes, string interpolation, and other expressive conveniences.\n\nIt was widely used in earlier JavaScript application stacks and remains relevant in legacy projects, build pipelines, and codebases that prefer its compact syntax while targeting standard JavaScript."
221
- },
222
- es: {
223
- name: "CoffeeScript",
224
- description: "Un lenguaje pequeno que compila a JavaScript con sintaxis concisa inspirada en Ruby y Python.",
225
- longDescription: "CoffeeScript agrega una sintaxis concisa sobre JavaScript con indentacion significativa, atajos para funciones, comprehensions, destructuring, clases, interpolacion de cadenas y otras comodidades expresivas.\n\nFue muy usado en stacks anteriores de aplicaciones JavaScript y sigue siendo relevante en proyectos legacy, pipelines de build y codebases que prefieren su sintaxis compacta mientras generan JavaScript estandar."
226
- }
350
+ var coffeescript_exports = {};
351
+ __export(coffeescript_exports, {
352
+ coffeescript: () => coffeescript
353
+ });
354
+ var coffeescript;
355
+ var init_coffeescript = __esm({
356
+ "src/languages/coffeescript.ts"() {
357
+ coffeescript = {
358
+ slug: "coffeescript",
359
+ publishedDate: "2009-12-25",
360
+ extensions: [".coffee", ".litcoffee", ".cson"],
361
+ author: "Jeremy Ashkenas",
362
+ website: "https://coffeescript.org",
363
+ paradigms: ["functional", "imperative", "object-oriented", "scripting"],
364
+ tooling: {
365
+ runtimes: ["Browser", "Node.js"],
366
+ packageManagers: ["npm", "pnpm", "Yarn"],
367
+ ecosystems: ["JavaScript", "Web", "Node.js"]
368
+ },
369
+ version: "2.7.0",
370
+ logo: "https://cdn.simpleicons.org/coffeescript/2F2625",
371
+ i18n: {
372
+ en: {
373
+ name: "CoffeeScript",
374
+ description: "A small language that compiles to JavaScript with concise syntax inspired by Ruby and Python.",
375
+ longDescription: "CoffeeScript adds a concise syntax over JavaScript with significant whitespace, function shortcuts, comprehensions, destructuring, classes, string interpolation, and other expressive conveniences.\n\nIt was widely used in earlier JavaScript application stacks and remains relevant in legacy projects, build pipelines, and codebases that prefer its compact syntax while targeting standard JavaScript."
376
+ },
377
+ es: {
378
+ name: "CoffeeScript",
379
+ description: "Un lenguaje pequeno que compila a JavaScript con sintaxis concisa inspirada en Ruby y Python.",
380
+ longDescription: "CoffeeScript agrega una sintaxis concisa sobre JavaScript con indentacion significativa, atajos para funciones, comprehensions, destructuring, clases, interpolacion de cadenas y otras comodidades expresivas.\n\nFue muy usado en stacks anteriores de aplicaciones JavaScript y sigue siendo relevante en proyectos legacy, pipelines de build y codebases que prefieren su sintaxis compacta mientras generan JavaScript estandar."
381
+ }
382
+ }
383
+ };
227
384
  }
228
- };
385
+ });
229
386
 
230
387
  // src/languages/cpp.ts
231
- var cpp = {
232
- slug: "cpp",
233
- publishedDate: "1985-10-01",
234
- extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"],
235
- author: "Bjarne Stroustrup",
236
- website: "https://isocpp.org",
237
- paradigms: ["procedural", "object-oriented", "generic", "functional"],
238
- tooling: {
239
- runtimes: ["Native"],
240
- packageManagers: ["Conan", "vcpkg"],
241
- ecosystems: ["Systems", "Game Development", "Embedded"]
242
- },
243
- version: "C++23",
244
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
245
- i18n: {
246
- en: {
247
- name: "C++",
248
- description: "A high-performance general-purpose language for systems, applications, games, and embedded software.",
249
- longDescription: "C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\n\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter."
250
- },
251
- es: {
252
- name: "C++",
253
- description: "Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.",
254
- longDescription: "C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\n\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria."
255
- }
388
+ var cpp_exports = {};
389
+ __export(cpp_exports, {
390
+ cpp: () => cpp
391
+ });
392
+ var cpp;
393
+ var init_cpp = __esm({
394
+ "src/languages/cpp.ts"() {
395
+ cpp = {
396
+ slug: "cpp",
397
+ publishedDate: "1985-10-01",
398
+ extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"],
399
+ author: "Bjarne Stroustrup",
400
+ website: "https://isocpp.org",
401
+ paradigms: ["procedural", "object-oriented", "generic", "functional"],
402
+ tooling: {
403
+ runtimes: ["Native"],
404
+ packageManagers: ["Conan", "vcpkg"],
405
+ ecosystems: ["Systems", "Game Development", "Embedded"]
406
+ },
407
+ version: "C++23",
408
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
409
+ i18n: {
410
+ en: {
411
+ name: "C++",
412
+ description: "A high-performance general-purpose language for systems, applications, games, and embedded software.",
413
+ longDescription: "C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\n\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter."
414
+ },
415
+ es: {
416
+ name: "C++",
417
+ description: "Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.",
418
+ longDescription: "C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\n\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria."
419
+ }
420
+ }
421
+ };
256
422
  }
257
- };
423
+ });
258
424
 
259
425
  // src/languages/csharp.ts
260
- var csharp = {
261
- slug: "csharp",
262
- publishedDate: "2000-06-26",
263
- extensions: [".cs", ".csx"],
264
- author: "Anders Hejlsberg / Microsoft",
265
- website: "https://dotnet.microsoft.com/languages/csharp",
266
- paradigms: ["class-based", "component-oriented", "functional", "generic", "object-oriented"],
267
- tooling: {
268
- runtimes: [".NET", "Mono", "Unity"],
269
- packageManagers: ["NuGet"],
270
- ecosystems: [".NET", "ASP.NET", "Unity", "Microsoft"]
271
- },
272
- version: "14",
273
- logo: "https://upload.wikimedia.org/wikipedia/commons/b/bd/Logo_C_sharp.svg",
274
- i18n: {
275
- en: {
276
- name: "C#",
277
- description: "A modern, object-oriented language for .NET applications, services, games, and tools.",
278
- longDescription: "C# is a statically typed language created by Microsoft for the .NET platform, combining object-oriented programming, generics, async workflows, pattern matching, and strong tooling support.\n\nIt is widely used for web services, desktop applications, cloud systems, game development with Unity, enterprise software, mobile apps, and cross-platform tools built on .NET."
279
- },
280
- es: {
281
- name: "C#",
282
- description: "Un lenguaje moderno y orientado a objetos para aplicaciones, servicios, juegos y herramientas .NET.",
283
- longDescription: "C# es un lenguaje de tipado estatico creado por Microsoft para la plataforma .NET, que combina programacion orientada a objetos, genericos, flujos async, pattern matching y soporte solido de herramientas.\n\nSe usa ampliamente en servicios web, aplicaciones de escritorio, sistemas cloud, desarrollo de juegos con Unity, software empresarial, apps moviles y herramientas multiplataforma construidas sobre .NET."
284
- }
426
+ var csharp_exports = {};
427
+ __export(csharp_exports, {
428
+ csharp: () => csharp
429
+ });
430
+ var csharp;
431
+ var init_csharp = __esm({
432
+ "src/languages/csharp.ts"() {
433
+ csharp = {
434
+ slug: "csharp",
435
+ publishedDate: "2000-06-26",
436
+ extensions: [".cs", ".csx"],
437
+ author: "Anders Hejlsberg / Microsoft",
438
+ website: "https://dotnet.microsoft.com/languages/csharp",
439
+ paradigms: ["class-based", "component-oriented", "functional", "generic", "object-oriented"],
440
+ tooling: {
441
+ runtimes: [".NET", "Mono", "Unity"],
442
+ packageManagers: ["NuGet"],
443
+ ecosystems: [".NET", "ASP.NET", "Unity", "Microsoft"]
444
+ },
445
+ version: "14",
446
+ logo: "https://upload.wikimedia.org/wikipedia/commons/b/bd/Logo_C_sharp.svg",
447
+ i18n: {
448
+ en: {
449
+ name: "C#",
450
+ description: "A modern, object-oriented language for .NET applications, services, games, and tools.",
451
+ longDescription: "C# is a statically typed language created by Microsoft for the .NET platform, combining object-oriented programming, generics, async workflows, pattern matching, and strong tooling support.\n\nIt is widely used for web services, desktop applications, cloud systems, game development with Unity, enterprise software, mobile apps, and cross-platform tools built on .NET."
452
+ },
453
+ es: {
454
+ name: "C#",
455
+ description: "Un lenguaje moderno y orientado a objetos para aplicaciones, servicios, juegos y herramientas .NET.",
456
+ longDescription: "C# es un lenguaje de tipado estatico creado por Microsoft para la plataforma .NET, que combina programacion orientada a objetos, genericos, flujos async, pattern matching y soporte solido de herramientas.\n\nSe usa ampliamente en servicios web, aplicaciones de escritorio, sistemas cloud, desarrollo de juegos con Unity, software empresarial, apps moviles y herramientas multiplataforma construidas sobre .NET."
457
+ }
458
+ }
459
+ };
285
460
  }
286
- };
461
+ });
287
462
 
288
463
  // src/languages/css.ts
289
- var css = {
290
- slug: "css",
291
- publishedDate: "1996-12-17",
292
- extensions: [".css"],
293
- author: "Hakon Wium Lie / W3C",
294
- website: "https://www.w3.org/Style/CSS/",
295
- paradigms: ["declarative", "stylesheet"],
296
- version: "Living Standard",
297
- logo: "https://upload.wikimedia.org/wikipedia/commons/a/ab/Official_CSS_Logo.svg",
298
- i18n: {
299
- en: {
300
- name: "CSS",
301
- description: "A stylesheet language for describing the presentation of web documents.",
302
- longDescription: "CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\n\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release."
303
- },
304
- es: {
305
- name: "CSS",
306
- description: "Un lenguaje de hojas de estilo para describir la presentacion de documentos web.",
307
- longDescription: "CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\n\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje."
308
- }
464
+ var css_exports = {};
465
+ __export(css_exports, {
466
+ css: () => css
467
+ });
468
+ var css;
469
+ var init_css = __esm({
470
+ "src/languages/css.ts"() {
471
+ css = {
472
+ slug: "css",
473
+ publishedDate: "1996-12-17",
474
+ extensions: [".css"],
475
+ author: "Hakon Wium Lie / W3C",
476
+ website: "https://www.w3.org/Style/CSS/",
477
+ paradigms: ["declarative", "stylesheet"],
478
+ version: "Living Standard",
479
+ logo: "https://upload.wikimedia.org/wikipedia/commons/a/ab/Official_CSS_Logo.svg",
480
+ i18n: {
481
+ en: {
482
+ name: "CSS",
483
+ description: "A stylesheet language for describing the presentation of web documents.",
484
+ longDescription: "CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\n\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release."
485
+ },
486
+ es: {
487
+ name: "CSS",
488
+ description: "Un lenguaje de hojas de estilo para describir la presentacion de documentos web.",
489
+ longDescription: "CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\n\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje."
490
+ }
491
+ }
492
+ };
309
493
  }
310
- };
494
+ });
495
+
496
+ // src/languages/cuda.ts
497
+ var cuda_exports = {};
498
+ __export(cuda_exports, {
499
+ cuda: () => cuda
500
+ });
501
+ var cuda;
502
+ var init_cuda = __esm({
503
+ "src/languages/cuda.ts"() {
504
+ cuda = {
505
+ slug: "cuda",
506
+ publishedDate: "2007-02-15",
507
+ extensions: [".cu", ".cuh"],
508
+ author: "NVIDIA",
509
+ website: "https://developer.nvidia.com/cuda-toolkit",
510
+ paradigms: ["parallel", "data-parallel", "systems", "heterogeneous-computing"],
511
+ tooling: {
512
+ runtimes: ["CUDA Runtime", "CUDA Driver API"],
513
+ packageManagers: ["CUDA Toolkit", "conda"],
514
+ ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
515
+ },
516
+ version: "13.2.1",
517
+ logo: "https://cdn.simpleicons.org/nvidia/76B900",
518
+ i18n: {
519
+ en: {
520
+ name: "CUDA",
521
+ description: "NVIDIA's GPU programming platform and C/C++ extensions for parallel computing.",
522
+ longDescription: "CUDA is NVIDIA's parallel computing platform and programming model for GPU-accelerated applications. CUDA C/C++ source files use extensions for kernels, device functions, memory spaces, grids, blocks, and threads that execute on NVIDIA GPUs.\n\nIt is used in machine learning, scientific computing, simulations, image processing, rendering, high-performance computing, and applications that need to offload massively parallel workloads to GPU hardware."
523
+ },
524
+ es: {
525
+ name: "CUDA",
526
+ description: "La plataforma GPU de NVIDIA y extensiones C/C++ para computacion paralela.",
527
+ longDescription: "CUDA es la plataforma de computacion paralela y modelo de programacion de NVIDIA para aplicaciones aceleradas por GPU. Los archivos CUDA C/C++ usan extensiones para kernels, funciones de dispositivo, espacios de memoria, grids, blocks y threads que se ejecutan en GPUs NVIDIA.\n\nSe usa en machine learning, computacion cientifica, simulaciones, procesamiento de imagenes, rendering, computacion de alto rendimiento y aplicaciones que necesitan descargar cargas masivamente paralelas al hardware GPU."
528
+ }
529
+ }
530
+ };
531
+ }
532
+ });
311
533
 
312
534
  // src/languages/dart.ts
313
- var dart = {
314
- slug: "dart",
315
- publishedDate: "2011-10-10",
316
- extensions: [".dart"],
317
- author: "Google",
318
- website: "https://dart.dev",
319
- paradigms: ["class-based", "functional", "object-oriented", "structured"],
320
- tooling: {
321
- runtimes: ["Dart VM", "Dart Native", "JavaScript"],
322
- packageManagers: ["pub"],
323
- ecosystems: ["Flutter", "Web", "Server-side"]
324
- },
325
- version: "3.11.6",
326
- logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg",
327
- i18n: {
328
- en: {
329
- name: "Dart",
330
- description: "A client-optimized language for fast apps across mobile, web, desktop, and server.",
331
- longDescription: "Dart is a programming language from Google designed for productive, client-oriented application development. It combines sound null safety, classes, generics, async programming, isolates, ahead-of-time compilation, just-in-time development workflows, and compilation to JavaScript.\n\nIt is widely used with Flutter for mobile, web, and desktop apps, and also supports command-line tools, backend services, build systems, and teams that want a typed language with fast iteration and native compilation paths."
332
- },
333
- es: {
334
- name: "Dart",
335
- description: "Un lenguaje optimizado para crear apps rapidas en movil, web, escritorio y servidor.",
336
- longDescription: "Dart es un lenguaje de programacion de Google disenado para el desarrollo productivo de aplicaciones orientadas al cliente. Combina null safety solido, clases, genericos, programacion asincrona, isolates, compilacion anticipada, flujos de desarrollo just-in-time y compilacion a JavaScript.\n\nSe usa ampliamente con Flutter para aplicaciones moviles, web y de escritorio, y tambien soporta herramientas de linea de comandos, servicios backend, sistemas de build y equipos que quieren un lenguaje tipado con iteracion rapida y rutas de compilacion nativa."
337
- }
535
+ var dart_exports = {};
536
+ __export(dart_exports, {
537
+ dart: () => dart
538
+ });
539
+ var dart;
540
+ var init_dart = __esm({
541
+ "src/languages/dart.ts"() {
542
+ dart = {
543
+ slug: "dart",
544
+ publishedDate: "2011-10-10",
545
+ extensions: [".dart"],
546
+ author: "Google",
547
+ website: "https://dart.dev",
548
+ paradigms: ["class-based", "functional", "object-oriented", "structured"],
549
+ tooling: {
550
+ runtimes: ["Dart VM", "Dart Native", "JavaScript"],
551
+ packageManagers: ["pub"],
552
+ ecosystems: ["Flutter", "Web", "Server-side"]
553
+ },
554
+ version: "3.11.6",
555
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg",
556
+ i18n: {
557
+ en: {
558
+ name: "Dart",
559
+ description: "A client-optimized language for fast apps across mobile, web, desktop, and server.",
560
+ longDescription: "Dart is a programming language from Google designed for productive, client-oriented application development. It combines sound null safety, classes, generics, async programming, isolates, ahead-of-time compilation, just-in-time development workflows, and compilation to JavaScript.\n\nIt is widely used with Flutter for mobile, web, and desktop apps, and also supports command-line tools, backend services, build systems, and teams that want a typed language with fast iteration and native compilation paths."
561
+ },
562
+ es: {
563
+ name: "Dart",
564
+ description: "Un lenguaje optimizado para crear apps rapidas en movil, web, escritorio y servidor.",
565
+ longDescription: "Dart es un lenguaje de programacion de Google disenado para el desarrollo productivo de aplicaciones orientadas al cliente. Combina null safety solido, clases, genericos, programacion asincrona, isolates, compilacion anticipada, flujos de desarrollo just-in-time y compilacion a JavaScript.\n\nSe usa ampliamente con Flutter para aplicaciones moviles, web y de escritorio, y tambien soporta herramientas de linea de comandos, servicios backend, sistemas de build y equipos que quieren un lenguaje tipado con iteracion rapida y rutas de compilacion nativa."
566
+ }
567
+ }
568
+ };
338
569
  }
339
- };
570
+ });
340
571
 
341
572
  // src/languages/dockerfile.ts
342
- var dockerfile = {
343
- slug: "dockerfile",
344
- publishedDate: "2013-03-20",
345
- extensions: ["Dockerfile", ".dockerfile"],
346
- author: "Docker, Inc.",
347
- website: "https://docs.docker.com/reference/dockerfile/",
348
- paradigms: ["declarative", "configuration", "containerization"],
349
- tooling: {
350
- runtimes: ["Docker", "BuildKit", "Podman"],
351
- ecosystems: ["Containers", "DevOps", "Cloud"]
352
- },
353
- version: "1.10",
354
- logo: "https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png",
355
- i18n: {
356
- en: {
357
- name: "Dockerfile",
358
- description: "A build instruction format for creating Docker container images.",
359
- longDescription: "Dockerfile is a text-based instruction format used to define how Docker images are built, including base images, copied files, environment variables, commands, and runtime metadata.\n\nIt is commonly used for packaging applications, defining reproducible build environments, and deploying software across container platforms."
360
- },
361
- es: {
362
- name: "Dockerfile",
363
- description: "Un formato de instrucciones de build para crear imagenes de contenedores Docker.",
364
- longDescription: "Dockerfile es un formato de instrucciones basado en texto que define como se construyen imagenes Docker, incluyendo imagenes base, archivos copiados, variables de entorno, comandos y metadata de ejecucion.\n\nSe usa comunmente para empaquetar aplicaciones, definir entornos de build reproducibles y desplegar software en plataformas de contenedores."
365
- }
573
+ var dockerfile_exports = {};
574
+ __export(dockerfile_exports, {
575
+ dockerfile: () => dockerfile
576
+ });
577
+ var dockerfile;
578
+ var init_dockerfile = __esm({
579
+ "src/languages/dockerfile.ts"() {
580
+ dockerfile = {
581
+ slug: "dockerfile",
582
+ publishedDate: "2013-03-20",
583
+ extensions: ["Dockerfile", ".dockerfile"],
584
+ author: "Docker, Inc.",
585
+ website: "https://docs.docker.com/reference/dockerfile/",
586
+ paradigms: ["declarative", "configuration", "containerization"],
587
+ tooling: {
588
+ runtimes: ["Docker", "BuildKit", "Podman"],
589
+ ecosystems: ["Containers", "DevOps", "Cloud"]
590
+ },
591
+ version: "1.10",
592
+ logo: "https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png",
593
+ i18n: {
594
+ en: {
595
+ name: "Dockerfile",
596
+ description: "A build instruction format for creating Docker container images.",
597
+ longDescription: "Dockerfile is a text-based instruction format used to define how Docker images are built, including base images, copied files, environment variables, commands, and runtime metadata.\n\nIt is commonly used for packaging applications, defining reproducible build environments, and deploying software across container platforms."
598
+ },
599
+ es: {
600
+ name: "Dockerfile",
601
+ description: "Un formato de instrucciones de build para crear imagenes de contenedores Docker.",
602
+ longDescription: "Dockerfile es un formato de instrucciones basado en texto que define como se construyen imagenes Docker, incluyendo imagenes base, archivos copiados, variables de entorno, comandos y metadata de ejecucion.\n\nSe usa comunmente para empaquetar aplicaciones, definir entornos de build reproducibles y desplegar software en plataformas de contenedores."
603
+ }
604
+ }
605
+ };
366
606
  }
367
- };
607
+ });
608
+
609
+ // src/languages/fsharp.ts
610
+ var fsharp_exports = {};
611
+ __export(fsharp_exports, {
612
+ fsharp: () => fsharp
613
+ });
614
+ var fsharp;
615
+ var init_fsharp = __esm({
616
+ "src/languages/fsharp.ts"() {
617
+ fsharp = {
618
+ slug: "fsharp",
619
+ publishedDate: "2005-05-01",
620
+ extensions: [".fs", ".fsi", ".fsx", ".fsscript"],
621
+ author: "Don Syme / Microsoft Research",
622
+ website: "https://dotnet.microsoft.com/en-us/languages/fsharp",
623
+ paradigms: ["functional", "object-oriented", "imperative", "scripting"],
624
+ tooling: {
625
+ runtimes: [".NET", "F# Interactive"],
626
+ packageManagers: ["NuGet"],
627
+ ecosystems: [".NET", "Data Science", "Web", "Cloud"]
628
+ },
629
+ version: "10",
630
+ logo: "https://cdn.simpleicons.org/fsharp/378BBA",
631
+ i18n: {
632
+ en: {
633
+ name: "F#",
634
+ description: "A succinct, functional-first .NET language for robust applications, scripts, and data workflows.",
635
+ longDescription: "F# is a functional-first programming language in the .NET ecosystem. It combines type inference, immutable data by default, pattern matching, discriminated unions, computation expressions, and interoperability with C# and other .NET languages.\n\nIt is used for backend services, data processing, scripting, domain modeling, financial systems, cloud applications, and teams that want concise code with strong static typing and access to the broader .NET platform."
636
+ },
637
+ es: {
638
+ name: "F#",
639
+ description: "Un lenguaje .NET conciso y funcional para aplicaciones robustas, scripts y flujos de datos.",
640
+ longDescription: "F# es un lenguaje de programacion funcional-first dentro del ecosistema .NET. Combina inferencia de tipos, datos inmutables por defecto, pattern matching, uniones discriminadas, computation expressions e interoperabilidad con C# y otros lenguajes .NET.\n\nSe usa en servicios backend, procesamiento de datos, scripting, modelado de dominios, sistemas financieros, aplicaciones cloud y equipos que quieren codigo conciso con tipado estatico fuerte y acceso a la plataforma .NET."
641
+ }
642
+ }
643
+ };
644
+ }
645
+ });
646
+
647
+ // src/languages/git.ts
648
+ var git_exports = {};
649
+ __export(git_exports, {
650
+ git: () => git
651
+ });
652
+ var git;
653
+ var init_git = __esm({
654
+ "src/languages/git.ts"() {
655
+ git = {
656
+ slug: "git",
657
+ publishedDate: "2005-04-07",
658
+ extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"],
659
+ author: "Linus Torvalds / Junio C Hamano",
660
+ website: "https://git-scm.com",
661
+ paradigms: ["configuration", "version-control", "ignore-patterns"],
662
+ tooling: {
663
+ runtimes: ["Git"],
664
+ ecosystems: ["Version Control", "DevOps", "Source Control"]
665
+ },
666
+ version: "2.54.0",
667
+ logo: "https://cdn.simpleicons.org/git/F05032",
668
+ i18n: {
669
+ en: {
670
+ name: "Git",
671
+ description: "Metadata and configuration files used by Git repositories and version-control workflows.",
672
+ longDescription: "Git-related files define repository ignore rules, attributes, submodules, local configuration, placeholders, and repository metadata used by Git tooling.\n\nThey are used in software projects to control which files are tracked, how paths are treated, how submodules are linked, and how repository-specific automation or conventions behave."
673
+ },
674
+ es: {
675
+ name: "Git",
676
+ description: "Archivos de metadata y configuracion usados por repositorios Git y flujos de control de versiones.",
677
+ longDescription: "Los archivos relacionados con Git definen reglas de ignorado, atributos, submodulos, configuracion local, placeholders y metadata de repositorio usada por herramientas Git.\n\nSe usan en proyectos de software para controlar que archivos se versionan, como se tratan las rutas, como se enlazan submodulos y como se comportan automatizaciones o convenciones especificas del repositorio."
678
+ }
679
+ }
680
+ };
681
+ }
682
+ });
368
683
 
369
684
  // src/languages/go.ts
370
- var go = {
371
- slug: "go",
372
- publishedDate: "2012-03-28",
373
- extensions: [".go"],
374
- author: "Robert Griesemer, Rob Pike, Ken Thompson / Google",
375
- website: "https://go.dev",
376
- paradigms: ["concurrent", "imperative", "procedural"],
377
- tooling: {
378
- runtimes: ["Go runtime"],
379
- packageManagers: ["Go modules"],
380
- ecosystems: ["Cloud", "DevOps", "Networking"]
381
- },
382
- version: "1.26.3",
383
- logo: "https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg",
384
- i18n: {
385
- en: {
386
- name: "Go",
387
- description: "A compiled language designed for simplicity, fast builds, and concurrency.",
388
- longDescription: "Go combines a small language specification, garbage collection, static typing, and built-in concurrency primitives through goroutines and channels.\n\nIt is commonly used for cloud services, networking tools, distributed systems, command-line applications, and infrastructure software."
389
- },
390
- es: {
391
- name: "Go",
392
- description: "Un lenguaje compilado disenado para simplicidad, builds rapidos y concurrencia.",
393
- longDescription: "Go combina una especificacion pequena del lenguaje, recoleccion de basura, tipado estatico y primitivas de concurrencia integradas mediante goroutines y channels.\n\nSe usa comunmente en servicios cloud, herramientas de red, sistemas distribuidos, aplicaciones de linea de comandos y software de infraestructura."
394
- }
685
+ var go_exports = {};
686
+ __export(go_exports, {
687
+ go: () => go
688
+ });
689
+ var go;
690
+ var init_go = __esm({
691
+ "src/languages/go.ts"() {
692
+ go = {
693
+ slug: "go",
694
+ publishedDate: "2012-03-28",
695
+ extensions: [".go"],
696
+ author: "Robert Griesemer, Rob Pike, Ken Thompson / Google",
697
+ website: "https://go.dev",
698
+ paradigms: ["concurrent", "imperative", "procedural"],
699
+ tooling: {
700
+ runtimes: ["Go runtime"],
701
+ packageManagers: ["Go modules"],
702
+ ecosystems: ["Cloud", "DevOps", "Networking"]
703
+ },
704
+ version: "1.26.3",
705
+ logo: "https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg",
706
+ i18n: {
707
+ en: {
708
+ name: "Go",
709
+ description: "A compiled language designed for simplicity, fast builds, and concurrency.",
710
+ longDescription: "Go combines a small language specification, garbage collection, static typing, and built-in concurrency primitives through goroutines and channels.\n\nIt is commonly used for cloud services, networking tools, distributed systems, command-line applications, and infrastructure software."
711
+ },
712
+ es: {
713
+ name: "Go",
714
+ description: "Un lenguaje compilado disenado para simplicidad, builds rapidos y concurrencia.",
715
+ longDescription: "Go combina una especificacion pequena del lenguaje, recoleccion de basura, tipado estatico y primitivas de concurrencia integradas mediante goroutines y channels.\n\nSe usa comunmente en servicios cloud, herramientas de red, sistemas distribuidos, aplicaciones de linea de comandos y software de infraestructura."
716
+ }
717
+ }
718
+ };
395
719
  }
396
- };
720
+ });
721
+
722
+ // src/languages/gradle.ts
723
+ var gradle_exports = {};
724
+ __export(gradle_exports, {
725
+ gradle: () => gradle
726
+ });
727
+ var gradle;
728
+ var init_gradle = __esm({
729
+ "src/languages/gradle.ts"() {
730
+ gradle = {
731
+ slug: "gradle",
732
+ publishedDate: "2007-07-01",
733
+ extensions: [".gradle", ".gradle.kts"],
734
+ author: "Hans Dockter / Gradle Inc.",
735
+ website: "https://gradle.org",
736
+ paradigms: ["build-automation", "declarative", "imperative", "configuration"],
737
+ tooling: {
738
+ runtimes: ["JVM", "Gradle"],
739
+ packageManagers: ["Gradle"],
740
+ ecosystems: ["JVM", "Android", "Java", "Kotlin", "Groovy"]
741
+ },
742
+ version: "9.5.0",
743
+ logo: "https://cdn.simpleicons.org/gradle/02303A",
744
+ i18n: {
745
+ en: {
746
+ name: "Gradle",
747
+ description: "A build automation DSL and tool used to define, configure, and run software builds.",
748
+ longDescription: "Gradle build scripts define projects, plugins, dependencies, repositories, tasks, test suites, publishing rules, and multi-project build logic using Groovy DSL or Kotlin DSL files.\n\nIt is widely used in Java, Kotlin, Android, JVM, and polyglot projects that need reproducible builds, dependency management, custom automation, and integration with CI/CD pipelines."
749
+ },
750
+ es: {
751
+ name: "Gradle",
752
+ description: "Un DSL y herramienta de automatizacion de builds usado para definir, configurar y ejecutar builds.",
753
+ longDescription: "Los scripts de build de Gradle definen proyectos, plugins, dependencias, repositorios, tareas, suites de prueba, reglas de publicacion y logica de builds multiproyecto usando archivos Groovy DSL o Kotlin DSL.\n\nSe usa ampliamente en proyectos Java, Kotlin, Android, JVM y poliglotas que necesitan builds reproducibles, gestion de dependencias, automatizacion personalizada e integracion con pipelines CI/CD."
754
+ }
755
+ }
756
+ };
757
+ }
758
+ });
397
759
 
398
760
  // src/languages/graphql.ts
399
- var graphql = {
400
- slug: "graphql",
401
- publishedDate: "2015-07-02",
402
- extensions: [".graphql", ".gql", ".graphqls"],
403
- author: "Facebook / GraphQL Foundation",
404
- website: "https://graphql.org",
405
- paradigms: ["declarative", "query", "schema", "typed"],
406
- tooling: {
407
- runtimes: ["GraphQL.js", "Apollo Server", "GraphQL Yoga", "Mercurius"],
408
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
409
- ecosystems: ["APIs", "Web", "Mobile", "Data Graphs"]
410
- },
411
- version: "September 2025",
412
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg",
413
- i18n: {
414
- en: {
415
- name: "GraphQL",
416
- description: "A typed query and schema language for APIs that lets clients request exact data shapes.",
417
- longDescription: "GraphQL is a typed query language, schema language, and execution model for APIs that lets clients describe the exact data they need and servers expose capabilities through a strongly typed graph.\n\nIt is widely used in web and mobile applications, API gateways, federated service graphs, developer platforms, content systems, and tooling workflows that need introspection, validation, code generation, and predictable client-server contracts."
418
- },
419
- es: {
420
- name: "GraphQL",
421
- description: "Un lenguaje tipado de consultas y esquemas para APIs que permite pedir datos exactos.",
422
- longDescription: "GraphQL es un lenguaje tipado de consultas, lenguaje de esquemas y modelo de ejecucion para APIs que permite a los clientes describir exactamente los datos que necesitan y a los servidores exponer capacidades mediante un grafo fuertemente tipado.\n\nSe usa ampliamente en aplicaciones web y moviles, API gateways, grafos de servicios federados, plataformas para desarrolladores, sistemas de contenido y flujos de tooling que necesitan introspeccion, validacion, generacion de codigo y contratos cliente-servidor predecibles."
423
- }
761
+ var graphql_exports = {};
762
+ __export(graphql_exports, {
763
+ graphql: () => graphql
764
+ });
765
+ var graphql;
766
+ var init_graphql = __esm({
767
+ "src/languages/graphql.ts"() {
768
+ graphql = {
769
+ slug: "graphql",
770
+ publishedDate: "2015-07-02",
771
+ extensions: [".graphql", ".gql", ".graphqls"],
772
+ author: "Facebook / GraphQL Foundation",
773
+ website: "https://graphql.org",
774
+ paradigms: ["declarative", "query", "schema", "typed"],
775
+ tooling: {
776
+ runtimes: ["GraphQL.js", "Apollo Server", "GraphQL Yoga", "Mercurius"],
777
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
778
+ ecosystems: ["APIs", "Web", "Mobile", "Data Graphs"]
779
+ },
780
+ version: "September 2025",
781
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg",
782
+ i18n: {
783
+ en: {
784
+ name: "GraphQL",
785
+ description: "A typed query and schema language for APIs that lets clients request exact data shapes.",
786
+ longDescription: "GraphQL is a typed query language, schema language, and execution model for APIs that lets clients describe the exact data they need and servers expose capabilities through a strongly typed graph.\n\nIt is widely used in web and mobile applications, API gateways, federated service graphs, developer platforms, content systems, and tooling workflows that need introspection, validation, code generation, and predictable client-server contracts."
787
+ },
788
+ es: {
789
+ name: "GraphQL",
790
+ description: "Un lenguaje tipado de consultas y esquemas para APIs que permite pedir datos exactos.",
791
+ longDescription: "GraphQL es un lenguaje tipado de consultas, lenguaje de esquemas y modelo de ejecucion para APIs que permite a los clientes describir exactamente los datos que necesitan y a los servidores exponer capacidades mediante un grafo fuertemente tipado.\n\nSe usa ampliamente en aplicaciones web y moviles, API gateways, grafos de servicios federados, plataformas para desarrolladores, sistemas de contenido y flujos de tooling que necesitan introspeccion, validacion, generacion de codigo y contratos cliente-servidor predecibles."
792
+ }
793
+ }
794
+ };
424
795
  }
425
- };
796
+ });
426
797
 
427
798
  // src/languages/groovy.ts
428
- var groovy = {
429
- slug: "groovy",
430
- publishedDate: "2007-01-02",
431
- extensions: [".groovy", ".gvy", ".gy", ".gsh"],
432
- author: "James Strachan / Apache Software Foundation",
433
- website: "https://groovy.apache.org",
434
- paradigms: ["object-oriented", "functional", "dynamic", "scripting"],
435
- tooling: {
436
- runtimes: ["JVM"],
437
- packageManagers: ["Gradle", "Maven"],
438
- ecosystems: ["JVM", "Gradle"]
439
- },
440
- version: "5.0.6",
441
- logo: "https://upload.wikimedia.org/wikipedia/commons/3/36/Groovy-logo.svg",
442
- i18n: {
443
- en: {
444
- name: "Groovy",
445
- description: "A dynamic language for the JVM with Java-like syntax and scripting features.",
446
- longDescription: "Groovy is a JVM language that integrates with Java while adding dynamic typing, concise syntax, closures, builders, metaprogramming, and scripting capabilities.\n\nIt is used for automation, testing, build scripts, Gradle plugins, web applications, and JVM projects that benefit from expressive syntax and Java interoperability."
447
- },
448
- es: {
449
- name: "Groovy",
450
- description: "Un lenguaje dinamico para la JVM con sintaxis similar a Java y funciones de scripting.",
451
- longDescription: "Groovy es un lenguaje para la JVM que se integra con Java y agrega tipado dinamico, sintaxis concisa, closures, builders, metaprogramacion y capacidades de scripting.\n\nSe usa para automatizacion, testing, scripts de build, plugins de Gradle, aplicaciones web y proyectos JVM que se benefician de sintaxis expresiva e interoperabilidad con Java."
452
- }
799
+ var groovy_exports = {};
800
+ __export(groovy_exports, {
801
+ groovy: () => groovy
802
+ });
803
+ var groovy;
804
+ var init_groovy = __esm({
805
+ "src/languages/groovy.ts"() {
806
+ groovy = {
807
+ slug: "groovy",
808
+ publishedDate: "2007-01-02",
809
+ extensions: [".groovy", ".gvy", ".gy", ".gsh"],
810
+ author: "James Strachan / Apache Software Foundation",
811
+ website: "https://groovy.apache.org",
812
+ paradigms: ["object-oriented", "functional", "dynamic", "scripting"],
813
+ tooling: {
814
+ runtimes: ["JVM"],
815
+ packageManagers: ["Gradle", "Maven"],
816
+ ecosystems: ["JVM", "Gradle"]
817
+ },
818
+ version: "5.0.6",
819
+ logo: "https://upload.wikimedia.org/wikipedia/commons/3/36/Groovy-logo.svg",
820
+ i18n: {
821
+ en: {
822
+ name: "Groovy",
823
+ description: "A dynamic language for the JVM with Java-like syntax and scripting features.",
824
+ longDescription: "Groovy is a JVM language that integrates with Java while adding dynamic typing, concise syntax, closures, builders, metaprogramming, and scripting capabilities.\n\nIt is used for automation, testing, build scripts, Gradle plugins, web applications, and JVM projects that benefit from expressive syntax and Java interoperability."
825
+ },
826
+ es: {
827
+ name: "Groovy",
828
+ description: "Un lenguaje dinamico para la JVM con sintaxis similar a Java y funciones de scripting.",
829
+ longDescription: "Groovy es un lenguaje para la JVM que se integra con Java y agrega tipado dinamico, sintaxis concisa, closures, builders, metaprogramacion y capacidades de scripting.\n\nSe usa para automatizacion, testing, scripts de build, plugins de Gradle, aplicaciones web y proyectos JVM que se benefician de sintaxis expresiva e interoperabilidad con Java."
830
+ }
831
+ }
832
+ };
453
833
  }
454
- };
834
+ });
455
835
 
456
836
  // src/languages/html.ts
457
- var html = {
458
- slug: "html",
459
- publishedDate: "1993-06-01",
460
- extensions: [".html", ".htm"],
461
- author: "Tim Berners-Lee / WHATWG",
462
- website: "https://html.spec.whatwg.org",
463
- paradigms: ["declarative", "markup"],
464
- version: "Living Standard",
465
- logo: "https://www.w3.org/html/logo/downloads/HTML5_Badge.svg",
466
- i18n: {
467
- en: {
468
- name: "HTML",
469
- description: "A markup language for structuring web pages and browser-rendered documents.",
470
- longDescription: "HTML defines the structure and semantics of documents on the web, using elements and attributes to describe headings, paragraphs, links, media, forms, and application surfaces.\n\nIt is maintained as a living standard and works alongside CSS and JavaScript as one of the core technologies of the web platform."
471
- },
472
- es: {
473
- name: "HTML",
474
- description: "Un lenguaje de marcado para estructurar paginas web y documentos en navegadores.",
475
- longDescription: "HTML define la estructura y semantica de documentos en la web, usando elementos y atributos para describir encabezados, parrafos, enlaces, medios, formularios y superficies de aplicacion.\n\nSe mantiene como un estandar vivo y trabaja junto a CSS y JavaScript como una de las tecnologias centrales de la plataforma web."
476
- }
837
+ var html_exports = {};
838
+ __export(html_exports, {
839
+ html: () => html
840
+ });
841
+ var html;
842
+ var init_html = __esm({
843
+ "src/languages/html.ts"() {
844
+ html = {
845
+ slug: "html",
846
+ publishedDate: "1993-06-01",
847
+ extensions: [".html", ".htm"],
848
+ author: "Tim Berners-Lee / WHATWG",
849
+ website: "https://html.spec.whatwg.org",
850
+ paradigms: ["declarative", "markup"],
851
+ version: "Living Standard",
852
+ logo: "https://www.w3.org/html/logo/downloads/HTML5_Badge.svg",
853
+ i18n: {
854
+ en: {
855
+ name: "HTML",
856
+ description: "A markup language for structuring web pages and browser-rendered documents.",
857
+ longDescription: "HTML defines the structure and semantics of documents on the web, using elements and attributes to describe headings, paragraphs, links, media, forms, and application surfaces.\n\nIt is maintained as a living standard and works alongside CSS and JavaScript as one of the core technologies of the web platform."
858
+ },
859
+ es: {
860
+ name: "HTML",
861
+ description: "Un lenguaje de marcado para estructurar paginas web y documentos en navegadores.",
862
+ longDescription: "HTML define la estructura y semantica de documentos en la web, usando elementos y atributos para describir encabezados, parrafos, enlaces, medios, formularios y superficies de aplicacion.\n\nSe mantiene como un estandar vivo y trabaja junto a CSS y JavaScript como una de las tecnologias centrales de la plataforma web."
863
+ }
864
+ }
865
+ };
477
866
  }
478
- };
867
+ });
479
868
 
480
869
  // src/languages/java.ts
481
- var java = {
482
- slug: "java",
483
- publishedDate: "1995-05-23",
484
- extensions: [".java"],
485
- author: "James Gosling / Sun Microsystems",
486
- website: "https://www.java.com",
487
- paradigms: ["class-based", "concurrent", "generic", "imperative", "object-oriented"],
488
- tooling: {
489
- runtimes: ["JVM"],
490
- packageManagers: ["Maven", "Gradle"],
491
- ecosystems: ["JVM", "Android", "Enterprise"]
492
- },
493
- version: "26",
494
- logo: "https://www.vectorlogo.zone/logos/java/java-icon.svg",
495
- i18n: {
496
- en: {
497
- name: "Java",
498
- description: "A class-based, object-oriented language for portable applications and services.",
499
- longDescription: "Java is a statically typed language and runtime platform designed around portability, a large standard library, managed memory, and a mature virtual machine.\n\nIt is widely used for enterprise systems, Android applications, backend services, financial platforms, distributed systems, and long-lived production software."
500
- },
501
- es: {
502
- name: "Java",
503
- description: "Un lenguaje orientado a objetos basado en clases para aplicaciones y servicios portables.",
504
- longDescription: "Java es un lenguaje de tipado estatico y una plataforma de ejecucion disenada alrededor de portabilidad, una biblioteca estandar amplia, memoria gestionada y una maquina virtual madura.\n\nSe usa ampliamente en sistemas empresariales, aplicaciones Android, servicios backend, plataformas financieras, sistemas distribuidos y software de produccion de larga vida."
505
- }
870
+ var java_exports = {};
871
+ __export(java_exports, {
872
+ java: () => java
873
+ });
874
+ var java;
875
+ var init_java = __esm({
876
+ "src/languages/java.ts"() {
877
+ java = {
878
+ slug: "java",
879
+ publishedDate: "1995-05-23",
880
+ extensions: [".java"],
881
+ author: "James Gosling / Sun Microsystems",
882
+ website: "https://www.java.com",
883
+ paradigms: ["class-based", "concurrent", "generic", "imperative", "object-oriented"],
884
+ tooling: {
885
+ runtimes: ["JVM"],
886
+ packageManagers: ["Maven", "Gradle"],
887
+ ecosystems: ["JVM", "Android", "Enterprise"]
888
+ },
889
+ version: "26",
890
+ logo: "https://www.vectorlogo.zone/logos/java/java-icon.svg",
891
+ i18n: {
892
+ en: {
893
+ name: "Java",
894
+ description: "A class-based, object-oriented language for portable applications and services.",
895
+ longDescription: "Java is a statically typed language and runtime platform designed around portability, a large standard library, managed memory, and a mature virtual machine.\n\nIt is widely used for enterprise systems, Android applications, backend services, financial platforms, distributed systems, and long-lived production software."
896
+ },
897
+ es: {
898
+ name: "Java",
899
+ description: "Un lenguaje orientado a objetos basado en clases para aplicaciones y servicios portables.",
900
+ longDescription: "Java es un lenguaje de tipado estatico y una plataforma de ejecucion disenada alrededor de portabilidad, una biblioteca estandar amplia, memoria gestionada y una maquina virtual madura.\n\nSe usa ampliamente en sistemas empresariales, aplicaciones Android, servicios backend, plataformas financieras, sistemas distribuidos y software de produccion de larga vida."
901
+ }
902
+ }
903
+ };
506
904
  }
507
- };
905
+ });
508
906
 
509
907
  // src/languages/javascript.ts
510
- var javascript = {
511
- slug: "javascript",
512
- publishedDate: "1995-12-04",
513
- extensions: [".js", ".mjs", ".cjs", ".jsx"],
514
- author: "Brendan Eich / Netscape",
515
- website: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
516
- paradigms: ["event-driven", "functional", "imperative", "object-oriented", "prototype-based"],
517
- tooling: {
518
- runtimes: ["Browser", "Node.js", "Deno", "Bun"],
519
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
520
- ecosystems: ["Web", "Node.js"]
521
- },
522
- version: "ECMAScript 2025",
523
- logo: "https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png",
524
- i18n: {
525
- en: {
526
- name: "JavaScript",
527
- description: "A dynamic scripting language for the web, servers, tools, and applications.",
528
- longDescription: "JavaScript is the primary programming language of the web platform, running natively in browsers and in server runtimes such as Node.js, Deno, and Bun.\n\nThe language is standardized as ECMAScript and supports event-driven, functional, object-oriented, and prototype-based programming styles."
529
- },
530
- es: {
531
- name: "JavaScript",
532
- description: "Un lenguaje dinamico de scripting para la web, servidores, herramientas y apps.",
533
- longDescription: "JavaScript es el lenguaje de programacion principal de la plataforma web, ejecutandose de forma nativa en navegadores y en runtimes de servidor como Node.js, Deno y Bun.\n\nEl lenguaje esta estandarizado como ECMAScript y soporta estilos de programacion orientados a eventos, funcionales, orientados a objetos y basados en prototipos."
534
- }
908
+ var javascript_exports = {};
909
+ __export(javascript_exports, {
910
+ javascript: () => javascript
911
+ });
912
+ var javascript;
913
+ var init_javascript = __esm({
914
+ "src/languages/javascript.ts"() {
915
+ javascript = {
916
+ slug: "javascript",
917
+ publishedDate: "1995-12-04",
918
+ extensions: [".js", ".mjs", ".cjs", ".jsx"],
919
+ author: "Brendan Eich / Netscape",
920
+ website: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
921
+ paradigms: ["event-driven", "functional", "imperative", "object-oriented", "prototype-based"],
922
+ tooling: {
923
+ runtimes: ["Browser", "Node.js", "Deno", "Bun"],
924
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
925
+ ecosystems: ["Web", "Node.js"]
926
+ },
927
+ version: "ECMAScript 2025",
928
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png",
929
+ i18n: {
930
+ en: {
931
+ name: "JavaScript",
932
+ description: "A dynamic scripting language for the web, servers, tools, and applications.",
933
+ longDescription: "JavaScript is the primary programming language of the web platform, running natively in browsers and in server runtimes such as Node.js, Deno, and Bun.\n\nThe language is standardized as ECMAScript and supports event-driven, functional, object-oriented, and prototype-based programming styles."
934
+ },
935
+ es: {
936
+ name: "JavaScript",
937
+ description: "Un lenguaje dinamico de scripting para la web, servidores, herramientas y apps.",
938
+ longDescription: "JavaScript es el lenguaje de programacion principal de la plataforma web, ejecutandose de forma nativa en navegadores y en runtimes de servidor como Node.js, Deno y Bun.\n\nEl lenguaje esta estandarizado como ECMAScript y soporta estilos de programacion orientados a eventos, funcionales, orientados a objetos y basados en prototipos."
939
+ }
940
+ }
941
+ };
535
942
  }
536
- };
943
+ });
537
944
 
538
945
  // src/languages/json.ts
539
- var json = {
540
- slug: "json",
541
- publishedDate: "2001-04-01",
542
- extensions: [".json"],
543
- author: "Douglas Crockford",
544
- website: "https://www.json.org/json-en.html",
545
- paradigms: ["data serialization", "declarative"],
546
- version: "RFC 8259",
547
- logo: "https://www.json.org/img/json160.gif",
548
- i18n: {
549
- en: {
550
- name: "JSON",
551
- description: "A lightweight data interchange format based on JavaScript object syntax.",
552
- longDescription: "JSON represents structured data with objects, arrays, strings, numbers, booleans, and null, using a compact text format that is easy for programs to parse and generate.\n\nIt is widely used for web APIs, configuration files, logs, package manifests, application state, and data exchange between services."
553
- },
554
- es: {
555
- name: "JSON",
556
- description: "Un formato ligero de intercambio de datos basado en sintaxis de objetos JavaScript.",
557
- longDescription: "JSON representa datos estructurados con objetos, arreglos, strings, numeros, booleanos y null, usando un formato de texto compacto facil de parsear y generar para los programas.\n\nSe usa ampliamente en APIs web, archivos de configuracion, logs, manifiestos de paquetes, estado de aplicaciones e intercambio de datos entre servicios."
558
- }
946
+ var json_exports = {};
947
+ __export(json_exports, {
948
+ json: () => json
949
+ });
950
+ var json;
951
+ var init_json = __esm({
952
+ "src/languages/json.ts"() {
953
+ json = {
954
+ slug: "json",
955
+ publishedDate: "2001-04-01",
956
+ extensions: [".json"],
957
+ author: "Douglas Crockford",
958
+ website: "https://www.json.org/json-en.html",
959
+ paradigms: ["data serialization", "declarative"],
960
+ version: "RFC 8259",
961
+ logo: "https://www.json.org/img/json160.gif",
962
+ i18n: {
963
+ en: {
964
+ name: "JSON",
965
+ description: "A lightweight data interchange format based on JavaScript object syntax.",
966
+ longDescription: "JSON represents structured data with objects, arrays, strings, numbers, booleans, and null, using a compact text format that is easy for programs to parse and generate.\n\nIt is widely used for web APIs, configuration files, logs, package manifests, application state, and data exchange between services."
967
+ },
968
+ es: {
969
+ name: "JSON",
970
+ description: "Un formato ligero de intercambio de datos basado en sintaxis de objetos JavaScript.",
971
+ longDescription: "JSON representa datos estructurados con objetos, arreglos, strings, numeros, booleanos y null, usando un formato de texto compacto facil de parsear y generar para los programas.\n\nSe usa ampliamente en APIs web, archivos de configuracion, logs, manifiestos de paquetes, estado de aplicaciones e intercambio de datos entre servicios."
972
+ }
973
+ }
974
+ };
559
975
  }
560
- };
976
+ });
977
+
978
+ // src/languages/julia.ts
979
+ var julia_exports = {};
980
+ __export(julia_exports, {
981
+ julia: () => julia
982
+ });
983
+ var julia;
984
+ var init_julia = __esm({
985
+ "src/languages/julia.ts"() {
986
+ julia = {
987
+ slug: "julia",
988
+ publishedDate: "2012-02-14",
989
+ extensions: [".jl"],
990
+ author: "Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman",
991
+ website: "https://julialang.org",
992
+ paradigms: ["multiple-dispatch", "functional", "imperative", "metaprogramming"],
993
+ tooling: {
994
+ runtimes: ["Julia"],
995
+ packageManagers: ["Pkg"],
996
+ ecosystems: ["Scientific Computing", "Data Science", "Machine Learning", "HPC"]
997
+ },
998
+ version: "1.12.6",
999
+ logo: "https://cdn.simpleicons.org/julia/9558B2",
1000
+ i18n: {
1001
+ en: {
1002
+ name: "Julia",
1003
+ description: "A high-performance language for technical computing, data science, and numerical work.",
1004
+ longDescription: "Julia is a high-level, high-performance programming language designed for numerical and scientific computing. It combines dynamic interactivity with just-in-time compilation, multiple dispatch, metaprogramming, and a package ecosystem focused on technical work.\n\nIt is widely used for scientific computing, data analysis, machine learning, optimization, simulations, high-performance computing, and workflows where teams want expressive code that can run close to native speed."
1005
+ },
1006
+ es: {
1007
+ name: "Julia",
1008
+ description: "Un lenguaje de alto rendimiento para computacion tecnica, ciencia de datos y trabajo numerico.",
1009
+ longDescription: "Julia es un lenguaje de programacion de alto nivel y alto rendimiento disenado para computacion numerica y cientifica. Combina interactividad dinamica con compilacion just-in-time, multiple dispatch, metaprogramacion y un ecosistema de paquetes enfocado en trabajo tecnico.\n\nSe usa ampliamente en computacion cientifica, analisis de datos, machine learning, optimizacion, simulaciones, computacion de alto rendimiento y flujos donde los equipos quieren codigo expresivo que pueda ejecutarse cerca de velocidad nativa."
1010
+ }
1011
+ }
1012
+ };
1013
+ }
1014
+ });
561
1015
 
562
1016
  // src/languages/kotlin.ts
563
- var kotlin = {
564
- slug: "kotlin",
565
- publishedDate: "2016-02-15",
566
- extensions: [".kt", ".kts"],
567
- author: "JetBrains",
568
- website: "https://kotlinlang.org",
569
- paradigms: ["object-oriented", "functional", "imperative", "generic"],
570
- tooling: {
571
- runtimes: ["JVM", "Android", "JavaScript", "Native", "Wasm"],
572
- packageManagers: ["Gradle", "Maven"],
573
- ecosystems: ["JVM", "Android", "Kotlin Multiplatform"]
574
- },
575
- version: "2.3.21",
576
- logo: "https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png",
577
- i18n: {
578
- en: {
579
- name: "Kotlin",
580
- description: "A concise, multiplatform language for JVM, Android, native, and web development.",
581
- longDescription: "Kotlin is a statically typed language developed by JetBrains, designed for interoperability with Java, concise syntax, null safety, coroutines, and multiplatform development.\n\nIt is widely used for Android apps, backend services, Kotlin Multiplatform projects, scripting, data tooling, and applications targeting JVM, JavaScript, Native, and WebAssembly."
582
- },
583
- es: {
584
- name: "Kotlin",
585
- description: "Un lenguaje conciso y multiplataforma para JVM, Android, nativo y desarrollo web.",
586
- longDescription: "Kotlin es un lenguaje de tipado estatico desarrollado por JetBrains, disenado para interoperar con Java, ofrecer sintaxis concisa, null safety, coroutines y desarrollo multiplataforma.\n\nSe usa ampliamente en apps Android, servicios backend, proyectos Kotlin Multiplatform, scripting, herramientas de datos y aplicaciones para JVM, JavaScript, Native y WebAssembly."
587
- }
1017
+ var kotlin_exports = {};
1018
+ __export(kotlin_exports, {
1019
+ kotlin: () => kotlin
1020
+ });
1021
+ var kotlin;
1022
+ var init_kotlin = __esm({
1023
+ "src/languages/kotlin.ts"() {
1024
+ kotlin = {
1025
+ slug: "kotlin",
1026
+ publishedDate: "2016-02-15",
1027
+ extensions: [".kt", ".kts"],
1028
+ author: "JetBrains",
1029
+ website: "https://kotlinlang.org",
1030
+ paradigms: ["object-oriented", "functional", "imperative", "generic"],
1031
+ tooling: {
1032
+ runtimes: ["JVM", "Android", "JavaScript", "Native", "Wasm"],
1033
+ packageManagers: ["Gradle", "Maven"],
1034
+ ecosystems: ["JVM", "Android", "Kotlin Multiplatform"]
1035
+ },
1036
+ version: "2.3.21",
1037
+ logo: "https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png",
1038
+ i18n: {
1039
+ en: {
1040
+ name: "Kotlin",
1041
+ description: "A concise, multiplatform language for JVM, Android, native, and web development.",
1042
+ longDescription: "Kotlin is a statically typed language developed by JetBrains, designed for interoperability with Java, concise syntax, null safety, coroutines, and multiplatform development.\n\nIt is widely used for Android apps, backend services, Kotlin Multiplatform projects, scripting, data tooling, and applications targeting JVM, JavaScript, Native, and WebAssembly."
1043
+ },
1044
+ es: {
1045
+ name: "Kotlin",
1046
+ description: "Un lenguaje conciso y multiplataforma para JVM, Android, nativo y desarrollo web.",
1047
+ longDescription: "Kotlin es un lenguaje de tipado estatico desarrollado por JetBrains, disenado para interoperar con Java, ofrecer sintaxis concisa, null safety, coroutines y desarrollo multiplataforma.\n\nSe usa ampliamente en apps Android, servicios backend, proyectos Kotlin Multiplatform, scripting, herramientas de datos y aplicaciones para JVM, JavaScript, Native y WebAssembly."
1048
+ }
1049
+ }
1050
+ };
588
1051
  }
589
- };
1052
+ });
590
1053
 
591
1054
  // src/languages/less.ts
592
- var less = {
593
- slug: "less",
594
- publishedDate: "2009-01-01",
595
- extensions: [".less"],
596
- author: "Alexis Sellier / Less Core Team",
597
- website: "https://lesscss.org",
598
- paradigms: ["declarative", "stylesheet", "preprocessor"],
599
- tooling: {
600
- runtimes: ["Less.js", "Node.js", "Browser"],
601
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
602
- ecosystems: ["Web", "Design Systems", "Bootstrap"]
603
- },
604
- version: "4.6.4",
605
- logo: "https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg",
606
- i18n: {
607
- en: {
608
- name: "Less",
609
- description: "A CSS preprocessor with variables, nesting, mixins, operations, and functions.",
610
- longDescription: "Less is a dynamic stylesheet language that extends CSS with variables, nested rules, mixins, operations, functions, and reusable abstractions while keeping syntax close to standard CSS.\n\nIt is commonly used in web applications, design systems, themes, legacy front-end stacks, and projects that compile richer styling source files into browser-compatible CSS."
611
- },
612
- es: {
613
- name: "Less",
614
- description: "Un preprocesador CSS con variables, anidamiento, mixins, operaciones y funciones.",
615
- longDescription: "Less es un lenguaje dinamico de hojas de estilo que extiende CSS con variables, reglas anidadas, mixins, operaciones, funciones y abstracciones reutilizables mientras mantiene una sintaxis cercana a CSS estandar.\n\nSe usa comunmente en aplicaciones web, sistemas de diseno, temas, stacks front-end heredados y proyectos que compilan archivos de estilos mas expresivos a CSS compatible con navegadores."
616
- }
1055
+ var less_exports = {};
1056
+ __export(less_exports, {
1057
+ less: () => less
1058
+ });
1059
+ var less;
1060
+ var init_less = __esm({
1061
+ "src/languages/less.ts"() {
1062
+ less = {
1063
+ slug: "less",
1064
+ publishedDate: "2009-01-01",
1065
+ extensions: [".less"],
1066
+ author: "Alexis Sellier / Less Core Team",
1067
+ website: "https://lesscss.org",
1068
+ paradigms: ["declarative", "stylesheet", "preprocessor"],
1069
+ tooling: {
1070
+ runtimes: ["Less.js", "Node.js", "Browser"],
1071
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1072
+ ecosystems: ["Web", "Design Systems", "Bootstrap"]
1073
+ },
1074
+ version: "4.6.4",
1075
+ logo: "https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg",
1076
+ i18n: {
1077
+ en: {
1078
+ name: "Less",
1079
+ description: "A CSS preprocessor with variables, nesting, mixins, operations, and functions.",
1080
+ longDescription: "Less is a dynamic stylesheet language that extends CSS with variables, nested rules, mixins, operations, functions, and reusable abstractions while keeping syntax close to standard CSS.\n\nIt is commonly used in web applications, design systems, themes, legacy front-end stacks, and projects that compile richer styling source files into browser-compatible CSS."
1081
+ },
1082
+ es: {
1083
+ name: "Less",
1084
+ description: "Un preprocesador CSS con variables, anidamiento, mixins, operaciones y funciones.",
1085
+ longDescription: "Less es un lenguaje dinamico de hojas de estilo que extiende CSS con variables, reglas anidadas, mixins, operaciones, funciones y abstracciones reutilizables mientras mantiene una sintaxis cercana a CSS estandar.\n\nSe usa comunmente en aplicaciones web, sistemas de diseno, temas, stacks front-end heredados y proyectos que compilan archivos de estilos mas expresivos a CSS compatible con navegadores."
1086
+ }
1087
+ }
1088
+ };
617
1089
  }
618
- };
1090
+ });
619
1091
 
620
1092
  // src/languages/lua.ts
621
- var lua = {
622
- slug: "lua",
623
- publishedDate: "1994-07-08",
624
- extensions: [".lua", ".rockspec"],
625
- author: "Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes",
626
- website: "https://www.lua.org",
627
- paradigms: ["procedural", "functional", "object-oriented", "scripting", "embeddable"],
628
- tooling: {
629
- runtimes: ["Lua", "LuaJIT"],
630
- packageManagers: ["LuaRocks"],
631
- ecosystems: ["Game Development", "Embedded Systems", "Scripting", "Configuration"]
632
- },
633
- version: "5.5.0",
634
- logo: "https://www.lua.org/images/lua-logo.gif",
635
- i18n: {
636
- en: {
637
- name: "Lua",
638
- description: "A lightweight, embeddable scripting language designed for extension and portability.",
639
- longDescription: "Lua is a small, fast scripting language with tables, first-class functions, closures, coroutines, metatables, dynamic typing, and a compact C API for embedding and extension.\n\nIt is widely used in game engines, embedded systems, application scripting, configuration files, plugins, network tools, Redis scripts, Neovim configuration, and products that need a portable extension language."
640
- },
641
- es: {
642
- name: "Lua",
643
- description: "Un lenguaje de scripting liviano y embebible disenado para extension y portabilidad.",
644
- longDescription: "Lua es un lenguaje de scripting pequeno y rapido con tablas, funciones de primera clase, closures, corutinas, metatables, tipado dinamico y una API C compacta para embedding y extension.\n\nSe usa ampliamente en motores de videojuegos, sistemas embebidos, scripting de aplicaciones, archivos de configuracion, plugins, herramientas de red, scripts de Redis, configuracion de Neovim y productos que necesitan un lenguaje de extension portable."
645
- }
1093
+ var lua_exports = {};
1094
+ __export(lua_exports, {
1095
+ lua: () => lua
1096
+ });
1097
+ var lua;
1098
+ var init_lua = __esm({
1099
+ "src/languages/lua.ts"() {
1100
+ lua = {
1101
+ slug: "lua",
1102
+ publishedDate: "1994-07-08",
1103
+ extensions: [".lua", ".rockspec"],
1104
+ author: "Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes",
1105
+ website: "https://www.lua.org",
1106
+ paradigms: ["procedural", "functional", "object-oriented", "scripting", "embeddable"],
1107
+ tooling: {
1108
+ runtimes: ["Lua", "LuaJIT"],
1109
+ packageManagers: ["LuaRocks"],
1110
+ ecosystems: ["Game Development", "Embedded Systems", "Scripting", "Configuration"]
1111
+ },
1112
+ version: "5.5.0",
1113
+ logo: "https://www.lua.org/images/lua-logo.gif",
1114
+ i18n: {
1115
+ en: {
1116
+ name: "Lua",
1117
+ description: "A lightweight, embeddable scripting language designed for extension and portability.",
1118
+ longDescription: "Lua is a small, fast scripting language with tables, first-class functions, closures, coroutines, metatables, dynamic typing, and a compact C API for embedding and extension.\n\nIt is widely used in game engines, embedded systems, application scripting, configuration files, plugins, network tools, Redis scripts, Neovim configuration, and products that need a portable extension language."
1119
+ },
1120
+ es: {
1121
+ name: "Lua",
1122
+ description: "Un lenguaje de scripting liviano y embebible disenado para extension y portabilidad.",
1123
+ longDescription: "Lua es un lenguaje de scripting pequeno y rapido con tablas, funciones de primera clase, closures, corutinas, metatables, tipado dinamico y una API C compacta para embedding y extension.\n\nSe usa ampliamente en motores de videojuegos, sistemas embebidos, scripting de aplicaciones, archivos de configuracion, plugins, herramientas de red, scripts de Redis, configuracion de Neovim y productos que necesitan un lenguaje de extension portable."
1124
+ }
1125
+ }
1126
+ };
646
1127
  }
647
- };
1128
+ });
648
1129
 
649
1130
  // src/languages/makefile.ts
650
- var makefile = {
651
- slug: "makefile",
652
- publishedDate: "1976-01-01",
653
- extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"],
654
- author: "Stuart Feldman / GNU Project",
655
- website: "https://www.gnu.org/software/make/",
656
- paradigms: ["build-automation", "declarative", "imperative", "rule-based"],
657
- tooling: {
658
- runtimes: ["GNU Make", "BSD make", "POSIX make"],
659
- ecosystems: ["Unix", "Linux", "C", "C++", "Embedded Systems"]
660
- },
661
- version: "4.4.1",
662
- logo: "https://upload.wikimedia.org/wikipedia/commons/7/71/Heckert_gnu.small.png",
663
- i18n: {
664
- en: {
665
- name: "Makefile",
666
- description: "A rule-based build automation format used by make tools to run reproducible tasks.",
667
- longDescription: "Makefiles describe targets, prerequisites, variables, and shell recipes that make tools use to decide what work must be rebuilt and which commands should run.\n\nThey are widely used for compiling C and C++ projects, driving Unix build pipelines, packaging software, running development tasks, generating artifacts, and coordinating commands across many programming language ecosystems."
668
- },
669
- es: {
670
- name: "Makefile",
671
- description: "Un formato de automatizacion de builds basado en reglas usado por herramientas make.",
672
- longDescription: "Los Makefiles describen targets, prerequisitos, variables y recetas de shell que las herramientas make usan para decidir que trabajo debe reconstruirse y que comandos deben ejecutarse.\n\nSe usan ampliamente para compilar proyectos C y C++, manejar pipelines de build en Unix, empaquetar software, ejecutar tareas de desarrollo, generar artefactos y coordinar comandos en muchos ecosistemas de lenguajes."
673
- }
1131
+ var makefile_exports = {};
1132
+ __export(makefile_exports, {
1133
+ makefile: () => makefile
1134
+ });
1135
+ var makefile;
1136
+ var init_makefile = __esm({
1137
+ "src/languages/makefile.ts"() {
1138
+ makefile = {
1139
+ slug: "makefile",
1140
+ publishedDate: "1976-01-01",
1141
+ extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"],
1142
+ author: "Stuart Feldman / GNU Project",
1143
+ website: "https://www.gnu.org/software/make/",
1144
+ paradigms: ["build-automation", "declarative", "imperative", "rule-based"],
1145
+ tooling: {
1146
+ runtimes: ["GNU Make", "BSD make", "POSIX make"],
1147
+ ecosystems: ["Unix", "Linux", "C", "C++", "Embedded Systems"]
1148
+ },
1149
+ version: "4.4.1",
1150
+ logo: "https://upload.wikimedia.org/wikipedia/commons/7/71/Heckert_gnu.small.png",
1151
+ i18n: {
1152
+ en: {
1153
+ name: "Makefile",
1154
+ description: "A rule-based build automation format used by make tools to run reproducible tasks.",
1155
+ longDescription: "Makefiles describe targets, prerequisites, variables, and shell recipes that make tools use to decide what work must be rebuilt and which commands should run.\n\nThey are widely used for compiling C and C++ projects, driving Unix build pipelines, packaging software, running development tasks, generating artifacts, and coordinating commands across many programming language ecosystems."
1156
+ },
1157
+ es: {
1158
+ name: "Makefile",
1159
+ description: "Un formato de automatizacion de builds basado en reglas usado por herramientas make.",
1160
+ longDescription: "Los Makefiles describen targets, prerequisitos, variables y recetas de shell que las herramientas make usan para decidir que trabajo debe reconstruirse y que comandos deben ejecutarse.\n\nSe usan ampliamente para compilar proyectos C y C++, manejar pipelines de build en Unix, empaquetar software, ejecutar tareas de desarrollo, generar artefactos y coordinar comandos en muchos ecosistemas de lenguajes."
1161
+ }
1162
+ }
1163
+ };
674
1164
  }
675
- };
1165
+ });
676
1166
 
677
1167
  // src/languages/markdown.ts
678
- var markdown = {
679
- slug: "markdown",
680
- publishedDate: "2004-03-19",
681
- extensions: [".md", ".markdown", ".mdown", ".mkd"],
682
- author: "John Gruber / Aaron Swartz",
683
- website: "https://daringfireball.net/projects/markdown/",
684
- paradigms: ["declarative", "markup"],
685
- version: "CommonMark 4.0",
686
- logo: "https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg",
687
- i18n: {
688
- en: {
689
- name: "Markdown",
690
- description: "A lightweight markup language for writing formatted plain-text documents.",
691
- longDescription: "Markdown uses plain-text syntax to represent headings, lists, links, emphasis, code blocks, tables, and other common document structures.\n\nIt is widely used for README files, documentation, static sites, notes, issue trackers, and publishing workflows where readable source text matters."
692
- },
693
- es: {
694
- name: "Markdown",
695
- description: "Un lenguaje de marcado ligero para escribir documentos de texto con formato.",
696
- longDescription: "Markdown usa sintaxis de texto plano para representar encabezados, listas, enlaces, enfasis, bloques de codigo, tablas y otras estructuras comunes de documentos.\n\nSe usa ampliamente en archivos README, documentacion, sitios estaticos, notas, gestores de incidencias y flujos de publicacion donde importa que el texto fuente sea legible."
697
- }
1168
+ var markdown_exports = {};
1169
+ __export(markdown_exports, {
1170
+ markdown: () => markdown
1171
+ });
1172
+ var markdown;
1173
+ var init_markdown = __esm({
1174
+ "src/languages/markdown.ts"() {
1175
+ markdown = {
1176
+ slug: "markdown",
1177
+ publishedDate: "2004-03-19",
1178
+ extensions: [".md", ".markdown", ".mdown", ".mkd"],
1179
+ author: "John Gruber / Aaron Swartz",
1180
+ website: "https://daringfireball.net/projects/markdown/",
1181
+ paradigms: ["declarative", "markup"],
1182
+ version: "CommonMark 4.0",
1183
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg",
1184
+ i18n: {
1185
+ en: {
1186
+ name: "Markdown",
1187
+ description: "A lightweight markup language for writing formatted plain-text documents.",
1188
+ longDescription: "Markdown uses plain-text syntax to represent headings, lists, links, emphasis, code blocks, tables, and other common document structures.\n\nIt is widely used for README files, documentation, static sites, notes, issue trackers, and publishing workflows where readable source text matters."
1189
+ },
1190
+ es: {
1191
+ name: "Markdown",
1192
+ description: "Un lenguaje de marcado ligero para escribir documentos de texto con formato.",
1193
+ longDescription: "Markdown usa sintaxis de texto plano para representar encabezados, listas, enlaces, enfasis, bloques de codigo, tablas y otras estructuras comunes de documentos.\n\nSe usa ampliamente en archivos README, documentacion, sitios estaticos, notas, gestores de incidencias y flujos de publicacion donde importa que el texto fuente sea legible."
1194
+ }
1195
+ }
1196
+ };
698
1197
  }
699
- };
1198
+ });
1199
+
1200
+ // src/languages/matlab.ts
1201
+ var matlab_exports = {};
1202
+ __export(matlab_exports, {
1203
+ matlab: () => matlab
1204
+ });
1205
+ var matlab;
1206
+ var init_matlab = __esm({
1207
+ "src/languages/matlab.ts"() {
1208
+ matlab = {
1209
+ slug: "matlab",
1210
+ publishedDate: "1984-01-01",
1211
+ extensions: [".m", ".mlx"],
1212
+ author: "MathWorks",
1213
+ website: "https://www.mathworks.com/products/matlab.html",
1214
+ paradigms: ["array-oriented", "imperative", "object-oriented", "procedural"],
1215
+ tooling: {
1216
+ runtimes: ["MATLAB"],
1217
+ packageManagers: ["MATLAB Add-On Explorer"],
1218
+ ecosystems: ["Scientific Computing", "Numerical Computing", "Engineering", "Simulink"]
1219
+ },
1220
+ version: "R2026a",
1221
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Matlab_Logo.png",
1222
+ i18n: {
1223
+ en: {
1224
+ name: "MATLAB",
1225
+ description: "A matrix-oriented language and environment for engineering, science, data, and simulation.",
1226
+ longDescription: "MATLAB is a programming language and numerical computing environment from MathWorks. It is centered on matrix and array operations, interactive analysis, visualization, algorithm development, and workflows for engineers and scientists.\n\nIt is commonly used for signal processing, control systems, robotics, data analysis, optimization, simulation, education, and model-based design alongside Simulink and MathWorks toolboxes."
1227
+ },
1228
+ es: {
1229
+ name: "MATLAB",
1230
+ description: "Un lenguaje y entorno orientado a matrices para ingenieria, ciencia, datos y simulacion.",
1231
+ longDescription: "MATLAB es un lenguaje de programacion y entorno de computacion numerica de MathWorks. Esta centrado en operaciones con matrices y arreglos, analisis interactivo, visualizacion, desarrollo de algoritmos y flujos de trabajo para ingenieros y cientificos.\n\nSe usa comunmente en procesamiento de senales, sistemas de control, robotica, analisis de datos, optimizacion, simulacion, educacion y diseno basado en modelos junto con Simulink y las toolboxes de MathWorks."
1232
+ }
1233
+ }
1234
+ };
1235
+ }
1236
+ });
700
1237
 
701
1238
  // src/languages/nginx.ts
702
- var nginx = {
703
- slug: "nginx",
704
- publishedDate: "2004-10-04",
705
- extensions: ["nginx.conf", ".nginx", ".conf"],
706
- author: "Igor Sysoev / NGINX",
707
- website: "https://nginx.org",
708
- paradigms: ["configuration", "declarative", "directive-based"],
709
- tooling: {
710
- runtimes: ["nginx", "NGINX Plus", "OpenResty"],
711
- ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
712
- },
713
- version: "1.30.0",
714
- logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
715
- i18n: {
716
- en: {
717
- name: "nginx",
718
- description: "A directive-based configuration language for the nginx web server and reverse proxy.",
719
- longDescription: "nginx configuration files use a directive-based syntax to define HTTP servers, reverse proxies, upstreams, load balancing, TLS settings, caching, logging, access control, and stream or mail proxy behavior.\n\nThey are used in production web infrastructure, container images, edge services, API gateways, static file hosting, traffic routing, and DevOps workflows where nginx or compatible servers need repeatable configuration."
720
- },
721
- es: {
722
- name: "nginx",
723
- description: "Un lenguaje de configuracion basado en directivas para el servidor web y proxy inverso nginx.",
724
- longDescription: "Los archivos de configuracion de nginx usan una sintaxis basada en directivas para definir servidores HTTP, proxies inversos, upstreams, balanceo de carga, ajustes TLS, cache, logging, control de acceso y comportamiento de proxy stream o mail.\n\nSe usan en infraestructura web de produccion, imagenes de contenedores, servicios edge, API gateways, hosting de archivos estaticos, ruteo de trafico y flujos DevOps donde nginx o servidores compatibles necesitan configuracion repetible."
725
- }
1239
+ var nginx_exports = {};
1240
+ __export(nginx_exports, {
1241
+ nginx: () => nginx
1242
+ });
1243
+ var nginx;
1244
+ var init_nginx = __esm({
1245
+ "src/languages/nginx.ts"() {
1246
+ nginx = {
1247
+ slug: "nginx",
1248
+ publishedDate: "2004-10-04",
1249
+ extensions: ["nginx.conf", ".nginx", ".conf"],
1250
+ author: "Igor Sysoev / NGINX",
1251
+ website: "https://nginx.org",
1252
+ paradigms: ["configuration", "declarative", "directive-based"],
1253
+ tooling: {
1254
+ runtimes: ["nginx", "NGINX Plus", "OpenResty"],
1255
+ ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
1256
+ },
1257
+ version: "1.30.0",
1258
+ logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
1259
+ i18n: {
1260
+ en: {
1261
+ name: "nginx",
1262
+ description: "A directive-based configuration language for the nginx web server and reverse proxy.",
1263
+ longDescription: "nginx configuration files use a directive-based syntax to define HTTP servers, reverse proxies, upstreams, load balancing, TLS settings, caching, logging, access control, and stream or mail proxy behavior.\n\nThey are used in production web infrastructure, container images, edge services, API gateways, static file hosting, traffic routing, and DevOps workflows where nginx or compatible servers need repeatable configuration."
1264
+ },
1265
+ es: {
1266
+ name: "nginx",
1267
+ description: "Un lenguaje de configuracion basado en directivas para el servidor web y proxy inverso nginx.",
1268
+ longDescription: "Los archivos de configuracion de nginx usan una sintaxis basada en directivas para definir servidores HTTP, proxies inversos, upstreams, balanceo de carga, ajustes TLS, cache, logging, control de acceso y comportamiento de proxy stream o mail.\n\nSe usan en infraestructura web de produccion, imagenes de contenedores, servicios edge, API gateways, hosting de archivos estaticos, ruteo de trafico y flujos DevOps donde nginx o servidores compatibles necesitan configuracion repetible."
1269
+ }
1270
+ }
1271
+ };
726
1272
  }
727
- };
1273
+ });
728
1274
 
729
1275
  // src/languages/objective-c.ts
730
- var objectiveC = {
731
- slug: "objective-c",
732
- publishedDate: "1984-01-01",
733
- extensions: [".m", ".mm"],
734
- author: "Brad Cox / Tom Love",
735
- website: "https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/",
736
- paradigms: ["class-based", "dynamic", "object-oriented", "reflective"],
737
- tooling: {
738
- runtimes: ["Objective-C runtime", "Apple platforms", "GNUstep"],
739
- packageManagers: ["CocoaPods", "Swift Package Manager"],
740
- ecosystems: ["Apple", "Cocoa", "Cocoa Touch", "GNUstep"]
741
- },
742
- version: "2.0",
743
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg",
744
- i18n: {
745
- en: {
746
- name: "Objective-C",
747
- description: "A C superset with Smalltalk-style messaging and a dynamic object runtime.",
748
- longDescription: "Objective-C is an object-oriented extension of C that adds Smalltalk-style message passing, dynamic dispatch, classes, protocols, categories, and runtime reflection.\n\nIt was historically central to NeXTSTEP, macOS, iOS, Cocoa, and Cocoa Touch development, and remains important for maintaining Apple platform codebases and interoperating with C, C++, and Swift."
749
- },
750
- es: {
751
- name: "Objective-C",
752
- description: "Un superconjunto de C con mensajeria estilo Smalltalk y runtime dinamico de objetos.",
753
- longDescription: "Objective-C es una extension orientada a objetos de C que agrega envio de mensajes estilo Smalltalk, despacho dinamico, clases, protocolos, categorias y reflexion en runtime.\n\nFue central historicamente en el desarrollo para NeXTSTEP, macOS, iOS, Cocoa y Cocoa Touch, y sigue siendo importante para mantener codebases de plataformas Apple e interoperar con C, C++ y Swift."
754
- }
1276
+ var objective_c_exports = {};
1277
+ __export(objective_c_exports, {
1278
+ objectiveC: () => objectiveC
1279
+ });
1280
+ var objectiveC;
1281
+ var init_objective_c = __esm({
1282
+ "src/languages/objective-c.ts"() {
1283
+ objectiveC = {
1284
+ slug: "objective-c",
1285
+ publishedDate: "1984-01-01",
1286
+ extensions: [".m", ".mm"],
1287
+ author: "Brad Cox / Tom Love",
1288
+ website: "https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/",
1289
+ paradigms: ["class-based", "dynamic", "object-oriented", "reflective"],
1290
+ tooling: {
1291
+ runtimes: ["Objective-C runtime", "Apple platforms", "GNUstep"],
1292
+ packageManagers: ["CocoaPods", "Swift Package Manager"],
1293
+ ecosystems: ["Apple", "Cocoa", "Cocoa Touch", "GNUstep"]
1294
+ },
1295
+ version: "2.0",
1296
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg",
1297
+ i18n: {
1298
+ en: {
1299
+ name: "Objective-C",
1300
+ description: "A C superset with Smalltalk-style messaging and a dynamic object runtime.",
1301
+ longDescription: "Objective-C is an object-oriented extension of C that adds Smalltalk-style message passing, dynamic dispatch, classes, protocols, categories, and runtime reflection.\n\nIt was historically central to NeXTSTEP, macOS, iOS, Cocoa, and Cocoa Touch development, and remains important for maintaining Apple platform codebases and interoperating with C, C++, and Swift."
1302
+ },
1303
+ es: {
1304
+ name: "Objective-C",
1305
+ description: "Un superconjunto de C con mensajeria estilo Smalltalk y runtime dinamico de objetos.",
1306
+ longDescription: "Objective-C es una extension orientada a objetos de C que agrega envio de mensajes estilo Smalltalk, despacho dinamico, clases, protocolos, categorias y reflexion en runtime.\n\nFue central historicamente en el desarrollo para NeXTSTEP, macOS, iOS, Cocoa y Cocoa Touch, y sigue siendo importante para mantener codebases de plataformas Apple e interoperar con C, C++ y Swift."
1307
+ }
1308
+ }
1309
+ };
755
1310
  }
756
- };
1311
+ });
1312
+
1313
+ // src/languages/pascal.ts
1314
+ var pascal_exports = {};
1315
+ __export(pascal_exports, {
1316
+ pascal: () => pascal
1317
+ });
1318
+ var pascal;
1319
+ var init_pascal = __esm({
1320
+ "src/languages/pascal.ts"() {
1321
+ pascal = {
1322
+ slug: "pascal",
1323
+ publishedDate: "1970-01-01",
1324
+ extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"],
1325
+ author: "Niklaus Wirth",
1326
+ website: "https://www.freepascal.org",
1327
+ paradigms: ["structured", "imperative", "procedural", "object-oriented"],
1328
+ tooling: {
1329
+ runtimes: ["Free Pascal", "Delphi Runtime"],
1330
+ packageManagers: ["fppkg", "OPM"],
1331
+ ecosystems: ["Desktop", "Education", "Embedded", "Cross-platform Native"]
1332
+ },
1333
+ version: "3.2.2",
1334
+ logo: "https://cdn.simpleicons.org/lazarus/000000",
1335
+ i18n: {
1336
+ en: {
1337
+ name: "Pascal",
1338
+ description: "A structured programming language and Object Pascal family used for native applications.",
1339
+ longDescription: "Pascal is a structured programming language created by Niklaus Wirth and later expanded through Object Pascal dialects such as Delphi and Free Pascal. It emphasizes readable syntax, clear program structure, strong typing, procedures, records, units, and native compilation.\n\nIt is used in education, desktop software, cross-platform native applications, embedded systems, legacy business tools, and Lazarus or Delphi projects that rely on Pascal and Object Pascal source files."
1340
+ },
1341
+ es: {
1342
+ name: "Pascal",
1343
+ description: "Un lenguaje estructurado y familia Object Pascal usado para aplicaciones nativas.",
1344
+ longDescription: "Pascal es un lenguaje de programacion estructurada creado por Niklaus Wirth y luego expandido mediante dialectos Object Pascal como Delphi y Free Pascal. Enfatiza sintaxis legible, estructura clara, tipado fuerte, procedimientos, records, units y compilacion nativa.\n\nSe usa en educacion, software de escritorio, aplicaciones nativas multiplataforma, sistemas embebidos, herramientas legacy de negocio y proyectos Lazarus o Delphi basados en archivos fuente Pascal y Object Pascal."
1345
+ }
1346
+ }
1347
+ };
1348
+ }
1349
+ });
757
1350
 
758
1351
  // src/languages/php.ts
759
- var php = {
760
- slug: "php",
761
- publishedDate: "1995-06-08",
762
- extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"],
763
- author: "Rasmus Lerdorf / The PHP Group",
764
- website: "https://www.php.net",
765
- paradigms: ["imperative", "object-oriented", "functional", "scripting"],
766
- tooling: {
767
- runtimes: ["PHP CLI", "PHP-FPM", "Apache mod_php"],
768
- packageManagers: ["Composer"],
769
- ecosystems: ["Web", "WordPress", "Laravel", "Symfony"]
770
- },
771
- version: "8.5.6",
772
- logo: "https://www.php.net/images/logos/new-php-logo.svg",
773
- i18n: {
774
- en: {
775
- name: "PHP",
776
- description: "A server-side scripting language widely used for web applications and dynamic websites.",
777
- longDescription: "PHP is a general-purpose scripting language especially suited to server-side web development, with built-in support for request handling, templating, databases, extensions, package management, and deployment on common hosting platforms.\n\nIt powers content management systems, ecommerce platforms, APIs, frameworks, command-line tools, and long-running web applications across a large ecosystem."
778
- },
779
- es: {
780
- name: "PHP",
781
- description: "Un lenguaje de scripting del lado del servidor muy usado en aplicaciones web y sitios dinamicos.",
782
- longDescription: "PHP es un lenguaje de scripting de proposito general especialmente adecuado para desarrollo web del lado del servidor, con soporte integrado para manejar solicitudes, plantillas, bases de datos, extensiones, gestion de paquetes y despliegue en plataformas comunes de hosting.\n\nImpulsa sistemas de gestion de contenido, plataformas de ecommerce, APIs, frameworks, herramientas de linea de comandos y aplicaciones web de larga duracion dentro de un ecosistema amplio."
783
- }
1352
+ var php_exports = {};
1353
+ __export(php_exports, {
1354
+ php: () => php
1355
+ });
1356
+ var php;
1357
+ var init_php = __esm({
1358
+ "src/languages/php.ts"() {
1359
+ php = {
1360
+ slug: "php",
1361
+ publishedDate: "1995-06-08",
1362
+ extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"],
1363
+ author: "Rasmus Lerdorf / The PHP Group",
1364
+ website: "https://www.php.net",
1365
+ paradigms: ["imperative", "object-oriented", "functional", "scripting"],
1366
+ tooling: {
1367
+ runtimes: ["PHP CLI", "PHP-FPM", "Apache mod_php"],
1368
+ packageManagers: ["Composer"],
1369
+ ecosystems: ["Web", "WordPress", "Laravel", "Symfony"]
1370
+ },
1371
+ version: "8.5.6",
1372
+ logo: "https://www.php.net/images/logos/new-php-logo.svg",
1373
+ i18n: {
1374
+ en: {
1375
+ name: "PHP",
1376
+ description: "A server-side scripting language widely used for web applications and dynamic websites.",
1377
+ longDescription: "PHP is a general-purpose scripting language especially suited to server-side web development, with built-in support for request handling, templating, databases, extensions, package management, and deployment on common hosting platforms.\n\nIt powers content management systems, ecommerce platforms, APIs, frameworks, command-line tools, and long-running web applications across a large ecosystem."
1378
+ },
1379
+ es: {
1380
+ name: "PHP",
1381
+ description: "Un lenguaje de scripting del lado del servidor muy usado en aplicaciones web y sitios dinamicos.",
1382
+ longDescription: "PHP es un lenguaje de scripting de proposito general especialmente adecuado para desarrollo web del lado del servidor, con soporte integrado para manejar solicitudes, plantillas, bases de datos, extensiones, gestion de paquetes y despliegue en plataformas comunes de hosting.\n\nImpulsa sistemas de gestion de contenido, plataformas de ecommerce, APIs, frameworks, herramientas de linea de comandos y aplicaciones web de larga duracion dentro de un ecosistema amplio."
1383
+ }
1384
+ }
1385
+ };
784
1386
  }
785
- };
1387
+ });
786
1388
 
787
1389
  // src/languages/powershell.ts
788
- var powershell = {
789
- slug: "powershell",
790
- publishedDate: "2006-11-14",
791
- extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"],
792
- author: "Microsoft",
793
- website: "https://learn.microsoft.com/powershell/",
794
- paradigms: ["command", "imperative", "object-oriented", "scripting", "shell"],
795
- tooling: {
796
- runtimes: ["PowerShell", "Windows PowerShell", ".NET"],
797
- packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
798
- ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
799
- },
800
- version: "7.6.1",
801
- logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
802
- i18n: {
803
- en: {
804
- name: "PowerShell",
805
- description: "A cross-platform command shell and scripting language for automation and system administration.",
806
- longDescription: "PowerShell combines a command-line shell, scripting language, object pipeline, module system, providers, remoting, and deep integration with .NET and operating system management APIs.\n\nIt is widely used for Windows administration, Azure automation, DevOps workflows, configuration management, cloud operations, and repeatable infrastructure tasks across Windows, Linux, and macOS."
807
- },
808
- es: {
809
- name: "PowerShell",
810
- description: "Un shell de comandos y lenguaje de scripting multiplataforma para automatizacion y administracion de sistemas.",
811
- longDescription: "PowerShell combina un shell de linea de comandos, lenguaje de scripting, pipeline de objetos, sistema de modulos, proveedores, remoting e integracion profunda con .NET y APIs de administracion del sistema operativo.\n\nSe usa ampliamente para administracion de Windows, automatizacion de Azure, flujos DevOps, gestion de configuracion, operaciones cloud y tareas repetibles de infraestructura en Windows, Linux y macOS."
812
- }
1390
+ var powershell_exports = {};
1391
+ __export(powershell_exports, {
1392
+ powershell: () => powershell
1393
+ });
1394
+ var powershell;
1395
+ var init_powershell = __esm({
1396
+ "src/languages/powershell.ts"() {
1397
+ powershell = {
1398
+ slug: "powershell",
1399
+ publishedDate: "2006-11-14",
1400
+ extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"],
1401
+ author: "Microsoft",
1402
+ website: "https://learn.microsoft.com/powershell/",
1403
+ paradigms: ["command", "imperative", "object-oriented", "scripting", "shell"],
1404
+ tooling: {
1405
+ runtimes: ["PowerShell", "Windows PowerShell", ".NET"],
1406
+ packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
1407
+ ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
1408
+ },
1409
+ version: "7.6.1",
1410
+ logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
1411
+ i18n: {
1412
+ en: {
1413
+ name: "PowerShell",
1414
+ description: "A cross-platform command shell and scripting language for automation and system administration.",
1415
+ longDescription: "PowerShell combines a command-line shell, scripting language, object pipeline, module system, providers, remoting, and deep integration with .NET and operating system management APIs.\n\nIt is widely used for Windows administration, Azure automation, DevOps workflows, configuration management, cloud operations, and repeatable infrastructure tasks across Windows, Linux, and macOS."
1416
+ },
1417
+ es: {
1418
+ name: "PowerShell",
1419
+ description: "Un shell de comandos y lenguaje de scripting multiplataforma para automatizacion y administracion de sistemas.",
1420
+ longDescription: "PowerShell combina un shell de linea de comandos, lenguaje de scripting, pipeline de objetos, sistema de modulos, proveedores, remoting e integracion profunda con .NET y APIs de administracion del sistema operativo.\n\nSe usa ampliamente para administracion de Windows, automatizacion de Azure, flujos DevOps, gestion de configuracion, operaciones cloud y tareas repetibles de infraestructura en Windows, Linux y macOS."
1421
+ }
1422
+ }
1423
+ };
813
1424
  }
814
- };
1425
+ });
1426
+
1427
+ // src/languages/pug.ts
1428
+ var pug_exports = {};
1429
+ __export(pug_exports, {
1430
+ pug: () => pug
1431
+ });
1432
+ var pug;
1433
+ var init_pug = __esm({
1434
+ "src/languages/pug.ts"() {
1435
+ pug = {
1436
+ slug: "pug",
1437
+ publishedDate: "2010-06-01",
1438
+ extensions: [".pug", ".jade"],
1439
+ author: "TJ Holowaychuk / Pug contributors",
1440
+ website: "https://pugjs.org",
1441
+ paradigms: ["declarative", "templating", "markup"],
1442
+ tooling: {
1443
+ runtimes: ["Node.js", "Browser"],
1444
+ packageManagers: ["npm", "pnpm", "Yarn"],
1445
+ ecosystems: ["Web", "Node.js"]
1446
+ },
1447
+ version: "3.0.3",
1448
+ logo: "https://cdn.simpleicons.org/pug/A86454",
1449
+ i18n: {
1450
+ en: {
1451
+ name: "Pug",
1452
+ description: "A whitespace-sensitive template language for generating HTML in Node.js and browsers.",
1453
+ longDescription: "Pug is a high-performance template language for writing HTML with concise, indentation-based syntax. It was formerly known as Jade and is commonly used to generate HTML from reusable templates, layouts, includes, mixins, and JavaScript expressions.\n\nIt is used in Node.js web applications, static site workflows, component prototypes, email templates, and build pipelines where teams want compact templates that compile to HTML."
1454
+ },
1455
+ es: {
1456
+ name: "Pug",
1457
+ description: "Un lenguaje de plantillas sensible a espacios para generar HTML en Node.js y navegadores.",
1458
+ longDescription: "Pug es un lenguaje de plantillas de alto rendimiento para escribir HTML con una sintaxis concisa basada en indentacion. Antes se llamaba Jade y se usa comunmente para generar HTML desde plantillas reutilizables, layouts, includes, mixins y expresiones JavaScript.\n\nSe usa en aplicaciones web con Node.js, flujos de sitios estaticos, prototipos de componentes, plantillas de email y pipelines de build donde los equipos quieren plantillas compactas que compilan a HTML."
1459
+ }
1460
+ }
1461
+ };
1462
+ }
1463
+ });
815
1464
 
816
1465
  // src/languages/python.ts
817
- var python = {
818
- slug: "python",
819
- publishedDate: "1991-02-20",
820
- extensions: [".py", ".pyw"],
821
- author: "Guido van Rossum",
822
- website: "https://www.python.org",
823
- paradigms: ["object-oriented", "functional", "imperative", "procedural"],
824
- tooling: {
825
- runtimes: ["CPython", "PyPy"],
826
- packageManagers: ["pip", "Poetry", "uv", "conda"],
827
- ecosystems: ["Web", "Data Science", "Machine Learning", "Automation"]
828
- },
829
- version: "3.14.5",
830
- logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Python-logo-notext.svg",
831
- i18n: {
832
- en: {
833
- name: "Python",
834
- description: "A high-level, readable language used for applications, automation, data, and AI.",
835
- longDescription: "Python emphasizes readability, a compact syntax, and a broad standard library, making it popular for scripting, backend services, data analysis, education, and scientific computing.\n\nIts ecosystem includes major frameworks and packages for web development, automation, machine learning, numerical computing, testing, and command-line tooling."
836
- },
837
- es: {
838
- name: "Python",
839
- description: "Un lenguaje de alto nivel y legible usado en aplicaciones, automatizacion, datos e IA.",
840
- longDescription: "Python enfatiza la legibilidad, una sintaxis compacta y una biblioteca estandar amplia, lo que lo hace popular para scripting, servicios backend, analisis de datos, educacion y computacion cientifica.\n\nSu ecosistema incluye frameworks y paquetes importantes para desarrollo web, automatizacion, machine learning, computacion numerica, testing y herramientas de linea de comandos."
841
- }
1466
+ var python_exports = {};
1467
+ __export(python_exports, {
1468
+ python: () => python
1469
+ });
1470
+ var python;
1471
+ var init_python = __esm({
1472
+ "src/languages/python.ts"() {
1473
+ python = {
1474
+ slug: "python",
1475
+ publishedDate: "1991-02-20",
1476
+ extensions: [".py", ".pyw"],
1477
+ author: "Guido van Rossum",
1478
+ website: "https://www.python.org",
1479
+ paradigms: ["object-oriented", "functional", "imperative", "procedural"],
1480
+ tooling: {
1481
+ runtimes: ["CPython", "PyPy"],
1482
+ packageManagers: ["pip", "Poetry", "uv", "conda"],
1483
+ ecosystems: ["Web", "Data Science", "Machine Learning", "Automation"]
1484
+ },
1485
+ version: "3.14.5",
1486
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Python-logo-notext.svg",
1487
+ i18n: {
1488
+ en: {
1489
+ name: "Python",
1490
+ description: "A high-level, readable language used for applications, automation, data, and AI.",
1491
+ longDescription: "Python emphasizes readability, a compact syntax, and a broad standard library, making it popular for scripting, backend services, data analysis, education, and scientific computing.\n\nIts ecosystem includes major frameworks and packages for web development, automation, machine learning, numerical computing, testing, and command-line tooling."
1492
+ },
1493
+ es: {
1494
+ name: "Python",
1495
+ description: "Un lenguaje de alto nivel y legible usado en aplicaciones, automatizacion, datos e IA.",
1496
+ longDescription: "Python enfatiza la legibilidad, una sintaxis compacta y una biblioteca estandar amplia, lo que lo hace popular para scripting, servicios backend, analisis de datos, educacion y computacion cientifica.\n\nSu ecosistema incluye frameworks y paquetes importantes para desarrollo web, automatizacion, machine learning, computacion numerica, testing y herramientas de linea de comandos."
1497
+ }
1498
+ }
1499
+ };
842
1500
  }
843
- };
1501
+ });
1502
+
1503
+ // src/languages/r.ts
1504
+ var r_exports = {};
1505
+ __export(r_exports, {
1506
+ r: () => r
1507
+ });
1508
+ var r;
1509
+ var init_r = __esm({
1510
+ "src/languages/r.ts"() {
1511
+ r = {
1512
+ slug: "r",
1513
+ publishedDate: "1993-08-01",
1514
+ extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"],
1515
+ author: "Ross Ihaka, Robert Gentleman / R Core Team",
1516
+ website: "https://www.r-project.org",
1517
+ paradigms: ["functional", "array-oriented", "object-oriented", "statistical"],
1518
+ tooling: {
1519
+ runtimes: ["R"],
1520
+ packageManagers: ["CRAN", "renv", "pak"],
1521
+ ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
1522
+ },
1523
+ version: "4.6.0",
1524
+ logo: "https://www.r-project.org/logo/Rlogo.svg",
1525
+ i18n: {
1526
+ en: {
1527
+ name: "R",
1528
+ description: "A statistical computing language and environment for data analysis, graphics, and research.",
1529
+ longDescription: "R is a programming language and software environment for statistical computing, data analysis, graphics, and reproducible research. It provides vectorized operations, data frames, formulas, packages, interactive workflows, and a large ecosystem centered around CRAN.\n\nIt is widely used in statistics, bioinformatics, data science, academic research, visualization, reporting, modeling, and analytical workflows that combine code, data, plots, and narrative documents."
1530
+ },
1531
+ es: {
1532
+ name: "R",
1533
+ description: "Un lenguaje y entorno de computacion estadistica para analisis de datos, graficos e investigacion.",
1534
+ longDescription: "R es un lenguaje de programacion y entorno de software para computacion estadistica, analisis de datos, graficos e investigacion reproducible. Ofrece operaciones vectorizadas, data frames, formulas, paquetes, flujos interactivos y un ecosistema amplio centrado en CRAN.\n\nSe usa ampliamente en estadistica, bioinformatica, ciencia de datos, investigacion academica, visualizacion, reportes, modelado y flujos analiticos que combinan codigo, datos, graficos y documentos narrativos."
1535
+ }
1536
+ }
1537
+ };
1538
+ }
1539
+ });
844
1540
 
845
1541
  // src/languages/ruby.ts
846
- var ruby = {
847
- slug: "ruby",
848
- publishedDate: "1995-12-21",
849
- extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"],
850
- author: "Yukihiro Matsumoto",
851
- website: "https://www.ruby-lang.org",
852
- paradigms: ["object-oriented", "imperative", "functional", "reflective", "scripting"],
853
- tooling: {
854
- runtimes: ["Ruby MRI", "JRuby", "TruffleRuby"],
855
- packageManagers: ["RubyGems", "Bundler"],
856
- ecosystems: ["Web", "Rails", "DevOps", "Automation"]
857
- },
858
- version: "4.0.3",
859
- logo: "https://www.ruby-lang.org/images/header-ruby-logo.png",
860
- i18n: {
861
- en: {
862
- name: "Ruby",
863
- description: "A dynamic, object-oriented scripting language focused on productivity and developer happiness.",
864
- longDescription: "Ruby is a dynamic language with expressive syntax, open classes, blocks, mixins, metaprogramming, exceptions, modules, and a strong object-oriented model where nearly everything is an object.\n\nIt is widely used for web applications with Ruby on Rails, command-line tools, automation scripts, infrastructure tooling, static site generation, testing frameworks, and developer productivity workflows."
865
- },
866
- es: {
867
- name: "Ruby",
868
- description: "Un lenguaje dinamico y orientado a objetos enfocado en productividad y felicidad del desarrollador.",
869
- longDescription: "Ruby es un lenguaje dinamico con sintaxis expresiva, clases abiertas, bloques, mixins, metaprogramacion, excepciones, modulos y un modelo orientado a objetos donde casi todo es un objeto.\n\nSe usa ampliamente para aplicaciones web con Ruby on Rails, herramientas de linea de comandos, scripts de automatizacion, tooling de infraestructura, generadores de sitios estaticos, frameworks de testing y flujos de productividad para desarrolladores."
870
- }
1542
+ var ruby_exports = {};
1543
+ __export(ruby_exports, {
1544
+ ruby: () => ruby
1545
+ });
1546
+ var ruby;
1547
+ var init_ruby = __esm({
1548
+ "src/languages/ruby.ts"() {
1549
+ ruby = {
1550
+ slug: "ruby",
1551
+ publishedDate: "1995-12-21",
1552
+ extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"],
1553
+ author: "Yukihiro Matsumoto",
1554
+ website: "https://www.ruby-lang.org",
1555
+ paradigms: ["object-oriented", "imperative", "functional", "reflective", "scripting"],
1556
+ tooling: {
1557
+ runtimes: ["Ruby MRI", "JRuby", "TruffleRuby"],
1558
+ packageManagers: ["RubyGems", "Bundler"],
1559
+ ecosystems: ["Web", "Rails", "DevOps", "Automation"]
1560
+ },
1561
+ version: "4.0.3",
1562
+ logo: "https://www.ruby-lang.org/images/header-ruby-logo.png",
1563
+ i18n: {
1564
+ en: {
1565
+ name: "Ruby",
1566
+ description: "A dynamic, object-oriented scripting language focused on productivity and developer happiness.",
1567
+ longDescription: "Ruby is a dynamic language with expressive syntax, open classes, blocks, mixins, metaprogramming, exceptions, modules, and a strong object-oriented model where nearly everything is an object.\n\nIt is widely used for web applications with Ruby on Rails, command-line tools, automation scripts, infrastructure tooling, static site generation, testing frameworks, and developer productivity workflows."
1568
+ },
1569
+ es: {
1570
+ name: "Ruby",
1571
+ description: "Un lenguaje dinamico y orientado a objetos enfocado en productividad y felicidad del desarrollador.",
1572
+ longDescription: "Ruby es un lenguaje dinamico con sintaxis expresiva, clases abiertas, bloques, mixins, metaprogramacion, excepciones, modulos y un modelo orientado a objetos donde casi todo es un objeto.\n\nSe usa ampliamente para aplicaciones web con Ruby on Rails, herramientas de linea de comandos, scripts de automatizacion, tooling de infraestructura, generadores de sitios estaticos, frameworks de testing y flujos de productividad para desarrolladores."
1573
+ }
1574
+ }
1575
+ };
871
1576
  }
872
- };
1577
+ });
873
1578
 
874
1579
  // src/languages/rust.ts
875
- var rust = {
876
- slug: "rust",
877
- publishedDate: "2015-05-15",
878
- extensions: [".rs"],
879
- author: "Graydon Hoare / Mozilla Research",
880
- website: "https://www.rust-lang.org",
881
- paradigms: ["concurrent", "functional", "imperative", "procedural"],
882
- tooling: {
883
- runtimes: ["Native", "WebAssembly"],
884
- packageManagers: ["Cargo"],
885
- ecosystems: ["Systems", "WebAssembly", "Embedded"]
886
- },
887
- version: "1.95.0",
888
- logo: "https://www.rust-lang.org/logos/rust-logo-512x512.png",
889
- i18n: {
890
- en: {
891
- name: "Rust",
892
- description: "A systems programming language focused on safety, speed, and concurrency.",
893
- longDescription: "Rust provides memory safety without a garbage collector through ownership, borrowing, lifetimes, and strong compile-time checks.\n\nIt is used for systems software, command-line tools, web services, embedded development, WebAssembly, and performance-critical infrastructure."
894
- },
895
- es: {
896
- name: "Rust",
897
- description: "Un lenguaje de sistemas enfocado en seguridad, velocidad y concurrencia.",
898
- longDescription: "Rust ofrece seguridad de memoria sin recolector de basura mediante ownership, borrowing, lifetimes y verificaciones fuertes en tiempo de compilacion.\n\nSe usa en software de sistemas, herramientas de linea de comandos, servicios web, desarrollo embebido, WebAssembly e infraestructura critica para rendimiento."
899
- }
1580
+ var rust_exports = {};
1581
+ __export(rust_exports, {
1582
+ rust: () => rust
1583
+ });
1584
+ var rust;
1585
+ var init_rust = __esm({
1586
+ "src/languages/rust.ts"() {
1587
+ rust = {
1588
+ slug: "rust",
1589
+ publishedDate: "2015-05-15",
1590
+ extensions: [".rs"],
1591
+ author: "Graydon Hoare / Mozilla Research",
1592
+ website: "https://www.rust-lang.org",
1593
+ paradigms: ["concurrent", "functional", "imperative", "procedural"],
1594
+ tooling: {
1595
+ runtimes: ["Native", "WebAssembly"],
1596
+ packageManagers: ["Cargo"],
1597
+ ecosystems: ["Systems", "WebAssembly", "Embedded"]
1598
+ },
1599
+ version: "1.95.0",
1600
+ logo: "https://www.rust-lang.org/logos/rust-logo-512x512.png",
1601
+ i18n: {
1602
+ en: {
1603
+ name: "Rust",
1604
+ description: "A systems programming language focused on safety, speed, and concurrency.",
1605
+ longDescription: "Rust provides memory safety without a garbage collector through ownership, borrowing, lifetimes, and strong compile-time checks.\n\nIt is used for systems software, command-line tools, web services, embedded development, WebAssembly, and performance-critical infrastructure."
1606
+ },
1607
+ es: {
1608
+ name: "Rust",
1609
+ description: "Un lenguaje de sistemas enfocado en seguridad, velocidad y concurrencia.",
1610
+ longDescription: "Rust ofrece seguridad de memoria sin recolector de basura mediante ownership, borrowing, lifetimes y verificaciones fuertes en tiempo de compilacion.\n\nSe usa en software de sistemas, herramientas de linea de comandos, servicios web, desarrollo embebido, WebAssembly e infraestructura critica para rendimiento."
1611
+ }
1612
+ }
1613
+ };
900
1614
  }
901
- };
1615
+ });
1616
+
1617
+ // src/languages/scala.ts
1618
+ var scala_exports = {};
1619
+ __export(scala_exports, {
1620
+ scala: () => scala
1621
+ });
1622
+ var scala;
1623
+ var init_scala = __esm({
1624
+ "src/languages/scala.ts"() {
1625
+ scala = {
1626
+ slug: "scala",
1627
+ publishedDate: "2004-01-20",
1628
+ extensions: [".scala", ".sc"],
1629
+ author: "Martin Odersky / EPFL",
1630
+ website: "https://www.scala-lang.org",
1631
+ paradigms: ["object-oriented", "functional", "statically-typed", "concurrent"],
1632
+ tooling: {
1633
+ runtimes: ["JVM", "Scala.js", "Scala Native"],
1634
+ packageManagers: ["sbt", "Maven", "Gradle", "Scala CLI"],
1635
+ ecosystems: ["JVM", "Web", "Data Engineering", "Distributed Systems"]
1636
+ },
1637
+ version: "3.7.4",
1638
+ logo: "https://cdn.simpleicons.org/scala/DC322F",
1639
+ i18n: {
1640
+ en: {
1641
+ name: "Scala",
1642
+ description: "A JVM language that blends object-oriented and functional programming with strong static typing.",
1643
+ longDescription: "Scala is a general-purpose programming language that combines object-oriented and functional programming on the JVM. It includes strong static typing, type inference, pattern matching, higher-order functions, traits, implicits or givens, and interoperability with Java libraries.\n\nIt is used for backend services, data engineering, distributed systems, streaming pipelines, domain modeling, and applications that benefit from expressive abstractions while staying connected to the JVM ecosystem."
1644
+ },
1645
+ es: {
1646
+ name: "Scala",
1647
+ description: "Un lenguaje JVM que combina programacion orientada a objetos y funcional con tipado estatico fuerte.",
1648
+ longDescription: "Scala es un lenguaje de programacion de proposito general que combina programacion orientada a objetos y funcional sobre la JVM. Incluye tipado estatico fuerte, inferencia de tipos, pattern matching, funciones de orden superior, traits, implicits o givens e interoperabilidad con bibliotecas Java.\n\nSe usa en servicios backend, ingenieria de datos, sistemas distribuidos, pipelines de streaming, modelado de dominios y aplicaciones que aprovechan abstracciones expresivas sin salir del ecosistema JVM."
1649
+ }
1650
+ }
1651
+ };
1652
+ }
1653
+ });
902
1654
 
903
1655
  // src/languages/scss.ts
904
- var scss = {
905
- slug: "scss",
906
- publishedDate: "2006-11-28",
907
- extensions: [".scss", ".sass"],
908
- author: "Hampton Catlin / Natalie Weizenbaum / Chris Eppstein",
909
- website: "https://sass-lang.com",
910
- paradigms: ["declarative", "stylesheet", "preprocessor"],
911
- tooling: {
912
- runtimes: ["Dart Sass"],
913
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
914
- ecosystems: ["Web", "Design Systems"]
915
- },
916
- version: "1.99.0",
917
- logo: "https://sass-lang.com/assets/img/logos/logo.svg",
918
- i18n: {
919
- en: {
920
- name: "Sass",
921
- description: "A stylesheet language and CSS preprocessor with variables, nesting, mixins, modules, and functions.",
922
- longDescription: "Sass extends CSS with features such as variables, nested rules, mixins, functions, modules, inheritance, and compile-time tooling that generates standard CSS.\n\nIt is widely used in design systems, component libraries, large web applications, themes, and projects that need reusable styling patterns on top of the CSS platform."
923
- },
924
- es: {
925
- name: "Sass",
926
- description: "Un lenguaje de hojas de estilo y preprocesador CSS con variables, anidamiento, mixins, modulos y funciones.",
927
- longDescription: "Sass extiende CSS con caracteristicas como variables, reglas anidadas, mixins, funciones, modulos, herencia y herramientas de compilacion que generan CSS estandar.\n\nSe usa ampliamente en sistemas de diseno, bibliotecas de componentes, grandes aplicaciones web, temas y proyectos que necesitan patrones de estilos reutilizables sobre la plataforma CSS."
928
- }
1656
+ var scss_exports = {};
1657
+ __export(scss_exports, {
1658
+ scss: () => scss
1659
+ });
1660
+ var scss;
1661
+ var init_scss = __esm({
1662
+ "src/languages/scss.ts"() {
1663
+ scss = {
1664
+ slug: "scss",
1665
+ publishedDate: "2006-11-28",
1666
+ extensions: [".scss", ".sass"],
1667
+ author: "Hampton Catlin / Natalie Weizenbaum / Chris Eppstein",
1668
+ website: "https://sass-lang.com",
1669
+ paradigms: ["declarative", "stylesheet", "preprocessor"],
1670
+ tooling: {
1671
+ runtimes: ["Dart Sass"],
1672
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1673
+ ecosystems: ["Web", "Design Systems"]
1674
+ },
1675
+ version: "1.99.0",
1676
+ logo: "https://sass-lang.com/assets/img/logos/logo.svg",
1677
+ i18n: {
1678
+ en: {
1679
+ name: "Sass",
1680
+ description: "A stylesheet language and CSS preprocessor with variables, nesting, mixins, modules, and functions.",
1681
+ longDescription: "Sass extends CSS with features such as variables, nested rules, mixins, functions, modules, inheritance, and compile-time tooling that generates standard CSS.\n\nIt is widely used in design systems, component libraries, large web applications, themes, and projects that need reusable styling patterns on top of the CSS platform."
1682
+ },
1683
+ es: {
1684
+ name: "Sass",
1685
+ description: "Un lenguaje de hojas de estilo y preprocesador CSS con variables, anidamiento, mixins, modulos y funciones.",
1686
+ longDescription: "Sass extiende CSS con caracteristicas como variables, reglas anidadas, mixins, funciones, modulos, herencia y herramientas de compilacion que generan CSS estandar.\n\nSe usa ampliamente en sistemas de diseno, bibliotecas de componentes, grandes aplicaciones web, temas y proyectos que necesitan patrones de estilos reutilizables sobre la plataforma CSS."
1687
+ }
1688
+ }
1689
+ };
929
1690
  }
930
- };
1691
+ });
931
1692
 
932
1693
  // src/languages/sql.ts
933
- var sql = {
934
- slug: "sql",
935
- publishedDate: "1986-01-01",
936
- extensions: [".sql"],
937
- author: "Donald D. Chamberlin, Raymond F. Boyce / IBM",
938
- website: "https://www.iso.org/standard/76583.html",
939
- paradigms: ["declarative", "data query", "relational"],
940
- version: "SQL:2023",
941
- logo: "https://upload.wikimedia.org/wikipedia/commons/8/87/Sql_data_base_with_logo.png",
942
- i18n: {
943
- en: {
944
- name: "SQL",
945
- description: "A standard language for querying, defining, and managing relational databases.",
946
- longDescription: "SQL is a domain-specific language for working with relational databases, including querying data, defining schemas, modifying records, and controlling access.\n\nIt is used across database systems such as PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database, and many analytics platforms."
947
- },
948
- es: {
949
- name: "SQL",
950
- description: "Un lenguaje estandar para consultar, definir y gestionar bases de datos relacionales.",
951
- longDescription: "SQL es un lenguaje especifico de dominio para trabajar con bases de datos relacionales, incluyendo consulta de datos, definicion de esquemas, modificacion de registros y control de acceso.\n\nSe usa en sistemas de bases de datos como PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database y muchas plataformas de analitica."
952
- }
1694
+ var sql_exports = {};
1695
+ __export(sql_exports, {
1696
+ sql: () => sql
1697
+ });
1698
+ var sql;
1699
+ var init_sql = __esm({
1700
+ "src/languages/sql.ts"() {
1701
+ sql = {
1702
+ slug: "sql",
1703
+ publishedDate: "1986-01-01",
1704
+ extensions: [".sql"],
1705
+ author: "Donald D. Chamberlin, Raymond F. Boyce / IBM",
1706
+ website: "https://www.iso.org/standard/76583.html",
1707
+ paradigms: ["declarative", "data query", "relational"],
1708
+ version: "SQL:2023",
1709
+ logo: "https://upload.wikimedia.org/wikipedia/commons/8/87/Sql_data_base_with_logo.png",
1710
+ i18n: {
1711
+ en: {
1712
+ name: "SQL",
1713
+ description: "A standard language for querying, defining, and managing relational databases.",
1714
+ longDescription: "SQL is a domain-specific language for working with relational databases, including querying data, defining schemas, modifying records, and controlling access.\n\nIt is used across database systems such as PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database, and many analytics platforms."
1715
+ },
1716
+ es: {
1717
+ name: "SQL",
1718
+ description: "Un lenguaje estandar para consultar, definir y gestionar bases de datos relacionales.",
1719
+ longDescription: "SQL es un lenguaje especifico de dominio para trabajar con bases de datos relacionales, incluyendo consulta de datos, definicion de esquemas, modificacion de registros y control de acceso.\n\nSe usa en sistemas de bases de datos como PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database y muchas plataformas de analitica."
1720
+ }
1721
+ }
1722
+ };
953
1723
  }
954
- };
1724
+ });
955
1725
 
956
1726
  // src/languages/svelte.ts
957
- var svelte = {
958
- slug: "svelte",
959
- publishedDate: "2016-11-26",
960
- extensions: [".svelte"],
961
- author: "Rich Harris / Svelte contributors",
962
- website: "https://svelte.dev",
963
- paradigms: ["component-based", "declarative", "reactive", "compiled"],
964
- tooling: {
965
- runtimes: ["Browser", "Node.js"],
966
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
967
- ecosystems: ["Web", "SvelteKit", "Vite"]
968
- },
969
- version: "5.55.5",
970
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
971
- i18n: {
972
- en: {
973
- name: "Svelte",
974
- description: "A compiled component framework for building reactive web user interfaces.",
975
- longDescription: "Svelte components combine markup, styles, and script logic in single-file components that are compiled into efficient JavaScript for updating the DOM.\n\nIt is widely used for web applications, interactive interfaces, static sites, design systems, dashboards, and SvelteKit projects where developers want a reactive component model with minimal runtime overhead."
976
- },
977
- es: {
978
- name: "Svelte",
979
- description: "Un framework de componentes compilado para crear interfaces web reactivas.",
980
- longDescription: "Los componentes Svelte combinan marcado, estilos y logica de script en componentes de archivo unico que se compilan a JavaScript eficiente para actualizar el DOM.\n\nSe usa ampliamente en aplicaciones web, interfaces interactivas, sitios estaticos, sistemas de diseno, dashboards y proyectos SvelteKit donde se busca un modelo de componentes reactivo con poca sobrecarga en runtime."
981
- }
1727
+ var svelte_exports = {};
1728
+ __export(svelte_exports, {
1729
+ svelte: () => svelte
1730
+ });
1731
+ var svelte;
1732
+ var init_svelte = __esm({
1733
+ "src/languages/svelte.ts"() {
1734
+ svelte = {
1735
+ slug: "svelte",
1736
+ publishedDate: "2016-11-26",
1737
+ extensions: [".svelte"],
1738
+ author: "Rich Harris / Svelte contributors",
1739
+ website: "https://svelte.dev",
1740
+ paradigms: ["component-based", "declarative", "reactive", "compiled"],
1741
+ tooling: {
1742
+ runtimes: ["Browser", "Node.js"],
1743
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1744
+ ecosystems: ["Web", "SvelteKit", "Vite"]
1745
+ },
1746
+ version: "5.55.5",
1747
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
1748
+ i18n: {
1749
+ en: {
1750
+ name: "Svelte",
1751
+ description: "A compiled component framework for building reactive web user interfaces.",
1752
+ longDescription: "Svelte components combine markup, styles, and script logic in single-file components that are compiled into efficient JavaScript for updating the DOM.\n\nIt is widely used for web applications, interactive interfaces, static sites, design systems, dashboards, and SvelteKit projects where developers want a reactive component model with minimal runtime overhead."
1753
+ },
1754
+ es: {
1755
+ name: "Svelte",
1756
+ description: "Un framework de componentes compilado para crear interfaces web reactivas.",
1757
+ longDescription: "Los componentes Svelte combinan marcado, estilos y logica de script en componentes de archivo unico que se compilan a JavaScript eficiente para actualizar el DOM.\n\nSe usa ampliamente en aplicaciones web, interfaces interactivas, sitios estaticos, sistemas de diseno, dashboards y proyectos SvelteKit donde se busca un modelo de componentes reactivo con poca sobrecarga en runtime."
1758
+ }
1759
+ }
1760
+ };
982
1761
  }
983
- };
1762
+ });
984
1763
 
985
1764
  // src/languages/svg.ts
986
- var svg = {
987
- slug: "svg",
988
- publishedDate: "2001-09-04",
989
- extensions: [".svg", ".svgz"],
990
- author: "W3C SVG Working Group",
991
- website: "https://www.w3.org/TR/SVG/",
992
- paradigms: ["declarative", "markup", "vector-graphics", "xml-based"],
993
- tooling: {
994
- runtimes: ["Web browsers", "SVG viewers", "Vector graphics editors"],
995
- ecosystems: ["Web", "Design Tools", "Data Visualization"]
996
- },
997
- version: "SVG 2",
998
- logo: "https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg",
999
- i18n: {
1000
- en: {
1001
- name: "SVG",
1002
- description: "An XML-based markup language for scalable two-dimensional vector graphics.",
1003
- longDescription: "SVG, or Scalable Vector Graphics, is an XML-based markup language for describing two-dimensional vector and mixed vector/raster graphics that can scale cleanly across display sizes.\n\nIt is widely used for icons, illustrations, charts, diagrams, maps, animations, interactive graphics, and web interfaces where graphics need to remain crisp, stylable, scriptable, and accessible."
1004
- },
1005
- es: {
1006
- name: "SVG",
1007
- description: "Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.",
1008
- longDescription: "SVG, o Scalable Vector Graphics, es un lenguaje de marcado basado en XML para describir graficos vectoriales bidimensionales y graficos mixtos vector/raster que pueden escalar limpiamente entre tamanos de pantalla.\n\nSe usa ampliamente en iconos, ilustraciones, graficos, diagramas, mapas, animaciones, graficos interactivos e interfaces web donde las imagenes deben mantenerse nitidas, estilizables, programables y accesibles."
1009
- }
1765
+ var svg_exports = {};
1766
+ __export(svg_exports, {
1767
+ svg: () => svg
1768
+ });
1769
+ var svg;
1770
+ var init_svg = __esm({
1771
+ "src/languages/svg.ts"() {
1772
+ svg = {
1773
+ slug: "svg",
1774
+ publishedDate: "2001-09-04",
1775
+ extensions: [".svg", ".svgz"],
1776
+ author: "W3C SVG Working Group",
1777
+ website: "https://www.w3.org/TR/SVG/",
1778
+ paradigms: ["declarative", "markup", "vector-graphics", "xml-based"],
1779
+ tooling: {
1780
+ runtimes: ["Web browsers", "SVG viewers", "Vector graphics editors"],
1781
+ ecosystems: ["Web", "Design Tools", "Data Visualization"]
1782
+ },
1783
+ version: "SVG 2",
1784
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg",
1785
+ i18n: {
1786
+ en: {
1787
+ name: "SVG",
1788
+ description: "An XML-based markup language for scalable two-dimensional vector graphics.",
1789
+ longDescription: "SVG, or Scalable Vector Graphics, is an XML-based markup language for describing two-dimensional vector and mixed vector/raster graphics that can scale cleanly across display sizes.\n\nIt is widely used for icons, illustrations, charts, diagrams, maps, animations, interactive graphics, and web interfaces where graphics need to remain crisp, stylable, scriptable, and accessible."
1790
+ },
1791
+ es: {
1792
+ name: "SVG",
1793
+ description: "Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.",
1794
+ longDescription: "SVG, o Scalable Vector Graphics, es un lenguaje de marcado basado en XML para describir graficos vectoriales bidimensionales y graficos mixtos vector/raster que pueden escalar limpiamente entre tamanos de pantalla.\n\nSe usa ampliamente en iconos, ilustraciones, graficos, diagramas, mapas, animaciones, graficos interactivos e interfaces web donde las imagenes deben mantenerse nitidas, estilizables, programables y accesibles."
1795
+ }
1796
+ }
1797
+ };
1010
1798
  }
1011
- };
1799
+ });
1012
1800
 
1013
1801
  // src/languages/swift.ts
1014
- var swift = {
1015
- slug: "swift",
1016
- publishedDate: "2014-06-02",
1017
- extensions: [".swift"],
1018
- author: "Chris Lattner / Apple",
1019
- website: "https://www.swift.org",
1020
- paradigms: ["object-oriented", "functional", "imperative", "protocol-oriented"],
1021
- tooling: {
1022
- runtimes: ["Apple platforms", "Linux", "Windows"],
1023
- packageManagers: ["Swift Package Manager"],
1024
- ecosystems: ["Apple", "Server-side Swift"]
1025
- },
1026
- version: "6.3.1",
1027
- logo: "https://www.swift.org/assets/images/swift.svg",
1028
- i18n: {
1029
- en: {
1030
- name: "Swift",
1031
- description: "A safe, fast programming language for apps, systems, and server software.",
1032
- longDescription: "Swift is a compiled programming language designed for safety, performance, expressiveness, and interoperability with Apple platform ecosystems.\n\nIt is used for iOS, macOS, watchOS, tvOS, server-side applications, command-line tools, systems programming, and cross-platform software."
1033
- },
1034
- es: {
1035
- name: "Swift",
1036
- description: "Un lenguaje seguro y rapido para apps, sistemas y software de servidor.",
1037
- longDescription: "Swift es un lenguaje de programacion compilado disenado para seguridad, rendimiento, expresividad e interoperabilidad con los ecosistemas de plataformas Apple.\n\nSe usa para iOS, macOS, watchOS, tvOS, aplicaciones del lado del servidor, herramientas de linea de comandos, programacion de sistemas y software multiplataforma."
1038
- }
1802
+ var swift_exports = {};
1803
+ __export(swift_exports, {
1804
+ swift: () => swift
1805
+ });
1806
+ var swift;
1807
+ var init_swift = __esm({
1808
+ "src/languages/swift.ts"() {
1809
+ swift = {
1810
+ slug: "swift",
1811
+ publishedDate: "2014-06-02",
1812
+ extensions: [".swift"],
1813
+ author: "Chris Lattner / Apple",
1814
+ website: "https://www.swift.org",
1815
+ paradigms: ["object-oriented", "functional", "imperative", "protocol-oriented"],
1816
+ tooling: {
1817
+ runtimes: ["Apple platforms", "Linux", "Windows"],
1818
+ packageManagers: ["Swift Package Manager"],
1819
+ ecosystems: ["Apple", "Server-side Swift"]
1820
+ },
1821
+ version: "6.3.1",
1822
+ logo: "https://www.swift.org/assets/images/swift.svg",
1823
+ i18n: {
1824
+ en: {
1825
+ name: "Swift",
1826
+ description: "A safe, fast programming language for apps, systems, and server software.",
1827
+ longDescription: "Swift is a compiled programming language designed for safety, performance, expressiveness, and interoperability with Apple platform ecosystems.\n\nIt is used for iOS, macOS, watchOS, tvOS, server-side applications, command-line tools, systems programming, and cross-platform software."
1828
+ },
1829
+ es: {
1830
+ name: "Swift",
1831
+ description: "Un lenguaje seguro y rapido para apps, sistemas y software de servidor.",
1832
+ longDescription: "Swift es un lenguaje de programacion compilado disenado para seguridad, rendimiento, expresividad e interoperabilidad con los ecosistemas de plataformas Apple.\n\nSe usa para iOS, macOS, watchOS, tvOS, aplicaciones del lado del servidor, herramientas de linea de comandos, programacion de sistemas y software multiplataforma."
1833
+ }
1834
+ }
1835
+ };
1039
1836
  }
1040
- };
1837
+ });
1838
+
1839
+ // src/languages/toml.ts
1840
+ var toml_exports = {};
1841
+ __export(toml_exports, {
1842
+ toml: () => toml
1843
+ });
1844
+ var toml;
1845
+ var init_toml = __esm({
1846
+ "src/languages/toml.ts"() {
1847
+ toml = {
1848
+ slug: "toml",
1849
+ publishedDate: "2013-02-23",
1850
+ extensions: [".toml"],
1851
+ author: "Tom Preston-Werner / TOML contributors",
1852
+ website: "https://toml.io",
1853
+ paradigms: ["configuration", "declarative", "data-serialization"],
1854
+ version: "1.0.0",
1855
+ logo: "https://cdn.simpleicons.org/toml/9C4221",
1856
+ i18n: {
1857
+ en: {
1858
+ name: "TOML",
1859
+ description: "A minimal, human-readable configuration format that maps clearly to data structures.",
1860
+ longDescription: "TOML is a configuration file format designed to be easy for humans to read and write while mapping unambiguously to data structures such as hash tables. It supports key-value pairs, tables, arrays, strings, numbers, booleans, and date-time values.\n\nIt is used for project configuration, package manifests, build settings, tool configuration, infrastructure metadata, and applications that need concise structured data without the visual noise of more verbose formats."
1861
+ },
1862
+ es: {
1863
+ name: "TOML",
1864
+ description: "Un formato de configuracion minimo y legible que mapea claramente a estructuras de datos.",
1865
+ longDescription: "TOML es un formato de archivos de configuracion disenado para ser facil de leer y escribir por humanos mientras mapea sin ambiguedad a estructuras de datos como tablas hash. Soporta pares clave-valor, tablas, arreglos, strings, numeros, booleanos y valores de fecha y hora.\n\nSe usa en configuracion de proyectos, manifiestos de paquetes, ajustes de build, configuracion de herramientas, metadata de infraestructura y aplicaciones que necesitan datos estructurados concisos sin el ruido visual de formatos mas verbosos."
1866
+ }
1867
+ }
1868
+ };
1869
+ }
1870
+ });
1041
1871
 
1042
1872
  // src/languages/typescript.ts
1043
- var typescript = {
1044
- slug: "typescript",
1045
- publishedDate: "2012-10-01",
1046
- extensions: [".ts", ".tsx", ".mts", ".cts"],
1047
- author: "Anders Hejlsberg / Microsoft",
1048
- website: "https://www.typescriptlang.org",
1049
- paradigms: ["object-oriented", "functional", "imperative", "generic"],
1050
- tooling: {
1051
- runtimes: ["Browser", "Node.js", "Deno", "Bun"],
1052
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1053
- ecosystems: ["Web", "Node.js"]
1054
- },
1055
- version: "6.0",
1056
- logo: "https://www.typescriptlang.org/icons/icon-512x512.png",
1057
- i18n: {
1058
- en: {
1059
- name: "TypeScript",
1060
- description: "A typed superset of JavaScript that compiles to plain JavaScript.",
1061
- longDescription: "TypeScript adds static typing, interfaces, generics, and modern tooling support to JavaScript while preserving JavaScript runtime semantics.\n\nIt is widely used for large web applications, libraries, server-side Node.js projects, and developer tools where maintainability and editor feedback matter."
1062
- },
1063
- es: {
1064
- name: "TypeScript",
1065
- description: "Un superconjunto tipado de JavaScript que compila a JavaScript plano.",
1066
- longDescription: "TypeScript agrega tipado estatico, interfaces, genericos y soporte moderno de herramientas a JavaScript, preservando la semantica de ejecucion de JavaScript.\n\nSe usa ampliamente en aplicaciones web grandes, bibliotecas, proyectos Node.js del lado del servidor y herramientas de desarrollo donde importan la mantenibilidad y el feedback del editor."
1067
- }
1873
+ var typescript_exports = {};
1874
+ __export(typescript_exports, {
1875
+ typescript: () => typescript
1876
+ });
1877
+ var typescript;
1878
+ var init_typescript = __esm({
1879
+ "src/languages/typescript.ts"() {
1880
+ typescript = {
1881
+ slug: "typescript",
1882
+ publishedDate: "2012-10-01",
1883
+ extensions: [".ts", ".tsx", ".mts", ".cts"],
1884
+ author: "Anders Hejlsberg / Microsoft",
1885
+ website: "https://www.typescriptlang.org",
1886
+ paradigms: ["object-oriented", "functional", "imperative", "generic"],
1887
+ tooling: {
1888
+ runtimes: ["Browser", "Node.js", "Deno", "Bun"],
1889
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1890
+ ecosystems: ["Web", "Node.js"]
1891
+ },
1892
+ version: "6.0",
1893
+ logo: "https://www.typescriptlang.org/icons/icon-512x512.png",
1894
+ i18n: {
1895
+ en: {
1896
+ name: "TypeScript",
1897
+ description: "A typed superset of JavaScript that compiles to plain JavaScript.",
1898
+ longDescription: "TypeScript adds static typing, interfaces, generics, and modern tooling support to JavaScript while preserving JavaScript runtime semantics.\n\nIt is widely used for large web applications, libraries, server-side Node.js projects, and developer tools where maintainability and editor feedback matter."
1899
+ },
1900
+ es: {
1901
+ name: "TypeScript",
1902
+ description: "Un superconjunto tipado de JavaScript que compila a JavaScript plano.",
1903
+ longDescription: "TypeScript agrega tipado estatico, interfaces, genericos y soporte moderno de herramientas a JavaScript, preservando la semantica de ejecucion de JavaScript.\n\nSe usa ampliamente en aplicaciones web grandes, bibliotecas, proyectos Node.js del lado del servidor y herramientas de desarrollo donde importan la mantenibilidad y el feedback del editor."
1904
+ }
1905
+ }
1906
+ };
1068
1907
  }
1069
- };
1908
+ });
1070
1909
 
1071
1910
  // src/languages/visual-basic.ts
1072
- var visualBasic = {
1073
- slug: "visual-basic",
1074
- publishedDate: "2001-02-13",
1075
- extensions: [".vb"],
1076
- author: "Microsoft",
1077
- website: "https://learn.microsoft.com/dotnet/visual-basic/",
1078
- paradigms: ["event-driven", "generic", "object-oriented", "structured"],
1079
- tooling: {
1080
- runtimes: [".NET", ".NET Framework", "Mono"],
1081
- packageManagers: ["NuGet"],
1082
- ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
1083
- },
1084
- version: "17.13",
1085
- logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
1086
- i18n: {
1087
- en: {
1088
- name: "Visual Basic",
1089
- description: "An approachable .NET language for type-safe, object-oriented applications.",
1090
- longDescription: "Visual Basic is a .NET programming language from Microsoft with a readable syntax, static typing, object-oriented features, event-driven programming support, generics, LINQ, async workflows, and access to the .NET ecosystem.\n\nIt is used for Windows desktop applications, business software, automation, legacy .NET systems, ASP.NET applications, libraries, and teams that value a verbose, approachable syntax on top of the .NET runtime."
1091
- },
1092
- es: {
1093
- name: "Visual Basic",
1094
- description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
1095
- longDescription: "Visual Basic es un lenguaje de programacion .NET de Microsoft con sintaxis legible, tipado estatico, caracteristicas orientadas a objetos, soporte para programacion basada en eventos, genericos, LINQ, flujos async y acceso al ecosistema .NET.\n\nSe usa en aplicaciones de escritorio para Windows, software empresarial, automatizacion, sistemas .NET heredados, aplicaciones ASP.NET, bibliotecas y equipos que valoran una sintaxis explicita y accesible sobre el runtime .NET."
1096
- }
1911
+ var visual_basic_exports = {};
1912
+ __export(visual_basic_exports, {
1913
+ visualBasic: () => visualBasic
1914
+ });
1915
+ var visualBasic;
1916
+ var init_visual_basic = __esm({
1917
+ "src/languages/visual-basic.ts"() {
1918
+ visualBasic = {
1919
+ slug: "visual-basic",
1920
+ publishedDate: "2001-02-13",
1921
+ extensions: [".vb"],
1922
+ author: "Microsoft",
1923
+ website: "https://learn.microsoft.com/dotnet/visual-basic/",
1924
+ paradigms: ["event-driven", "generic", "object-oriented", "structured"],
1925
+ tooling: {
1926
+ runtimes: [".NET", ".NET Framework", "Mono"],
1927
+ packageManagers: ["NuGet"],
1928
+ ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
1929
+ },
1930
+ version: "17.13",
1931
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
1932
+ i18n: {
1933
+ en: {
1934
+ name: "Visual Basic",
1935
+ description: "An approachable .NET language for type-safe, object-oriented applications.",
1936
+ longDescription: "Visual Basic is a .NET programming language from Microsoft with a readable syntax, static typing, object-oriented features, event-driven programming support, generics, LINQ, async workflows, and access to the .NET ecosystem.\n\nIt is used for Windows desktop applications, business software, automation, legacy .NET systems, ASP.NET applications, libraries, and teams that value a verbose, approachable syntax on top of the .NET runtime."
1937
+ },
1938
+ es: {
1939
+ name: "Visual Basic",
1940
+ description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
1941
+ longDescription: "Visual Basic es un lenguaje de programacion .NET de Microsoft con sintaxis legible, tipado estatico, caracteristicas orientadas a objetos, soporte para programacion basada en eventos, genericos, LINQ, flujos async y acceso al ecosistema .NET.\n\nSe usa en aplicaciones de escritorio para Windows, software empresarial, automatizacion, sistemas .NET heredados, aplicaciones ASP.NET, bibliotecas y equipos que valoran una sintaxis explicita y accesible sobre el runtime .NET."
1942
+ }
1943
+ }
1944
+ };
1097
1945
  }
1098
- };
1946
+ });
1099
1947
 
1100
1948
  // src/languages/vue.ts
1101
- var vue = {
1102
- slug: "vue",
1103
- publishedDate: "2014-02-01",
1104
- extensions: [".vue"],
1105
- author: "Evan You / Vue Core Team",
1106
- website: "https://vuejs.org",
1107
- paradigms: ["component-based", "declarative", "reactive"],
1108
- tooling: {
1109
- runtimes: ["Browser", "Node.js"],
1110
- packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1111
- ecosystems: ["Web", "Vue", "Vite", "Nuxt"]
1112
- },
1113
- version: "3.5.34",
1114
- logo: "https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg",
1115
- i18n: {
1116
- en: {
1117
- name: "Vue",
1118
- description: "A progressive JavaScript framework for building user interfaces with reactive components.",
1119
- longDescription: "Vue is a progressive framework for building user interfaces with single-file components, declarative templates, reactivity, composition APIs, routing, state management, and tooling through the broader Vue ecosystem.\n\nIt is widely used for single-page applications, interactive interfaces, design systems, dashboards, embedded widgets, and full-stack web applications with frameworks such as Nuxt."
1120
- },
1121
- es: {
1122
- name: "Vue",
1123
- description: "Un framework progresivo de JavaScript para crear interfaces con componentes reactivos.",
1124
- longDescription: "Vue es un framework progresivo para crear interfaces de usuario con componentes de archivo unico, plantillas declarativas, reactividad, APIs de composicion, enrutamiento, gestion de estado y herramientas del ecosistema Vue.\n\nSe usa ampliamente en aplicaciones de una sola pagina, interfaces interactivas, sistemas de diseno, dashboards, widgets embebidos y aplicaciones web full-stack con frameworks como Nuxt."
1125
- }
1949
+ var vue_exports = {};
1950
+ __export(vue_exports, {
1951
+ vue: () => vue
1952
+ });
1953
+ var vue;
1954
+ var init_vue = __esm({
1955
+ "src/languages/vue.ts"() {
1956
+ vue = {
1957
+ slug: "vue",
1958
+ publishedDate: "2014-02-01",
1959
+ extensions: [".vue"],
1960
+ author: "Evan You / Vue Core Team",
1961
+ website: "https://vuejs.org",
1962
+ paradigms: ["component-based", "declarative", "reactive"],
1963
+ tooling: {
1964
+ runtimes: ["Browser", "Node.js"],
1965
+ packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
1966
+ ecosystems: ["Web", "Vue", "Vite", "Nuxt"]
1967
+ },
1968
+ version: "3.5.34",
1969
+ logo: "https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg",
1970
+ i18n: {
1971
+ en: {
1972
+ name: "Vue",
1973
+ description: "A progressive JavaScript framework for building user interfaces with reactive components.",
1974
+ longDescription: "Vue is a progressive framework for building user interfaces with single-file components, declarative templates, reactivity, composition APIs, routing, state management, and tooling through the broader Vue ecosystem.\n\nIt is widely used for single-page applications, interactive interfaces, design systems, dashboards, embedded widgets, and full-stack web applications with frameworks such as Nuxt."
1975
+ },
1976
+ es: {
1977
+ name: "Vue",
1978
+ description: "Un framework progresivo de JavaScript para crear interfaces con componentes reactivos.",
1979
+ longDescription: "Vue es un framework progresivo para crear interfaces de usuario con componentes de archivo unico, plantillas declarativas, reactividad, APIs de composicion, enrutamiento, gestion de estado y herramientas del ecosistema Vue.\n\nSe usa ampliamente en aplicaciones de una sola pagina, interfaces interactivas, sistemas de diseno, dashboards, widgets embebidos y aplicaciones web full-stack con frameworks como Nuxt."
1980
+ }
1981
+ }
1982
+ };
1126
1983
  }
1127
- };
1984
+ });
1128
1985
 
1129
1986
  // src/languages/webassembly.ts
1130
- var webassembly = {
1131
- slug: "webassembly",
1132
- publishedDate: "2017-03-07",
1133
- extensions: [".wasm", ".wat"],
1134
- author: "W3C WebAssembly Community Group",
1135
- website: "https://webassembly.org",
1136
- paradigms: ["stack-based", "assembly", "low-level", "portable"],
1137
- tooling: {
1138
- runtimes: ["Browser", "Wasmtime", "Wasmer", "Node.js", "WASI"],
1139
- packageManagers: ["Warg", "npm"],
1140
- ecosystems: ["Web", "WASI", "WebAssembly Component Model"]
1141
- },
1142
- version: "3.0",
1143
- logo: "https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg",
1144
- i18n: {
1145
- en: {
1146
- name: "WebAssembly",
1147
- description: "A portable low-level code format for safe, near-native execution across web and non-web runtimes.",
1148
- longDescription: "WebAssembly is a compact binary instruction format with a structured text format, designed as a safe, portable compilation target for languages such as C, C++, Rust, Go, and many others.\n\nIt runs in browsers and standalone runtimes, supports sandboxed execution, and is used for performance-sensitive web applications, plugins, serverless workloads, edge computing, and portable components through WASI and the component model."
1149
- },
1150
- es: {
1151
- name: "WebAssembly",
1152
- description: "Un formato de codigo de bajo nivel y portable para ejecucion segura y casi nativa en runtimes web y no web.",
1153
- longDescription: "WebAssembly es un formato binario compacto de instrucciones con un formato textual estructurado, disenado como objetivo de compilacion seguro y portable para lenguajes como C, C++, Rust, Go y muchos otros.\n\nSe ejecuta en navegadores y runtimes independientes, soporta ejecucion en sandbox y se usa en aplicaciones web sensibles al rendimiento, plugins, cargas serverless, edge computing y componentes portables mediante WASI y el modelo de componentes."
1154
- }
1987
+ var webassembly_exports = {};
1988
+ __export(webassembly_exports, {
1989
+ webassembly: () => webassembly
1990
+ });
1991
+ var webassembly;
1992
+ var init_webassembly = __esm({
1993
+ "src/languages/webassembly.ts"() {
1994
+ webassembly = {
1995
+ slug: "webassembly",
1996
+ publishedDate: "2017-03-07",
1997
+ extensions: [".wasm", ".wat"],
1998
+ author: "W3C WebAssembly Community Group",
1999
+ website: "https://webassembly.org",
2000
+ paradigms: ["stack-based", "assembly", "low-level", "portable"],
2001
+ tooling: {
2002
+ runtimes: ["Browser", "Wasmtime", "Wasmer", "Node.js", "WASI"],
2003
+ packageManagers: ["Warg", "npm"],
2004
+ ecosystems: ["Web", "WASI", "WebAssembly Component Model"]
2005
+ },
2006
+ version: "3.0",
2007
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg",
2008
+ i18n: {
2009
+ en: {
2010
+ name: "WebAssembly",
2011
+ description: "A portable low-level code format for safe, near-native execution across web and non-web runtimes.",
2012
+ longDescription: "WebAssembly is a compact binary instruction format with a structured text format, designed as a safe, portable compilation target for languages such as C, C++, Rust, Go, and many others.\n\nIt runs in browsers and standalone runtimes, supports sandboxed execution, and is used for performance-sensitive web applications, plugins, serverless workloads, edge computing, and portable components through WASI and the component model."
2013
+ },
2014
+ es: {
2015
+ name: "WebAssembly",
2016
+ description: "Un formato de codigo de bajo nivel y portable para ejecucion segura y casi nativa en runtimes web y no web.",
2017
+ longDescription: "WebAssembly es un formato binario compacto de instrucciones con un formato textual estructurado, disenado como objetivo de compilacion seguro y portable para lenguajes como C, C++, Rust, Go y muchos otros.\n\nSe ejecuta en navegadores y runtimes independientes, soporta ejecucion en sandbox y se usa en aplicaciones web sensibles al rendimiento, plugins, cargas serverless, edge computing y componentes portables mediante WASI y el modelo de componentes."
2018
+ }
2019
+ }
2020
+ };
1155
2021
  }
1156
- };
2022
+ });
1157
2023
 
1158
2024
  // src/languages/xml.ts
1159
- var xml = {
1160
- slug: "xml",
1161
- publishedDate: "1998-02-10",
1162
- extensions: [".xml", ".xsd", ".xsl", ".xslt"],
1163
- author: "World Wide Web Consortium",
1164
- website: "https://www.w3.org/TR/xml/",
1165
- paradigms: ["declarative", "markup", "data-serialization"],
1166
- version: "XML 1.0 Fifth Edition",
1167
- logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
1168
- i18n: {
1169
- en: {
1170
- name: "XML",
1171
- description: "A markup language for structured documents, configuration files, and data interchange.",
1172
- longDescription: "XML defines a text-based format for representing structured information with custom elements, attributes, namespaces, schemas, and transformation workflows.\n\nIt is widely used in configuration files, enterprise integrations, document formats, web services, publishing systems, and standards that need portable, self-describing data."
1173
- },
1174
- es: {
1175
- name: "XML",
1176
- description: "Un lenguaje de marcado para documentos estructurados, archivos de configuracion e intercambio de datos.",
1177
- longDescription: "XML define un formato basado en texto para representar informacion estructurada con elementos personalizados, atributos, espacios de nombres, esquemas y flujos de transformacion.\n\nSe usa ampliamente en archivos de configuracion, integraciones empresariales, formatos de documentos, servicios web, sistemas de publicacion y estandares que necesitan datos portables y autodescriptivos."
1178
- }
2025
+ var xml_exports = {};
2026
+ __export(xml_exports, {
2027
+ xml: () => xml
2028
+ });
2029
+ var xml;
2030
+ var init_xml = __esm({
2031
+ "src/languages/xml.ts"() {
2032
+ xml = {
2033
+ slug: "xml",
2034
+ publishedDate: "1998-02-10",
2035
+ extensions: [".xml", ".xsd", ".xsl", ".xslt"],
2036
+ author: "World Wide Web Consortium",
2037
+ website: "https://www.w3.org/TR/xml/",
2038
+ paradigms: ["declarative", "markup", "data-serialization"],
2039
+ version: "XML 1.0 Fifth Edition",
2040
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
2041
+ i18n: {
2042
+ en: {
2043
+ name: "XML",
2044
+ description: "A markup language for structured documents, configuration files, and data interchange.",
2045
+ longDescription: "XML defines a text-based format for representing structured information with custom elements, attributes, namespaces, schemas, and transformation workflows.\n\nIt is widely used in configuration files, enterprise integrations, document formats, web services, publishing systems, and standards that need portable, self-describing data."
2046
+ },
2047
+ es: {
2048
+ name: "XML",
2049
+ description: "Un lenguaje de marcado para documentos estructurados, archivos de configuracion e intercambio de datos.",
2050
+ longDescription: "XML define un formato basado en texto para representar informacion estructurada con elementos personalizados, atributos, espacios de nombres, esquemas y flujos de transformacion.\n\nSe usa ampliamente en archivos de configuracion, integraciones empresariales, formatos de documentos, servicios web, sistemas de publicacion y estandares que necesitan datos portables y autodescriptivos."
2051
+ }
2052
+ }
2053
+ };
1179
2054
  }
1180
- };
2055
+ });
1181
2056
 
1182
2057
  // src/languages/yaml.ts
1183
- var yaml = {
1184
- slug: "yaml",
1185
- publishedDate: "2001-05-11",
1186
- extensions: [".yaml", ".yml"],
1187
- author: "Clark Evans, Ingy dot Net, Oren Ben-Kiki",
1188
- website: "https://yaml.org",
1189
- paradigms: ["data serialization", "declarative"],
1190
- version: "1.2.2",
1191
- logo: "https://upload.wikimedia.org/wikipedia/commons/5/5a/Official_YAML_Logo.svg",
1192
- i18n: {
1193
- en: {
1194
- name: "YAML",
1195
- description: "A human-readable data serialization language used for configuration and documents.",
1196
- longDescription: "YAML represents structured data with indentation-based syntax, supporting mappings, sequences, scalars, anchors, aliases, and multiple documents in a stream.\n\nIt is widely used for configuration files, CI/CD workflows, infrastructure definitions, application settings, and data exchange where readability is important."
1197
- },
1198
- es: {
1199
- name: "YAML",
1200
- description: "Un lenguaje legible de serializacion de datos usado en configuracion y documentos.",
1201
- longDescription: "YAML representa datos estructurados con una sintaxis basada en indentacion, soportando mapas, secuencias, escalares, anchors, aliases y multiples documentos en un flujo.\n\nSe usa ampliamente en archivos de configuracion, flujos CI/CD, definiciones de infraestructura, ajustes de aplicaciones e intercambio de datos donde la legibilidad es importante."
1202
- }
2058
+ var yaml_exports = {};
2059
+ __export(yaml_exports, {
2060
+ yaml: () => yaml
2061
+ });
2062
+ var yaml;
2063
+ var init_yaml = __esm({
2064
+ "src/languages/yaml.ts"() {
2065
+ yaml = {
2066
+ slug: "yaml",
2067
+ publishedDate: "2001-05-11",
2068
+ extensions: [".yaml", ".yml"],
2069
+ author: "Clark Evans, Ingy dot Net, Oren Ben-Kiki",
2070
+ website: "https://yaml.org",
2071
+ paradigms: ["data serialization", "declarative"],
2072
+ version: "1.2.2",
2073
+ logo: "https://upload.wikimedia.org/wikipedia/commons/5/5a/Official_YAML_Logo.svg",
2074
+ i18n: {
2075
+ en: {
2076
+ name: "YAML",
2077
+ description: "A human-readable data serialization language used for configuration and documents.",
2078
+ longDescription: "YAML represents structured data with indentation-based syntax, supporting mappings, sequences, scalars, anchors, aliases, and multiple documents in a stream.\n\nIt is widely used for configuration files, CI/CD workflows, infrastructure definitions, application settings, and data exchange where readability is important."
2079
+ },
2080
+ es: {
2081
+ name: "YAML",
2082
+ description: "Un lenguaje legible de serializacion de datos usado en configuracion y documentos.",
2083
+ longDescription: "YAML representa datos estructurados con una sintaxis basada en indentacion, soportando mapas, secuencias, escalares, anchors, aliases y multiples documentos en un flujo.\n\nSe usa ampliamente en archivos de configuracion, flujos CI/CD, definiciones de infraestructura, ajustes de aplicaciones e intercambio de datos donde la legibilidad es importante."
2084
+ }
2085
+ }
2086
+ };
1203
2087
  }
1204
- };
2088
+ });
2089
+
2090
+ // src/languages/zig.ts
2091
+ var zig_exports = {};
2092
+ __export(zig_exports, {
2093
+ zig: () => zig
2094
+ });
2095
+ var zig;
2096
+ var init_zig = __esm({
2097
+ "src/languages/zig.ts"() {
2098
+ zig = {
2099
+ slug: "zig",
2100
+ publishedDate: "2016-02-08",
2101
+ extensions: [".zig", ".zon"],
2102
+ author: "Andrew Kelley / Zig Software Foundation",
2103
+ website: "https://ziglang.org",
2104
+ paradigms: ["imperative", "procedural", "systems", "compile-time metaprogramming"],
2105
+ tooling: {
2106
+ runtimes: ["Native"],
2107
+ packageManagers: ["Zig Package Manager"],
2108
+ ecosystems: ["Systems Programming", "Embedded", "Game Development", "Cross-compilation"]
2109
+ },
2110
+ version: "0.16.0",
2111
+ logo: "https://cdn.simpleicons.org/zig/F7A41D",
2112
+ i18n: {
2113
+ en: {
2114
+ name: "Zig",
2115
+ description: "A systems programming language and toolchain focused on robustness, control, and cross-compilation.",
2116
+ longDescription: "Zig is a general-purpose systems programming language and toolchain designed for explicit control, predictable performance, cross-compilation, and maintaining robust software. It provides manual memory management, comptime execution, error unions, integrated build tooling, and C interoperability.\n\nIt is used for systems software, embedded targets, command-line tools, game engines, low-level libraries, cross-platform native applications, and projects that need a compact language with strong compile-time capabilities."
2117
+ },
2118
+ es: {
2119
+ name: "Zig",
2120
+ description: "Un lenguaje y toolchain de sistemas enfocado en robustez, control y cross-compilation.",
2121
+ longDescription: "Zig es un lenguaje de programacion de sistemas y toolchain de proposito general disenado para control explicito, rendimiento predecible, cross-compilation y mantenimiento de software robusto. Ofrece gestion manual de memoria, ejecucion comptime, uniones de error, tooling de build integrado e interoperabilidad con C.\n\nSe usa en software de sistemas, targets embebidos, herramientas de linea de comandos, motores de juegos, bibliotecas de bajo nivel, aplicaciones nativas multiplataforma y proyectos que necesitan un lenguaje compacto con capacidades fuertes de compilacion en tiempo de build."
2122
+ }
2123
+ }
2124
+ };
2125
+ }
2126
+ });
1205
2127
 
1206
2128
  // src/languages/zsh.ts
1207
- var zsh = {
1208
- slug: "zsh",
1209
- publishedDate: "1990-01-01",
1210
- extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
1211
- author: "Paul Falstad",
1212
- website: "https://www.zsh.org",
1213
- paradigms: ["command", "imperative", "scripting", "shell"],
1214
- tooling: {
1215
- runtimes: ["Z shell", "Unix-like shells"],
1216
- packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
1217
- ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
1218
- },
1219
- version: "5.9",
1220
- logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
1221
- i18n: {
1222
- en: {
1223
- name: "zsh",
1224
- description: "A Unix shell and command language for interactive use, scripting, and automation.",
1225
- longDescription: "zsh is a Unix shell designed for interactive command-line use and shell scripting, with advanced completion, globbing, prompt customization, and shell emulation features.\n\nIt is widely used as a login shell, especially on Unix-like systems and macOS, and is common in developer workflows, terminal customization, automation scripts, and system administration."
1226
- },
1227
- es: {
1228
- name: "zsh",
1229
- description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
1230
- longDescription: "zsh es un shell Unix disenado para uso interactivo en linea de comandos y scripting, con autocompletado avanzado, globbing, personalizacion del prompt y funciones de emulacion de shells.\n\nSe usa ampliamente como login shell, especialmente en sistemas tipo Unix y macOS, y es comun en flujos de desarrollo, personalizacion de terminales, scripts de automatizacion y administracion de sistemas."
1231
- }
2129
+ var zsh_exports = {};
2130
+ __export(zsh_exports, {
2131
+ zsh: () => zsh
2132
+ });
2133
+ var zsh;
2134
+ var init_zsh = __esm({
2135
+ "src/languages/zsh.ts"() {
2136
+ zsh = {
2137
+ slug: "zsh",
2138
+ publishedDate: "1990-01-01",
2139
+ extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
2140
+ author: "Paul Falstad",
2141
+ website: "https://www.zsh.org",
2142
+ paradigms: ["command", "imperative", "scripting", "shell"],
2143
+ tooling: {
2144
+ runtimes: ["Z shell", "Unix-like shells"],
2145
+ packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
2146
+ ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
2147
+ },
2148
+ version: "5.9",
2149
+ logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
2150
+ i18n: {
2151
+ en: {
2152
+ name: "zsh",
2153
+ description: "A Unix shell and command language for interactive use, scripting, and automation.",
2154
+ longDescription: "zsh is a Unix shell designed for interactive command-line use and shell scripting, with advanced completion, globbing, prompt customization, and shell emulation features.\n\nIt is widely used as a login shell, especially on Unix-like systems and macOS, and is common in developer workflows, terminal customization, automation scripts, and system administration."
2155
+ },
2156
+ es: {
2157
+ name: "zsh",
2158
+ description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
2159
+ longDescription: "zsh es un shell Unix disenado para uso interactivo en linea de comandos y scripting, con autocompletado avanzado, globbing, personalizacion del prompt y funciones de emulacion de shells.\n\nSe usa ampliamente como login shell, especialmente en sistemas tipo Unix y macOS, y es comun en flujos de desarrollo, personalizacion de terminales, scripts de automatizacion y administracion de sistemas."
2160
+ }
2161
+ }
2162
+ };
1232
2163
  }
1233
- };
2164
+ });
1234
2165
 
1235
2166
  // src/catalog.ts
2167
+ init_abap();
2168
+ init_asp();
2169
+ init_assembly();
2170
+ init_astro();
2171
+ init_bash();
2172
+ init_batch();
2173
+ init_c();
2174
+ init_cmake();
2175
+ init_cobol();
2176
+ init_coffeescript();
2177
+ init_cpp();
2178
+ init_csharp();
2179
+ init_css();
2180
+ init_cuda();
2181
+ init_dart();
2182
+ init_dockerfile();
2183
+ init_fsharp();
2184
+ init_git();
2185
+ init_go();
2186
+ init_gradle();
2187
+ init_graphql();
2188
+ init_groovy();
2189
+ init_html();
2190
+ init_java();
2191
+ init_javascript();
2192
+ init_json();
2193
+ init_julia();
2194
+ init_kotlin();
2195
+ init_less();
2196
+ init_lua();
2197
+ init_makefile();
2198
+ init_markdown();
2199
+ init_matlab();
2200
+ init_nginx();
2201
+ init_objective_c();
2202
+ init_pascal();
2203
+ init_php();
2204
+ init_powershell();
2205
+ init_pug();
2206
+ init_python();
2207
+ init_r();
2208
+ init_ruby();
2209
+ init_rust();
2210
+ init_scala();
2211
+ init_scss();
2212
+ init_sql();
2213
+ init_svelte();
2214
+ init_svg();
2215
+ init_swift();
2216
+ init_toml();
2217
+ init_typescript();
2218
+ init_visual_basic();
2219
+ init_vue();
2220
+ init_webassembly();
2221
+ init_xml();
2222
+ init_yaml();
2223
+ init_zig();
2224
+ init_zsh();
1236
2225
  var languages = [
1237
2226
  abap,
2227
+ asp,
1238
2228
  astro,
1239
2229
  assembly,
1240
2230
  bash,
2231
+ batch,
1241
2232
  c,
1242
2233
  cmake,
1243
2234
  coffeescript,
@@ -1245,54 +2236,56 @@ var languages = [
1245
2236
  cpp,
1246
2237
  csharp,
1247
2238
  css,
2239
+ cuda,
1248
2240
  dart,
1249
2241
  dockerfile,
2242
+ fsharp,
2243
+ git,
1250
2244
  go,
2245
+ gradle,
1251
2246
  graphql,
1252
2247
  groovy,
1253
2248
  html,
1254
2249
  java,
1255
2250
  javascript,
1256
2251
  json,
2252
+ julia,
1257
2253
  kotlin,
1258
2254
  less,
1259
2255
  lua,
1260
2256
  makefile,
2257
+ matlab,
1261
2258
  markdown,
1262
2259
  nginx,
1263
2260
  objectiveC,
2261
+ pascal,
1264
2262
  php,
1265
2263
  powershell,
2264
+ pug,
1266
2265
  python,
2266
+ r,
1267
2267
  ruby,
1268
2268
  rust,
2269
+ scala,
1269
2270
  scss,
1270
2271
  sql,
1271
2272
  svg,
1272
2273
  svelte,
1273
2274
  swift,
2275
+ toml,
1274
2276
  typescript,
1275
2277
  visualBasic,
1276
2278
  vue,
1277
2279
  webassembly,
1278
2280
  xml,
1279
2281
  yaml,
2282
+ zig,
1280
2283
  zsh
1281
2284
  ];
1282
2285
 
1283
- // src/detect.ts
2286
+ // src/match.ts
1284
2287
  var pathSegmentPattern = /[/\\]/;
1285
- var detectLanguages = (filename) => {
1286
- const normalizedFilename = filename.trim();
1287
- if (!normalizedFilename) {
1288
- return [];
1289
- }
1290
- const basename = normalizedFilename.split(pathSegmentPattern).at(-1)?.toLowerCase() ?? "";
1291
- return languages.filter(
1292
- (language) => language.extensions.some((extension) => matchesExtension(basename, extension))
1293
- );
1294
- };
1295
- var detectLanguage = (filename) => detectLanguages(filename).at(0);
2288
+ var getBasename = (filename) => filename.trim().split(pathSegmentPattern).at(-1)?.toLowerCase() ?? "";
1296
2289
  var matchesExtension = (basename, extension) => {
1297
2290
  const normalizedExtension = extension.toLowerCase();
1298
2291
  if (normalizedExtension.startsWith(".")) {
@@ -1300,6 +2293,21 @@ var matchesExtension = (basename, extension) => {
1300
2293
  }
1301
2294
  return basename === normalizedExtension || basename.endsWith(`.${normalizedExtension}`);
1302
2295
  };
2296
+ var detectMatchingEntries = (entries, filename) => {
2297
+ const basename = getBasename(filename);
2298
+ if (!basename) {
2299
+ return [];
2300
+ }
2301
+ return entries.filter(
2302
+ (entry) => entry.extensions.some((extension) => matchesExtension(basename, extension))
2303
+ );
2304
+ };
2305
+
2306
+ // src/detect.ts
2307
+ var detectLanguages = (filename) => {
2308
+ return detectMatchingEntries(languages, filename);
2309
+ };
2310
+ var detectLanguage = (filename) => detectLanguages(filename).at(0);
1303
2311
 
1304
2312
  // src/i18n.ts
1305
2313
  var localizeLanguage = (language, locale = "en") => {
@@ -1327,6 +2335,291 @@ var resolveLocale = (translations, locale) => {
1327
2335
  return "en";
1328
2336
  };
1329
2337
 
1330
- export { abap, assembly, astro, bash, c, cmake, cobol, coffeescript, cpp, csharp, css, dart, detectLanguage, detectLanguages, dockerfile, go, graphql, groovy, html, java, javascript, json, kotlin, languages, less, localizeLanguage, lua, makefile, markdown, nginx, objectiveC, php, powershell, python, ruby, rust, scss, sql, svelte, svg, swift, typescript, visualBasic, vue, webassembly, xml, yaml, zsh };
2338
+ // src/language-registry.ts
2339
+ var languageIndex = [
2340
+ { slug: "abap", extensions: [".abap"] },
2341
+ { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
2342
+ { slug: "astro", extensions: [".astro"] },
2343
+ { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
2344
+ {
2345
+ slug: "bash",
2346
+ extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
2347
+ },
2348
+ { slug: "batch", extensions: [".bat", ".cmd"] },
2349
+ { slug: "c", extensions: [".c", ".h"] },
2350
+ { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
2351
+ { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
2352
+ { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
2353
+ { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
2354
+ { slug: "csharp", extensions: [".cs", ".csx"] },
2355
+ { slug: "css", extensions: [".css"] },
2356
+ { slug: "cuda", extensions: [".cu", ".cuh"] },
2357
+ { slug: "dart", extensions: [".dart"] },
2358
+ { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
2359
+ { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
2360
+ { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
2361
+ { slug: "go", extensions: [".go"] },
2362
+ { slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
2363
+ { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
2364
+ { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
2365
+ { slug: "html", extensions: [".html", ".htm"] },
2366
+ { slug: "java", extensions: [".java"] },
2367
+ { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
2368
+ { slug: "json", extensions: [".json"] },
2369
+ { slug: "julia", extensions: [".jl"] },
2370
+ { slug: "kotlin", extensions: [".kt", ".kts"] },
2371
+ { slug: "less", extensions: [".less"] },
2372
+ { slug: "lua", extensions: [".lua", ".rockspec"] },
2373
+ { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
2374
+ { slug: "matlab", extensions: [".m", ".mlx"] },
2375
+ { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
2376
+ { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
2377
+ { slug: "objective-c", extensions: [".m", ".mm"] },
2378
+ { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
2379
+ { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
2380
+ { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
2381
+ { slug: "pug", extensions: [".pug", ".jade"] },
2382
+ { slug: "python", extensions: [".py", ".pyw"] },
2383
+ { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
2384
+ {
2385
+ slug: "ruby",
2386
+ extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
2387
+ },
2388
+ { slug: "rust", extensions: [".rs"] },
2389
+ { slug: "scala", extensions: [".scala", ".sc"] },
2390
+ { slug: "scss", extensions: [".scss", ".sass"] },
2391
+ { slug: "sql", extensions: [".sql"] },
2392
+ { slug: "svg", extensions: [".svg", ".svgz"] },
2393
+ { slug: "svelte", extensions: [".svelte"] },
2394
+ { slug: "swift", extensions: [".swift"] },
2395
+ { slug: "toml", extensions: [".toml"] },
2396
+ { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
2397
+ { slug: "visual-basic", extensions: [".vb"] },
2398
+ { slug: "vue", extensions: [".vue"] },
2399
+ { slug: "webassembly", extensions: [".wasm", ".wat"] },
2400
+ { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
2401
+ { slug: "yaml", extensions: [".yaml", ".yml"] },
2402
+ { slug: "zig", extensions: [".zig", ".zon"] },
2403
+ {
2404
+ slug: "zsh",
2405
+ extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"]
2406
+ }
2407
+ ];
2408
+ var languageLoaders = {
2409
+ abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
2410
+ asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
2411
+ assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
2412
+ astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
2413
+ bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
2414
+ batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
2415
+ c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
2416
+ cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
2417
+ cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
2418
+ coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
2419
+ cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
2420
+ csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
2421
+ css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
2422
+ cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
2423
+ dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
2424
+ dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
2425
+ fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
2426
+ git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
2427
+ go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
2428
+ gradle: () => Promise.resolve().then(() => (init_gradle(), gradle_exports)).then((module) => module.gradle),
2429
+ graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
2430
+ groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
2431
+ html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
2432
+ java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
2433
+ javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
2434
+ json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
2435
+ julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
2436
+ kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
2437
+ less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
2438
+ lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
2439
+ makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
2440
+ matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
2441
+ markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
2442
+ nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
2443
+ "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
2444
+ pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
2445
+ php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
2446
+ powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
2447
+ pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
2448
+ python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
2449
+ r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
2450
+ ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
2451
+ rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
2452
+ scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
2453
+ scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
2454
+ sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
2455
+ svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
2456
+ svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
2457
+ swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
2458
+ toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
2459
+ typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
2460
+ "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
2461
+ vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
2462
+ webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
2463
+ xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
2464
+ yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
2465
+ zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
2466
+ zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
2467
+ };
2468
+ var loadLanguage = (slug) => languageLoaders[slug]?.();
2469
+
2470
+ // src/api.ts
2471
+ var defaultLocale = "en";
2472
+ var localizeOptionalLanguage = (language, locale) => language ? localizeLanguage(language, locale) : void 0;
2473
+ var createLanguageRequest = (getLanguage, loadLanguageModule) => {
2474
+ let requestedLocale = defaultLocale;
2475
+ const request = {
2476
+ locale(locale) {
2477
+ requestedLocale = locale;
2478
+ return request;
2479
+ },
2480
+ get() {
2481
+ return localizeOptionalLanguage(getLanguage(), requestedLocale);
2482
+ },
2483
+ async load() {
2484
+ return localizeOptionalLanguage(await loadLanguageModule(), requestedLocale);
2485
+ }
2486
+ };
2487
+ return request;
2488
+ };
2489
+ var createLanguageCollectionRequest = (getLanguageList, loadLanguageList) => {
2490
+ let requestedLocale = defaultLocale;
2491
+ const request = {
2492
+ locale(locale) {
2493
+ requestedLocale = locale;
2494
+ return request;
2495
+ },
2496
+ get() {
2497
+ return getLanguageList().map((language) => localizeLanguage(language, requestedLocale));
2498
+ },
2499
+ async load() {
2500
+ const loadedLanguages = await loadLanguageList();
2501
+ return loadedLanguages.map((language) => localizeLanguage(language, requestedLocale));
2502
+ }
2503
+ };
2504
+ return request;
2505
+ };
2506
+ var loadDetectedLanguages = (filename) => Promise.all(
2507
+ detectMatchingEntries(languageIndex, filename).map((entry) => loadLanguage(entry.slug))
2508
+ ).then(
2509
+ (detectedLanguages) => detectedLanguages.filter((language) => Boolean(language))
2510
+ );
2511
+ var api = {
2512
+ /**
2513
+ * Selects a language by slug.
2514
+ *
2515
+ * @example
2516
+ * api.language("astro").locale("es-PE").get();
2517
+ */
2518
+ language(slug) {
2519
+ return createLanguageRequest(
2520
+ () => languages.find((language) => language.slug === slug),
2521
+ () => loadLanguage(slug)
2522
+ );
2523
+ },
2524
+ /**
2525
+ * Selects every language in the catalog.
2526
+ *
2527
+ * @example
2528
+ * await api.languages().locale("en-US").load();
2529
+ */
2530
+ languages() {
2531
+ return createLanguageCollectionRequest(
2532
+ () => [...languages],
2533
+ () => Promise.all(languageIndex.map((entry) => loadLanguage(entry.slug))).then(
2534
+ (loaded) => loaded.filter((language) => Boolean(language))
2535
+ )
2536
+ );
2537
+ },
2538
+ /**
2539
+ * Detects the first matching language for a filename or path.
2540
+ *
2541
+ * @example
2542
+ * api.detect("src/App.vue").locale("es").get();
2543
+ */
2544
+ detect(filename) {
2545
+ return createLanguageRequest(
2546
+ () => detectLanguage(filename),
2547
+ async () => (await loadDetectedLanguages(filename)).at(0)
2548
+ );
2549
+ },
2550
+ /**
2551
+ * Detects every matching language for a filename or path.
2552
+ *
2553
+ * Useful for ambiguous extensions such as `.h`, which can match C and C++.
2554
+ */
2555
+ detectAll(filename) {
2556
+ return createLanguageCollectionRequest(
2557
+ () => detectLanguages(filename),
2558
+ () => loadDetectedLanguages(filename)
2559
+ );
2560
+ }
2561
+ };
2562
+
2563
+ // src/index.ts
2564
+ init_abap();
2565
+ init_asp();
2566
+ init_astro();
2567
+ init_assembly();
2568
+ init_bash();
2569
+ init_batch();
2570
+ init_c();
2571
+ init_cmake();
2572
+ init_coffeescript();
2573
+ init_cobol();
2574
+ init_csharp();
2575
+ init_cpp();
2576
+ init_css();
2577
+ init_cuda();
2578
+ init_dart();
2579
+ init_dockerfile();
2580
+ init_fsharp();
2581
+ init_git();
2582
+ init_go();
2583
+ init_gradle();
2584
+ init_graphql();
2585
+ init_groovy();
2586
+ init_html();
2587
+ init_java();
2588
+ init_javascript();
2589
+ init_json();
2590
+ init_julia();
2591
+ init_kotlin();
2592
+ init_less();
2593
+ init_lua();
2594
+ init_makefile();
2595
+ init_matlab();
2596
+ init_markdown();
2597
+ init_nginx();
2598
+ init_objective_c();
2599
+ init_pascal();
2600
+ init_php();
2601
+ init_powershell();
2602
+ init_pug();
2603
+ init_python();
2604
+ init_r();
2605
+ init_ruby();
2606
+ init_rust();
2607
+ init_scala();
2608
+ init_scss();
2609
+ init_sql();
2610
+ init_svg();
2611
+ init_svelte();
2612
+ init_swift();
2613
+ init_toml();
2614
+ init_typescript();
2615
+ init_visual_basic();
2616
+ init_vue();
2617
+ init_webassembly();
2618
+ init_xml();
2619
+ init_yaml();
2620
+ init_zig();
2621
+ init_zsh();
2622
+
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 };
1331
2624
  //# sourceMappingURL=index.js.map
1332
2625
  //# sourceMappingURL=index.js.map