code-languages 1.32.0 → 1.33.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 +27 -17
- package/dist/api.cjs +438 -16
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +438 -16
- package/dist/detect-slugs.cjs +10 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +10 -0
- package/dist/detect.cjs +318 -16
- package/dist/detect.js +318 -16
- package/dist/index.cjs +448 -16
- package/dist/index.d.cts +273 -1
- package/dist/index.d.ts +273 -1
- package/dist/index.js +449 -17
- package/dist/{language-registry-BWMgasX6.d.cts → language-registry-CAI9lyyx.d.cts} +30 -0
- package/dist/{language-registry-BWMgasX6.d.ts → language-registry-CAI9lyyx.d.ts} +30 -0
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/dart.cjs +1 -1
- package/dist/languages/dart.js +1 -1
- package/dist/languages/eiffel.cjs +1 -1
- package/dist/languages/eiffel.js +1 -1
- package/dist/languages/elixir.cjs +1 -1
- package/dist/languages/elixir.js +1 -1
- package/dist/languages/hocon.cjs +1 -1
- package/dist/languages/hocon.js +1 -1
- package/dist/languages/json5.cjs +1 -1
- package/dist/languages/json5.js +1 -1
- package/dist/languages/lobster.cjs +32 -0
- package/dist/languages/lobster.d.cts +29 -0
- package/dist/languages/lobster.d.ts +29 -0
- package/dist/languages/lobster.js +30 -0
- package/dist/languages/logo.cjs +32 -0
- package/dist/languages/logo.d.cts +29 -0
- package/dist/languages/logo.d.ts +29 -0
- package/dist/languages/logo.js +30 -0
- package/dist/languages/luau.cjs +1 -1
- package/dist/languages/luau.js +1 -1
- package/dist/languages/mercury.cjs +33 -0
- package/dist/languages/mercury.d.cts +30 -0
- package/dist/languages/mercury.d.ts +30 -0
- package/dist/languages/mercury.js +31 -0
- package/dist/languages/modula-2.cjs +32 -0
- package/dist/languages/modula-2.d.cts +29 -0
- package/dist/languages/modula-2.d.ts +29 -0
- package/dist/languages/modula-2.js +30 -0
- package/dist/languages/mustache.cjs +1 -1
- package/dist/languages/mustache.js +1 -1
- package/dist/languages/nickel.cjs +1 -1
- package/dist/languages/nickel.js +1 -1
- package/dist/languages/nunjucks.cjs +1 -1
- package/dist/languages/nunjucks.js +1 -1
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/dist/languages/oberon.cjs +32 -0
- package/dist/languages/oberon.d.cts +29 -0
- package/dist/languages/oberon.d.ts +29 -0
- package/dist/languages/oberon.js +30 -0
- package/dist/languages/pl-i.cjs +32 -0
- package/dist/languages/pl-i.d.cts +29 -0
- package/dist/languages/pl-i.d.ts +29 -0
- package/dist/languages/pl-i.js +30 -0
- package/dist/languages/plantuml.cjs +1 -1
- package/dist/languages/plantuml.js +1 -1
- package/dist/languages/razor.cjs +1 -1
- package/dist/languages/razor.js +1 -1
- package/dist/languages/rebol.cjs +32 -0
- package/dist/languages/rebol.d.cts +29 -0
- package/dist/languages/rebol.d.ts +29 -0
- package/dist/languages/rebol.js +30 -0
- package/dist/languages/red.cjs +32 -0
- package/dist/languages/red.d.cts +29 -0
- package/dist/languages/red.d.ts +29 -0
- package/dist/languages/red.js +30 -0
- package/dist/languages/rego.cjs +1 -1
- package/dist/languages/rego.js +1 -1
- package/dist/languages/roc.cjs +33 -0
- package/dist/languages/roc.d.cts +30 -0
- package/dist/languages/roc.d.ts +30 -0
- package/dist/languages/roc.js +31 -0
- package/dist/languages/scala.cjs +1 -1
- package/dist/languages/scala.js +1 -1
- package/dist/languages/self.cjs +32 -0
- package/dist/languages/self.d.cts +29 -0
- package/dist/languages/self.d.ts +29 -0
- package/dist/languages/self.js +30 -0
- package/dist/languages/svelte.cjs +1 -1
- package/dist/languages/svelte.js +1 -1
- package/package.json +51 -1
package/dist/detect.js
CHANGED
|
@@ -666,7 +666,7 @@ var astro = {
|
|
|
666
666
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
667
667
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
668
668
|
},
|
|
669
|
-
version: "6.4.
|
|
669
|
+
version: "6.4.5",
|
|
670
670
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
671
671
|
color: "#FF5D01",
|
|
672
672
|
i18n: {
|
|
@@ -2282,7 +2282,7 @@ var dart = {
|
|
|
2282
2282
|
packageManagers: ["pub"],
|
|
2283
2283
|
ecosystems: ["Flutter", "Web", "Server-side"]
|
|
2284
2284
|
},
|
|
2285
|
-
version: "3.12.
|
|
2285
|
+
version: "3.12.2",
|
|
2286
2286
|
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg",
|
|
2287
2287
|
color: "#0175C2",
|
|
2288
2288
|
i18n: {
|
|
@@ -2532,7 +2532,7 @@ var eiffel = {
|
|
|
2532
2532
|
ecosystems: ["Enterprise", "Systems"]
|
|
2533
2533
|
},
|
|
2534
2534
|
version: "24.05",
|
|
2535
|
-
logo: "https://
|
|
2535
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Eiffel_logo.svg",
|
|
2536
2536
|
color: "#4D6977",
|
|
2537
2537
|
i18n: {
|
|
2538
2538
|
en: {
|
|
@@ -2611,7 +2611,7 @@ var elixir = {
|
|
|
2611
2611
|
packageManagers: ["Mix", "Hex"],
|
|
2612
2612
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
2613
2613
|
},
|
|
2614
|
-
version: "1.20.
|
|
2614
|
+
version: "1.20.1",
|
|
2615
2615
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
2616
2616
|
color: "#4B275F",
|
|
2617
2617
|
i18n: {
|
|
@@ -4047,7 +4047,7 @@ var hocon = {
|
|
|
4047
4047
|
ecosystems: ["JVM", "Scala", "Akka", "Play Framework", "Configuration"]
|
|
4048
4048
|
},
|
|
4049
4049
|
version: "1.4.3",
|
|
4050
|
-
logo: "https://
|
|
4050
|
+
logo: "https://dummyimage.com/32x32/F26822/ffffff.png&text=HC",
|
|
4051
4051
|
color: "#F26822",
|
|
4052
4052
|
i18n: {
|
|
4053
4053
|
en: {
|
|
@@ -4593,7 +4593,7 @@ var json5 = {
|
|
|
4593
4593
|
ecosystems: ["Configuration", "Web", "Node.js"]
|
|
4594
4594
|
},
|
|
4595
4595
|
version: "2.2.3",
|
|
4596
|
-
logo: "https://
|
|
4596
|
+
logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
|
|
4597
4597
|
color: "#267CB9",
|
|
4598
4598
|
i18n: {
|
|
4599
4599
|
en: {
|
|
@@ -5247,6 +5247,64 @@ var llvmIr = {
|
|
|
5247
5247
|
}
|
|
5248
5248
|
};
|
|
5249
5249
|
|
|
5250
|
+
// src/languages/lobster.ts
|
|
5251
|
+
var lobster = {
|
|
5252
|
+
slug: "lobster",
|
|
5253
|
+
publishedDate: "2014-01-01",
|
|
5254
|
+
extensions: [".lobster"],
|
|
5255
|
+
author: "Wouter van Oortmerssen",
|
|
5256
|
+
website: "https://strlen.com/lobster/",
|
|
5257
|
+
paradigms: ["functional", "imperative", "game-development"],
|
|
5258
|
+
tooling: {
|
|
5259
|
+
runtimes: ["Lobster compiler"],
|
|
5260
|
+
ecosystems: ["Games", "Interactive Graphics", "Language Experiments"]
|
|
5261
|
+
},
|
|
5262
|
+
version: "development snapshot",
|
|
5263
|
+
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=Lo",
|
|
5264
|
+
color: "#DC2626",
|
|
5265
|
+
i18n: {
|
|
5266
|
+
en: {
|
|
5267
|
+
name: "Lobster",
|
|
5268
|
+
description: "A statically typed language for games and graphical applications with fast iteration.",
|
|
5269
|
+
longDescription: "Lobster is a statically typed programming language designed for game programming, interactive graphics, and rapid iteration. It combines functional-style values with imperative code and a compiler intended to keep feedback loops short.\n\nIts ecosystem is small, but the language is useful as a compact environment for prototypes, graphics experiments, and language design work focused on games and real-time programs."
|
|
5270
|
+
},
|
|
5271
|
+
es: {
|
|
5272
|
+
name: "Lobster",
|
|
5273
|
+
description: "Lenguaje tipado estaticamente para juegos y aplicaciones graficas con iteracion rapida.",
|
|
5274
|
+
longDescription: "Lobster es un lenguaje de programacion tipado estaticamente para juegos, graficos interactivos e iteracion rapida. Combina valores de estilo funcional con codigo imperativo y un compilador pensado para ciclos de feedback cortos.\n\nSu ecosistema es pequeno, pero sirve para prototipos, experimentos graficos y trabajo de diseno de lenguajes orientado a programas en tiempo real."
|
|
5275
|
+
}
|
|
5276
|
+
}
|
|
5277
|
+
};
|
|
5278
|
+
|
|
5279
|
+
// src/languages/logo.ts
|
|
5280
|
+
var logo = {
|
|
5281
|
+
slug: "logo",
|
|
5282
|
+
publishedDate: "1967-01-01",
|
|
5283
|
+
extensions: [".logo", ".lgo"],
|
|
5284
|
+
author: "Wally Feurzeig, Seymour Papert, and Cynthia Solomon",
|
|
5285
|
+
website: "https://people.eecs.berkeley.edu/~bh/logo.html",
|
|
5286
|
+
paradigms: ["educational", "procedural", "interactive"],
|
|
5287
|
+
tooling: {
|
|
5288
|
+
runtimes: ["UCBLogo", "FMSLogo", "Logo interpreters"],
|
|
5289
|
+
ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
|
|
5290
|
+
},
|
|
5291
|
+
version: "UCBLogo 6.2",
|
|
5292
|
+
logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
|
|
5293
|
+
color: "#16A34A",
|
|
5294
|
+
i18n: {
|
|
5295
|
+
en: {
|
|
5296
|
+
name: "Logo",
|
|
5297
|
+
description: "An educational language known for turtle graphics, interactivity, and procedural ideas.",
|
|
5298
|
+
longDescription: "Logo is an educational programming language created to help learners explore procedures, recursion, geometry, and interactive problem solving. Its turtle graphics model made programming visual and concrete for generations of students.\n\nLogo dialects are still used in teaching, creative coding, and language-history contexts where immediate feedback and simple commands make computational ideas easier to explore."
|
|
5299
|
+
},
|
|
5300
|
+
es: {
|
|
5301
|
+
name: "Logo",
|
|
5302
|
+
description: "Lenguaje educativo conocido por graficos de tortuga, interactividad e ideas procedurales.",
|
|
5303
|
+
longDescription: "Logo es un lenguaje educativo creado para explorar procedimientos, recursion, geometria y resolucion interactiva de problemas. Su modelo de graficos de tortuga hizo la programacion visual y concreta para generaciones de estudiantes.\n\nSus dialectos siguen presentes en ensenanza, codigo creativo e historia de lenguajes, donde el feedback inmediato facilita explorar ideas computacionales."
|
|
5304
|
+
}
|
|
5305
|
+
}
|
|
5306
|
+
};
|
|
5307
|
+
|
|
5250
5308
|
// src/languages/lua.ts
|
|
5251
5309
|
var lua = {
|
|
5252
5310
|
slug: "lua",
|
|
@@ -5310,7 +5368,7 @@ var luau = {
|
|
|
5310
5368
|
packageManagers: ["Wally", "Pesde"],
|
|
5311
5369
|
ecosystems: ["Roblox", "Games", "Embedded scripting"]
|
|
5312
5370
|
},
|
|
5313
|
-
version: "0.
|
|
5371
|
+
version: "0.724",
|
|
5314
5372
|
logo: "https://cdn.simpleicons.org/roblox/000000",
|
|
5315
5373
|
color: "#000000",
|
|
5316
5374
|
i18n: {
|
|
@@ -5640,6 +5698,36 @@ var mdx = {
|
|
|
5640
5698
|
}
|
|
5641
5699
|
};
|
|
5642
5700
|
|
|
5701
|
+
// src/languages/mercury.ts
|
|
5702
|
+
var mercury = {
|
|
5703
|
+
slug: "mercury",
|
|
5704
|
+
publishedDate: "1995-04-08",
|
|
5705
|
+
extensions: [".m"],
|
|
5706
|
+
author: "University of Melbourne",
|
|
5707
|
+
website: "https://www.mercurylang.org",
|
|
5708
|
+
paradigms: ["logic", "functional", "declarative"],
|
|
5709
|
+
tooling: {
|
|
5710
|
+
runtimes: ["Melbourne Mercury Compiler"],
|
|
5711
|
+
packageManagers: ["mmc build tooling"],
|
|
5712
|
+
ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
|
|
5713
|
+
},
|
|
5714
|
+
version: "22.01.8",
|
|
5715
|
+
logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
|
|
5716
|
+
color: "#0891B2",
|
|
5717
|
+
i18n: {
|
|
5718
|
+
en: {
|
|
5719
|
+
name: "Mercury",
|
|
5720
|
+
description: "A pure logic and functional language with strong static typing and determinism analysis.",
|
|
5721
|
+
longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
|
|
5722
|
+
},
|
|
5723
|
+
es: {
|
|
5724
|
+
name: "Mercury",
|
|
5725
|
+
description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
|
|
5726
|
+
longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
|
|
5727
|
+
}
|
|
5728
|
+
}
|
|
5729
|
+
};
|
|
5730
|
+
|
|
5643
5731
|
// src/languages/mermaid.ts
|
|
5644
5732
|
var mermaid = {
|
|
5645
5733
|
slug: "mermaid",
|
|
@@ -5789,6 +5877,35 @@ var metal = {
|
|
|
5789
5877
|
}
|
|
5790
5878
|
};
|
|
5791
5879
|
|
|
5880
|
+
// src/languages/modula-2.ts
|
|
5881
|
+
var modula2 = {
|
|
5882
|
+
slug: "modula-2",
|
|
5883
|
+
publishedDate: "1978-01-01",
|
|
5884
|
+
extensions: [".mod", ".def"],
|
|
5885
|
+
author: "Niklaus Wirth",
|
|
5886
|
+
website: "https://www.modula2.org",
|
|
5887
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
5888
|
+
tooling: {
|
|
5889
|
+
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
5890
|
+
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
5891
|
+
},
|
|
5892
|
+
version: "ISO/IEC 10514-1:1996",
|
|
5893
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
5894
|
+
color: "#2563EB",
|
|
5895
|
+
i18n: {
|
|
5896
|
+
en: {
|
|
5897
|
+
name: "Modula-2",
|
|
5898
|
+
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
5899
|
+
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
5900
|
+
},
|
|
5901
|
+
es: {
|
|
5902
|
+
name: "Modula-2",
|
|
5903
|
+
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
5904
|
+
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
};
|
|
5908
|
+
|
|
5792
5909
|
// src/languages/mojo.ts
|
|
5793
5910
|
var mojo = {
|
|
5794
5911
|
slug: "mojo",
|
|
@@ -5951,7 +6068,7 @@ var mustache = {
|
|
|
5951
6068
|
ecosystems: ["Web", "Node.js", "Ruby", "Python", "Java", "Go"]
|
|
5952
6069
|
},
|
|
5953
6070
|
version: "1.0",
|
|
5954
|
-
logo: "https://
|
|
6071
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Mustache-js-logo.png",
|
|
5955
6072
|
color: "#974A01",
|
|
5956
6073
|
i18n: {
|
|
5957
6074
|
en: {
|
|
@@ -6048,7 +6165,7 @@ var nickel = {
|
|
|
6048
6165
|
runtimes: ["nickel CLI"],
|
|
6049
6166
|
ecosystems: ["Configuration", "Infrastructure", "Nix", "DevOps"]
|
|
6050
6167
|
},
|
|
6051
|
-
version: "1.
|
|
6168
|
+
version: "1.17.0",
|
|
6052
6169
|
logo: "https://avatars.githubusercontent.com/u/83021462?v=4",
|
|
6053
6170
|
color: "#3C6EB4",
|
|
6054
6171
|
i18n: {
|
|
@@ -6199,7 +6316,7 @@ var nunjucks = {
|
|
|
6199
6316
|
ecosystems: ["Web", "Node.js", "Static Sites"]
|
|
6200
6317
|
},
|
|
6201
6318
|
version: "3.2.4",
|
|
6202
|
-
logo: "https://
|
|
6319
|
+
logo: "https://cdn.simpleicons.org/nunjucks/1C4A1C",
|
|
6203
6320
|
color: "#1C4A1C",
|
|
6204
6321
|
i18n: {
|
|
6205
6322
|
en: {
|
|
@@ -6249,7 +6366,7 @@ var nushell = {
|
|
|
6249
6366
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
6250
6367
|
},
|
|
6251
6368
|
version: "0.113.1",
|
|
6252
|
-
logo: "https://
|
|
6369
|
+
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
6253
6370
|
color: "#3AA675",
|
|
6254
6371
|
i18n: {
|
|
6255
6372
|
en: {
|
|
@@ -6285,6 +6402,35 @@ var nushell = {
|
|
|
6285
6402
|
}
|
|
6286
6403
|
};
|
|
6287
6404
|
|
|
6405
|
+
// src/languages/oberon.ts
|
|
6406
|
+
var oberon = {
|
|
6407
|
+
slug: "oberon",
|
|
6408
|
+
publishedDate: "1987-01-01",
|
|
6409
|
+
extensions: [".ob", ".mod"],
|
|
6410
|
+
author: "Niklaus Wirth",
|
|
6411
|
+
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
6412
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
6413
|
+
tooling: {
|
|
6414
|
+
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
6415
|
+
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
6416
|
+
},
|
|
6417
|
+
version: "Oberon-2",
|
|
6418
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
6419
|
+
color: "#0F766E",
|
|
6420
|
+
i18n: {
|
|
6421
|
+
en: {
|
|
6422
|
+
name: "Oberon",
|
|
6423
|
+
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
6424
|
+
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
6425
|
+
},
|
|
6426
|
+
es: {
|
|
6427
|
+
name: "Oberon",
|
|
6428
|
+
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
6429
|
+
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
6430
|
+
}
|
|
6431
|
+
}
|
|
6432
|
+
};
|
|
6433
|
+
|
|
6288
6434
|
// src/languages/objective-c.ts
|
|
6289
6435
|
var objectiveC = {
|
|
6290
6436
|
slug: "objective-c",
|
|
@@ -6763,6 +6909,35 @@ var pkl = {
|
|
|
6763
6909
|
}
|
|
6764
6910
|
};
|
|
6765
6911
|
|
|
6912
|
+
// src/languages/pl-i.ts
|
|
6913
|
+
var plI = {
|
|
6914
|
+
slug: "pl-i",
|
|
6915
|
+
publishedDate: "1964-01-01",
|
|
6916
|
+
extensions: [".pli", ".pl1"],
|
|
6917
|
+
author: "IBM",
|
|
6918
|
+
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
6919
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
6920
|
+
tooling: {
|
|
6921
|
+
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
6922
|
+
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
6923
|
+
},
|
|
6924
|
+
version: "Enterprise PL/I 6.2",
|
|
6925
|
+
logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
|
|
6926
|
+
color: "#1F2937",
|
|
6927
|
+
i18n: {
|
|
6928
|
+
en: {
|
|
6929
|
+
name: "PL/I",
|
|
6930
|
+
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
6931
|
+
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
6932
|
+
},
|
|
6933
|
+
es: {
|
|
6934
|
+
name: "PL/I",
|
|
6935
|
+
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
6936
|
+
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
6937
|
+
}
|
|
6938
|
+
}
|
|
6939
|
+
};
|
|
6940
|
+
|
|
6766
6941
|
// src/languages/plantuml.ts
|
|
6767
6942
|
var plantuml = {
|
|
6768
6943
|
slug: "plantuml",
|
|
@@ -6776,7 +6951,7 @@ var plantuml = {
|
|
|
6776
6951
|
packageManagers: ["Maven", "Gradle", "npm"],
|
|
6777
6952
|
ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
|
|
6778
6953
|
},
|
|
6779
|
-
version: "1.2026.
|
|
6954
|
+
version: "1.2026.6",
|
|
6780
6955
|
logo: "https://plantuml.com/logo3.png",
|
|
6781
6956
|
color: "#FBB03B",
|
|
6782
6957
|
i18n: {
|
|
@@ -7554,7 +7729,7 @@ var razor = {
|
|
|
7554
7729
|
packageManagers: ["NuGet"],
|
|
7555
7730
|
ecosystems: [".NET", "ASP.NET Core", "Web", "Blazor"]
|
|
7556
7731
|
},
|
|
7557
|
-
version: "10.0.
|
|
7732
|
+
version: "10.0.9",
|
|
7558
7733
|
logo: "https://cdn.simpleicons.org/dotnet/512BD4",
|
|
7559
7734
|
color: "#512BD4",
|
|
7560
7735
|
i18n: {
|
|
@@ -7641,6 +7816,64 @@ var reasonml = {
|
|
|
7641
7816
|
}
|
|
7642
7817
|
};
|
|
7643
7818
|
|
|
7819
|
+
// src/languages/rebol.ts
|
|
7820
|
+
var rebol = {
|
|
7821
|
+
slug: "rebol",
|
|
7822
|
+
publishedDate: "1997-01-01",
|
|
7823
|
+
extensions: [".r", ".reb", ".rebol"],
|
|
7824
|
+
author: "Carl Sassenrath",
|
|
7825
|
+
website: "https://www.rebol.com",
|
|
7826
|
+
paradigms: ["functional", "dataflow", "scripting"],
|
|
7827
|
+
tooling: {
|
|
7828
|
+
runtimes: ["REBOL 2", "Rebol 3", "Ren-C"],
|
|
7829
|
+
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
7830
|
+
},
|
|
7831
|
+
version: "Rebol 3",
|
|
7832
|
+
logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
|
|
7833
|
+
color: "#7C2D12",
|
|
7834
|
+
i18n: {
|
|
7835
|
+
en: {
|
|
7836
|
+
name: "Rebol",
|
|
7837
|
+
description: "A compact messaging language built around code-as-data blocks and dialects.",
|
|
7838
|
+
longDescription: "Rebol is a small language created around the idea of relative expressions, blocks as data, and domain-specific dialects. Its syntax makes structured data and executable code share one compact representation.\n\nRebol has been used for network utilities, GUIs, automation, lightweight data exchange, and DSL experiments. Its influence is visible in Red and other languages interested in homoiconic, message-oriented scripting."
|
|
7839
|
+
},
|
|
7840
|
+
es: {
|
|
7841
|
+
name: "Rebol",
|
|
7842
|
+
description: "Lenguaje compacto de mensajeria basado en bloques de codigo como datos y dialectos.",
|
|
7843
|
+
longDescription: "Rebol es un lenguaje pequeno creado alrededor de expresiones relativas, bloques como datos y dialectos especificos de dominio. Su sintaxis hace que datos estructurados y codigo ejecutable compartan una representacion compacta.\n\nSe ha usado en utilidades de red, GUIs, automatizacion, intercambio ligero de datos y experimentos de DSL. Su influencia se ve en Red y otros lenguajes de scripting homoiconico."
|
|
7844
|
+
}
|
|
7845
|
+
}
|
|
7846
|
+
};
|
|
7847
|
+
|
|
7848
|
+
// src/languages/red.ts
|
|
7849
|
+
var red = {
|
|
7850
|
+
slug: "red",
|
|
7851
|
+
publishedDate: "2011-02-26",
|
|
7852
|
+
extensions: [".red", ".reds"],
|
|
7853
|
+
author: "Nenad Rakocevic",
|
|
7854
|
+
website: "https://www.red-lang.org",
|
|
7855
|
+
paradigms: ["imperative", "functional", "symbolic"],
|
|
7856
|
+
tooling: {
|
|
7857
|
+
runtimes: ["Red toolchain", "Red/System"],
|
|
7858
|
+
ecosystems: ["Scripting", "GUI Applications", "Systems Experiments"]
|
|
7859
|
+
},
|
|
7860
|
+
version: "0.6.6",
|
|
7861
|
+
logo: "https://static.red-lang.org/red-logo.svg",
|
|
7862
|
+
color: "#F00000",
|
|
7863
|
+
i18n: {
|
|
7864
|
+
en: {
|
|
7865
|
+
name: "Red",
|
|
7866
|
+
description: "A Rebol-inspired language spanning high-level scripting and low-level Red/System code.",
|
|
7867
|
+
longDescription: "Red is a language inspired by Rebol that aims to cover a broad range from symbolic high-level scripting to lower-level systems programming through Red/System. It emphasizes compact syntax, DSL-friendly data notation, and GUI-oriented workflows.\n\nThe project is used for scripts, small desktop tools, experiments, and applications that benefit from homoiconic data, concise notation, and a single distribution with compiler and runtime pieces."
|
|
7868
|
+
},
|
|
7869
|
+
es: {
|
|
7870
|
+
name: "Red",
|
|
7871
|
+
description: "Lenguaje inspirado en Rebol que cubre scripting de alto nivel y codigo Red/System.",
|
|
7872
|
+
longDescription: "Red es un lenguaje inspirado en Rebol que busca cubrir desde scripting simbolico de alto nivel hasta programacion de sistemas con Red/System. Enfatiza sintaxis compacta, notacion de datos apta para DSLs y flujos orientados a GUI.\n\nSe usa en scripts, herramientas pequenas de escritorio, experimentos y apps que aprovechan datos homoiconicos, notacion concisa y una distribucion con compilador y runtime."
|
|
7873
|
+
}
|
|
7874
|
+
}
|
|
7875
|
+
};
|
|
7876
|
+
|
|
7644
7877
|
// src/languages/rego.ts
|
|
7645
7878
|
var rego = {
|
|
7646
7879
|
slug: "rego",
|
|
@@ -7654,7 +7887,7 @@ var rego = {
|
|
|
7654
7887
|
packageManagers: ["OPA bundles"],
|
|
7655
7888
|
ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
|
|
7656
7889
|
},
|
|
7657
|
-
version: "OPA 1.17.
|
|
7890
|
+
version: "OPA 1.17.1",
|
|
7658
7891
|
logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
|
|
7659
7892
|
color: "#5C4EE5",
|
|
7660
7893
|
i18n: {
|
|
@@ -7791,6 +8024,36 @@ var restructuredtext = {
|
|
|
7791
8024
|
}
|
|
7792
8025
|
};
|
|
7793
8026
|
|
|
8027
|
+
// src/languages/roc.ts
|
|
8028
|
+
var roc = {
|
|
8029
|
+
slug: "roc",
|
|
8030
|
+
publishedDate: "2021-01-01",
|
|
8031
|
+
extensions: [".roc"],
|
|
8032
|
+
author: "Richard Feldman and contributors",
|
|
8033
|
+
website: "https://www.roc-lang.org",
|
|
8034
|
+
paradigms: ["functional", "pure", "static"],
|
|
8035
|
+
tooling: {
|
|
8036
|
+
runtimes: ["Roc compiler"],
|
|
8037
|
+
packageManagers: ["Roc packages"],
|
|
8038
|
+
ecosystems: ["CLI Tools", "WebAssembly", "Functional Programming"]
|
|
8039
|
+
},
|
|
8040
|
+
version: "development snapshot",
|
|
8041
|
+
logo: "https://avatars.githubusercontent.com/u/96867701?v=4",
|
|
8042
|
+
color: "#7C3AED",
|
|
8043
|
+
i18n: {
|
|
8044
|
+
en: {
|
|
8045
|
+
name: "Roc",
|
|
8046
|
+
description: "A fast, pure functional language focused on friendly syntax and platform-based apps.",
|
|
8047
|
+
longDescription: "Roc is a pure functional programming language focused on fast execution, approachable syntax, static typing, and a platform model where hosts provide capabilities to applications. It aims to make functional programming practical for command-line tools, services, and WebAssembly.\n\nThe language is still evolving, but its design explores abilities, automatic memory management without tracing GC pauses, and packaging workflows that separate application code from platform code."
|
|
8048
|
+
},
|
|
8049
|
+
es: {
|
|
8050
|
+
name: "Roc",
|
|
8051
|
+
description: "Lenguaje funcional puro y rapido con sintaxis amigable y apps basadas en plataformas.",
|
|
8052
|
+
longDescription: "Roc es un lenguaje funcional puro enfocado en ejecucion rapida, sintaxis accesible, tipado estatico y un modelo de plataformas donde el host provee capacidades a las aplicaciones. Busca hacer practica la programacion funcional para CLIs, servicios y WebAssembly.\n\nEl lenguaje sigue evolucionando, pero explora abilities, manejo automatico de memoria sin pausas de GC por trazado y paquetes que separan codigo de app y plataforma."
|
|
8053
|
+
}
|
|
8054
|
+
}
|
|
8055
|
+
};
|
|
8056
|
+
|
|
7794
8057
|
// src/languages/ruby.ts
|
|
7795
8058
|
var ruby = {
|
|
7796
8059
|
slug: "ruby",
|
|
@@ -7953,7 +8216,7 @@ var scala = {
|
|
|
7953
8216
|
packageManagers: ["sbt", "Maven", "Gradle", "Scala CLI"],
|
|
7954
8217
|
ecosystems: ["JVM", "Web", "Data Engineering", "Distributed Systems"]
|
|
7955
8218
|
},
|
|
7956
|
-
version: "3.8.
|
|
8219
|
+
version: "3.8.4",
|
|
7957
8220
|
logo: "https://cdn.simpleicons.org/scala/DC322F",
|
|
7958
8221
|
color: "#DC322F",
|
|
7959
8222
|
i18n: {
|
|
@@ -8089,6 +8352,35 @@ var scss = {
|
|
|
8089
8352
|
}
|
|
8090
8353
|
};
|
|
8091
8354
|
|
|
8355
|
+
// src/languages/self.ts
|
|
8356
|
+
var self = {
|
|
8357
|
+
slug: "self",
|
|
8358
|
+
publishedDate: "1987-01-01",
|
|
8359
|
+
extensions: [".self"],
|
|
8360
|
+
author: "David Ungar and Randall Smith",
|
|
8361
|
+
website: "https://selflanguage.org",
|
|
8362
|
+
paradigms: ["prototype-based", "object-oriented", "dynamic"],
|
|
8363
|
+
tooling: {
|
|
8364
|
+
runtimes: ["Self VM"],
|
|
8365
|
+
ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
|
|
8366
|
+
},
|
|
8367
|
+
version: "2024.1",
|
|
8368
|
+
logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
|
|
8369
|
+
color: "#EA580C",
|
|
8370
|
+
i18n: {
|
|
8371
|
+
en: {
|
|
8372
|
+
name: "Self",
|
|
8373
|
+
description: "A prototype-based object language that influenced JavaScript, VM design, and live IDEs.",
|
|
8374
|
+
longDescription: "Self is a dynamic object-oriented language based on prototypes and message passing rather than classes. It was created as a research language for exploring object systems, live programming environments, and high-performance dynamic dispatch.\n\nSelf influenced JavaScript, Smalltalk VM work, adaptive optimization, and interactive development systems where objects can be inspected, changed, and extended while the program is running."
|
|
8375
|
+
},
|
|
8376
|
+
es: {
|
|
8377
|
+
name: "Self",
|
|
8378
|
+
description: "Lenguaje de objetos basado en prototipos que influyo en JavaScript, VMs e IDEs vivos.",
|
|
8379
|
+
longDescription: "Self es un lenguaje orientado a objetos dinamico basado en prototipos y envio de mensajes, no en clases. Fue creado como lenguaje de investigacion para explorar sistemas de objetos, entornos vivos y dispatch dinamico de alto rendimiento.\n\nInfluyo en JavaScript, trabajo de VMs de Smalltalk, optimizacion adaptativa y entornos interactivos donde los objetos pueden inspeccionarse y cambiarse mientras el programa corre."
|
|
8380
|
+
}
|
|
8381
|
+
}
|
|
8382
|
+
};
|
|
8383
|
+
|
|
8092
8384
|
// src/languages/smalltalk.ts
|
|
8093
8385
|
var smalltalk = {
|
|
8094
8386
|
slug: "smalltalk",
|
|
@@ -8543,7 +8835,7 @@ var svelte = {
|
|
|
8543
8835
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
8544
8836
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
8545
8837
|
},
|
|
8546
|
-
version: "5.56.
|
|
8838
|
+
version: "5.56.3",
|
|
8547
8839
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
8548
8840
|
color: "#FF3E00",
|
|
8549
8841
|
i18n: {
|
|
@@ -10328,6 +10620,8 @@ var languages = [
|
|
|
10328
10620
|
liquid,
|
|
10329
10621
|
lisp,
|
|
10330
10622
|
llvmIr,
|
|
10623
|
+
lobster,
|
|
10624
|
+
logo,
|
|
10331
10625
|
lua,
|
|
10332
10626
|
luau,
|
|
10333
10627
|
makefile,
|
|
@@ -10338,8 +10632,10 @@ var languages = [
|
|
|
10338
10632
|
mdx,
|
|
10339
10633
|
mermaid,
|
|
10340
10634
|
meson,
|
|
10635
|
+
mercury,
|
|
10341
10636
|
metal,
|
|
10342
10637
|
mojo,
|
|
10638
|
+
modula2,
|
|
10343
10639
|
moonbit,
|
|
10344
10640
|
move,
|
|
10345
10641
|
mustache,
|
|
@@ -10351,6 +10647,7 @@ var languages = [
|
|
|
10351
10647
|
nushell,
|
|
10352
10648
|
objectiveC,
|
|
10353
10649
|
ocaml,
|
|
10650
|
+
oberon,
|
|
10354
10651
|
odin,
|
|
10355
10652
|
openapi,
|
|
10356
10653
|
opencl,
|
|
@@ -10358,6 +10655,7 @@ var languages = [
|
|
|
10358
10655
|
perl,
|
|
10359
10656
|
php,
|
|
10360
10657
|
pineScript,
|
|
10658
|
+
plI,
|
|
10361
10659
|
pkl,
|
|
10362
10660
|
plantuml,
|
|
10363
10661
|
plsql,
|
|
@@ -10376,16 +10674,20 @@ var languages = [
|
|
|
10376
10674
|
racket,
|
|
10377
10675
|
raku,
|
|
10378
10676
|
razor,
|
|
10677
|
+
rebol,
|
|
10678
|
+
red,
|
|
10379
10679
|
reasonml,
|
|
10380
10680
|
rego,
|
|
10381
10681
|
rescript,
|
|
10382
10682
|
restructuredtext,
|
|
10683
|
+
roc,
|
|
10383
10684
|
ruby,
|
|
10384
10685
|
rust,
|
|
10385
10686
|
sas,
|
|
10386
10687
|
scala,
|
|
10387
10688
|
scheme,
|
|
10388
10689
|
scss,
|
|
10690
|
+
self,
|
|
10389
10691
|
smalltalk,
|
|
10390
10692
|
smarty,
|
|
10391
10693
|
solidity,
|