code-languages 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +116 -23
- package/dist/detect.cjs +1071 -0
- package/dist/detect.cjs.map +1 -0
- package/dist/detect.d.cts +25 -0
- package/dist/detect.d.ts +25 -0
- package/dist/detect.js +1068 -0
- package/dist/detect.js.map +1 -0
- package/dist/i18n.d.cts +5 -1
- package/dist/i18n.d.ts +5 -1
- package/dist/index.cjs +632 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +920 -1
- package/dist/index.d.ts +920 -1
- package/dist/index.js +614 -29
- package/dist/index.js.map +1 -1
- package/dist/languages/astro.cjs +34 -0
- package/dist/languages/astro.cjs.map +1 -0
- package/dist/languages/astro.d.cts +29 -0
- package/dist/languages/astro.d.ts +29 -0
- package/dist/languages/astro.js +32 -0
- package/dist/languages/astro.js.map +1 -0
- package/dist/languages/bash.cjs +5 -0
- package/dist/languages/bash.cjs.map +1 -1
- package/dist/languages/bash.d.cts +5 -0
- package/dist/languages/bash.d.ts +5 -0
- package/dist/languages/bash.js +5 -0
- package/dist/languages/bash.js.map +1 -1
- package/dist/languages/c.cjs +5 -0
- package/dist/languages/c.cjs.map +1 -1
- package/dist/languages/c.d.cts +5 -0
- package/dist/languages/c.d.ts +5 -0
- package/dist/languages/c.js +5 -0
- package/dist/languages/c.js.map +1 -1
- package/dist/languages/cobol.cjs +33 -0
- package/dist/languages/cobol.cjs.map +1 -0
- package/dist/languages/cobol.d.cts +28 -0
- package/dist/languages/cobol.d.ts +28 -0
- package/dist/languages/cobol.js +31 -0
- package/dist/languages/cobol.js.map +1 -0
- package/dist/languages/cpp.cjs +6 -1
- package/dist/languages/cpp.cjs.map +1 -1
- package/dist/languages/cpp.d.cts +5 -0
- package/dist/languages/cpp.d.ts +5 -0
- package/dist/languages/cpp.js +6 -1
- package/dist/languages/cpp.js.map +1 -1
- package/dist/languages/csharp.cjs +34 -0
- package/dist/languages/csharp.cjs.map +1 -0
- package/dist/languages/csharp.d.cts +29 -0
- package/dist/languages/csharp.d.ts +29 -0
- package/dist/languages/csharp.js +32 -0
- package/dist/languages/csharp.js.map +1 -0
- package/dist/languages/dart.cjs +34 -0
- package/dist/languages/dart.cjs.map +1 -0
- package/dist/languages/dart.d.cts +29 -0
- package/dist/languages/dart.d.ts +29 -0
- package/dist/languages/dart.js +32 -0
- package/dist/languages/dart.js.map +1 -0
- package/dist/languages/dockerfile.cjs +4 -0
- package/dist/languages/dockerfile.cjs.map +1 -1
- package/dist/languages/dockerfile.d.cts +4 -0
- package/dist/languages/dockerfile.d.ts +4 -0
- package/dist/languages/dockerfile.js +4 -0
- package/dist/languages/dockerfile.js.map +1 -1
- package/dist/languages/go.cjs +5 -0
- package/dist/languages/go.cjs.map +1 -1
- package/dist/languages/go.d.cts +5 -0
- package/dist/languages/go.d.ts +5 -0
- package/dist/languages/go.js +5 -0
- package/dist/languages/go.js.map +1 -1
- package/dist/languages/graphql.cjs +34 -0
- package/dist/languages/graphql.cjs.map +1 -0
- package/dist/languages/graphql.d.cts +29 -0
- package/dist/languages/graphql.d.ts +29 -0
- package/dist/languages/graphql.js +32 -0
- package/dist/languages/graphql.js.map +1 -0
- package/dist/languages/groovy.cjs +6 -1
- package/dist/languages/groovy.cjs.map +1 -1
- package/dist/languages/groovy.d.cts +5 -0
- package/dist/languages/groovy.d.ts +5 -0
- package/dist/languages/groovy.js +6 -1
- package/dist/languages/groovy.js.map +1 -1
- package/dist/languages/java.cjs +5 -0
- package/dist/languages/java.cjs.map +1 -1
- package/dist/languages/java.d.cts +5 -0
- package/dist/languages/java.d.ts +5 -0
- package/dist/languages/java.js +5 -0
- package/dist/languages/java.js.map +1 -1
- package/dist/languages/javascript.cjs +5 -0
- package/dist/languages/javascript.cjs.map +1 -1
- package/dist/languages/javascript.d.cts +5 -0
- package/dist/languages/javascript.d.ts +5 -0
- package/dist/languages/javascript.js +5 -0
- package/dist/languages/javascript.js.map +1 -1
- package/dist/languages/kotlin.cjs +6 -1
- package/dist/languages/kotlin.cjs.map +1 -1
- package/dist/languages/kotlin.d.cts +5 -0
- package/dist/languages/kotlin.d.ts +5 -0
- package/dist/languages/kotlin.js +6 -1
- package/dist/languages/kotlin.js.map +1 -1
- package/dist/languages/less.cjs +34 -0
- package/dist/languages/less.cjs.map +1 -0
- package/dist/languages/less.d.cts +29 -0
- package/dist/languages/less.d.ts +29 -0
- package/dist/languages/less.js +32 -0
- package/dist/languages/less.js.map +1 -0
- package/dist/languages/makefile.cjs +33 -0
- package/dist/languages/makefile.cjs.map +1 -0
- package/dist/languages/makefile.d.cts +28 -0
- package/dist/languages/makefile.d.ts +28 -0
- package/dist/languages/makefile.js +31 -0
- package/dist/languages/makefile.js.map +1 -0
- package/dist/languages/markdown.cjs +1 -1
- package/dist/languages/markdown.cjs.map +1 -1
- package/dist/languages/markdown.js +1 -1
- package/dist/languages/markdown.js.map +1 -1
- package/dist/languages/nginx.cjs +33 -0
- package/dist/languages/nginx.cjs.map +1 -0
- package/dist/languages/nginx.d.cts +28 -0
- package/dist/languages/nginx.d.ts +28 -0
- package/dist/languages/nginx.js +31 -0
- package/dist/languages/nginx.js.map +1 -0
- package/dist/languages/objective-c.cjs +34 -0
- package/dist/languages/objective-c.cjs.map +1 -0
- package/dist/languages/objective-c.d.cts +29 -0
- package/dist/languages/objective-c.d.ts +29 -0
- package/dist/languages/objective-c.js +32 -0
- package/dist/languages/objective-c.js.map +1 -0
- package/dist/languages/php.cjs +34 -0
- package/dist/languages/php.cjs.map +1 -0
- package/dist/languages/php.d.cts +29 -0
- package/dist/languages/php.d.ts +29 -0
- package/dist/languages/php.js +32 -0
- package/dist/languages/php.js.map +1 -0
- package/dist/languages/python.cjs +5 -0
- package/dist/languages/python.cjs.map +1 -1
- package/dist/languages/python.d.cts +5 -0
- package/dist/languages/python.d.ts +5 -0
- package/dist/languages/python.js +5 -0
- package/dist/languages/python.js.map +1 -1
- package/dist/languages/rust.cjs +5 -0
- package/dist/languages/rust.cjs.map +1 -1
- package/dist/languages/rust.d.cts +5 -0
- package/dist/languages/rust.d.ts +5 -0
- package/dist/languages/rust.js +5 -0
- package/dist/languages/rust.js.map +1 -1
- package/dist/languages/scss.cjs +34 -0
- package/dist/languages/scss.cjs.map +1 -0
- package/dist/languages/scss.d.cts +29 -0
- package/dist/languages/scss.d.ts +29 -0
- package/dist/languages/scss.js +32 -0
- package/dist/languages/scss.js.map +1 -0
- package/dist/languages/svg.cjs +33 -0
- package/dist/languages/svg.cjs.map +1 -0
- package/dist/languages/svg.d.cts +28 -0
- package/dist/languages/svg.d.ts +28 -0
- package/dist/languages/svg.js +31 -0
- package/dist/languages/svg.js.map +1 -0
- package/dist/languages/swift.cjs +6 -1
- package/dist/languages/swift.cjs.map +1 -1
- package/dist/languages/swift.d.cts +5 -0
- package/dist/languages/swift.d.ts +5 -0
- package/dist/languages/swift.js +6 -1
- package/dist/languages/swift.js.map +1 -1
- package/dist/languages/typescript.cjs +5 -0
- package/dist/languages/typescript.cjs.map +1 -1
- package/dist/languages/typescript.d.cts +5 -0
- package/dist/languages/typescript.d.ts +5 -0
- package/dist/languages/typescript.js +5 -0
- package/dist/languages/typescript.js.map +1 -1
- package/dist/languages/visual-basic.cjs +34 -0
- package/dist/languages/visual-basic.cjs.map +1 -0
- package/dist/languages/visual-basic.d.cts +29 -0
- package/dist/languages/visual-basic.d.ts +29 -0
- package/dist/languages/visual-basic.js +32 -0
- package/dist/languages/visual-basic.js.map +1 -0
- package/dist/languages/vue.cjs +34 -0
- package/dist/languages/vue.cjs.map +1 -0
- package/dist/languages/vue.d.cts +29 -0
- package/dist/languages/vue.d.ts +29 -0
- package/dist/languages/vue.js +32 -0
- package/dist/languages/vue.js.map +1 -0
- package/dist/languages/webassembly.cjs +34 -0
- package/dist/languages/webassembly.cjs.map +1 -0
- package/dist/languages/webassembly.d.cts +29 -0
- package/dist/languages/webassembly.d.ts +29 -0
- package/dist/languages/webassembly.js +32 -0
- package/dist/languages/webassembly.js.map +1 -0
- package/dist/languages/zsh.cjs +34 -0
- package/dist/languages/zsh.cjs.map +1 -0
- package/dist/languages/zsh.d.cts +29 -0
- package/dist/languages/zsh.d.ts +29 -0
- package/dist/languages/zsh.js +32 -0
- package/dist/languages/zsh.js.map +1 -0
- package/dist/{i18n-BXk47f_R.d.cts → types-CZDaRR4t.d.cts} +11 -3
- package/dist/{i18n-BXk47f_R.d.ts → types-CZDaRR4t.d.ts} +11 -3
- package/package.json +97 -1
package/dist/index.js
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
|
-
// src/
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
// src/languages/astro.ts
|
|
2
|
+
var astro = {
|
|
3
|
+
slug: "astro",
|
|
4
|
+
publishedDate: "2021-06-08",
|
|
5
|
+
extensions: [".astro"],
|
|
6
|
+
author: "Fred K. Schott / The Astro Technology Company",
|
|
7
|
+
website: "https://astro.build",
|
|
8
|
+
paradigms: ["component-based", "declarative", "static-site-generation", "server-side-rendering"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Node.js", "Deno"],
|
|
11
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12
|
+
ecosystems: ["Web", "Static Sites", "Content"]
|
|
13
|
+
},
|
|
14
|
+
version: "6.3.1",
|
|
15
|
+
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Astro",
|
|
19
|
+
description: "A web framework and component file format for content-driven sites and fast frontends.",
|
|
20
|
+
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."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Astro",
|
|
24
|
+
description: "Un framework web y formato de componentes para sitios de contenido y frontends rapidos.",
|
|
25
|
+
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."
|
|
26
|
+
}
|
|
23
27
|
}
|
|
24
|
-
return "en";
|
|
25
28
|
};
|
|
26
29
|
|
|
27
30
|
// src/languages/bash.ts
|
|
@@ -32,6 +35,11 @@ var bash = {
|
|
|
32
35
|
author: "Brian Fox / GNU Project",
|
|
33
36
|
website: "https://www.gnu.org/software/bash/",
|
|
34
37
|
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
38
|
+
tooling: {
|
|
39
|
+
runtimes: ["Bash shell", "POSIX-like shells"],
|
|
40
|
+
packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
|
|
41
|
+
ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
|
|
42
|
+
},
|
|
35
43
|
version: "5.3",
|
|
36
44
|
logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
|
|
37
45
|
i18n: {
|
|
@@ -56,6 +64,11 @@ var c = {
|
|
|
56
64
|
author: "Dennis Ritchie / Bell Labs",
|
|
57
65
|
website: "https://www.open-std.org/jtc1/sc22/wg14/",
|
|
58
66
|
paradigms: ["imperative", "procedural", "structured"],
|
|
67
|
+
tooling: {
|
|
68
|
+
runtimes: ["Native"],
|
|
69
|
+
packageManagers: ["Conan", "vcpkg"],
|
|
70
|
+
ecosystems: ["Systems", "Embedded"]
|
|
71
|
+
},
|
|
59
72
|
version: "C23",
|
|
60
73
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
|
|
61
74
|
i18n: {
|
|
@@ -72,14 +85,47 @@ var c = {
|
|
|
72
85
|
}
|
|
73
86
|
};
|
|
74
87
|
|
|
88
|
+
// src/languages/cobol.ts
|
|
89
|
+
var cobol = {
|
|
90
|
+
slug: "cobol",
|
|
91
|
+
publishedDate: "1959-12-18",
|
|
92
|
+
extensions: [".cob", ".cbl", ".cobol", ".cpy"],
|
|
93
|
+
author: "CODASYL",
|
|
94
|
+
website: "https://www.iso.org/standard/74527.html",
|
|
95
|
+
paradigms: ["imperative", "object-oriented", "procedural", "structured"],
|
|
96
|
+
tooling: {
|
|
97
|
+
runtimes: ["IBM Enterprise COBOL", "GnuCOBOL", "Micro Focus COBOL"],
|
|
98
|
+
ecosystems: ["Mainframe", "Business applications", "Transaction processing"]
|
|
99
|
+
},
|
|
100
|
+
version: "ISO/IEC 1989:2023",
|
|
101
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/COBOL_logo.svg",
|
|
102
|
+
i18n: {
|
|
103
|
+
en: {
|
|
104
|
+
name: "COBOL",
|
|
105
|
+
description: "A business-oriented language for long-lived, data-heavy enterprise systems.",
|
|
106
|
+
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."
|
|
107
|
+
},
|
|
108
|
+
es: {
|
|
109
|
+
name: "COBOL",
|
|
110
|
+
description: "Un lenguaje orientado al negocio para sistemas empresariales duraderos y centrados en datos.",
|
|
111
|
+
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."
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
|
|
75
116
|
// src/languages/cpp.ts
|
|
76
117
|
var cpp = {
|
|
77
118
|
slug: "cpp",
|
|
78
119
|
publishedDate: "1985-10-01",
|
|
79
|
-
extensions: [".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx"],
|
|
120
|
+
extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"],
|
|
80
121
|
author: "Bjarne Stroustrup",
|
|
81
122
|
website: "https://isocpp.org",
|
|
82
123
|
paradigms: ["procedural", "object-oriented", "generic", "functional"],
|
|
124
|
+
tooling: {
|
|
125
|
+
runtimes: ["Native"],
|
|
126
|
+
packageManagers: ["Conan", "vcpkg"],
|
|
127
|
+
ecosystems: ["Systems", "Game Development", "Embedded"]
|
|
128
|
+
},
|
|
83
129
|
version: "C++23",
|
|
84
130
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
|
|
85
131
|
i18n: {
|
|
@@ -96,6 +142,35 @@ var cpp = {
|
|
|
96
142
|
}
|
|
97
143
|
};
|
|
98
144
|
|
|
145
|
+
// src/languages/csharp.ts
|
|
146
|
+
var csharp = {
|
|
147
|
+
slug: "csharp",
|
|
148
|
+
publishedDate: "2000-06-26",
|
|
149
|
+
extensions: [".cs", ".csx"],
|
|
150
|
+
author: "Anders Hejlsberg / Microsoft",
|
|
151
|
+
website: "https://dotnet.microsoft.com/languages/csharp",
|
|
152
|
+
paradigms: ["class-based", "component-oriented", "functional", "generic", "object-oriented"],
|
|
153
|
+
tooling: {
|
|
154
|
+
runtimes: [".NET", "Mono", "Unity"],
|
|
155
|
+
packageManagers: ["NuGet"],
|
|
156
|
+
ecosystems: [".NET", "ASP.NET", "Unity", "Microsoft"]
|
|
157
|
+
},
|
|
158
|
+
version: "14",
|
|
159
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/b/bd/Logo_C_sharp.svg",
|
|
160
|
+
i18n: {
|
|
161
|
+
en: {
|
|
162
|
+
name: "C#",
|
|
163
|
+
description: "A modern, object-oriented language for .NET applications, services, games, and tools.",
|
|
164
|
+
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."
|
|
165
|
+
},
|
|
166
|
+
es: {
|
|
167
|
+
name: "C#",
|
|
168
|
+
description: "Un lenguaje moderno y orientado a objetos para aplicaciones, servicios, juegos y herramientas .NET.",
|
|
169
|
+
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."
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
|
|
99
174
|
// src/languages/css.ts
|
|
100
175
|
var css = {
|
|
101
176
|
slug: "css",
|
|
@@ -120,6 +195,35 @@ var css = {
|
|
|
120
195
|
}
|
|
121
196
|
};
|
|
122
197
|
|
|
198
|
+
// src/languages/dart.ts
|
|
199
|
+
var dart = {
|
|
200
|
+
slug: "dart",
|
|
201
|
+
publishedDate: "2011-10-10",
|
|
202
|
+
extensions: [".dart"],
|
|
203
|
+
author: "Google",
|
|
204
|
+
website: "https://dart.dev",
|
|
205
|
+
paradigms: ["class-based", "functional", "object-oriented", "structured"],
|
|
206
|
+
tooling: {
|
|
207
|
+
runtimes: ["Dart VM", "Dart Native", "JavaScript"],
|
|
208
|
+
packageManagers: ["pub"],
|
|
209
|
+
ecosystems: ["Flutter", "Web", "Server-side"]
|
|
210
|
+
},
|
|
211
|
+
version: "3.11.6",
|
|
212
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg",
|
|
213
|
+
i18n: {
|
|
214
|
+
en: {
|
|
215
|
+
name: "Dart",
|
|
216
|
+
description: "A client-optimized language for fast apps across mobile, web, desktop, and server.",
|
|
217
|
+
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."
|
|
218
|
+
},
|
|
219
|
+
es: {
|
|
220
|
+
name: "Dart",
|
|
221
|
+
description: "Un lenguaje optimizado para crear apps rapidas en movil, web, escritorio y servidor.",
|
|
222
|
+
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."
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
|
|
123
227
|
// src/languages/dockerfile.ts
|
|
124
228
|
var dockerfile = {
|
|
125
229
|
slug: "dockerfile",
|
|
@@ -128,6 +232,10 @@ var dockerfile = {
|
|
|
128
232
|
author: "Docker, Inc.",
|
|
129
233
|
website: "https://docs.docker.com/reference/dockerfile/",
|
|
130
234
|
paradigms: ["declarative", "configuration", "containerization"],
|
|
235
|
+
tooling: {
|
|
236
|
+
runtimes: ["Docker", "BuildKit", "Podman"],
|
|
237
|
+
ecosystems: ["Containers", "DevOps", "Cloud"]
|
|
238
|
+
},
|
|
131
239
|
version: "1.10",
|
|
132
240
|
logo: "https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png",
|
|
133
241
|
i18n: {
|
|
@@ -152,6 +260,11 @@ var go = {
|
|
|
152
260
|
author: "Robert Griesemer, Rob Pike, Ken Thompson / Google",
|
|
153
261
|
website: "https://go.dev",
|
|
154
262
|
paradigms: ["concurrent", "imperative", "procedural"],
|
|
263
|
+
tooling: {
|
|
264
|
+
runtimes: ["Go runtime"],
|
|
265
|
+
packageManagers: ["Go modules"],
|
|
266
|
+
ecosystems: ["Cloud", "DevOps", "Networking"]
|
|
267
|
+
},
|
|
155
268
|
version: "1.26.3",
|
|
156
269
|
logo: "https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg",
|
|
157
270
|
i18n: {
|
|
@@ -168,6 +281,35 @@ var go = {
|
|
|
168
281
|
}
|
|
169
282
|
};
|
|
170
283
|
|
|
284
|
+
// src/languages/graphql.ts
|
|
285
|
+
var graphql = {
|
|
286
|
+
slug: "graphql",
|
|
287
|
+
publishedDate: "2015-07-02",
|
|
288
|
+
extensions: [".graphql", ".gql", ".graphqls"],
|
|
289
|
+
author: "Facebook / GraphQL Foundation",
|
|
290
|
+
website: "https://graphql.org",
|
|
291
|
+
paradigms: ["declarative", "query", "schema", "typed"],
|
|
292
|
+
tooling: {
|
|
293
|
+
runtimes: ["GraphQL.js", "Apollo Server", "GraphQL Yoga", "Mercurius"],
|
|
294
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
295
|
+
ecosystems: ["APIs", "Web", "Mobile", "Data Graphs"]
|
|
296
|
+
},
|
|
297
|
+
version: "September 2025",
|
|
298
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg",
|
|
299
|
+
i18n: {
|
|
300
|
+
en: {
|
|
301
|
+
name: "GraphQL",
|
|
302
|
+
description: "A typed query and schema language for APIs that lets clients request exact data shapes.",
|
|
303
|
+
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."
|
|
304
|
+
},
|
|
305
|
+
es: {
|
|
306
|
+
name: "GraphQL",
|
|
307
|
+
description: "Un lenguaje tipado de consultas y esquemas para APIs que permite pedir datos exactos.",
|
|
308
|
+
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."
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
};
|
|
312
|
+
|
|
171
313
|
// src/languages/groovy.ts
|
|
172
314
|
var groovy = {
|
|
173
315
|
slug: "groovy",
|
|
@@ -176,7 +318,12 @@ var groovy = {
|
|
|
176
318
|
author: "James Strachan / Apache Software Foundation",
|
|
177
319
|
website: "https://groovy.apache.org",
|
|
178
320
|
paradigms: ["object-oriented", "functional", "dynamic", "scripting"],
|
|
179
|
-
|
|
321
|
+
tooling: {
|
|
322
|
+
runtimes: ["JVM"],
|
|
323
|
+
packageManagers: ["Gradle", "Maven"],
|
|
324
|
+
ecosystems: ["JVM", "Gradle"]
|
|
325
|
+
},
|
|
326
|
+
version: "5.0.6",
|
|
180
327
|
logo: "https://groovy-lang.org/img/groovy-logo.svg",
|
|
181
328
|
i18n: {
|
|
182
329
|
en: {
|
|
@@ -224,6 +371,11 @@ var java = {
|
|
|
224
371
|
author: "James Gosling / Sun Microsystems",
|
|
225
372
|
website: "https://www.java.com",
|
|
226
373
|
paradigms: ["class-based", "concurrent", "generic", "imperative", "object-oriented"],
|
|
374
|
+
tooling: {
|
|
375
|
+
runtimes: ["JVM"],
|
|
376
|
+
packageManagers: ["Maven", "Gradle"],
|
|
377
|
+
ecosystems: ["JVM", "Android", "Enterprise"]
|
|
378
|
+
},
|
|
227
379
|
version: "26",
|
|
228
380
|
logo: "https://www.vectorlogo.zone/logos/java/java-icon.svg",
|
|
229
381
|
i18n: {
|
|
@@ -248,6 +400,11 @@ var javascript = {
|
|
|
248
400
|
author: "Brendan Eich / Netscape",
|
|
249
401
|
website: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
|
|
250
402
|
paradigms: ["event-driven", "functional", "imperative", "object-oriented", "prototype-based"],
|
|
403
|
+
tooling: {
|
|
404
|
+
runtimes: ["Browser", "Node.js", "Deno", "Bun"],
|
|
405
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
406
|
+
ecosystems: ["Web", "Node.js"]
|
|
407
|
+
},
|
|
251
408
|
version: "ECMAScript 2025",
|
|
252
409
|
logo: "https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png",
|
|
253
410
|
i18n: {
|
|
@@ -296,7 +453,12 @@ var kotlin = {
|
|
|
296
453
|
author: "JetBrains",
|
|
297
454
|
website: "https://kotlinlang.org",
|
|
298
455
|
paradigms: ["object-oriented", "functional", "imperative", "generic"],
|
|
299
|
-
|
|
456
|
+
tooling: {
|
|
457
|
+
runtimes: ["JVM", "Android", "JavaScript", "Native", "Wasm"],
|
|
458
|
+
packageManagers: ["Gradle", "Maven"],
|
|
459
|
+
ecosystems: ["JVM", "Android", "Kotlin Multiplatform"]
|
|
460
|
+
},
|
|
461
|
+
version: "2.3.21",
|
|
300
462
|
logo: "https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png",
|
|
301
463
|
i18n: {
|
|
302
464
|
en: {
|
|
@@ -312,6 +474,63 @@ var kotlin = {
|
|
|
312
474
|
}
|
|
313
475
|
};
|
|
314
476
|
|
|
477
|
+
// src/languages/less.ts
|
|
478
|
+
var less = {
|
|
479
|
+
slug: "less",
|
|
480
|
+
publishedDate: "2009-01-01",
|
|
481
|
+
extensions: [".less"],
|
|
482
|
+
author: "Alexis Sellier / Less Core Team",
|
|
483
|
+
website: "https://lesscss.org",
|
|
484
|
+
paradigms: ["declarative", "stylesheet", "preprocessor"],
|
|
485
|
+
tooling: {
|
|
486
|
+
runtimes: ["Less.js", "Node.js", "Browser"],
|
|
487
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
488
|
+
ecosystems: ["Web", "Design Systems", "Bootstrap"]
|
|
489
|
+
},
|
|
490
|
+
version: "4.4.1",
|
|
491
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg",
|
|
492
|
+
i18n: {
|
|
493
|
+
en: {
|
|
494
|
+
name: "Less",
|
|
495
|
+
description: "A CSS preprocessor with variables, nesting, mixins, operations, and functions.",
|
|
496
|
+
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."
|
|
497
|
+
},
|
|
498
|
+
es: {
|
|
499
|
+
name: "Less",
|
|
500
|
+
description: "Un preprocesador CSS con variables, anidamiento, mixins, operaciones y funciones.",
|
|
501
|
+
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."
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
};
|
|
505
|
+
|
|
506
|
+
// src/languages/makefile.ts
|
|
507
|
+
var makefile = {
|
|
508
|
+
slug: "makefile",
|
|
509
|
+
publishedDate: "1976-01-01",
|
|
510
|
+
extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"],
|
|
511
|
+
author: "Stuart Feldman / GNU Project",
|
|
512
|
+
website: "https://www.gnu.org/software/make/",
|
|
513
|
+
paradigms: ["build-automation", "declarative", "imperative", "rule-based"],
|
|
514
|
+
tooling: {
|
|
515
|
+
runtimes: ["GNU Make", "BSD make", "POSIX make"],
|
|
516
|
+
ecosystems: ["Unix", "Linux", "C", "C++", "Embedded Systems"]
|
|
517
|
+
},
|
|
518
|
+
version: "4.4.1",
|
|
519
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/2/22/Official_gnu.svg",
|
|
520
|
+
i18n: {
|
|
521
|
+
en: {
|
|
522
|
+
name: "Makefile",
|
|
523
|
+
description: "A rule-based build automation format used by make tools to run reproducible tasks.",
|
|
524
|
+
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."
|
|
525
|
+
},
|
|
526
|
+
es: {
|
|
527
|
+
name: "Makefile",
|
|
528
|
+
description: "Un formato de automatizacion de builds basado en reglas usado por herramientas make.",
|
|
529
|
+
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."
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
};
|
|
533
|
+
|
|
315
534
|
// src/languages/markdown.ts
|
|
316
535
|
var markdown = {
|
|
317
536
|
slug: "markdown",
|
|
@@ -320,7 +539,7 @@ var markdown = {
|
|
|
320
539
|
author: "John Gruber / Aaron Swartz",
|
|
321
540
|
website: "https://daringfireball.net/projects/markdown/",
|
|
322
541
|
paradigms: ["declarative", "markup"],
|
|
323
|
-
version: "CommonMark 0
|
|
542
|
+
version: "CommonMark 4.0",
|
|
324
543
|
logo: "https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg",
|
|
325
544
|
i18n: {
|
|
326
545
|
en: {
|
|
@@ -336,6 +555,92 @@ var markdown = {
|
|
|
336
555
|
}
|
|
337
556
|
};
|
|
338
557
|
|
|
558
|
+
// src/languages/nginx.ts
|
|
559
|
+
var nginx = {
|
|
560
|
+
slug: "nginx",
|
|
561
|
+
publishedDate: "2004-10-04",
|
|
562
|
+
extensions: ["nginx.conf", ".nginx", ".conf"],
|
|
563
|
+
author: "Igor Sysoev / NGINX",
|
|
564
|
+
website: "https://nginx.org",
|
|
565
|
+
paradigms: ["configuration", "declarative", "directive-based"],
|
|
566
|
+
tooling: {
|
|
567
|
+
runtimes: ["nginx", "NGINX Plus", "OpenResty"],
|
|
568
|
+
ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
|
|
569
|
+
},
|
|
570
|
+
version: "1.30.0",
|
|
571
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
|
|
572
|
+
i18n: {
|
|
573
|
+
en: {
|
|
574
|
+
name: "nginx",
|
|
575
|
+
description: "A directive-based configuration language for the nginx web server and reverse proxy.",
|
|
576
|
+
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."
|
|
577
|
+
},
|
|
578
|
+
es: {
|
|
579
|
+
name: "nginx",
|
|
580
|
+
description: "Un lenguaje de configuracion basado en directivas para el servidor web y proxy inverso nginx.",
|
|
581
|
+
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."
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
};
|
|
585
|
+
|
|
586
|
+
// src/languages/objective-c.ts
|
|
587
|
+
var objectiveC = {
|
|
588
|
+
slug: "objective-c",
|
|
589
|
+
publishedDate: "1984-01-01",
|
|
590
|
+
extensions: [".m", ".mm"],
|
|
591
|
+
author: "Brad Cox / Tom Love",
|
|
592
|
+
website: "https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/",
|
|
593
|
+
paradigms: ["class-based", "dynamic", "object-oriented", "reflective"],
|
|
594
|
+
tooling: {
|
|
595
|
+
runtimes: ["Objective-C runtime", "Apple platforms", "GNUstep"],
|
|
596
|
+
packageManagers: ["CocoaPods", "Swift Package Manager"],
|
|
597
|
+
ecosystems: ["Apple", "Cocoa", "Cocoa Touch", "GNUstep"]
|
|
598
|
+
},
|
|
599
|
+
version: "2.0",
|
|
600
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg",
|
|
601
|
+
i18n: {
|
|
602
|
+
en: {
|
|
603
|
+
name: "Objective-C",
|
|
604
|
+
description: "A C superset with Smalltalk-style messaging and a dynamic object runtime.",
|
|
605
|
+
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."
|
|
606
|
+
},
|
|
607
|
+
es: {
|
|
608
|
+
name: "Objective-C",
|
|
609
|
+
description: "Un superconjunto de C con mensajeria estilo Smalltalk y runtime dinamico de objetos.",
|
|
610
|
+
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."
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
// src/languages/php.ts
|
|
616
|
+
var php = {
|
|
617
|
+
slug: "php",
|
|
618
|
+
publishedDate: "1995-06-08",
|
|
619
|
+
extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"],
|
|
620
|
+
author: "Rasmus Lerdorf / The PHP Group",
|
|
621
|
+
website: "https://www.php.net",
|
|
622
|
+
paradigms: ["imperative", "object-oriented", "functional", "scripting"],
|
|
623
|
+
tooling: {
|
|
624
|
+
runtimes: ["PHP CLI", "PHP-FPM", "Apache mod_php"],
|
|
625
|
+
packageManagers: ["Composer"],
|
|
626
|
+
ecosystems: ["Web", "WordPress", "Laravel", "Symfony"]
|
|
627
|
+
},
|
|
628
|
+
version: "8.5.6",
|
|
629
|
+
logo: "https://www.php.net/images/logos/new-php-logo.svg",
|
|
630
|
+
i18n: {
|
|
631
|
+
en: {
|
|
632
|
+
name: "PHP",
|
|
633
|
+
description: "A server-side scripting language widely used for web applications and dynamic websites.",
|
|
634
|
+
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."
|
|
635
|
+
},
|
|
636
|
+
es: {
|
|
637
|
+
name: "PHP",
|
|
638
|
+
description: "Un lenguaje de scripting del lado del servidor muy usado en aplicaciones web y sitios dinamicos.",
|
|
639
|
+
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."
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
};
|
|
643
|
+
|
|
339
644
|
// src/languages/python.ts
|
|
340
645
|
var python = {
|
|
341
646
|
slug: "python",
|
|
@@ -344,6 +649,11 @@ var python = {
|
|
|
344
649
|
author: "Guido van Rossum",
|
|
345
650
|
website: "https://www.python.org",
|
|
346
651
|
paradigms: ["object-oriented", "functional", "imperative", "procedural"],
|
|
652
|
+
tooling: {
|
|
653
|
+
runtimes: ["CPython", "PyPy"],
|
|
654
|
+
packageManagers: ["pip", "Poetry", "uv", "conda"],
|
|
655
|
+
ecosystems: ["Web", "Data Science", "Machine Learning", "Automation"]
|
|
656
|
+
},
|
|
347
657
|
version: "3.14.4",
|
|
348
658
|
logo: "https://www.python.org/static/community_logos/python-logo-only.svg",
|
|
349
659
|
i18n: {
|
|
@@ -368,6 +678,11 @@ var rust = {
|
|
|
368
678
|
author: "Graydon Hoare / Mozilla Research",
|
|
369
679
|
website: "https://www.rust-lang.org",
|
|
370
680
|
paradigms: ["concurrent", "functional", "imperative", "procedural"],
|
|
681
|
+
tooling: {
|
|
682
|
+
runtimes: ["Native", "WebAssembly"],
|
|
683
|
+
packageManagers: ["Cargo"],
|
|
684
|
+
ecosystems: ["Systems", "WebAssembly", "Embedded"]
|
|
685
|
+
},
|
|
371
686
|
version: "1.95.0",
|
|
372
687
|
logo: "https://www.rust-lang.org/logos/rust-logo-512x512.png",
|
|
373
688
|
i18n: {
|
|
@@ -384,6 +699,35 @@ var rust = {
|
|
|
384
699
|
}
|
|
385
700
|
};
|
|
386
701
|
|
|
702
|
+
// src/languages/scss.ts
|
|
703
|
+
var scss = {
|
|
704
|
+
slug: "scss",
|
|
705
|
+
publishedDate: "2006-11-28",
|
|
706
|
+
extensions: [".scss", ".sass"],
|
|
707
|
+
author: "Hampton Catlin / Natalie Weizenbaum / Chris Eppstein",
|
|
708
|
+
website: "https://sass-lang.com",
|
|
709
|
+
paradigms: ["declarative", "stylesheet", "preprocessor"],
|
|
710
|
+
tooling: {
|
|
711
|
+
runtimes: ["Dart Sass"],
|
|
712
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
713
|
+
ecosystems: ["Web", "Design Systems"]
|
|
714
|
+
},
|
|
715
|
+
version: "1.99.0",
|
|
716
|
+
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
717
|
+
i18n: {
|
|
718
|
+
en: {
|
|
719
|
+
name: "Sass",
|
|
720
|
+
description: "A stylesheet language and CSS preprocessor with variables, nesting, mixins, modules, and functions.",
|
|
721
|
+
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."
|
|
722
|
+
},
|
|
723
|
+
es: {
|
|
724
|
+
name: "Sass",
|
|
725
|
+
description: "Un lenguaje de hojas de estilo y preprocesador CSS con variables, anidamiento, mixins, modulos y funciones.",
|
|
726
|
+
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."
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
};
|
|
730
|
+
|
|
387
731
|
// src/languages/sql.ts
|
|
388
732
|
var sql = {
|
|
389
733
|
slug: "sql",
|
|
@@ -408,6 +752,34 @@ var sql = {
|
|
|
408
752
|
}
|
|
409
753
|
};
|
|
410
754
|
|
|
755
|
+
// src/languages/svg.ts
|
|
756
|
+
var svg = {
|
|
757
|
+
slug: "svg",
|
|
758
|
+
publishedDate: "2001-09-04",
|
|
759
|
+
extensions: [".svg", ".svgz"],
|
|
760
|
+
author: "W3C SVG Working Group",
|
|
761
|
+
website: "https://www.w3.org/TR/SVG/",
|
|
762
|
+
paradigms: ["declarative", "markup", "vector-graphics", "xml-based"],
|
|
763
|
+
tooling: {
|
|
764
|
+
runtimes: ["Web browsers", "SVG viewers", "Vector graphics editors"],
|
|
765
|
+
ecosystems: ["Web", "Design Tools", "Data Visualization"]
|
|
766
|
+
},
|
|
767
|
+
version: "SVG 2",
|
|
768
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg",
|
|
769
|
+
i18n: {
|
|
770
|
+
en: {
|
|
771
|
+
name: "SVG",
|
|
772
|
+
description: "An XML-based markup language for scalable two-dimensional vector graphics.",
|
|
773
|
+
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."
|
|
774
|
+
},
|
|
775
|
+
es: {
|
|
776
|
+
name: "SVG",
|
|
777
|
+
description: "Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.",
|
|
778
|
+
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."
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
};
|
|
782
|
+
|
|
411
783
|
// src/languages/swift.ts
|
|
412
784
|
var swift = {
|
|
413
785
|
slug: "swift",
|
|
@@ -416,7 +788,12 @@ var swift = {
|
|
|
416
788
|
author: "Chris Lattner / Apple",
|
|
417
789
|
website: "https://www.swift.org",
|
|
418
790
|
paradigms: ["object-oriented", "functional", "imperative", "protocol-oriented"],
|
|
419
|
-
|
|
791
|
+
tooling: {
|
|
792
|
+
runtimes: ["Apple platforms", "Linux", "Windows"],
|
|
793
|
+
packageManagers: ["Swift Package Manager"],
|
|
794
|
+
ecosystems: ["Apple", "Server-side Swift"]
|
|
795
|
+
},
|
|
796
|
+
version: "6.3.1",
|
|
420
797
|
logo: "https://www.swift.org/assets/images/swift.svg",
|
|
421
798
|
i18n: {
|
|
422
799
|
en: {
|
|
@@ -440,6 +817,11 @@ var typescript = {
|
|
|
440
817
|
author: "Anders Hejlsberg / Microsoft",
|
|
441
818
|
website: "https://www.typescriptlang.org",
|
|
442
819
|
paradigms: ["object-oriented", "functional", "imperative", "generic"],
|
|
820
|
+
tooling: {
|
|
821
|
+
runtimes: ["Browser", "Node.js", "Deno", "Bun"],
|
|
822
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
823
|
+
ecosystems: ["Web", "Node.js"]
|
|
824
|
+
},
|
|
443
825
|
version: "6.0",
|
|
444
826
|
logo: "https://www.typescriptlang.org/icons/icon-512x512.png",
|
|
445
827
|
i18n: {
|
|
@@ -456,6 +838,93 @@ var typescript = {
|
|
|
456
838
|
}
|
|
457
839
|
};
|
|
458
840
|
|
|
841
|
+
// src/languages/visual-basic.ts
|
|
842
|
+
var visualBasic = {
|
|
843
|
+
slug: "visual-basic",
|
|
844
|
+
publishedDate: "2001-02-13",
|
|
845
|
+
extensions: [".vb"],
|
|
846
|
+
author: "Microsoft",
|
|
847
|
+
website: "https://learn.microsoft.com/dotnet/visual-basic/",
|
|
848
|
+
paradigms: ["event-driven", "generic", "object-oriented", "structured"],
|
|
849
|
+
tooling: {
|
|
850
|
+
runtimes: [".NET", ".NET Framework", "Mono"],
|
|
851
|
+
packageManagers: ["NuGet"],
|
|
852
|
+
ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
|
|
853
|
+
},
|
|
854
|
+
version: "17.13",
|
|
855
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
|
|
856
|
+
i18n: {
|
|
857
|
+
en: {
|
|
858
|
+
name: "Visual Basic",
|
|
859
|
+
description: "An approachable .NET language for type-safe, object-oriented applications.",
|
|
860
|
+
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."
|
|
861
|
+
},
|
|
862
|
+
es: {
|
|
863
|
+
name: "Visual Basic",
|
|
864
|
+
description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
|
|
865
|
+
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."
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
// src/languages/vue.ts
|
|
871
|
+
var vue = {
|
|
872
|
+
slug: "vue",
|
|
873
|
+
publishedDate: "2014-02-01",
|
|
874
|
+
extensions: [".vue"],
|
|
875
|
+
author: "Evan You / Vue Core Team",
|
|
876
|
+
website: "https://vuejs.org",
|
|
877
|
+
paradigms: ["component-based", "declarative", "reactive"],
|
|
878
|
+
tooling: {
|
|
879
|
+
runtimes: ["Browser", "Node.js"],
|
|
880
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
881
|
+
ecosystems: ["Web", "Vue", "Vite", "Nuxt"]
|
|
882
|
+
},
|
|
883
|
+
version: "3.5.34",
|
|
884
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg",
|
|
885
|
+
i18n: {
|
|
886
|
+
en: {
|
|
887
|
+
name: "Vue",
|
|
888
|
+
description: "A progressive JavaScript framework for building user interfaces with reactive components.",
|
|
889
|
+
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."
|
|
890
|
+
},
|
|
891
|
+
es: {
|
|
892
|
+
name: "Vue",
|
|
893
|
+
description: "Un framework progresivo de JavaScript para crear interfaces con componentes reactivos.",
|
|
894
|
+
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."
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
};
|
|
898
|
+
|
|
899
|
+
// src/languages/webassembly.ts
|
|
900
|
+
var webassembly = {
|
|
901
|
+
slug: "webassembly",
|
|
902
|
+
publishedDate: "2017-03-07",
|
|
903
|
+
extensions: [".wasm", ".wat"],
|
|
904
|
+
author: "W3C WebAssembly Community Group",
|
|
905
|
+
website: "https://webassembly.org",
|
|
906
|
+
paradigms: ["stack-based", "assembly", "low-level", "portable"],
|
|
907
|
+
tooling: {
|
|
908
|
+
runtimes: ["Browser", "Wasmtime", "Wasmer", "Node.js", "WASI"],
|
|
909
|
+
packageManagers: ["Warg", "npm"],
|
|
910
|
+
ecosystems: ["Web", "WASI", "WebAssembly Component Model"]
|
|
911
|
+
},
|
|
912
|
+
version: "3.0",
|
|
913
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg",
|
|
914
|
+
i18n: {
|
|
915
|
+
en: {
|
|
916
|
+
name: "WebAssembly",
|
|
917
|
+
description: "A portable low-level code format for safe, near-native execution across web and non-web runtimes.",
|
|
918
|
+
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."
|
|
919
|
+
},
|
|
920
|
+
es: {
|
|
921
|
+
name: "WebAssembly",
|
|
922
|
+
description: "Un formato de codigo de bajo nivel y portable para ejecucion segura y casi nativa en runtimes web y no web.",
|
|
923
|
+
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."
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
};
|
|
927
|
+
|
|
459
928
|
// src/languages/xml.ts
|
|
460
929
|
var xml = {
|
|
461
930
|
slug: "xml",
|
|
@@ -504,6 +973,122 @@ var yaml = {
|
|
|
504
973
|
}
|
|
505
974
|
};
|
|
506
975
|
|
|
507
|
-
|
|
976
|
+
// src/languages/zsh.ts
|
|
977
|
+
var zsh = {
|
|
978
|
+
slug: "zsh",
|
|
979
|
+
publishedDate: "1990-01-01",
|
|
980
|
+
extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
|
|
981
|
+
author: "Paul Falstad",
|
|
982
|
+
website: "https://www.zsh.org",
|
|
983
|
+
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
984
|
+
tooling: {
|
|
985
|
+
runtimes: ["Z shell", "Unix-like shells"],
|
|
986
|
+
packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
|
|
987
|
+
ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
|
|
988
|
+
},
|
|
989
|
+
version: "5.9",
|
|
990
|
+
logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
|
|
991
|
+
i18n: {
|
|
992
|
+
en: {
|
|
993
|
+
name: "zsh",
|
|
994
|
+
description: "A Unix shell and command language for interactive use, scripting, and automation.",
|
|
995
|
+
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."
|
|
996
|
+
},
|
|
997
|
+
es: {
|
|
998
|
+
name: "zsh",
|
|
999
|
+
description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
|
|
1000
|
+
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."
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
// src/catalog.ts
|
|
1006
|
+
var languages = [
|
|
1007
|
+
astro,
|
|
1008
|
+
bash,
|
|
1009
|
+
c,
|
|
1010
|
+
cobol,
|
|
1011
|
+
cpp,
|
|
1012
|
+
csharp,
|
|
1013
|
+
css,
|
|
1014
|
+
dart,
|
|
1015
|
+
dockerfile,
|
|
1016
|
+
go,
|
|
1017
|
+
graphql,
|
|
1018
|
+
groovy,
|
|
1019
|
+
html,
|
|
1020
|
+
java,
|
|
1021
|
+
javascript,
|
|
1022
|
+
json,
|
|
1023
|
+
kotlin,
|
|
1024
|
+
less,
|
|
1025
|
+
makefile,
|
|
1026
|
+
markdown,
|
|
1027
|
+
nginx,
|
|
1028
|
+
objectiveC,
|
|
1029
|
+
php,
|
|
1030
|
+
python,
|
|
1031
|
+
rust,
|
|
1032
|
+
scss,
|
|
1033
|
+
sql,
|
|
1034
|
+
svg,
|
|
1035
|
+
swift,
|
|
1036
|
+
typescript,
|
|
1037
|
+
visualBasic,
|
|
1038
|
+
vue,
|
|
1039
|
+
webassembly,
|
|
1040
|
+
xml,
|
|
1041
|
+
yaml,
|
|
1042
|
+
zsh
|
|
1043
|
+
];
|
|
1044
|
+
|
|
1045
|
+
// src/detect.ts
|
|
1046
|
+
var pathSegmentPattern = /[/\\]/;
|
|
1047
|
+
var detectLanguages = (filename) => {
|
|
1048
|
+
const normalizedFilename = filename.trim();
|
|
1049
|
+
if (!normalizedFilename) {
|
|
1050
|
+
return [];
|
|
1051
|
+
}
|
|
1052
|
+
const basename = normalizedFilename.split(pathSegmentPattern).at(-1)?.toLowerCase() ?? "";
|
|
1053
|
+
return languages.filter(
|
|
1054
|
+
(language) => language.extensions.some((extension) => matchesExtension(basename, extension))
|
|
1055
|
+
);
|
|
1056
|
+
};
|
|
1057
|
+
var detectLanguage = (filename) => detectLanguages(filename).at(0);
|
|
1058
|
+
var matchesExtension = (basename, extension) => {
|
|
1059
|
+
const normalizedExtension = extension.toLowerCase();
|
|
1060
|
+
if (normalizedExtension.startsWith(".")) {
|
|
1061
|
+
return basename.endsWith(normalizedExtension);
|
|
1062
|
+
}
|
|
1063
|
+
return basename === normalizedExtension || basename.endsWith(`.${normalizedExtension}`);
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1066
|
+
// src/i18n.ts
|
|
1067
|
+
var localizeLanguage = (language, locale = "en") => {
|
|
1068
|
+
const { i18n, ...metadata } = language;
|
|
1069
|
+
const resolvedLocale = resolveLocale(i18n, locale);
|
|
1070
|
+
const content = i18n[resolvedLocale] ?? i18n.en;
|
|
1071
|
+
return {
|
|
1072
|
+
...metadata,
|
|
1073
|
+
...content,
|
|
1074
|
+
locale,
|
|
1075
|
+
resolvedLocale,
|
|
1076
|
+
availableLocales: Object.keys(i18n)
|
|
1077
|
+
};
|
|
1078
|
+
};
|
|
1079
|
+
var resolveLocale = (translations, locale) => {
|
|
1080
|
+
const normalizedLocale = locale.toLowerCase();
|
|
1081
|
+
const exactLocale = normalizedLocale;
|
|
1082
|
+
if (translations[exactLocale]) {
|
|
1083
|
+
return exactLocale;
|
|
1084
|
+
}
|
|
1085
|
+
const baseLocale = normalizedLocale.split("-")[0];
|
|
1086
|
+
if (translations[baseLocale]) {
|
|
1087
|
+
return baseLocale;
|
|
1088
|
+
}
|
|
1089
|
+
return "en";
|
|
1090
|
+
};
|
|
1091
|
+
|
|
1092
|
+
export { astro, bash, c, cobol, cpp, csharp, css, dart, detectLanguage, detectLanguages, dockerfile, go, graphql, groovy, html, java, javascript, json, kotlin, languages, less, localizeLanguage, makefile, markdown, nginx, objectiveC, php, python, rust, scss, sql, svg, swift, typescript, visualBasic, vue, webassembly, xml, yaml, zsh };
|
|
508
1093
|
//# sourceMappingURL=index.js.map
|
|
509
1094
|
//# sourceMappingURL=index.js.map
|