code-languages 1.41.0 → 1.42.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 (258) hide show
  1. package/README.md +70 -16
  2. package/dist/{api-DfrvOkQ-.d.ts → api-D10hZgSz.d.cts} +44 -3
  3. package/dist/{api-BmiYNzCU.d.cts → api-DfKZeygA.d.ts} +44 -3
  4. package/dist/api.cjs +1357 -19
  5. package/dist/api.d.cts +3 -3
  6. package/dist/api.d.ts +3 -3
  7. package/dist/api.js +1357 -20
  8. package/dist/detect-slugs.cjs +18 -0
  9. package/dist/detect-slugs.d.cts +2 -2
  10. package/dist/detect-slugs.d.ts +2 -2
  11. package/dist/detect-slugs.js +18 -0
  12. package/dist/detect.cjs +1055 -19
  13. package/dist/detect.d.cts +3 -3
  14. package/dist/detect.d.ts +3 -3
  15. package/dist/detect.js +1055 -19
  16. package/dist/i18n.d.cts +1 -1
  17. package/dist/i18n.d.ts +1 -1
  18. package/dist/index.cjs +1379 -19
  19. package/dist/index.d.cts +23 -5
  20. package/dist/index.d.ts +23 -5
  21. package/dist/index.js +1378 -20
  22. package/dist/languages/actionscript.cjs +1 -1
  23. package/dist/languages/actionscript.js +1 -1
  24. package/dist/languages/algol.cjs +1 -1
  25. package/dist/languages/algol.js +1 -1
  26. package/dist/languages/alloy.cjs +52 -0
  27. package/dist/languages/alloy.d.cts +49 -0
  28. package/dist/languages/alloy.d.ts +49 -0
  29. package/dist/languages/alloy.js +50 -0
  30. package/dist/languages/angelscript.cjs +1 -1
  31. package/dist/languages/angelscript.js +1 -1
  32. package/dist/languages/assemblyscript.cjs +3 -0
  33. package/dist/languages/assemblyscript.d.cts +3 -0
  34. package/dist/languages/assemblyscript.d.ts +3 -0
  35. package/dist/languages/assemblyscript.js +3 -0
  36. package/dist/languages/bcpl.cjs +1 -1
  37. package/dist/languages/bcpl.js +1 -1
  38. package/dist/languages/bosque.cjs +1 -1
  39. package/dist/languages/bosque.js +1 -1
  40. package/dist/languages/brainfuck.cjs +1 -1
  41. package/dist/languages/brainfuck.js +1 -1
  42. package/dist/languages/c3.cjs +56 -0
  43. package/dist/languages/c3.d.cts +53 -0
  44. package/dist/languages/c3.d.ts +53 -0
  45. package/dist/languages/c3.js +54 -0
  46. package/dist/languages/clarity.cjs +56 -0
  47. package/dist/languages/clarity.d.cts +53 -0
  48. package/dist/languages/clarity.d.ts +53 -0
  49. package/dist/languages/clarity.js +54 -0
  50. package/dist/languages/cobol.cjs +1 -1
  51. package/dist/languages/cobol.js +1 -1
  52. package/dist/languages/coffeescript.cjs +3 -0
  53. package/dist/languages/coffeescript.d.cts +3 -0
  54. package/dist/languages/coffeescript.d.ts +3 -0
  55. package/dist/languages/coffeescript.js +3 -0
  56. package/dist/languages/cpp.cjs +3 -0
  57. package/dist/languages/cpp.d.cts +3 -0
  58. package/dist/languages/cpp.d.ts +3 -0
  59. package/dist/languages/cpp.js +3 -0
  60. package/dist/languages/cwl.cjs +52 -0
  61. package/dist/languages/cwl.d.cts +49 -0
  62. package/dist/languages/cwl.d.ts +49 -0
  63. package/dist/languages/cwl.js +50 -0
  64. package/dist/languages/cython.cjs +4 -0
  65. package/dist/languages/cython.d.cts +4 -0
  66. package/dist/languages/cython.d.ts +4 -0
  67. package/dist/languages/cython.js +4 -0
  68. package/dist/languages/dart.cjs +3 -0
  69. package/dist/languages/dart.d.cts +3 -0
  70. package/dist/languages/dart.d.ts +3 -0
  71. package/dist/languages/dart.js +3 -0
  72. package/dist/languages/edgeql.cjs +53 -0
  73. package/dist/languages/edgeql.d.cts +50 -0
  74. package/dist/languages/edgeql.d.ts +50 -0
  75. package/dist/languages/edgeql.js +51 -0
  76. package/dist/languages/elm.cjs +3 -0
  77. package/dist/languages/elm.d.cts +3 -0
  78. package/dist/languages/elm.d.ts +3 -0
  79. package/dist/languages/elm.js +3 -0
  80. package/dist/languages/emacs-lisp.cjs +3 -0
  81. package/dist/languages/emacs-lisp.d.cts +3 -0
  82. package/dist/languages/emacs-lisp.d.ts +3 -0
  83. package/dist/languages/emacs-lisp.js +3 -0
  84. package/dist/languages/erb.cjs +1 -1
  85. package/dist/languages/erb.js +1 -1
  86. package/dist/languages/faust.cjs +55 -0
  87. package/dist/languages/faust.d.cts +52 -0
  88. package/dist/languages/faust.d.ts +52 -0
  89. package/dist/languages/faust.js +53 -0
  90. package/dist/languages/fennel.cjs +3 -0
  91. package/dist/languages/fennel.d.cts +3 -0
  92. package/dist/languages/fennel.d.ts +3 -0
  93. package/dist/languages/fennel.js +3 -0
  94. package/dist/languages/flix.cjs +53 -0
  95. package/dist/languages/flix.d.cts +50 -0
  96. package/dist/languages/flix.d.ts +50 -0
  97. package/dist/languages/flix.js +51 -0
  98. package/dist/languages/fql.cjs +1 -1
  99. package/dist/languages/fql.js +1 -1
  100. package/dist/languages/futhark.cjs +56 -0
  101. package/dist/languages/futhark.d.cts +53 -0
  102. package/dist/languages/futhark.d.ts +53 -0
  103. package/dist/languages/futhark.js +54 -0
  104. package/dist/languages/gleam.cjs +3 -0
  105. package/dist/languages/gleam.d.cts +3 -0
  106. package/dist/languages/gleam.d.ts +3 -0
  107. package/dist/languages/gleam.js +3 -0
  108. package/dist/languages/hack.cjs +4 -1
  109. package/dist/languages/hack.d.cts +3 -0
  110. package/dist/languages/hack.d.ts +3 -0
  111. package/dist/languages/hack.js +4 -1
  112. package/dist/languages/haxe.cjs +3 -0
  113. package/dist/languages/haxe.d.cts +3 -0
  114. package/dist/languages/haxe.d.ts +3 -0
  115. package/dist/languages/haxe.js +3 -0
  116. package/dist/languages/hocon.cjs +1 -1
  117. package/dist/languages/hocon.js +1 -1
  118. package/dist/languages/j.cjs +52 -0
  119. package/dist/languages/j.d.cts +49 -0
  120. package/dist/languages/j.d.ts +49 -0
  121. package/dist/languages/j.js +50 -0
  122. package/dist/languages/json5.cjs +3 -0
  123. package/dist/languages/json5.d.cts +3 -0
  124. package/dist/languages/json5.d.ts +3 -0
  125. package/dist/languages/json5.js +3 -0
  126. package/dist/languages/jsonc.cjs +3 -0
  127. package/dist/languages/jsonc.d.cts +3 -0
  128. package/dist/languages/jsonc.d.ts +3 -0
  129. package/dist/languages/jsonc.js +3 -0
  130. package/dist/languages/less.cjs +4 -0
  131. package/dist/languages/less.d.cts +4 -0
  132. package/dist/languages/less.d.ts +4 -0
  133. package/dist/languages/less.js +4 -0
  134. package/dist/languages/lex.cjs +1 -1
  135. package/dist/languages/lex.js +1 -1
  136. package/dist/languages/luau.cjs +3 -0
  137. package/dist/languages/luau.d.cts +3 -0
  138. package/dist/languages/luau.d.ts +3 -0
  139. package/dist/languages/luau.js +3 -0
  140. package/dist/languages/mdx.cjs +3 -0
  141. package/dist/languages/mdx.d.cts +3 -0
  142. package/dist/languages/mdx.d.ts +3 -0
  143. package/dist/languages/mdx.js +3 -0
  144. package/dist/languages/modula-2.cjs +1 -1
  145. package/dist/languages/modula-2.js +1 -1
  146. package/dist/languages/nim.cjs +3 -0
  147. package/dist/languages/nim.d.cts +3 -0
  148. package/dist/languages/nim.d.ts +3 -0
  149. package/dist/languages/nim.js +3 -0
  150. package/dist/languages/noir.cjs +54 -0
  151. package/dist/languages/noir.d.cts +51 -0
  152. package/dist/languages/noir.d.ts +51 -0
  153. package/dist/languages/noir.js +52 -0
  154. package/dist/languages/nushell.cjs +1 -1
  155. package/dist/languages/nushell.js +1 -1
  156. package/dist/languages/oberon.cjs +1 -1
  157. package/dist/languages/oberon.js +1 -1
  158. package/dist/languages/objective-c.cjs +3 -0
  159. package/dist/languages/objective-c.d.cts +3 -0
  160. package/dist/languages/objective-c.d.ts +3 -0
  161. package/dist/languages/objective-c.js +3 -0
  162. package/dist/languages/plpgsql.cjs +3 -0
  163. package/dist/languages/plpgsql.d.cts +3 -0
  164. package/dist/languages/plpgsql.d.ts +3 -0
  165. package/dist/languages/plpgsql.js +3 -0
  166. package/dist/languages/plsql.cjs +3 -0
  167. package/dist/languages/plsql.d.cts +3 -0
  168. package/dist/languages/plsql.d.ts +3 -0
  169. package/dist/languages/plsql.js +3 -0
  170. package/dist/languages/prql.cjs +56 -0
  171. package/dist/languages/prql.d.cts +53 -0
  172. package/dist/languages/prql.d.ts +53 -0
  173. package/dist/languages/prql.js +54 -0
  174. package/dist/languages/purescript.cjs +3 -0
  175. package/dist/languages/purescript.d.cts +3 -0
  176. package/dist/languages/purescript.d.ts +3 -0
  177. package/dist/languages/purescript.js +3 -0
  178. package/dist/languages/q.cjs +53 -0
  179. package/dist/languages/q.d.cts +50 -0
  180. package/dist/languages/q.d.ts +50 -0
  181. package/dist/languages/q.js +51 -0
  182. package/dist/languages/reasonml.cjs +3 -0
  183. package/dist/languages/reasonml.d.cts +3 -0
  184. package/dist/languages/reasonml.d.ts +3 -0
  185. package/dist/languages/reasonml.js +3 -0
  186. package/dist/languages/renpy.cjs +53 -0
  187. package/dist/languages/renpy.d.cts +50 -0
  188. package/dist/languages/renpy.d.ts +50 -0
  189. package/dist/languages/renpy.js +51 -0
  190. package/dist/languages/rescript.cjs +3 -0
  191. package/dist/languages/rescript.d.cts +3 -0
  192. package/dist/languages/rescript.d.ts +3 -0
  193. package/dist/languages/rescript.js +3 -0
  194. package/dist/languages/scss.cjs +4 -0
  195. package/dist/languages/scss.d.cts +4 -0
  196. package/dist/languages/scss.d.ts +4 -0
  197. package/dist/languages/scss.js +4 -0
  198. package/dist/languages/simula.cjs +1 -1
  199. package/dist/languages/simula.js +1 -1
  200. package/dist/languages/slang.cjs +55 -0
  201. package/dist/languages/slang.d.cts +52 -0
  202. package/dist/languages/slang.d.ts +52 -0
  203. package/dist/languages/slang.js +53 -0
  204. package/dist/languages/smithy.cjs +53 -0
  205. package/dist/languages/smithy.d.cts +50 -0
  206. package/dist/languages/smithy.d.ts +50 -0
  207. package/dist/languages/smithy.js +51 -0
  208. package/dist/languages/snobol.cjs +1 -1
  209. package/dist/languages/snobol.js +1 -1
  210. package/dist/languages/stylus.cjs +4 -0
  211. package/dist/languages/stylus.d.cts +4 -0
  212. package/dist/languages/stylus.d.ts +4 -0
  213. package/dist/languages/stylus.js +4 -0
  214. package/dist/languages/supercollider.cjs +54 -0
  215. package/dist/languages/supercollider.d.cts +51 -0
  216. package/dist/languages/supercollider.d.ts +51 -0
  217. package/dist/languages/supercollider.js +52 -0
  218. package/dist/languages/svelte.cjs +3 -0
  219. package/dist/languages/svelte.d.cts +3 -0
  220. package/dist/languages/svelte.d.ts +3 -0
  221. package/dist/languages/svelte.js +3 -0
  222. package/dist/languages/sway.cjs +54 -0
  223. package/dist/languages/sway.d.cts +51 -0
  224. package/dist/languages/sway.d.ts +51 -0
  225. package/dist/languages/sway.js +52 -0
  226. package/dist/languages/tcsh.cjs +1 -1
  227. package/dist/languages/tcsh.js +1 -1
  228. package/dist/languages/tsql.cjs +3 -0
  229. package/dist/languages/tsql.d.cts +3 -0
  230. package/dist/languages/tsql.d.ts +3 -0
  231. package/dist/languages/tsql.js +3 -0
  232. package/dist/languages/typescript.cjs +4 -0
  233. package/dist/languages/typescript.d.cts +4 -0
  234. package/dist/languages/typescript.d.ts +4 -0
  235. package/dist/languages/typescript.js +4 -0
  236. package/dist/languages/typespec.cjs +57 -0
  237. package/dist/languages/typespec.d.cts +54 -0
  238. package/dist/languages/typespec.d.ts +54 -0
  239. package/dist/languages/typespec.js +55 -0
  240. package/dist/languages/v.cjs +3 -0
  241. package/dist/languages/v.d.cts +3 -0
  242. package/dist/languages/v.d.ts +3 -0
  243. package/dist/languages/v.js +3 -0
  244. package/dist/languages/vba.cjs +3 -0
  245. package/dist/languages/vba.d.cts +3 -0
  246. package/dist/languages/vba.d.ts +3 -0
  247. package/dist/languages/vba.js +3 -0
  248. package/dist/languages/vbscript.cjs +4 -1
  249. package/dist/languages/vbscript.d.cts +3 -0
  250. package/dist/languages/vbscript.d.ts +3 -0
  251. package/dist/languages/vbscript.js +4 -1
  252. package/dist/{registry-XRfwD571.d.cts → registry-DftZRMv6.d.cts} +54 -0
  253. package/dist/{registry-XRfwD571.d.ts → registry-DftZRMv6.d.ts} +54 -0
  254. package/dist/{shebang-BL2ZFHQP.d.cts → shebang-Be8JBsB_.d.cts} +4 -2
  255. package/dist/{shebang-B1dhpwsv.d.ts → shebang-wOz_EqIy.d.ts} +4 -2
  256. package/dist/{types-DkAECzIe.d.cts → types-BRDmsib7.d.cts} +12 -1
  257. package/dist/{types-DkAECzIe.d.ts → types-BRDmsib7.d.ts} +12 -1
  258. package/package.json +92 -1
package/dist/index.js CHANGED
@@ -80,7 +80,7 @@ var init_actionscript = __esm({
80
80
  publishedDate: "1998-01-01",
81
81
  extensions: [".as"],
82
82
  author: "Gary Grossman / Macromedia",
83
- website: "https://airsdk.dev/docs/development/actionscript-3.0",
83
+ website: "https://airsdk.dev",
84
84
  paradigms: ["event-driven", "imperative", "object-oriented", "scripting"],
85
85
  tooling: {
86
86
  runtimes: ["Adobe Flash Player", "Adobe AIR", "Apache Royale"],
@@ -264,7 +264,7 @@ var init_algol = __esm({
264
264
  ecosystems: ["Academic Computing", "Language Design", "Numerical Computing"]
265
265
  },
266
266
  version: "ALGOL 68",
267
- logo: "https://dummyimage.com/32x32/6B7280/ffffff.png&text=ALG",
267
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/algol.svg",
268
268
  color: "#6B7280",
269
269
  i18n: {
270
270
  en: {
@@ -302,6 +302,64 @@ var init_algol = __esm({
302
302
  }
303
303
  });
304
304
 
305
+ // src/languages/alloy.ts
306
+ var alloy_exports = {};
307
+ __export(alloy_exports, {
308
+ alloy: () => alloy
309
+ });
310
+ var alloy;
311
+ var init_alloy = __esm({
312
+ "src/languages/alloy.ts"() {
313
+ alloy = {
314
+ slug: "alloy",
315
+ publishedDate: "2002-01-01",
316
+ extensions: [".als"],
317
+ author: "Daniel Jackson / MIT",
318
+ website: "https://alloytools.org",
319
+ paradigms: ["declarative", "logic", "formal-methods"],
320
+ tooling: {
321
+ runtimes: ["Alloy Analyzer", "JVM"],
322
+ ecosystems: ["Formal Methods", "Verification"]
323
+ },
324
+ version: "Alloy 6",
325
+ logo: "https://avatars.githubusercontent.com/u/30268214?v=4",
326
+ color: "#64C800",
327
+ i18n: {
328
+ en: {
329
+ name: "Alloy",
330
+ description: "A relational modeling language with a SAT-based analyzer for finding design flaws.",
331
+ longDescription: "Alloy is a declarative modeling language based on relational logic, created by Daniel Jackson at MIT. Models describe structures and constraints; the Alloy Analyzer exhaustively searches bounded scopes with a SAT solver to find counterexamples, and Alloy 6 adds temporal operators for modeling system behavior over time.\n\nAlloy is used to check software designs, security protocols, and data models before implementation, catching subtle flaws that testing rarely reaches."
332
+ },
333
+ es: {
334
+ name: "Alloy",
335
+ description: "Un lenguaje de modelado relacional con un analizador basado en SAT para hallar fallos de dise\xF1o.",
336
+ longDescription: "Alloy es un lenguaje de modelado declarativo basado en l\xF3gica relacional, creado por Daniel Jackson en el MIT. Los modelos describen estructuras y restricciones; el Alloy Analyzer busca exhaustivamente en \xE1mbitos acotados con un solucionador SAT para encontrar contraejemplos, y Alloy 6 a\xF1ade operadores temporales para modelar el comportamiento del sistema en el tiempo.\n\nAlloy se usa para verificar dise\xF1os de software, protocolos de seguridad y modelos de datos antes de la implementaci\xF3n, atrapando fallos sutiles que las pruebas rara vez alcanzan."
337
+ },
338
+ it: {
339
+ name: "Alloy",
340
+ description: "Un linguaggio di modellazione relazionale con un analizzatore basato su SAT per trovare difetti di progetto.",
341
+ longDescription: "Alloy \xE8 un linguaggio di modellazione dichiarativo basato sulla logica relazionale, creato da Daniel Jackson al MIT. I modelli descrivono strutture e vincoli; l'Alloy Analyzer esplora esaustivamente ambiti limitati con un risolutore SAT per trovare controesempi, e Alloy 6 aggiunge operatori temporali per modellare il comportamento del sistema nel tempo.\n\nAlloy \xE8 usato per verificare progetti software, protocolli di sicurezza e modelli di dati prima dell'implementazione, catturando difetti sottili che i test raramente raggiungono."
342
+ },
343
+ fr: {
344
+ name: "Alloy",
345
+ description: "Un langage de mod\xE9lisation relationnelle avec un analyseur SAT pour d\xE9tecter les d\xE9fauts de conception.",
346
+ longDescription: "Alloy est un langage de mod\xE9lisation d\xE9claratif fond\xE9 sur la logique relationnelle, cr\xE9\xE9 par Daniel Jackson au MIT. Les mod\xE8les d\xE9crivent structures et contraintes ; l'Alloy Analyzer explore exhaustivement des port\xE9es born\xE9es avec un solveur SAT pour trouver des contre-exemples, et Alloy 6 ajoute des op\xE9rateurs temporels pour mod\xE9liser le comportement des syst\xE8mes dans le temps.\n\nAlloy sert \xE0 v\xE9rifier des conceptions logicielles, des protocoles de s\xE9curit\xE9 et des mod\xE8les de donn\xE9es avant l'impl\xE9mentation, d\xE9busquant des d\xE9fauts subtils que les tests atteignent rarement."
347
+ },
348
+ de: {
349
+ name: "Alloy",
350
+ description: "Eine relationale Modellierungssprache mit SAT-basiertem Analyzer zum Aufsp\xFCren von Designfehlern.",
351
+ longDescription: "Alloy ist eine deklarative Modellierungssprache auf Basis relationaler Logik, geschaffen von Daniel Jackson am MIT. Modelle beschreiben Strukturen und Constraints; der Alloy Analyzer durchsucht begrenzte Suchr\xE4ume ersch\xF6pfend mit einem SAT-Solver nach Gegenbeispielen, und Alloy 6 erg\xE4nzt temporale Operatoren zur Modellierung von Systemverhalten \xFCber die Zeit.\n\nAlloy wird eingesetzt, um Softwaredesigns, Sicherheitsprotokolle und Datenmodelle vor der Implementierung zu pr\xFCfen und subtile Fehler zu finden, die Tests selten erreichen."
352
+ },
353
+ pt: {
354
+ name: "Alloy",
355
+ description: "Uma linguagem de modelagem relacional com analisador baseado em SAT para achar falhas de projeto.",
356
+ longDescription: "Alloy \xE9 uma linguagem de modelagem declarativa baseada em l\xF3gica relacional, criada por Daniel Jackson no MIT. Os modelos descrevem estruturas e restri\xE7\xF5es; o Alloy Analyzer busca exaustivamente em escopos limitados com um resolvedor SAT para encontrar contraexemplos, e o Alloy 6 adiciona operadores temporais para modelar o comportamento do sistema ao longo do tempo.\n\nAlloy \xE9 usado para verificar projetos de software, protocolos de seguran\xE7a e modelos de dados antes da implementa\xE7\xE3o, capturando falhas sutis que os testes raramente alcan\xE7am."
357
+ }
358
+ }
359
+ };
360
+ }
361
+ });
362
+
305
363
  // src/languages/ampl.ts
306
364
  var ampl_exports = {};
307
365
  __export(ampl_exports, {
@@ -380,7 +438,7 @@ var init_angelscript = __esm({
380
438
  ecosystems: ["Game Development", "Embedded Scripting", "Modding"]
381
439
  },
382
440
  version: "2.36.1",
383
- logo: "https://dummyimage.com/32x32/2D5FA0/ffffff.png&text=AS",
441
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/angelscript.svg",
384
442
  color: "#2D5FA0",
385
443
  i18n: {
386
444
  en: {
@@ -1022,6 +1080,9 @@ var init_assemblyscript = __esm({
1022
1080
  author: "Daniel Wirtz / AssemblyScript Contributors",
1023
1081
  website: "https://www.assemblyscript.org",
1024
1082
  paradigms: ["imperative", "object-oriented", "compiled"],
1083
+ relations: {
1084
+ compilesTo: ["webassembly"]
1085
+ },
1025
1086
  tooling: {
1026
1087
  runtimes: ["Wasm", "WASI"],
1027
1088
  ecosystems: ["WebAssembly"]
@@ -1668,7 +1729,7 @@ var init_bcpl = __esm({
1668
1729
  ecosystems: ["Systems Programming", "Operating Systems", "Language History"]
1669
1730
  },
1670
1731
  version: "Cintsys BCPL",
1671
- logo: "https://dummyimage.com/32x32/374151/ffffff.png&text=BC",
1732
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/bcpl.svg",
1672
1733
  color: "#374151",
1673
1734
  i18n: {
1674
1735
  en: {
@@ -1903,7 +1964,7 @@ var init_bosque = __esm({
1903
1964
  ecosystems: ["Research", "Verification", "Application Logic"]
1904
1965
  },
1905
1966
  version: "experimental",
1906
- logo: "https://dummyimage.com/32x32/0078D4/ffffff.png&text=B",
1967
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/bosque.svg",
1907
1968
  color: "#0078D4",
1908
1969
  i18n: {
1909
1970
  en: {
@@ -2019,7 +2080,7 @@ var init_brainfuck = __esm({
2019
2080
  ecosystems: ["Esoteric programming"]
2020
2081
  },
2021
2082
  version: "stable",
2022
- logo: "https://dummyimage.com/32x32/111827/ffffff.png&text=BF",
2083
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/brainfuck.svg",
2023
2084
  color: "#111827",
2024
2085
  i18n: {
2025
2086
  en: {
@@ -2116,6 +2177,68 @@ var init_c = __esm({
2116
2177
  }
2117
2178
  });
2118
2179
 
2180
+ // src/languages/c3.ts
2181
+ var c3_exports = {};
2182
+ __export(c3_exports, {
2183
+ c3: () => c3
2184
+ });
2185
+ var c3;
2186
+ var init_c3 = __esm({
2187
+ "src/languages/c3.ts"() {
2188
+ c3 = {
2189
+ slug: "c3",
2190
+ status: "experimental",
2191
+ publishedDate: "2019-07-01",
2192
+ extensions: [".c3", ".c3i"],
2193
+ author: "Christoffer Lern\xF6",
2194
+ website: "https://c3-lang.org",
2195
+ paradigms: ["imperative", "procedural", "systems"],
2196
+ relations: {
2197
+ dialectOf: ["c"]
2198
+ },
2199
+ tooling: {
2200
+ runtimes: ["Native", "LLVM"],
2201
+ ecosystems: ["Systems"]
2202
+ },
2203
+ version: "0.7.5",
2204
+ logo: "https://avatars.githubusercontent.com/u/53541653?v=4",
2205
+ color: "#295B9A",
2206
+ i18n: {
2207
+ en: {
2208
+ name: "C3",
2209
+ description: "An evolution of C with modules, generics, and safety, keeping C ABI compatibility.",
2210
+ longDescription: "C3 is a systems programming language designed as an evolution of C rather than a replacement. It adds modules, semantic macros, generics, slices, optionals, and built-in error handling while staying close to C syntax and remaining fully ABI-compatible with existing C libraries.\n\nCompiled through LLVM, C3 targets the same niches as C \u2014 operating systems, embedded, and game development \u2014 and lets teams adopt it incrementally alongside existing C codebases."
2211
+ },
2212
+ es: {
2213
+ name: "C3",
2214
+ description: "Una evoluci\xF3n de C con m\xF3dulos, gen\xE9ricos y seguridad, manteniendo compatibilidad ABI con C.",
2215
+ longDescription: "C3 es un lenguaje de programaci\xF3n de sistemas dise\xF1ado como una evoluci\xF3n de C y no como un reemplazo. Agrega m\xF3dulos, macros sem\xE1nticas, gen\xE9ricos, slices, opcionales y manejo de errores integrado, manteni\xE9ndose cercano a la sintaxis de C y totalmente compatible a nivel ABI con las bibliotecas C existentes.\n\nCompilado mediante LLVM, C3 apunta a los mismos nichos que C \u2014 sistemas operativos, embebidos y desarrollo de juegos \u2014 y permite adoptarlo de forma incremental junto a bases de c\xF3digo C existentes."
2216
+ },
2217
+ it: {
2218
+ name: "C3",
2219
+ description: "Un'evoluzione di C con moduli, generics e sicurezza, mantenendo la compatibilit\xE0 ABI con C.",
2220
+ longDescription: "C3 \xE8 un linguaggio di programmazione di sistemi progettato come evoluzione di C piuttosto che come sostituto. Aggiunge moduli, macro semantiche, generics, slice, optional e gestione degli errori integrata, restando vicino alla sintassi di C e pienamente compatibile a livello ABI con le librerie C esistenti.\n\nCompilato tramite LLVM, C3 punta alle stesse nicchie di C \u2014 sistemi operativi, embedded e sviluppo di giochi \u2014 e consente un'adozione incrementale accanto alle basi di codice C esistenti."
2221
+ },
2222
+ fr: {
2223
+ name: "C3",
2224
+ description: "Une \xE9volution de C avec modules, g\xE9n\xE9riques et s\xFBret\xE9, compatible ABI avec C.",
2225
+ longDescription: "C3 est un langage de programmation syst\xE8me con\xE7u comme une \xE9volution de C plut\xF4t qu'un remplacement. Il ajoute des modules, des macros s\xE9mantiques, des g\xE9n\xE9riques, des slices, des optionnels et une gestion d'erreurs int\xE9gr\xE9e, tout en restant proche de la syntaxe C et enti\xE8rement compatible ABI avec les biblioth\xE8ques C existantes.\n\nCompil\xE9 via LLVM, C3 vise les m\xEAmes niches que C \u2014 syst\xE8mes d'exploitation, embarqu\xE9 et d\xE9veloppement de jeux \u2014 et permet une adoption progressive aux c\xF4t\xE9s des bases de code C existantes."
2226
+ },
2227
+ de: {
2228
+ name: "C3",
2229
+ description: "Eine Weiterentwicklung von C mit Modulen, Generics und Sicherheit, ABI-kompatibel zu C.",
2230
+ longDescription: "C3 ist eine Systemprogrammiersprache, die als Weiterentwicklung von C und nicht als Ersatz konzipiert ist. Sie erg\xE4nzt Module, semantische Makros, Generics, Slices, Optionals und eingebaute Fehlerbehandlung, bleibt dabei nah an der C-Syntax und vollst\xE4ndig ABI-kompatibel zu bestehenden C-Bibliotheken.\n\n\xDCber LLVM kompiliert, zielt C3 auf dieselben Nischen wie C \u2014 Betriebssysteme, Embedded und Spieleentwicklung \u2014 und l\xE4sst sich schrittweise neben bestehenden C-Codebasen einf\xFChren."
2231
+ },
2232
+ pt: {
2233
+ name: "C3",
2234
+ description: "Uma evolu\xE7\xE3o do C com m\xF3dulos, gen\xE9ricos e seguran\xE7a, mantendo compatibilidade ABI com C.",
2235
+ longDescription: "C3 \xE9 uma linguagem de programa\xE7\xE3o de sistemas projetada como uma evolu\xE7\xE3o do C, n\xE3o um substituto. Adiciona m\xF3dulos, macros sem\xE2nticas, gen\xE9ricos, slices, opcionais e tratamento de erros embutido, mantendo-se pr\xF3xima da sintaxe do C e totalmente compat\xEDvel em n\xEDvel de ABI com bibliotecas C existentes.\n\nCompilada via LLVM, a C3 mira os mesmos nichos do C \u2014 sistemas operacionais, embarcados e desenvolvimento de jogos \u2014 e permite ado\xE7\xE3o incremental ao lado de bases de c\xF3digo C existentes."
2236
+ }
2237
+ }
2238
+ };
2239
+ }
2240
+ });
2241
+
2119
2242
  // src/languages/cairo.ts
2120
2243
  var cairo_exports = {};
2121
2244
  __export(cairo_exports, {
@@ -2469,6 +2592,68 @@ var init_circom = __esm({
2469
2592
  }
2470
2593
  });
2471
2594
 
2595
+ // src/languages/clarity.ts
2596
+ var clarity_exports = {};
2597
+ __export(clarity_exports, {
2598
+ clarity: () => clarity
2599
+ });
2600
+ var clarity;
2601
+ var init_clarity = __esm({
2602
+ "src/languages/clarity.ts"() {
2603
+ clarity = {
2604
+ slug: "clarity",
2605
+ publishedDate: "2021-01-14",
2606
+ extensions: [".clar"],
2607
+ author: "Hiro Systems / Stacks",
2608
+ website: "https://clarity-lang.org",
2609
+ paradigms: ["functional", "declarative", "smart-contract"],
2610
+ relations: {
2611
+ dialectOf: ["lisp"]
2612
+ },
2613
+ tooling: {
2614
+ runtimes: ["Stacks blockchain"],
2615
+ packageManagers: ["Clarinet"],
2616
+ ecosystems: ["Blockchain", "Web3"]
2617
+ },
2618
+ version: "Clarity 3",
2619
+ logo: "https://avatars.githubusercontent.com/u/66125257?v=4",
2620
+ color: "#5546FF",
2621
+ i18n: {
2622
+ en: {
2623
+ name: "Clarity",
2624
+ description: "A decidable, Lisp-like smart contract language for the Stacks Bitcoin layer.",
2625
+ longDescription: "Clarity is the smart contract language of the Stacks blockchain, which settles on Bitcoin. Its Lisp-like syntax is interpreted, not compiled, and the language is intentionally decidable: contracts cannot loop unboundedly, so their cost and behavior can be analyzed before execution.\n\nContracts are published as readable source on-chain, eliminating compiler trust issues. The Clarinet toolchain provides local development, testing, and deployment workflows."
2626
+ },
2627
+ es: {
2628
+ name: "Clarity",
2629
+ description: "Un lenguaje de contratos inteligentes decidible y tipo Lisp para la capa Bitcoin de Stacks.",
2630
+ longDescription: "Clarity es el lenguaje de contratos inteligentes de la blockchain Stacks, que se asienta sobre Bitcoin. Su sintaxis tipo Lisp se interpreta, no se compila, y el lenguaje es intencionalmente decidible: los contratos no pueden iterar sin l\xEDmite, as\xED que su costo y comportamiento pueden analizarse antes de la ejecuci\xF3n.\n\nLos contratos se publican como c\xF3digo fuente legible en la cadena, eliminando problemas de confianza en el compilador. La cadena de herramientas Clarinet ofrece flujos de desarrollo local, pruebas y despliegue."
2631
+ },
2632
+ it: {
2633
+ name: "Clarity",
2634
+ description: "Un linguaggio per smart contract decidibile e in stile Lisp per il layer Bitcoin di Stacks.",
2635
+ longDescription: "Clarity \xE8 il linguaggio per smart contract della blockchain Stacks, che si regola su Bitcoin. La sua sintassi in stile Lisp viene interpretata, non compilata, e il linguaggio \xE8 volutamente decidibile: i contratti non possono iterare senza limiti, quindi costo e comportamento possono essere analizzati prima dell'esecuzione.\n\nI contratti sono pubblicati come sorgente leggibile sulla catena, eliminando i problemi di fiducia nel compilatore. La toolchain Clarinet fornisce flussi di sviluppo locale, test e deployment."
2636
+ },
2637
+ fr: {
2638
+ name: "Clarity",
2639
+ description: "Un langage de smart contracts d\xE9cidable, de type Lisp, pour la couche Bitcoin de Stacks.",
2640
+ longDescription: "Clarity est le langage de smart contracts de la blockchain Stacks, qui se r\xE8gle sur Bitcoin. Sa syntaxe de type Lisp est interpr\xE9t\xE9e, non compil\xE9e, et le langage est volontairement d\xE9cidable : les contrats ne peuvent pas boucler ind\xE9finiment, leur co\xFBt et leur comportement peuvent donc \xEAtre analys\xE9s avant ex\xE9cution.\n\nLes contrats sont publi\xE9s en source lisible sur la cha\xEEne, \xE9liminant les probl\xE8mes de confiance envers le compilateur. La cha\xEEne d'outils Clarinet fournit d\xE9veloppement local, tests et d\xE9ploiement."
2641
+ },
2642
+ de: {
2643
+ name: "Clarity",
2644
+ description: "Eine entscheidbare, Lisp-artige Smart-Contract-Sprache f\xFCr die Bitcoin-Schicht von Stacks.",
2645
+ longDescription: "Clarity ist die Smart-Contract-Sprache der Stacks-Blockchain, die auf Bitcoin abgerechnet wird. Ihre Lisp-artige Syntax wird interpretiert, nicht kompiliert, und die Sprache ist bewusst entscheidbar: Vertr\xE4ge k\xF6nnen nicht unbegrenzt iterieren, sodass Kosten und Verhalten vor der Ausf\xFChrung analysierbar sind.\n\nVertr\xE4ge werden als lesbarer Quelltext on-chain ver\xF6ffentlicht, was Vertrauensprobleme mit Compilern beseitigt. Die Clarinet-Toolchain bietet lokale Entwicklung, Tests und Deployment."
2646
+ },
2647
+ pt: {
2648
+ name: "Clarity",
2649
+ description: "Uma linguagem de contratos inteligentes decid\xEDvel e estilo Lisp para a camada Bitcoin da Stacks.",
2650
+ longDescription: "Clarity \xE9 a linguagem de contratos inteligentes da blockchain Stacks, que se liquida no Bitcoin. Sua sintaxe estilo Lisp \xE9 interpretada, n\xE3o compilada, e a linguagem \xE9 intencionalmente decid\xEDvel: os contratos n\xE3o podem iterar sem limite, ent\xE3o seu custo e comportamento podem ser analisados antes da execu\xE7\xE3o.\n\nOs contratos s\xE3o publicados como c\xF3digo-fonte leg\xEDvel na cadeia, eliminando problemas de confian\xE7a no compilador. A toolchain Clarinet fornece fluxos de desenvolvimento local, testes e implanta\xE7\xE3o."
2651
+ }
2652
+ }
2653
+ };
2654
+ }
2655
+ });
2656
+
2472
2657
  // src/languages/clojure.ts
2473
2658
  var clojure_exports = {};
2474
2659
  __export(clojure_exports, {
@@ -2606,7 +2791,7 @@ var init_cobol = __esm({
2606
2791
  ecosystems: ["Mainframe", "Business applications", "Transaction processing"]
2607
2792
  },
2608
2793
  version: "ISO/IEC 1989:2023",
2609
- logo: "https://logo.svgcdn.com/devicon/cobol-original.png",
2794
+ logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cobol.svg",
2610
2795
  color: "#005CA5",
2611
2796
  i18n: {
2612
2797
  en: {
@@ -2659,6 +2844,9 @@ var init_coffeescript = __esm({
2659
2844
  author: "Jeremy Ashkenas",
2660
2845
  website: "https://coffeescript.org",
2661
2846
  paradigms: ["functional", "imperative", "object-oriented", "scripting"],
2847
+ relations: {
2848
+ compilesTo: ["javascript"]
2849
+ },
2662
2850
  tooling: {
2663
2851
  runtimes: ["Browser", "Node.js"],
2664
2852
  packageManagers: ["npm", "pnpm", "Yarn"],
@@ -2838,6 +3026,9 @@ var init_cpp = __esm({
2838
3026
  author: "Bjarne Stroustrup",
2839
3027
  website: "https://isocpp.org",
2840
3028
  paradigms: ["procedural", "object-oriented", "generic", "functional"],
3029
+ relations: {
3030
+ supersetOf: ["c"]
3031
+ },
2841
3032
  tooling: {
2842
3033
  runtimes: ["Native"],
2843
3034
  packageManagers: ["Conan", "vcpkg"],
@@ -3290,6 +3481,64 @@ var init_curry = __esm({
3290
3481
  }
3291
3482
  });
3292
3483
 
3484
+ // src/languages/cwl.ts
3485
+ var cwl_exports = {};
3486
+ __export(cwl_exports, {
3487
+ cwl: () => cwl
3488
+ });
3489
+ var cwl;
3490
+ var init_cwl = __esm({
3491
+ "src/languages/cwl.ts"() {
3492
+ cwl = {
3493
+ slug: "cwl",
3494
+ publishedDate: "2016-07-08",
3495
+ extensions: [".cwl"],
3496
+ author: "Common Workflow Language project",
3497
+ website: "https://www.commonwl.org",
3498
+ paradigms: ["declarative", "workflow"],
3499
+ tooling: {
3500
+ runtimes: ["cwltool", "Toil", "Arvados"],
3501
+ ecosystems: ["Bioinformatics", "Scientific Computing", "HPC"]
3502
+ },
3503
+ version: "v1.2",
3504
+ logo: "https://avatars.githubusercontent.com/u/9947495?v=4",
3505
+ color: "#B5314C",
3506
+ i18n: {
3507
+ en: {
3508
+ name: "Common Workflow Language",
3509
+ description: "An open standard for describing portable, reproducible data-analysis workflows.",
3510
+ longDescription: "The Common Workflow Language (CWL) is an open standard for describing command-line tools and connecting them into workflows, expressed in YAML/JSON documents. Explicit inputs, outputs, and container requirements make workflows portable across laptops, clusters, and clouds.\n\nCWL is widely adopted in bioinformatics and scientific computing, with implementations such as cwltool, Toil, and Arvados executing the same workflow description on very different infrastructure."
3511
+ },
3512
+ es: {
3513
+ name: "Common Workflow Language",
3514
+ description: "Un est\xE1ndar abierto para describir flujos de an\xE1lisis de datos portables y reproducibles.",
3515
+ longDescription: "El Common Workflow Language (CWL) es un est\xE1ndar abierto para describir herramientas de l\xEDnea de comandos y conectarlas en flujos de trabajo, expresados en documentos YAML/JSON. Las entradas, salidas y requisitos de contenedores expl\xEDcitos hacen que los flujos sean portables entre port\xE1tiles, cl\xFAsteres y nubes.\n\nCWL est\xE1 ampliamente adoptado en bioinform\xE1tica y computaci\xF3n cient\xEDfica, con implementaciones como cwltool, Toil y Arvados que ejecutan la misma descripci\xF3n de flujo en infraestructuras muy distintas."
3516
+ },
3517
+ it: {
3518
+ name: "Common Workflow Language",
3519
+ description: "Uno standard aperto per descrivere flussi di analisi dati portabili e riproducibili.",
3520
+ longDescription: "Il Common Workflow Language (CWL) \xE8 uno standard aperto per descrivere strumenti da riga di comando e collegarli in flussi di lavoro, espressi in documenti YAML/JSON. Input, output e requisiti dei container espliciti rendono i flussi portabili tra laptop, cluster e cloud.\n\nCWL \xE8 ampiamente adottato nella bioinformatica e nel calcolo scientifico, con implementazioni come cwltool, Toil e Arvados che eseguono la stessa descrizione di workflow su infrastrutture molto diverse."
3521
+ },
3522
+ fr: {
3523
+ name: "Common Workflow Language",
3524
+ description: "Un standard ouvert pour d\xE9crire des workflows d'analyse de donn\xE9es portables et reproductibles.",
3525
+ longDescription: "Le Common Workflow Language (CWL) est un standard ouvert pour d\xE9crire des outils en ligne de commande et les relier en workflows, exprim\xE9s dans des documents YAML/JSON. Des entr\xE9es, sorties et exigences de conteneurs explicites rendent les workflows portables entre ordinateurs portables, clusters et clouds.\n\nCWL est largement adopt\xE9 en bio-informatique et en calcul scientifique, avec des impl\xE9mentations comme cwltool, Toil et Arvados ex\xE9cutant la m\xEAme description de workflow sur des infrastructures tr\xE8s diff\xE9rentes."
3526
+ },
3527
+ de: {
3528
+ name: "Common Workflow Language",
3529
+ description: "Ein offener Standard zur Beschreibung portabler, reproduzierbarer Datenanalyse-Workflows.",
3530
+ longDescription: "Die Common Workflow Language (CWL) ist ein offener Standard, um Kommandozeilenwerkzeuge zu beschreiben und zu Workflows zu verbinden, ausgedr\xFCckt in YAML/JSON-Dokumenten. Explizite Eingaben, Ausgaben und Container-Anforderungen machen Workflows \xFCber Laptops, Cluster und Clouds hinweg portabel.\n\nCWL ist in der Bioinformatik und im wissenschaftlichen Rechnen weit verbreitet; Implementierungen wie cwltool, Toil und Arvados f\xFChren dieselbe Workflow-Beschreibung auf sehr unterschiedlicher Infrastruktur aus."
3531
+ },
3532
+ pt: {
3533
+ name: "Common Workflow Language",
3534
+ description: "Um padr\xE3o aberto para descrever fluxos de an\xE1lise de dados port\xE1veis e reproduz\xEDveis.",
3535
+ longDescription: "O Common Workflow Language (CWL) \xE9 um padr\xE3o aberto para descrever ferramentas de linha de comando e conect\xE1-las em fluxos de trabalho, expressos em documentos YAML/JSON. Entradas, sa\xEDdas e requisitos de cont\xEAineres expl\xEDcitos tornam os fluxos port\xE1veis entre laptops, clusters e nuvens.\n\nO CWL \xE9 amplamente adotado em bioinform\xE1tica e computa\xE7\xE3o cient\xEDfica, com implementa\xE7\xF5es como cwltool, Toil e Arvados executando a mesma descri\xE7\xE3o de workflow em infraestruturas muito diferentes."
3536
+ }
3537
+ }
3538
+ };
3539
+ }
3540
+ });
3541
+
3293
3542
  // src/languages/cypher.ts
3294
3543
  var cypher_exports = {};
3295
3544
  __export(cypher_exports, {
@@ -3363,6 +3612,10 @@ var init_cython = __esm({
3363
3612
  author: "Robert Bradshaw, Stefan Behnel, Dag Sverre Seljebotn, Greg Ewing, et al.",
3364
3613
  website: "https://cython.org",
3365
3614
  paradigms: ["object-oriented", "imperative", "procedural"],
3615
+ relations: {
3616
+ supersetOf: ["python"],
3617
+ compilesTo: ["c"]
3618
+ },
3366
3619
  tooling: {
3367
3620
  runtimes: ["CPython"],
3368
3621
  packageManagers: ["pip", "conda", "Poetry"],
@@ -3540,6 +3793,9 @@ var init_dart = __esm({
3540
3793
  author: "Google",
3541
3794
  website: "https://dart.dev",
3542
3795
  paradigms: ["class-based", "functional", "object-oriented", "structured"],
3796
+ relations: {
3797
+ compilesTo: ["javascript"]
3798
+ },
3543
3799
  tooling: {
3544
3800
  runtimes: ["Dart VM", "Dart Native", "JavaScript"],
3545
3801
  packageManagers: ["pub"],
@@ -3940,6 +4196,65 @@ var init_earthly = __esm({
3940
4196
  }
3941
4197
  });
3942
4198
 
4199
+ // src/languages/edgeql.ts
4200
+ var edgeql_exports = {};
4201
+ __export(edgeql_exports, {
4202
+ edgeql: () => edgeql
4203
+ });
4204
+ var edgeql;
4205
+ var init_edgeql = __esm({
4206
+ "src/languages/edgeql.ts"() {
4207
+ edgeql = {
4208
+ slug: "edgeql",
4209
+ aliases: ["gel"],
4210
+ publishedDate: "2022-02-10",
4211
+ extensions: [".edgeql"],
4212
+ author: "EdgeDB (Gel Data)",
4213
+ website: "https://www.geldata.com",
4214
+ paradigms: ["declarative", "functional", "query"],
4215
+ tooling: {
4216
+ runtimes: ["Gel", "EdgeDB"],
4217
+ ecosystems: ["Databases"]
4218
+ },
4219
+ version: "Gel 6",
4220
+ logo: "https://avatars.githubusercontent.com/u/200293856?v=4",
4221
+ color: "#6963FF",
4222
+ i18n: {
4223
+ en: {
4224
+ name: "EdgeQL",
4225
+ description: "The composable query language of the Gel (formerly EdgeDB) graph-relational database.",
4226
+ longDescription: "EdgeQL is the query language of Gel (formerly EdgeDB), a database that layers an object-and-link data model over PostgreSQL. Queries traverse relationships with paths instead of joins, nest naturally to return structured results, and compose like expressions rather than statements.\n\nBacked by a strict type system and a migration-aware schema language, EdgeQL eliminates common ORM problems \u2014 N+1 queries, impedance mismatch \u2014 while retaining the reliability of PostgreSQL underneath."
4227
+ },
4228
+ es: {
4229
+ name: "EdgeQL",
4230
+ description: "El lenguaje de consultas componible de la base de datos grafo-relacional Gel (antes EdgeDB).",
4231
+ longDescription: "EdgeQL es el lenguaje de consultas de Gel (antes EdgeDB), una base de datos que superpone un modelo de objetos y enlaces sobre PostgreSQL. Las consultas recorren relaciones con rutas en lugar de joins, se anidan de forma natural para devolver resultados estructurados y se componen como expresiones y no como sentencias.\n\nRespaldado por un sistema de tipos estricto y un lenguaje de esquemas con migraciones, EdgeQL elimina problemas comunes de los ORM \u2014 consultas N+1, desajuste de impedancia \u2014 conservando la fiabilidad de PostgreSQL por debajo."
4232
+ },
4233
+ it: {
4234
+ name: "EdgeQL",
4235
+ description: "Il linguaggio di query componibile del database grafo-relazionale Gel (ex EdgeDB).",
4236
+ longDescription: "EdgeQL \xE8 il linguaggio di query di Gel (ex EdgeDB), un database che sovrappone un modello di oggetti e collegamenti a PostgreSQL. Le query attraversano le relazioni con percorsi invece di join, si annidano naturalmente per restituire risultati strutturati e si compongono come espressioni anzich\xE9 istruzioni.\n\nSostenuto da un sistema di tipi rigoroso e da un linguaggio di schema con migrazioni, EdgeQL elimina i problemi comuni degli ORM \u2014 query N+1, disallineamento di impedenza \u2014 mantenendo sotto l'affidabilit\xE0 di PostgreSQL."
4237
+ },
4238
+ fr: {
4239
+ name: "EdgeQL",
4240
+ description: "Le langage de requ\xEAte composable de la base graphe-relationnelle Gel (ex-EdgeDB).",
4241
+ longDescription: "EdgeQL est le langage de requ\xEAte de Gel (anciennement EdgeDB), une base de donn\xE9es qui superpose un mod\xE8le d'objets et de liens \xE0 PostgreSQL. Les requ\xEAtes parcourent les relations par des chemins plut\xF4t que des jointures, s'imbriquent naturellement pour renvoyer des r\xE9sultats structur\xE9s et se composent comme des expressions plut\xF4t que des instructions.\n\nAdoss\xE9 \xE0 un syst\xE8me de types strict et \xE0 un langage de sch\xE9ma avec migrations, EdgeQL \xE9limine les probl\xE8mes courants des ORM \u2014 requ\xEAtes N+1, d\xE9sadaptation d'imp\xE9dance \u2014 tout en conservant la fiabilit\xE9 de PostgreSQL en dessous."
4242
+ },
4243
+ de: {
4244
+ name: "EdgeQL",
4245
+ description: "Die komponierbare Abfragesprache der graph-relationalen Datenbank Gel (fr\xFCher EdgeDB).",
4246
+ longDescription: "EdgeQL ist die Abfragesprache von Gel (fr\xFCher EdgeDB), einer Datenbank, die ein Objekt-und-Link-Datenmodell \xFCber PostgreSQL legt. Abfragen folgen Beziehungen \xFCber Pfade statt Joins, verschachteln sich nat\xFCrlich zu strukturierten Ergebnissen und komponieren wie Ausdr\xFCcke statt wie Anweisungen.\n\nGest\xFCtzt auf ein striktes Typsystem und eine migrationsbewusste Schemasprache beseitigt EdgeQL typische ORM-Probleme \u2014 N+1-Abfragen, Impedanz-Missverh\xE4ltnis \u2014 und beh\xE4lt darunter die Zuverl\xE4ssigkeit von PostgreSQL."
4247
+ },
4248
+ pt: {
4249
+ name: "EdgeQL",
4250
+ description: "A linguagem de consulta compon\xEDvel do banco grafo-relacional Gel (antes EdgeDB).",
4251
+ longDescription: "EdgeQL \xE9 a linguagem de consulta do Gel (antes EdgeDB), um banco de dados que sobrep\xF5e um modelo de objetos e v\xEDnculos ao PostgreSQL. As consultas percorrem relacionamentos com caminhos em vez de joins, aninham-se naturalmente para retornar resultados estruturados e comp\xF5em-se como express\xF5es em vez de comandos.\n\nApoiado por um sistema de tipos estrito e uma linguagem de esquema com migra\xE7\xF5es, o EdgeQL elimina problemas comuns de ORMs \u2014 consultas N+1, descasamento de imped\xE2ncia \u2014 mantendo por baixo a confiabilidade do PostgreSQL."
4252
+ }
4253
+ }
4254
+ };
4255
+ }
4256
+ });
4257
+
3943
4258
  // src/languages/editorconfig.ts
3944
4259
  var editorconfig_exports = {};
3945
4260
  __export(editorconfig_exports, {
@@ -4189,6 +4504,9 @@ var init_elm = __esm({
4189
4504
  author: "Evan Czaplicki",
4190
4505
  website: "https://elm-lang.org",
4191
4506
  paradigms: ["functional", "declarative", "reactive", "statically typed"],
4507
+ relations: {
4508
+ compilesTo: ["javascript"]
4509
+ },
4192
4510
  tooling: {
4193
4511
  runtimes: ["Browser", "JavaScript"],
4194
4512
  packageManagers: ["elm", "npm", "pnpm", "Yarn"],
@@ -4249,6 +4567,9 @@ var init_emacs_lisp = __esm({
4249
4567
  author: "Richard Stallman / GNU Project",
4250
4568
  website: "https://www.gnu.org/software/emacs/manual/elisp.html",
4251
4569
  paradigms: ["functional", "imperative", "meta-programming", "scripting"],
4570
+ relations: {
4571
+ dialectOf: ["lisp"]
4572
+ },
4252
4573
  tooling: {
4253
4574
  runtimes: ["GNU Emacs"],
4254
4575
  packageManagers: ["package.el", "ELPA", "MELPA"],
@@ -4306,7 +4627,7 @@ var init_erb = __esm({
4306
4627
  publishedDate: "2000-01-01",
4307
4628
  extensions: [".erb", ".rhtml", ".html.erb"],
4308
4629
  author: "Masatoshi Seki / Ruby",
4309
- website: "https://ruby-doc.org/stdlib/erb/",
4630
+ website: "https://docs.ruby-lang.org/en/master/ERB.html",
4310
4631
  paradigms: ["templating", "embedded", "markup"],
4311
4632
  tooling: {
4312
4633
  runtimes: ["Ruby", "Ruby on Rails"],
@@ -4470,6 +4791,67 @@ var init_factor = __esm({
4470
4791
  }
4471
4792
  });
4472
4793
 
4794
+ // src/languages/faust.ts
4795
+ var faust_exports = {};
4796
+ __export(faust_exports, {
4797
+ faust: () => faust
4798
+ });
4799
+ var faust;
4800
+ var init_faust = __esm({
4801
+ "src/languages/faust.ts"() {
4802
+ faust = {
4803
+ slug: "faust",
4804
+ publishedDate: "2002-01-01",
4805
+ extensions: [".dsp"],
4806
+ author: "GRAME-CNCM",
4807
+ website: "https://faust.grame.fr",
4808
+ paradigms: ["functional", "dataflow", "audio"],
4809
+ relations: {
4810
+ compilesTo: ["cpp", "webassembly"]
4811
+ },
4812
+ tooling: {
4813
+ runtimes: ["Native", "Browser", "Embedded DSP"],
4814
+ ecosystems: ["Audio", "Music", "DSP"]
4815
+ },
4816
+ version: "stable",
4817
+ logo: "https://faust.grame.fr/img/faustText.svg",
4818
+ color: "#C6613F",
4819
+ i18n: {
4820
+ en: {
4821
+ name: "Faust",
4822
+ description: "A functional language for real-time audio DSP that compiles to C++, WebAssembly, and more.",
4823
+ longDescription: "Faust (Functional Audio Stream) is a functional language for real-time signal processing developed at GRAME. Programs describe audio processors as block-diagram compositions of signal functions, which the compiler translates into highly optimized C++, WebAssembly, LLVM IR, or Rust.\n\nFrom one Faust source, build tools generate VST/AU plugins, standalone applications, microcontroller firmware, and web audio nodes \u2014 making it a standard tool for synthesizer, effect, and audio-research development."
4824
+ },
4825
+ es: {
4826
+ name: "Faust",
4827
+ description: "Un lenguaje funcional para DSP de audio en tiempo real que compila a C++, WebAssembly y m\xE1s.",
4828
+ longDescription: "Faust (Functional Audio Stream) es un lenguaje funcional para procesamiento de se\xF1ales en tiempo real desarrollado en GRAME. Los programas describen procesadores de audio como composiciones en diagrama de bloques de funciones de se\xF1al, que el compilador traduce a C++, WebAssembly, LLVM IR o Rust altamente optimizados.\n\nDesde una sola fuente Faust, las herramientas generan plugins VST/AU, aplicaciones independientes, firmware para microcontroladores y nodos de audio web \u2014 una herramienta est\xE1ndar para el desarrollo de sintetizadores, efectos e investigaci\xF3n de audio."
4829
+ },
4830
+ it: {
4831
+ name: "Faust",
4832
+ description: "Un linguaggio funzionale per DSP audio in tempo reale che compila in C++, WebAssembly e altro.",
4833
+ longDescription: "Faust (Functional Audio Stream) \xE8 un linguaggio funzionale per l'elaborazione dei segnali in tempo reale sviluppato al GRAME. I programmi descrivono processori audio come composizioni a diagramma a blocchi di funzioni di segnale, che il compilatore traduce in C++, WebAssembly, LLVM IR o Rust altamente ottimizzati.\n\nDa un'unica sorgente Faust, gli strumenti di build generano plugin VST/AU, applicazioni standalone, firmware per microcontrollori e nodi web audio \u2014 uno strumento standard per lo sviluppo di sintetizzatori, effetti e ricerca audio."
4834
+ },
4835
+ fr: {
4836
+ name: "Faust",
4837
+ description: "Un langage fonctionnel pour le DSP audio temps r\xE9el, compilant vers C++, WebAssembly et plus.",
4838
+ longDescription: "Faust (Functional Audio Stream) est un langage fonctionnel pour le traitement du signal en temps r\xE9el d\xE9velopp\xE9 au GRAME. Les programmes d\xE9crivent des processeurs audio comme des compositions en sch\xE9ma-bloc de fonctions de signal, que le compilateur traduit en C++, WebAssembly, LLVM IR ou Rust hautement optimis\xE9s.\n\n\xC0 partir d'une m\xEAme source Faust, les outils g\xE9n\xE8rent des plugins VST/AU, des applications autonomes, du firmware pour microcontr\xF4leurs et des n\u0153uds web audio \u2014 un outil standard pour le d\xE9veloppement de synth\xE9tiseurs, d'effets et la recherche audio."
4839
+ },
4840
+ de: {
4841
+ name: "Faust",
4842
+ description: "Eine funktionale Sprache f\xFCr Echtzeit-Audio-DSP, die zu C++, WebAssembly und mehr kompiliert.",
4843
+ longDescription: "Faust (Functional Audio Stream) ist eine am GRAME entwickelte funktionale Sprache f\xFCr Echtzeit-Signalverarbeitung. Programme beschreiben Audioprozessoren als Blockdiagramm-Kompositionen von Signalfunktionen, die der Compiler in hochoptimiertes C++, WebAssembly, LLVM IR oder Rust \xFCbersetzt.\n\nAus einer Faust-Quelle erzeugen die Build-Werkzeuge VST/AU-Plugins, eigenst\xE4ndige Anwendungen, Mikrocontroller-Firmware und Web-Audio-Knoten \u2014 ein Standardwerkzeug f\xFCr Synthesizer-, Effekt- und Audio-Forschungsentwicklung."
4844
+ },
4845
+ pt: {
4846
+ name: "Faust",
4847
+ description: "Uma linguagem funcional para DSP de \xE1udio em tempo real que compila para C++, WebAssembly e mais.",
4848
+ longDescription: "Faust (Functional Audio Stream) \xE9 uma linguagem funcional para processamento de sinais em tempo real desenvolvida no GRAME. Os programas descrevem processadores de \xE1udio como composi\xE7\xF5es em diagrama de blocos de fun\xE7\xF5es de sinal, que o compilador traduz em C++, WebAssembly, LLVM IR ou Rust altamente otimizados.\n\nDe uma \xFAnica fonte Faust, as ferramentas de build geram plugins VST/AU, aplica\xE7\xF5es independentes, firmware para microcontroladores e n\xF3s de web audio \u2014 uma ferramenta padr\xE3o para o desenvolvimento de sintetizadores, efeitos e pesquisa em \xE1udio."
4849
+ }
4850
+ }
4851
+ };
4852
+ }
4853
+ });
4854
+
4473
4855
  // src/languages/fe.ts
4474
4856
  var fe_exports = {};
4475
4857
  __export(fe_exports, {
@@ -4544,6 +4926,9 @@ var init_fennel = __esm({
4544
4926
  author: "Calvin Rose, Phil Hagelberg",
4545
4927
  website: "https://fennel-lang.org",
4546
4928
  paradigms: ["functional", "lisp", "scripting", "metaprogramming"],
4929
+ relations: {
4930
+ compilesTo: ["lua"]
4931
+ },
4547
4932
  tooling: {
4548
4933
  runtimes: ["Lua", "LuaJIT"],
4549
4934
  packageManagers: ["LuaRocks"],
@@ -4705,6 +5090,65 @@ var init_flatbuffers = __esm({
4705
5090
  }
4706
5091
  });
4707
5092
 
5093
+ // src/languages/flix.ts
5094
+ var flix_exports = {};
5095
+ __export(flix_exports, {
5096
+ flix: () => flix
5097
+ });
5098
+ var flix;
5099
+ var init_flix = __esm({
5100
+ "src/languages/flix.ts"() {
5101
+ flix = {
5102
+ slug: "flix",
5103
+ publishedDate: "2016-01-01",
5104
+ extensions: [".flix"],
5105
+ author: "Magnus Madsen / Aarhus University",
5106
+ website: "https://flix.dev",
5107
+ paradigms: ["functional", "imperative", "logic", "concurrent"],
5108
+ tooling: {
5109
+ runtimes: ["JVM"],
5110
+ packageManagers: ["Flix package manager"],
5111
+ ecosystems: ["JVM"]
5112
+ },
5113
+ version: "0.60.0",
5114
+ logo: "https://avatars.githubusercontent.com/u/16831634?v=4",
5115
+ color: "#2D2A55",
5116
+ i18n: {
5117
+ en: {
5118
+ name: "Flix",
5119
+ description: "A JVM language combining functional, imperative, and Datalog-style logic programming.",
5120
+ longDescription: "Flix is a statically typed language for the JVM that blends functional programming with algebraic effects, channels and processes for concurrency, and first-class Datalog constraints for logic programming. Its type and effect system tracks purity, enabling safe parallelism and aggressive optimization.\n\nDeveloped as a research language at Aarhus University with an open-source community, Flix ships a complete toolchain \u2014 compiler, build tool, package manager, and Visual Studio Code extension."
5121
+ },
5122
+ es: {
5123
+ name: "Flix",
5124
+ description: "Un lenguaje JVM que combina programaci\xF3n funcional, imperativa y l\xF3gica estilo Datalog.",
5125
+ longDescription: "Flix es un lenguaje de tipado est\xE1tico para la JVM que mezcla programaci\xF3n funcional con efectos algebraicos, canales y procesos para concurrencia, y restricciones Datalog de primera clase para programaci\xF3n l\xF3gica. Su sistema de tipos y efectos rastrea la pureza, habilitando paralelismo seguro y optimizaci\xF3n agresiva.\n\nDesarrollado como lenguaje de investigaci\xF3n en la Universidad de Aarhus con una comunidad de c\xF3digo abierto, Flix incluye una cadena de herramientas completa: compilador, herramienta de build, gestor de paquetes y extensi\xF3n para Visual Studio Code."
5126
+ },
5127
+ it: {
5128
+ name: "Flix",
5129
+ description: "Un linguaggio JVM che combina programmazione funzionale, imperativa e logica in stile Datalog.",
5130
+ longDescription: "Flix \xE8 un linguaggio a tipizzazione statica per la JVM che unisce la programmazione funzionale con effetti algebrici, canali e processi per la concorrenza, e vincoli Datalog di prima classe per la programmazione logica. Il suo sistema di tipi ed effetti traccia la purezza, abilitando parallelismo sicuro e ottimizzazioni aggressive.\n\nSviluppato come linguaggio di ricerca all'Universit\xE0 di Aarhus con una comunit\xE0 open source, Flix offre una toolchain completa: compilatore, strumento di build, gestore di pacchetti ed estensione per Visual Studio Code."
5131
+ },
5132
+ fr: {
5133
+ name: "Flix",
5134
+ description: "Un langage JVM combinant programmation fonctionnelle, imp\xE9rative et logique de type Datalog.",
5135
+ longDescription: "Flix est un langage \xE0 typage statique pour la JVM qui marie la programmation fonctionnelle avec des effets alg\xE9briques, des canaux et des processus pour la concurrence, et des contraintes Datalog de premi\xE8re classe pour la programmation logique. Son syst\xE8me de types et d'effets suit la puret\xE9, permettant un parall\xE9lisme s\xFBr et des optimisations agressives.\n\nD\xE9velopp\xE9 comme langage de recherche \xE0 l'universit\xE9 d'Aarhus avec une communaut\xE9 open source, Flix fournit une cha\xEEne d'outils compl\xE8te : compilateur, outil de build, gestionnaire de paquets et extension Visual Studio Code."
5136
+ },
5137
+ de: {
5138
+ name: "Flix",
5139
+ description: "Eine JVM-Sprache, die funktionale, imperative und Datalog-artige Logikprogrammierung vereint.",
5140
+ longDescription: "Flix ist eine statisch typisierte Sprache f\xFCr die JVM, die funktionale Programmierung mit algebraischen Effekten, Kan\xE4len und Prozessen f\xFCr Nebenl\xE4ufigkeit sowie erstklassigen Datalog-Constraints f\xFCr Logikprogrammierung verbindet. Ihr Typ- und Effektsystem verfolgt Reinheit und erm\xF6glicht sichere Parallelit\xE4t und aggressive Optimierung.\n\nAls Forschungssprache an der Universit\xE4t Aarhus mit einer Open-Source-Community entwickelt, liefert Flix eine vollst\xE4ndige Toolchain: Compiler, Build-Tool, Paketmanager und Visual-Studio-Code-Erweiterung."
5141
+ },
5142
+ pt: {
5143
+ name: "Flix",
5144
+ description: "Uma linguagem JVM que combina programa\xE7\xE3o funcional, imperativa e l\xF3gica estilo Datalog.",
5145
+ longDescription: "Flix \xE9 uma linguagem de tipagem est\xE1tica para a JVM que mistura programa\xE7\xE3o funcional com efeitos alg\xE9bricos, canais e processos para concorr\xEAncia, e restri\xE7\xF5es Datalog de primeira classe para programa\xE7\xE3o l\xF3gica. Seu sistema de tipos e efeitos rastreia a pureza, permitindo paralelismo seguro e otimiza\xE7\xE3o agressiva.\n\nDesenvolvida como linguagem de pesquisa na Universidade de Aarhus com uma comunidade de c\xF3digo aberto, a Flix traz uma toolchain completa: compilador, ferramenta de build, gerenciador de pacotes e extens\xE3o para o Visual Studio Code."
5146
+ }
5147
+ }
5148
+ };
5149
+ }
5150
+ });
5151
+
4708
5152
  // src/languages/flux.ts
4709
5153
  var flux_exports = {};
4710
5154
  __export(flux_exports, {
@@ -4893,7 +5337,7 @@ var init_fql = __esm({
4893
5337
  publishedDate: "2012-01-01",
4894
5338
  extensions: [".fql"],
4895
5339
  author: "Facebook",
4896
- website: "https://developers.facebook.com/docs/reference/fql/",
5340
+ website: "https://developers.facebook.com/docs/graph-api/",
4897
5341
  paradigms: ["query", "declarative"],
4898
5342
  tooling: {
4899
5343
  runtimes: ["Facebook Platform"],
@@ -5116,6 +5560,68 @@ var init_fstar = __esm({
5116
5560
  }
5117
5561
  });
5118
5562
 
5563
+ // src/languages/futhark.ts
5564
+ var futhark_exports = {};
5565
+ __export(futhark_exports, {
5566
+ futhark: () => futhark
5567
+ });
5568
+ var futhark;
5569
+ var init_futhark = __esm({
5570
+ "src/languages/futhark.ts"() {
5571
+ futhark = {
5572
+ slug: "futhark",
5573
+ status: "experimental",
5574
+ publishedDate: "2014-01-01",
5575
+ extensions: [".fut"],
5576
+ author: "Troels Henriksen / DIKU, University of Copenhagen",
5577
+ website: "https://futhark-lang.org",
5578
+ paradigms: ["functional", "array", "parallel"],
5579
+ relations: {
5580
+ compilesTo: ["c"]
5581
+ },
5582
+ tooling: {
5583
+ runtimes: ["OpenCL", "CUDA", "Multicore CPU"],
5584
+ ecosystems: ["GPU", "HPC", "Scientific Computing"]
5585
+ },
5586
+ version: "0.25.32",
5587
+ logo: "https://raw.githubusercontent.com/diku-dk/futhark/master/assets/logo.svg",
5588
+ color: "#5F021F",
5589
+ i18n: {
5590
+ en: {
5591
+ name: "Futhark",
5592
+ description: "A purely functional array language that compiles to fast GPU code.",
5593
+ longDescription: "Futhark is a purely functional, data-parallel array language developed at DIKU. Programs express computation as bulk operations \u2014 map, reduce, scan \u2014 over multidimensional arrays, which the optimizing compiler fuses and flattens into efficient OpenCL, CUDA, or multicore C code.\n\nFuthark is not a general-purpose language: it is designed to write the numeric cores of larger applications, exposing them as C libraries callable from Python, Rust, or any FFI-capable host."
5594
+ },
5595
+ es: {
5596
+ name: "Futhark",
5597
+ description: "Un lenguaje de arrays puramente funcional que compila a c\xF3digo GPU r\xE1pido.",
5598
+ longDescription: "Futhark es un lenguaje de arrays puramente funcional y data-paralelo desarrollado en DIKU. Los programas expresan la computaci\xF3n como operaciones masivas \u2014 map, reduce, scan \u2014 sobre arrays multidimensionales, que el compilador optimizador fusiona y aplana en c\xF3digo OpenCL, CUDA o C multin\xFAcleo eficiente.\n\nFuthark no es un lenguaje de prop\xF3sito general: est\xE1 dise\xF1ado para escribir los n\xFAcleos num\xE9ricos de aplicaciones m\xE1s grandes, exponi\xE9ndolos como bibliotecas C invocables desde Python, Rust o cualquier host con FFI."
5599
+ },
5600
+ it: {
5601
+ name: "Futhark",
5602
+ description: "Un linguaggio di array puramente funzionale che compila in codice GPU veloce.",
5603
+ longDescription: "Futhark \xE8 un linguaggio di array puramente funzionale e data-parallelo sviluppato al DIKU. I programmi esprimono la computazione come operazioni di massa \u2014 map, reduce, scan \u2014 su array multidimensionali, che il compilatore ottimizzante fonde e appiattisce in codice OpenCL, CUDA o C multicore efficiente.\n\nFuthark non \xE8 un linguaggio general-purpose: \xE8 progettato per scrivere i nuclei numerici di applicazioni pi\xF9 grandi, esponendoli come librerie C richiamabili da Python, Rust o qualsiasi host con FFI."
5604
+ },
5605
+ fr: {
5606
+ name: "Futhark",
5607
+ description: "Un langage de tableaux purement fonctionnel qui compile en code GPU rapide.",
5608
+ longDescription: "Futhark est un langage de tableaux purement fonctionnel et data-parall\xE8le d\xE9velopp\xE9 au DIKU. Les programmes expriment le calcul sous forme d'op\xE9rations massives \u2014 map, reduce, scan \u2014 sur des tableaux multidimensionnels, que le compilateur optimisant fusionne et aplatit en code OpenCL, CUDA ou C multic\u0153ur efficace.\n\nFuthark n'est pas un langage g\xE9n\xE9raliste : il est con\xE7u pour \xE9crire les c\u0153urs num\xE9riques d'applications plus larges, expos\xE9s comme des biblioth\xE8ques C appelables depuis Python, Rust ou tout h\xF4te dot\xE9 d'une FFI."
5609
+ },
5610
+ de: {
5611
+ name: "Futhark",
5612
+ description: "Eine rein funktionale Array-Sprache, die zu schnellem GPU-Code kompiliert.",
5613
+ longDescription: "Futhark ist eine rein funktionale, datenparallele Array-Sprache, die am DIKU entwickelt wird. Programme dr\xFCcken Berechnungen als Massenoperationen \u2014 map, reduce, scan \u2014 \xFCber mehrdimensionale Arrays aus, die der optimierende Compiler zu effizientem OpenCL-, CUDA- oder Multicore-C-Code fusioniert und abflacht.\n\nFuthark ist keine Allzwecksprache: Sie ist daf\xFCr gedacht, die numerischen Kerne gr\xF6\xDFerer Anwendungen zu schreiben und sie als C-Bibliotheken bereitzustellen, die aus Python, Rust oder jedem FFI-f\xE4higen Host aufrufbar sind."
5614
+ },
5615
+ pt: {
5616
+ name: "Futhark",
5617
+ description: "Uma linguagem de arrays puramente funcional que compila para c\xF3digo GPU r\xE1pido.",
5618
+ longDescription: "Futhark \xE9 uma linguagem de arrays puramente funcional e data-paralela desenvolvida no DIKU. Os programas expressam a computa\xE7\xE3o como opera\xE7\xF5es em massa \u2014 map, reduce, scan \u2014 sobre arrays multidimensionais, que o compilador otimizador funde e achata em c\xF3digo OpenCL, CUDA ou C multicore eficiente.\n\nFuthark n\xE3o \xE9 uma linguagem de prop\xF3sito geral: foi projetada para escrever os n\xFAcleos num\xE9ricos de aplica\xE7\xF5es maiores, expondo-os como bibliotecas C cham\xE1veis de Python, Rust ou qualquer host com FFI."
5619
+ }
5620
+ }
5621
+ };
5622
+ }
5623
+ });
5624
+
5119
5625
  // src/languages/gcode.ts
5120
5626
  var gcode_exports = {};
5121
5627
  __export(gcode_exports, {
@@ -5364,6 +5870,9 @@ var init_gleam = __esm({
5364
5870
  author: "Louis Pilfold",
5365
5871
  website: "https://gleam.run",
5366
5872
  paradigms: ["functional", "statically typed", "concurrent", "actor-model"],
5873
+ relations: {
5874
+ compilesTo: ["erlang", "javascript"]
5875
+ },
5367
5876
  tooling: {
5368
5877
  runtimes: ["Erlang/OTP", "BEAM", "JavaScript"],
5369
5878
  packageManagers: ["gleam", "Hex"],
@@ -5892,8 +6401,11 @@ var init_hack = __esm({
5892
6401
  publishedDate: "2014-03-20",
5893
6402
  extensions: [".hack", ".hh", ".hhi"],
5894
6403
  author: "Meta",
5895
- website: "https://docs.hhvm.com/hack/",
6404
+ website: "https://hacklang.org",
5896
6405
  paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
6406
+ relations: {
6407
+ dialectOf: ["php"]
6408
+ },
5897
6409
  tooling: {
5898
6410
  runtimes: ["HHVM"],
5899
6411
  packageManagers: ["Composer"],
@@ -6189,6 +6701,9 @@ var init_haxe = __esm({
6189
6701
  author: "Nicolas Cannasse / Haxe Foundation",
6190
6702
  website: "https://haxe.org",
6191
6703
  paradigms: ["object-oriented", "functional", "cross-platform", "statically typed"],
6704
+ relations: {
6705
+ compilesTo: ["javascript", "cpp"]
6706
+ },
6192
6707
  tooling: {
6193
6708
  runtimes: ["JavaScript", "HashLink", "JVM", "C++", "C#", "PHP", "Lua", "Python"],
6194
6709
  packageManagers: ["haxelib"],
@@ -6370,7 +6885,7 @@ var init_hocon = __esm({
6370
6885
  ecosystems: ["JVM", "Scala", "Akka", "Play Framework", "Configuration"]
6371
6886
  },
6372
6887
  version: "1.4.3",
6373
- logo: "https://dummyimage.com/32x32/F26822/ffffff.png&text=HC",
6888
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/hocon.svg",
6374
6889
  color: "#F26822",
6375
6890
  i18n: {
6376
6891
  en: {
@@ -6870,6 +7385,64 @@ var init_isabelle = __esm({
6870
7385
  }
6871
7386
  });
6872
7387
 
7388
+ // src/languages/j.ts
7389
+ var j_exports = {};
7390
+ __export(j_exports, {
7391
+ j: () => j
7392
+ });
7393
+ var j;
7394
+ var init_j = __esm({
7395
+ "src/languages/j.ts"() {
7396
+ j = {
7397
+ slug: "j",
7398
+ publishedDate: "1990-01-01",
7399
+ extensions: [".ijs"],
7400
+ author: "Kenneth E. Iverson / Roger Hui",
7401
+ website: "https://www.jsoftware.com",
7402
+ paradigms: ["array", "functional", "tacit"],
7403
+ tooling: {
7404
+ runtimes: ["J Engine"],
7405
+ ecosystems: ["Data Science", "Numerical Computing"]
7406
+ },
7407
+ version: "J9.6",
7408
+ logo: "https://avatars.githubusercontent.com/u/583748?v=4",
7409
+ color: "#9EEDFF",
7410
+ i18n: {
7411
+ en: {
7412
+ name: "J",
7413
+ description: "A terse array language by the creator of APL, using ASCII instead of symbols.",
7414
+ longDescription: "J is an array programming language designed by Kenneth Iverson and Roger Hui as a successor to APL, replacing its special symbol set with ASCII digraphs. Programs compose verbs and adverbs over whole arrays, often in a point-free (tacit) style.\n\nJ excels at statistics, mathematical exploration, and data transformation, packing algorithms into remarkably short expressions. The interpreter, labs, and extensive vocabulary documentation are freely available from Jsoftware."
7415
+ },
7416
+ es: {
7417
+ name: "J",
7418
+ description: "Un lenguaje de arrays conciso del creador de APL, usando ASCII en lugar de s\xEDmbolos.",
7419
+ longDescription: "J es un lenguaje de programaci\xF3n de arrays dise\xF1ado por Kenneth Iverson y Roger Hui como sucesor de APL, reemplazando su juego de s\xEDmbolos especiales por d\xEDgrafos ASCII. Los programas componen verbos y adverbios sobre arrays completos, a menudo en estilo t\xE1cito (point-free).\n\nJ destaca en estad\xEDstica, exploraci\xF3n matem\xE1tica y transformaci\xF3n de datos, condensando algoritmos en expresiones notablemente cortas. El int\xE9rprete, los laboratorios y la extensa documentaci\xF3n de vocabulario est\xE1n disponibles gratuitamente en Jsoftware."
7420
+ },
7421
+ it: {
7422
+ name: "J",
7423
+ description: "Un linguaggio di array conciso del creatore di APL, con ASCII al posto dei simboli.",
7424
+ longDescription: "J \xE8 un linguaggio di programmazione di array progettato da Kenneth Iverson e Roger Hui come successore di APL, sostituendo il suo set di simboli speciali con digrammi ASCII. I programmi compongono verbi e avverbi su interi array, spesso in stile tacito (point-free).\n\nJ eccelle in statistica, esplorazione matematica e trasformazione dei dati, condensando algoritmi in espressioni notevolmente brevi. L'interprete, i laboratori e l'ampia documentazione del vocabolario sono disponibili gratuitamente da Jsoftware."
7425
+ },
7426
+ fr: {
7427
+ name: "J",
7428
+ description: "Un langage de tableaux concis du cr\xE9ateur d'APL, utilisant l'ASCII plut\xF4t que des symboles.",
7429
+ longDescription: "J est un langage de programmation de tableaux con\xE7u par Kenneth Iverson et Roger Hui comme successeur d'APL, rempla\xE7ant son jeu de symboles sp\xE9ciaux par des digrammes ASCII. Les programmes composent des verbes et des adverbes sur des tableaux entiers, souvent dans un style tacite (point-free).\n\nJ excelle en statistique, en exploration math\xE9matique et en transformation de donn\xE9es, condensant les algorithmes en expressions remarquablement courtes. L'interpr\xE9teur, les laboratoires et la vaste documentation du vocabulaire sont disponibles gratuitement chez Jsoftware."
7430
+ },
7431
+ de: {
7432
+ name: "J",
7433
+ description: "Eine knappe Array-Sprache vom Sch\xF6pfer von APL, mit ASCII statt Sonderzeichen.",
7434
+ longDescription: "J ist eine Array-Programmiersprache, die Kenneth Iverson und Roger Hui als Nachfolger von APL entworfen haben; der spezielle Symbolsatz wurde durch ASCII-Digraphen ersetzt. Programme komponieren Verben und Adverbien \xFCber ganze Arrays, oft im punktfreien (taciten) Stil.\n\nJ gl\xE4nzt bei Statistik, mathematischer Exploration und Datentransformation und verdichtet Algorithmen zu bemerkenswert kurzen Ausdr\xFCcken. Interpreter, Labs und die umfangreiche Vokabular-Dokumentation sind bei Jsoftware frei erh\xE4ltlich."
7435
+ },
7436
+ pt: {
7437
+ name: "J",
7438
+ description: "Uma linguagem de arrays concisa do criador do APL, usando ASCII em vez de s\xEDmbolos.",
7439
+ longDescription: "J \xE9 uma linguagem de programa\xE7\xE3o de arrays projetada por Kenneth Iverson e Roger Hui como sucessora do APL, substituindo seu conjunto de s\xEDmbolos especiais por d\xEDgrafos ASCII. Os programas comp\xF5em verbos e adv\xE9rbios sobre arrays inteiros, frequentemente em estilo t\xE1cito (point-free).\n\nJ se destaca em estat\xEDstica, explora\xE7\xE3o matem\xE1tica e transforma\xE7\xE3o de dados, condensando algoritmos em express\xF5es notavelmente curtas. O interpretador, os laborat\xF3rios e a extensa documenta\xE7\xE3o de vocabul\xE1rio est\xE3o dispon\xEDveis gratuitamente na Jsoftware."
7440
+ }
7441
+ }
7442
+ };
7443
+ }
7444
+ });
7445
+
6873
7446
  // src/languages/janet.ts
6874
7447
  var janet_exports = {};
6875
7448
  __export(janet_exports, {
@@ -7350,6 +7923,9 @@ var init_json5 = __esm({
7350
7923
  author: "Aseem Kishore",
7351
7924
  website: "https://json5.org",
7352
7925
  paradigms: ["declarative"],
7926
+ relations: {
7927
+ supersetOf: ["json"]
7928
+ },
7353
7929
  tooling: {
7354
7930
  runtimes: ["Node.js", "Browser"],
7355
7931
  packageManagers: ["npm", "pnpm", "Yarn"],
@@ -7467,6 +8043,9 @@ var init_jsonc = __esm({
7467
8043
  author: "Microsoft",
7468
8044
  website: "https://jsonc.org",
7469
8045
  paradigms: ["data serialization", "configuration"],
8046
+ relations: {
8047
+ supersetOf: ["json"]
8048
+ },
7470
8049
  tooling: {
7471
8050
  runtimes: ["Editors", "Build tools"],
7472
8051
  ecosystems: ["JavaScript", "TypeScript", "Configuration"]
@@ -8114,6 +8693,10 @@ var init_less = __esm({
8114
8693
  author: "Alexis Sellier / Less Core Team",
8115
8694
  website: "https://lesscss.org",
8116
8695
  paradigms: ["declarative", "stylesheet", "preprocessor"],
8696
+ relations: {
8697
+ dialectOf: ["css"],
8698
+ compilesTo: ["css"]
8699
+ },
8117
8700
  tooling: {
8118
8701
  runtimes: ["Less.js", "Node.js", "Browser"],
8119
8702
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
@@ -8179,7 +8762,7 @@ var init_lex = __esm({
8179
8762
  ecosystems: ["Compilers", "Language Tooling", "Unix"]
8180
8763
  },
8181
8764
  version: "POSIX lex / flex 2.6.4",
8182
- logo: "https://dummyimage.com/32x32/DBCA00/000000.png&text=Lex",
8765
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/lex.svg",
8183
8766
  color: "#DBCA00",
8184
8767
  i18n: {
8185
8768
  en: {
@@ -8701,6 +9284,9 @@ var init_luau = __esm({
8701
9284
  author: "Roblox",
8702
9285
  website: "https://luau.org",
8703
9286
  paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
9287
+ relations: {
9288
+ supersetOf: ["lua"]
9289
+ },
8704
9290
  tooling: {
8705
9291
  runtimes: ["Luau VM", "Roblox"],
8706
9292
  packageManagers: ["Wally", "Pesde"],
@@ -9165,6 +9751,9 @@ var init_mdx = __esm({
9165
9751
  author: "MDX contributors",
9166
9752
  website: "https://mdxjs.com",
9167
9753
  paradigms: ["markup", "component-oriented", "declarative", "documentation"],
9754
+ relations: {
9755
+ supersetOf: ["markdown"]
9756
+ },
9168
9757
  tooling: {
9169
9758
  runtimes: ["React", "Node.js"],
9170
9759
  packageManagers: ["npm", "Yarn", "pnpm"],
@@ -9522,7 +10111,7 @@ var init_modula_2 = __esm({
9522
10111
  ecosystems: ["Systems Programming", "Education", "Language History"]
9523
10112
  },
9524
10113
  version: "ISO/IEC 10514-1:1996",
9525
- logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
10114
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/modula-2.svg",
9526
10115
  color: "#2563EB",
9527
10116
  i18n: {
9528
10117
  en: {
@@ -10098,6 +10687,9 @@ var init_nim = __esm({
10098
10687
  author: "Andreas Rumpf",
10099
10688
  website: "https://nim-lang.org",
10100
10689
  paradigms: ["systems", "imperative", "functional", "metaprogramming", "statically typed"],
10690
+ relations: {
10691
+ compilesTo: ["c", "javascript"]
10692
+ },
10101
10693
  tooling: {
10102
10694
  runtimes: ["Native", "JavaScript"],
10103
10695
  packageManagers: ["Nimble"],
@@ -10201,6 +10793,66 @@ var init_nix = __esm({
10201
10793
  }
10202
10794
  });
10203
10795
 
10796
+ // src/languages/noir.ts
10797
+ var noir_exports = {};
10798
+ __export(noir_exports, {
10799
+ noir: () => noir
10800
+ });
10801
+ var noir;
10802
+ var init_noir = __esm({
10803
+ "src/languages/noir.ts"() {
10804
+ noir = {
10805
+ slug: "noir",
10806
+ status: "experimental",
10807
+ publishedDate: "2022-01-01",
10808
+ extensions: [".nr"],
10809
+ author: "Aztec Labs",
10810
+ website: "https://noir-lang.org",
10811
+ paradigms: ["imperative", "declarative", "zero-knowledge"],
10812
+ tooling: {
10813
+ runtimes: ["ACVM"],
10814
+ packageManagers: ["Nargo"],
10815
+ ecosystems: ["Blockchain", "Cryptography", "Web3"]
10816
+ },
10817
+ version: "1.0.0-beta",
10818
+ logo: "https://avatars.githubusercontent.com/u/72610319?v=4",
10819
+ color: "#2F1F49",
10820
+ i18n: {
10821
+ en: {
10822
+ name: "Noir",
10823
+ description: "A Rust-like language for writing zero-knowledge proof circuits.",
10824
+ longDescription: "Noir is a domain-specific language for writing zero-knowledge circuits, developed by Aztec Labs. Programs written in Rust-like syntax compile to an intermediate representation (ACIR) that can target multiple proving backends, abstracting away the cryptographic machinery of ZK-SNARKs.\n\nWith the Nargo toolchain for building, testing, and proving, Noir is used for private smart contracts, identity proofs, and verifiable computation across the zero-knowledge ecosystem."
10825
+ },
10826
+ es: {
10827
+ name: "Noir",
10828
+ description: "Un lenguaje similar a Rust para escribir circuitos de pruebas de conocimiento cero.",
10829
+ longDescription: "Noir es un lenguaje de dominio espec\xEDfico para escribir circuitos de conocimiento cero, desarrollado por Aztec Labs. Los programas, con sintaxis similar a Rust, compilan a una representaci\xF3n intermedia (ACIR) que puede apuntar a m\xFAltiples backends de prueba, abstrayendo la maquinaria criptogr\xE1fica de los ZK-SNARKs.\n\nCon la cadena de herramientas Nargo para compilar, probar y generar pruebas, Noir se usa en contratos inteligentes privados, pruebas de identidad y computaci\xF3n verificable en el ecosistema de conocimiento cero."
10830
+ },
10831
+ it: {
10832
+ name: "Noir",
10833
+ description: "Un linguaggio simile a Rust per scrivere circuiti a conoscenza zero.",
10834
+ longDescription: "Noir \xE8 un linguaggio di dominio specifico per scrivere circuiti a conoscenza zero, sviluppato da Aztec Labs. I programmi, con sintassi simile a Rust, compilano in una rappresentazione intermedia (ACIR) che pu\xF2 puntare a pi\xF9 backend di prova, astraendo la macchina crittografica degli ZK-SNARK.\n\nCon la toolchain Nargo per compilare, testare e generare prove, Noir \xE8 usato per smart contract privati, prove di identit\xE0 e computazione verificabile in tutto l'ecosistema a conoscenza zero."
10835
+ },
10836
+ fr: {
10837
+ name: "Noir",
10838
+ description: "Un langage proche de Rust pour \xE9crire des circuits \xE0 divulgation nulle de connaissance.",
10839
+ longDescription: "Noir est un langage d\xE9di\xE9 \xE0 l'\xE9criture de circuits \xE0 divulgation nulle de connaissance, d\xE9velopp\xE9 par Aztec Labs. Les programmes, \xE0 la syntaxe proche de Rust, compilent vers une repr\xE9sentation interm\xE9diaire (ACIR) capable de cibler plusieurs backends de preuve, en masquant la machinerie cryptographique des ZK-SNARKs.\n\nAvec la cha\xEEne d'outils Nargo pour compiler, tester et prouver, Noir sert aux contrats intelligents priv\xE9s, aux preuves d'identit\xE9 et au calcul v\xE9rifiable dans l'\xE9cosyst\xE8me zero-knowledge."
10840
+ },
10841
+ de: {
10842
+ name: "Noir",
10843
+ description: "Eine Rust-\xE4hnliche Sprache zum Schreiben von Zero-Knowledge-Beweis-Schaltkreisen.",
10844
+ longDescription: "Noir ist eine dom\xE4nenspezifische Sprache zum Schreiben von Zero-Knowledge-Schaltkreisen, entwickelt von Aztec Labs. Programme in Rust-\xE4hnlicher Syntax kompilieren zu einer Zwischendarstellung (ACIR), die mehrere Proving-Backends ansteuern kann und die kryptografische Maschinerie von ZK-SNARKs abstrahiert.\n\nMit der Nargo-Toolchain zum Bauen, Testen und Beweisen wird Noir f\xFCr private Smart Contracts, Identit\xE4tsnachweise und verifizierbare Berechnungen im Zero-Knowledge-\xD6kosystem eingesetzt."
10845
+ },
10846
+ pt: {
10847
+ name: "Noir",
10848
+ description: "Uma linguagem parecida com Rust para escrever circuitos de conhecimento zero.",
10849
+ longDescription: "Noir \xE9 uma linguagem de dom\xEDnio espec\xEDfico para escrever circuitos de conhecimento zero, desenvolvida pela Aztec Labs. Os programas, com sintaxe parecida com Rust, compilam para uma representa\xE7\xE3o intermedi\xE1ria (ACIR) que pode mirar v\xE1rios backends de prova, abstraindo a maquinaria criptogr\xE1fica dos ZK-SNARKs.\n\nCom a toolchain Nargo para compilar, testar e provar, o Noir \xE9 usado em contratos inteligentes privados, provas de identidade e computa\xE7\xE3o verific\xE1vel em todo o ecossistema de conhecimento zero."
10850
+ }
10851
+ }
10852
+ };
10853
+ }
10854
+ });
10855
+
10204
10856
  // src/languages/nunjucks.ts
10205
10857
  var nunjucks_exports = {};
10206
10858
  __export(nunjucks_exports, {
@@ -10280,7 +10932,7 @@ var init_nushell = __esm({
10280
10932
  packageManagers: ["nupm"],
10281
10933
  ecosystems: ["Shell", "Unix", "Windows", "macOS"]
10282
10934
  },
10283
- version: "0.114.0",
10935
+ version: "0.114.1",
10284
10936
  logo: "https://cdn.simpleicons.org/nushell/3AA675",
10285
10937
  color: "#3AA675",
10286
10938
  i18n: {
@@ -10339,7 +10991,7 @@ var init_oberon = __esm({
10339
10991
  ecosystems: ["Operating Systems", "Education", "Language Design"]
10340
10992
  },
10341
10993
  version: "Oberon-2",
10342
- logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
10994
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/oberon.svg",
10343
10995
  color: "#0F766E",
10344
10996
  i18n: {
10345
10997
  en: {
@@ -10393,6 +11045,9 @@ var init_objective_c = __esm({
10393
11045
  author: "Brad Cox / Tom Love",
10394
11046
  website: "https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/",
10395
11047
  paradigms: ["class-based", "dynamic", "object-oriented", "reflective"],
11048
+ relations: {
11049
+ supersetOf: ["c"]
11050
+ },
10396
11051
  tooling: {
10397
11052
  runtimes: ["Objective-C runtime", "Apple platforms", "GNUstep"],
10398
11053
  packageManagers: ["CocoaPods", "Swift Package Manager"],
@@ -11271,6 +11926,9 @@ var init_plpgsql = __esm({
11271
11926
  author: "PostgreSQL Global Development Group",
11272
11927
  website: "https://www.postgresql.org/docs/current/plpgsql.html",
11273
11928
  paradigms: ["procedural", "database"],
11929
+ relations: {
11930
+ dialectOf: ["sql"]
11931
+ },
11274
11932
  tooling: {
11275
11933
  runtimes: ["PostgreSQL"],
11276
11934
  ecosystems: ["Relational databases", "Stored procedures"]
@@ -11329,6 +11987,9 @@ var init_plsql = __esm({
11329
11987
  author: "Oracle",
11330
11988
  website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
11331
11989
  paradigms: ["procedural", "database", "declarative", "imperative"],
11990
+ relations: {
11991
+ dialectOf: ["sql"]
11992
+ },
11332
11993
  tooling: {
11333
11994
  runtimes: ["Oracle Database"],
11334
11995
  ecosystems: ["Oracle", "SQL", "Enterprise Data"]
@@ -11957,6 +12618,68 @@ var init_protobuf = __esm({
11957
12618
  }
11958
12619
  });
11959
12620
 
12621
+ // src/languages/prql.ts
12622
+ var prql_exports = {};
12623
+ __export(prql_exports, {
12624
+ prql: () => prql
12625
+ });
12626
+ var prql;
12627
+ var init_prql = __esm({
12628
+ "src/languages/prql.ts"() {
12629
+ prql = {
12630
+ slug: "prql",
12631
+ status: "experimental",
12632
+ publishedDate: "2022-01-24",
12633
+ extensions: [".prql"],
12634
+ author: "PRQL project",
12635
+ website: "https://prql-lang.org",
12636
+ paradigms: ["declarative", "functional", "query"],
12637
+ relations: {
12638
+ compilesTo: ["sql"]
12639
+ },
12640
+ tooling: {
12641
+ runtimes: ["prqlc"],
12642
+ ecosystems: ["Databases", "Data Processing"]
12643
+ },
12644
+ version: "0.13.0",
12645
+ logo: "https://avatars.githubusercontent.com/u/102252800?v=4",
12646
+ color: "#4A6FBF",
12647
+ i18n: {
12648
+ en: {
12649
+ name: "PRQL",
12650
+ description: "A pipelined relational query language that compiles to readable SQL.",
12651
+ longDescription: "PRQL (Pipelined Relational Query Language) reimagines SQL as a series of transformations: each line filters, derives, aggregates, or sorts the result of the previous one, with variables, functions, and consistent syntax replacing SQL's irregularities.\n\nThe prqlc compiler emits standard SQL for many dialects \u2014 PostgreSQL, DuckDB, SQLite, MySQL, and more \u2014 so PRQL works with existing databases and integrates into Python, Rust, JavaScript, and dbt workflows."
12652
+ },
12653
+ es: {
12654
+ name: "PRQL",
12655
+ description: "Un lenguaje de consultas relacional en tuber\xEDas que compila a SQL legible.",
12656
+ longDescription: "PRQL (Pipelined Relational Query Language) reimagina SQL como una serie de transformaciones: cada l\xEDnea filtra, deriva, agrega u ordena el resultado de la anterior, con variables, funciones y una sintaxis consistente que reemplaza las irregularidades de SQL.\n\nEl compilador prqlc emite SQL est\xE1ndar para muchos dialectos \u2014 PostgreSQL, DuckDB, SQLite, MySQL y m\xE1s \u2014 de modo que PRQL funciona con bases de datos existentes y se integra en flujos de Python, Rust, JavaScript y dbt."
12657
+ },
12658
+ it: {
12659
+ name: "PRQL",
12660
+ description: "Un linguaggio di query relazionale a pipeline che compila in SQL leggibile.",
12661
+ longDescription: "PRQL (Pipelined Relational Query Language) reimmagina SQL come una serie di trasformazioni: ogni riga filtra, deriva, aggrega oppure ordina il risultato della precedente, con variabili, funzioni e una sintassi coerente al posto delle irregolarit\xE0 di SQL.\n\nIl compilatore prqlc emette SQL standard per molti dialetti \u2014 PostgreSQL, DuckDB, SQLite, MySQL e altri \u2014 quindi PRQL funziona con i database esistenti e si integra nei flussi Python, Rust, JavaScript e dbt."
12662
+ },
12663
+ fr: {
12664
+ name: "PRQL",
12665
+ description: "Un langage de requ\xEAte relationnel en pipeline qui compile vers du SQL lisible.",
12666
+ longDescription: "PRQL (Pipelined Relational Query Language) r\xE9invente SQL comme une s\xE9rie de transformations : chaque ligne filtre, d\xE9rive, agr\xE8ge ou trie le r\xE9sultat de la pr\xE9c\xE9dente, avec des variables, des fonctions et une syntaxe coh\xE9rente rempla\xE7ant les irr\xE9gularit\xE9s de SQL.\n\nLe compilateur prqlc \xE9met du SQL standard pour de nombreux dialectes \u2014 PostgreSQL, DuckDB, SQLite, MySQL et plus \u2014 de sorte que PRQL fonctionne avec les bases existantes et s'int\xE8gre aux flux Python, Rust, JavaScript et dbt."
12667
+ },
12668
+ de: {
12669
+ name: "PRQL",
12670
+ description: "Eine relationale Pipeline-Abfragesprache, die zu lesbarem SQL kompiliert.",
12671
+ longDescription: "PRQL (Pipelined Relational Query Language) denkt SQL als Folge von Transformationen neu: Jede Zeile filtert, leitet ab, aggregiert oder sortiert das Ergebnis der vorherigen, mit Variablen, Funktionen und konsistenter Syntax anstelle der Unregelm\xE4\xDFigkeiten von SQL.\n\nDer prqlc-Compiler erzeugt Standard-SQL f\xFCr viele Dialekte \u2014 PostgreSQL, DuckDB, SQLite, MySQL und mehr \u2014, sodass PRQL mit bestehenden Datenbanken funktioniert und sich in Python-, Rust-, JavaScript- und dbt-Workflows integriert."
12672
+ },
12673
+ pt: {
12674
+ name: "PRQL",
12675
+ description: "Uma linguagem de consulta relacional em pipeline que compila para SQL leg\xEDvel.",
12676
+ longDescription: "PRQL (Pipelined Relational Query Language) reimagina o SQL como uma s\xE9rie de transforma\xE7\xF5es: cada linha filtra, deriva, agrega ou ordena o resultado da anterior, com vari\xE1veis, fun\xE7\xF5es e sintaxe consistente no lugar das irregularidades do SQL.\n\nO compilador prqlc emite SQL padr\xE3o para muitos dialetos \u2014 PostgreSQL, DuckDB, SQLite, MySQL e mais \u2014 de modo que o PRQL funciona com bancos existentes e se integra a fluxos Python, Rust, JavaScript e dbt."
12677
+ }
12678
+ }
12679
+ };
12680
+ }
12681
+ });
12682
+
11960
12683
  // src/languages/pug.ts
11961
12684
  var pug_exports = {};
11962
12685
  __export(pug_exports, {
@@ -12090,6 +12813,9 @@ var init_purescript = __esm({
12090
12813
  author: "Phil Freeman / PureScript contributors",
12091
12814
  website: "https://www.purescript.org",
12092
12815
  paradigms: ["functional", "pure", "statically typed", "declarative"],
12816
+ relations: {
12817
+ compilesTo: ["javascript"]
12818
+ },
12093
12819
  tooling: {
12094
12820
  runtimes: ["JavaScript", "Node.js"],
12095
12821
  packageManagers: ["Spago", "npm"],
@@ -12194,6 +12920,65 @@ var init_python = __esm({
12194
12920
  }
12195
12921
  });
12196
12922
 
12923
+ // src/languages/q.ts
12924
+ var q_exports = {};
12925
+ __export(q_exports, {
12926
+ q: () => q
12927
+ });
12928
+ var q;
12929
+ var init_q = __esm({
12930
+ "src/languages/q.ts"() {
12931
+ q = {
12932
+ slug: "q",
12933
+ aliases: ["kdb", "kdb+"],
12934
+ publishedDate: "2003-01-01",
12935
+ extensions: [".q", ".k"],
12936
+ author: "Arthur Whitney / Kx Systems",
12937
+ website: "https://kx.com",
12938
+ paradigms: ["array", "functional", "query"],
12939
+ tooling: {
12940
+ runtimes: ["kdb+"],
12941
+ ecosystems: ["Finance", "Data Science", "Time Series"]
12942
+ },
12943
+ version: "q 4.1",
12944
+ logo: "https://avatars.githubusercontent.com/u/11446750?v=4",
12945
+ color: "#0040CD",
12946
+ i18n: {
12947
+ en: {
12948
+ name: "q / kdb+",
12949
+ description: "An array and query language built into the kdb+ time-series database.",
12950
+ longDescription: "q is the programming and query language of kdb+, the columnar time-series database from Kx Systems. Descended from APL and K, it operates on whole vectors and tables with an extremely terse syntax and treats queries, analytics, and stored procedures as one language.\n\nq/kdb+ dominates tick-data capture and real-time analytics in investment banks, hedge funds, and exchanges, where its in-memory column store processes billions of records with low latency."
12951
+ },
12952
+ es: {
12953
+ name: "q / kdb+",
12954
+ description: "Un lenguaje de arrays y consultas integrado en la base de datos de series temporales kdb+.",
12955
+ longDescription: "q es el lenguaje de programaci\xF3n y consulta de kdb+, la base de datos columnar de series temporales de Kx Systems. Descendiente de APL y K, opera sobre vectores y tablas completas con una sintaxis extremadamente concisa y trata consultas, anal\xEDtica y procedimientos almacenados como un solo lenguaje.\n\nq/kdb+ domina la captura de datos de tick y la anal\xEDtica en tiempo real en bancos de inversi\xF3n, hedge funds y bolsas, donde su almac\xE9n columnar en memoria procesa miles de millones de registros con baja latencia."
12956
+ },
12957
+ it: {
12958
+ name: "q / kdb+",
12959
+ description: "Un linguaggio di array e query integrato nel database di serie temporali kdb+.",
12960
+ longDescription: "q \xE8 il linguaggio di programmazione e interrogazione di kdb+, il database colonnare di serie temporali di Kx Systems. Discendente di APL e K, opera su vettori e tabelle interi con una sintassi estremamente concisa e tratta query, analisi e stored procedure come un unico linguaggio.\n\nq/kdb+ domina la cattura dei dati tick e le analisi in tempo reale in banche di investimento, hedge fund e borse, dove il suo archivio colonnare in memoria elabora miliardi di record a bassa latenza."
12961
+ },
12962
+ fr: {
12963
+ name: "q / kdb+",
12964
+ description: "Un langage de tableaux et de requ\xEAtes int\xE9gr\xE9 \xE0 la base de s\xE9ries temporelles kdb+.",
12965
+ longDescription: "q est le langage de programmation et de requ\xEAte de kdb+, la base de donn\xE9es colonne de s\xE9ries temporelles de Kx Systems. Descendant d'APL et de K, il op\xE8re sur des vecteurs et des tables entiers avec une syntaxe extr\xEAmement concise et traite requ\xEAtes, analyses et proc\xE9dures stock\xE9es comme un seul langage.\n\nq/kdb+ domine la capture de donn\xE9es tick et l'analytique temps r\xE9el dans les banques d'investissement, les hedge funds et les bourses, o\xF9 son stockage colonne en m\xE9moire traite des milliards d'enregistrements \xE0 faible latence."
12966
+ },
12967
+ de: {
12968
+ name: "q / kdb+",
12969
+ description: "Eine Array- und Abfragesprache, eingebaut in die Zeitreihen-Datenbank kdb+.",
12970
+ longDescription: "q ist die Programmier- und Abfragesprache von kdb+, der spaltenorientierten Zeitreihen-Datenbank von Kx Systems. Als Nachfahre von APL und K arbeitet sie auf ganzen Vektoren und Tabellen mit extrem knapper Syntax und behandelt Abfragen, Analysen und Stored Procedures als eine Sprache.\n\nq/kdb+ dominiert die Tick-Daten-Erfassung und Echtzeit-Analytik in Investmentbanken, Hedgefonds und B\xF6rsen, wo der spaltenorientierte In-Memory-Speicher Milliarden von Datens\xE4tzen mit geringer Latenz verarbeitet."
12971
+ },
12972
+ pt: {
12973
+ name: "q / kdb+",
12974
+ description: "Uma linguagem de arrays e consultas embutida no banco de s\xE9ries temporais kdb+.",
12975
+ longDescription: "q \xE9 a linguagem de programa\xE7\xE3o e consulta do kdb+, o banco de dados colunar de s\xE9ries temporais da Kx Systems. Descendente de APL e K, opera sobre vetores e tabelas inteiros com uma sintaxe extremamente concisa e trata consultas, an\xE1lises e stored procedures como uma \xFAnica linguagem.\n\nq/kdb+ domina a captura de dados de tick e a an\xE1lise em tempo real em bancos de investimento, fundos de hedge e bolsas, onde seu armazenamento colunar em mem\xF3ria processa bilh\xF5es de registros com baixa lat\xEAncia."
12976
+ }
12977
+ }
12978
+ };
12979
+ }
12980
+ });
12981
+
12197
12982
  // src/languages/qmake.ts
12198
12983
  var qmake_exports = {};
12199
12984
  __export(qmake_exports, {
@@ -12622,6 +13407,9 @@ var init_reasonml = __esm({
12622
13407
  author: "Jordan Walke / Reason contributors",
12623
13408
  website: "https://reasonml.github.io",
12624
13409
  paradigms: ["functional", "statically typed", "multi-paradigm"],
13410
+ relations: {
13411
+ compilesTo: ["javascript", "ocaml"]
13412
+ },
12625
13413
  tooling: {
12626
13414
  runtimes: ["OCaml", "JavaScript"],
12627
13415
  packageManagers: ["opam", "npm"],
@@ -12841,6 +13629,65 @@ var init_rego = __esm({
12841
13629
  }
12842
13630
  });
12843
13631
 
13632
+ // src/languages/renpy.ts
13633
+ var renpy_exports = {};
13634
+ __export(renpy_exports, {
13635
+ renpy: () => renpy
13636
+ });
13637
+ var renpy;
13638
+ var init_renpy = __esm({
13639
+ "src/languages/renpy.ts"() {
13640
+ renpy = {
13641
+ slug: "renpy",
13642
+ aliases: ["ren'py"],
13643
+ publishedDate: "2004-08-24",
13644
+ extensions: [".rpy", ".rpym"],
13645
+ author: "Tom Rothamel",
13646
+ website: "https://www.renpy.org",
13647
+ paradigms: ["imperative", "scripting", "narrative"],
13648
+ tooling: {
13649
+ runtimes: ["Ren'Py Engine", "CPython"],
13650
+ ecosystems: ["Game Development", "Interactive Fiction"]
13651
+ },
13652
+ version: "8.3.7",
13653
+ logo: "https://avatars.githubusercontent.com/u/1900740?v=4",
13654
+ color: "#FF7F7F",
13655
+ i18n: {
13656
+ en: {
13657
+ name: "Ren'Py",
13658
+ description: "A visual novel engine with a screenplay-like script language embedding Python.",
13659
+ longDescription: "Ren'Py is an open-source engine for visual novels and story-driven games. Its script language reads like a screenplay \u2014 labels, dialogue, menus, and scene statements \u2014 while full Python can be embedded anywhere game logic needs it.\n\nThousands of commercial and free titles ship on Ren'Py, which exports to Windows, macOS, Linux, Android, iOS, and the web, and includes built-in support for saves, rollback, localization, and accessibility."
13660
+ },
13661
+ es: {
13662
+ name: "Ren'Py",
13663
+ description: "Un motor de novelas visuales con un lenguaje de guion tipo cinematogr\xE1fico que embebe Python.",
13664
+ longDescription: "Ren'Py es un motor de c\xF3digo abierto para novelas visuales y juegos narrativos. Su lenguaje de script se lee como un guion \u2014 etiquetas, di\xE1logo, men\xFAs y sentencias de escena \u2014 mientras que Python completo puede embeberse donde la l\xF3gica del juego lo necesite.\n\nMiles de t\xEDtulos comerciales y gratuitos se publican con Ren'Py, que exporta a Windows, macOS, Linux, Android, iOS y la web, e incluye soporte integrado para guardados, rollback, localizaci\xF3n y accesibilidad."
13665
+ },
13666
+ it: {
13667
+ name: "Ren'Py",
13668
+ description: "Un motore per visual novel con un linguaggio di script simile a una sceneggiatura che incorpora Python.",
13669
+ longDescription: "Ren'Py \xE8 un motore open source per visual novel e giochi narrativi. Il suo linguaggio di script si legge come una sceneggiatura \u2014 etichette, dialoghi, menu e istruzioni di scena \u2014 mentre Python completo pu\xF2 essere incorporato ovunque serva logica di gioco.\n\nMigliaia di titoli commerciali e gratuiti sono pubblicati con Ren'Py, che esporta su Windows, macOS, Linux, Android, iOS e web, e include supporto integrato per salvataggi, rollback, localizzazione e accessibilit\xE0."
13670
+ },
13671
+ fr: {
13672
+ name: "Ren'Py",
13673
+ description: "Un moteur de visual novels au langage de script fa\xE7on sc\xE9nario, avec Python int\xE9gr\xE9.",
13674
+ longDescription: "Ren'Py est un moteur open source pour visual novels et jeux narratifs. Son langage de script se lit comme un sc\xE9nario \u2014 \xE9tiquettes, dialogues, menus et instructions de sc\xE8ne \u2014 tandis que Python complet peut \xEAtre int\xE9gr\xE9 partout o\xF9 la logique du jeu l'exige.\n\nDes milliers de titres commerciaux et gratuits sortent sur Ren'Py, qui exporte vers Windows, macOS, Linux, Android, iOS et le web, avec une prise en charge int\xE9gr\xE9e des sauvegardes, du rollback, de la localisation et de l'accessibilit\xE9."
13675
+ },
13676
+ de: {
13677
+ name: "Ren'Py",
13678
+ description: "Eine Visual-Novel-Engine mit drehbuchartiger Skriptsprache und eingebettetem Python.",
13679
+ longDescription: "Ren'Py ist eine Open-Source-Engine f\xFCr Visual Novels und erz\xE4hlgetriebene Spiele. Die Skriptsprache liest sich wie ein Drehbuch \u2014 Labels, Dialoge, Men\xFCs und Szenenanweisungen \u2014, w\xE4hrend vollst\xE4ndiges Python \xFCberall eingebettet werden kann, wo Spiellogik n\xF6tig ist.\n\nTausende kommerzielle und freie Titel erscheinen auf Ren'Py, das nach Windows, macOS, Linux, Android, iOS und ins Web exportiert und eingebaute Unterst\xFCtzung f\xFCr Spielst\xE4nde, Rollback, Lokalisierung und Barrierefreiheit mitbringt."
13680
+ },
13681
+ pt: {
13682
+ name: "Ren'Py",
13683
+ description: "Um motor de visual novels com linguagem de script estilo roteiro que incorpora Python.",
13684
+ longDescription: "Ren'Py \xE9 um motor de c\xF3digo aberto para visual novels e jogos narrativos. Sua linguagem de script se l\xEA como um roteiro \u2014 r\xF3tulos, di\xE1logos, menus e instru\xE7\xF5es de cena \u2014 enquanto Python completo pode ser incorporado onde a l\xF3gica do jogo precisar.\n\nMilhares de t\xEDtulos comerciais e gratuitos s\xE3o lan\xE7ados com Ren'Py, que exporta para Windows, macOS, Linux, Android, iOS e web, e inclui suporte embutido a salvamentos, rollback, localiza\xE7\xE3o e acessibilidade."
13685
+ }
13686
+ }
13687
+ };
13688
+ }
13689
+ });
13690
+
12844
13691
  // src/languages/rescript.ts
12845
13692
  var rescript_exports = {};
12846
13693
  __export(rescript_exports, {
@@ -12856,6 +13703,9 @@ var init_rescript = __esm({
12856
13703
  author: "ReScript Association",
12857
13704
  website: "https://rescript-lang.org",
12858
13705
  paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
13706
+ relations: {
13707
+ compilesTo: ["javascript"]
13708
+ },
12859
13709
  tooling: {
12860
13710
  runtimes: ["JavaScript", "Node.js", "Browser"],
12861
13711
  packageManagers: ["npm", "pnpm", "Yarn"],
@@ -13443,6 +14293,10 @@ var init_scss = __esm({
13443
14293
  author: "Hampton Catlin / Natalie Weizenbaum / Chris Eppstein",
13444
14294
  website: "https://sass-lang.com",
13445
14295
  paradigms: ["declarative", "stylesheet", "preprocessor"],
14296
+ relations: {
14297
+ supersetOf: ["css"],
14298
+ compilesTo: ["css"]
14299
+ },
13446
14300
  tooling: {
13447
14301
  runtimes: ["Dart Sass"],
13448
14302
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
@@ -13566,7 +14420,7 @@ var init_simula = __esm({
13566
14420
  ecosystems: ["Simulation", "Language history"]
13567
14421
  },
13568
14422
  version: "Simula 67",
13569
- logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Si",
14423
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/simula.svg",
13570
14424
  color: "#2563EB",
13571
14425
  i18n: {
13572
14426
  en: {
@@ -13604,6 +14458,67 @@ var init_simula = __esm({
13604
14458
  }
13605
14459
  });
13606
14460
 
14461
+ // src/languages/slang.ts
14462
+ var slang_exports = {};
14463
+ __export(slang_exports, {
14464
+ slang: () => slang
14465
+ });
14466
+ var slang;
14467
+ var init_slang = __esm({
14468
+ "src/languages/slang.ts"() {
14469
+ slang = {
14470
+ slug: "slang",
14471
+ publishedDate: "2017-01-01",
14472
+ extensions: [".slang"],
14473
+ author: "NVIDIA / Khronos Group",
14474
+ website: "https://shader-slang.org",
14475
+ paradigms: ["imperative", "shader", "generic"],
14476
+ relations: {
14477
+ compilesTo: ["hlsl", "glsl", "metal", "wgsl"]
14478
+ },
14479
+ tooling: {
14480
+ runtimes: ["Vulkan", "Direct3D", "Metal", "WebGPU"],
14481
+ ecosystems: ["GPU", "Graphics", "Game Development"]
14482
+ },
14483
+ version: "stable",
14484
+ logo: "https://avatars.githubusercontent.com/u/29205606?v=4",
14485
+ color: "#1FBEC9",
14486
+ i18n: {
14487
+ en: {
14488
+ name: "Slang",
14489
+ description: "A modern shading language that cross-compiles to HLSL, GLSL, Metal, and WGSL.",
14490
+ longDescription: "Slang is a shading language that extends HLSL with modules, generics, interfaces, and automatic differentiation. A single Slang codebase cross-compiles to HLSL, GLSL, SPIR-V, Metal, WGSL, and CUDA, eliminating per-API shader duplication.\n\nOriginally developed at NVIDIA and now hosted by the Khronos Group, Slang powers production renderers and research frameworks, with differentiable shading making it popular for machine-learning graphics."
14491
+ },
14492
+ es: {
14493
+ name: "Slang",
14494
+ description: "Un lenguaje de shaders moderno que compila de forma cruzada a HLSL, GLSL, Metal y WGSL.",
14495
+ longDescription: "Slang es un lenguaje de shaders que extiende HLSL con m\xF3dulos, gen\xE9ricos, interfaces y diferenciaci\xF3n autom\xE1tica. Una sola base de c\xF3digo Slang se compila de forma cruzada a HLSL, GLSL, SPIR-V, Metal, WGSL y CUDA, eliminando la duplicaci\xF3n de shaders por API.\n\nDesarrollado originalmente en NVIDIA y ahora alojado por el Grupo Khronos, Slang impulsa renderizadores de producci\xF3n y frameworks de investigaci\xF3n, y su shading diferenciable lo hace popular en gr\xE1ficos con machine learning."
14496
+ },
14497
+ it: {
14498
+ name: "Slang",
14499
+ description: "Un moderno linguaggio di shading che compila verso HLSL, GLSL, Metal e WGSL.",
14500
+ longDescription: "Slang \xE8 un linguaggio di shading che estende HLSL con moduli, generics, interfacce e differenziazione automatica. Una singola base di codice Slang si compila verso HLSL, GLSL, SPIR-V, Metal, WGSL e CUDA, eliminando la duplicazione degli shader per ogni API.\n\nSviluppato originariamente da NVIDIA e ora ospitato dal Khronos Group, Slang alimenta renderer di produzione e framework di ricerca, e lo shading differenziabile lo rende popolare nella grafica per il machine learning."
14501
+ },
14502
+ fr: {
14503
+ name: "Slang",
14504
+ description: "Un langage de shading moderne qui se compile vers HLSL, GLSL, Metal et WGSL.",
14505
+ longDescription: "Slang est un langage de shading qui \xE9tend HLSL avec des modules, des g\xE9n\xE9riques, des interfaces et la diff\xE9rentiation automatique. Une seule base de code Slang se compile vers HLSL, GLSL, SPIR-V, Metal, WGSL et CUDA, \xE9liminant la duplication de shaders par API.\n\nD\xE9velopp\xE9 \xE0 l'origine chez NVIDIA et d\xE9sormais h\xE9berg\xE9 par le Khronos Group, Slang alimente des moteurs de rendu en production et des frameworks de recherche, et son shading diff\xE9rentiable le rend populaire pour les graphismes en machine learning."
14506
+ },
14507
+ de: {
14508
+ name: "Slang",
14509
+ description: "Eine moderne Shading-Sprache, die nach HLSL, GLSL, Metal und WGSL cross-kompiliert.",
14510
+ longDescription: "Slang ist eine Shading-Sprache, die HLSL um Module, Generics, Interfaces und automatische Differentiation erweitert. Eine einzige Slang-Codebasis wird nach HLSL, GLSL, SPIR-V, Metal, WGSL und CUDA cross-kompiliert und beseitigt so die Shader-Duplikation pro API.\n\nUrspr\xFCnglich bei NVIDIA entwickelt und heute von der Khronos Group betreut, treibt Slang Produktions-Renderer und Forschungs-Frameworks an; differenzierbares Shading macht es in der Machine-Learning-Grafik beliebt."
14511
+ },
14512
+ pt: {
14513
+ name: "Slang",
14514
+ description: "Uma linguagem de shaders moderna que compila para HLSL, GLSL, Metal e WGSL.",
14515
+ longDescription: "Slang \xE9 uma linguagem de shaders que estende o HLSL com m\xF3dulos, gen\xE9ricos, interfaces e diferencia\xE7\xE3o autom\xE1tica. Uma \xFAnica base de c\xF3digo Slang \xE9 compilada para HLSL, GLSL, SPIR-V, Metal, WGSL e CUDA, eliminando a duplica\xE7\xE3o de shaders por API.\n\nDesenvolvida originalmente na NVIDIA e agora mantida pelo Khronos Group, a Slang move renderizadores de produ\xE7\xE3o e frameworks de pesquisa, e o shading diferenci\xE1vel a torna popular em gr\xE1ficos com machine learning."
14516
+ }
14517
+ }
14518
+ };
14519
+ }
14520
+ });
14521
+
13607
14522
  // src/languages/smalltalk.ts
13608
14523
  var smalltalk_exports = {};
13609
14524
  __export(smalltalk_exports, {
@@ -13721,6 +14636,65 @@ var init_smarty = __esm({
13721
14636
  }
13722
14637
  });
13723
14638
 
14639
+ // src/languages/smithy.ts
14640
+ var smithy_exports = {};
14641
+ __export(smithy_exports, {
14642
+ smithy: () => smithy
14643
+ });
14644
+ var smithy;
14645
+ var init_smithy = __esm({
14646
+ "src/languages/smithy.ts"() {
14647
+ smithy = {
14648
+ slug: "smithy",
14649
+ publishedDate: "2019-01-01",
14650
+ extensions: [".smithy"],
14651
+ author: "Amazon Web Services",
14652
+ website: "https://smithy.io",
14653
+ paradigms: ["declarative", "interface-definition"],
14654
+ tooling: {
14655
+ runtimes: ["JVM"],
14656
+ packageManagers: ["Gradle", "Maven"],
14657
+ ecosystems: ["Cloud", "API Design"]
14658
+ },
14659
+ version: "IDL 2.0",
14660
+ logo: "https://avatars.githubusercontent.com/u/133827778?v=4",
14661
+ color: "#FF9900",
14662
+ i18n: {
14663
+ en: {
14664
+ name: "Smithy",
14665
+ description: "AWS's protocol-agnostic interface definition language for modeling services.",
14666
+ longDescription: "Smithy is an interface definition language created by AWS to model services, resources, and operations independently of any protocol or transport. Models are decorated with traits \u2014 validation, authentication, pagination, error behavior \u2014 from which code generators produce clients, servers, and documentation.\n\nAWS uses Smithy to define its own service APIs and generate its SDKs. The open-source toolchain includes a Java-based build system, model validation, and generators for multiple target languages."
14667
+ },
14668
+ es: {
14669
+ name: "Smithy",
14670
+ description: "El lenguaje de definici\xF3n de interfaces de AWS, agn\xF3stico de protocolo, para modelar servicios.",
14671
+ longDescription: "Smithy es un lenguaje de definici\xF3n de interfaces creado por AWS para modelar servicios, recursos y operaciones con independencia de cualquier protocolo o transporte. Los modelos se decoran con traits \u2014 validaci\xF3n, autenticaci\xF3n, paginaci\xF3n, comportamiento de errores \u2014 a partir de los cuales los generadores producen clientes, servidores y documentaci\xF3n.\n\nAWS usa Smithy para definir sus propias APIs de servicio y generar sus SDKs. La cadena de herramientas de c\xF3digo abierto incluye un sistema de build basado en Java, validaci\xF3n de modelos y generadores para m\xFAltiples lenguajes destino."
14672
+ },
14673
+ it: {
14674
+ name: "Smithy",
14675
+ description: "Il linguaggio di definizione delle interfacce di AWS, agnostico rispetto al protocollo.",
14676
+ longDescription: "Smithy \xE8 un linguaggio di definizione delle interfacce creato da AWS per modellare servizi, risorse e operazioni indipendentemente da qualsiasi protocollo o trasporto. I modelli sono decorati con trait \u2014 validazione, autenticazione, paginazione, comportamento degli errori \u2014 dai quali i generatori producono client, server e documentazione.\n\nAWS usa Smithy per definire le proprie API di servizio e generare i propri SDK. La toolchain open source include un sistema di build basato su Java, la validazione dei modelli e generatori per pi\xF9 linguaggi di destinazione."
14677
+ },
14678
+ fr: {
14679
+ name: "Smithy",
14680
+ description: "Le langage de d\xE9finition d'interfaces d'AWS, ind\xE9pendant du protocole, pour mod\xE9liser des services.",
14681
+ longDescription: "Smithy est un langage de d\xE9finition d'interfaces cr\xE9\xE9 par AWS pour mod\xE9liser services, ressources et op\xE9rations ind\xE9pendamment de tout protocole ou transport. Les mod\xE8les sont d\xE9cor\xE9s de traits \u2014 validation, authentification, pagination, comportement d'erreur \u2014 \xE0 partir desquels des g\xE9n\xE9rateurs produisent clients, serveurs et documentation.\n\nAWS utilise Smithy pour d\xE9finir ses propres API de service et g\xE9n\xE9rer ses SDK. La cha\xEEne d'outils open source comprend un syst\xE8me de build en Java, la validation de mod\xE8les et des g\xE9n\xE9rateurs pour plusieurs langages cibles."
14682
+ },
14683
+ de: {
14684
+ name: "Smithy",
14685
+ description: "AWS' protokollunabh\xE4ngige Schnittstellenbeschreibungssprache zur Modellierung von Services.",
14686
+ longDescription: "Smithy ist eine von AWS geschaffene Schnittstellenbeschreibungssprache, um Services, Ressourcen und Operationen unabh\xE4ngig von Protokoll oder Transport zu modellieren. Modelle werden mit Traits versehen \u2014 Validierung, Authentifizierung, Paginierung, Fehlerverhalten \u2014, aus denen Codegeneratoren Clients, Server und Dokumentation erzeugen.\n\nAWS definiert mit Smithy seine eigenen Service-APIs und generiert daraus seine SDKs. Die Open-Source-Toolchain umfasst ein Java-basiertes Build-System, Modellvalidierung und Generatoren f\xFCr mehrere Zielsprachen."
14687
+ },
14688
+ pt: {
14689
+ name: "Smithy",
14690
+ description: "A linguagem de defini\xE7\xE3o de interfaces da AWS, agn\xF3stica de protocolo, para modelar servi\xE7os.",
14691
+ longDescription: "Smithy \xE9 uma linguagem de defini\xE7\xE3o de interfaces criada pela AWS para modelar servi\xE7os, recursos e opera\xE7\xF5es independentemente de qualquer protocolo ou transporte. Os modelos s\xE3o decorados com traits \u2014 valida\xE7\xE3o, autentica\xE7\xE3o, pagina\xE7\xE3o, comportamento de erros \u2014 a partir dos quais geradores produzem clientes, servidores e documenta\xE7\xE3o.\n\nA AWS usa Smithy para definir suas pr\xF3prias APIs de servi\xE7o e gerar seus SDKs. A toolchain de c\xF3digo aberto inclui um sistema de build baseado em Java, valida\xE7\xE3o de modelos e geradores para v\xE1rias linguagens de destino."
14692
+ }
14693
+ }
14694
+ };
14695
+ }
14696
+ });
14697
+
13724
14698
  // src/languages/snakemake.ts
13725
14699
  var snakemake_exports = {};
13726
14700
  __export(snakemake_exports, {
@@ -13800,7 +14774,7 @@ var init_snobol = __esm({
13800
14774
  ecosystems: ["Text processing", "Language history"]
13801
14775
  },
13802
14776
  version: "SNOBOL4",
13803
- logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=SN",
14777
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/snobol.svg",
13804
14778
  color: "#7C2D12",
13805
14779
  i18n: {
13806
14780
  en: {
@@ -14489,6 +15463,10 @@ var init_stylus = __esm({
14489
15463
  author: "TJ Holowaychuk / Stylus contributors",
14490
15464
  website: "https://stylus-lang.com",
14491
15465
  paradigms: ["stylesheet", "declarative", "preprocessor"],
15466
+ relations: {
15467
+ dialectOf: ["css"],
15468
+ compilesTo: ["css"]
15469
+ },
14492
15470
  tooling: {
14493
15471
  runtimes: ["Node.js"],
14494
15472
  packageManagers: ["npm", "pnpm", "Yarn"],
@@ -14533,6 +15511,66 @@ var init_stylus = __esm({
14533
15511
  }
14534
15512
  });
14535
15513
 
15514
+ // src/languages/supercollider.ts
15515
+ var supercollider_exports = {};
15516
+ __export(supercollider_exports, {
15517
+ supercollider: () => supercollider
15518
+ });
15519
+ var supercollider;
15520
+ var init_supercollider = __esm({
15521
+ "src/languages/supercollider.ts"() {
15522
+ supercollider = {
15523
+ slug: "supercollider",
15524
+ aliases: ["sclang"],
15525
+ publishedDate: "1996-03-01",
15526
+ extensions: [".scd", ".sc"],
15527
+ author: "James McCartney",
15528
+ website: "https://supercollider.github.io",
15529
+ paradigms: ["object-oriented", "functional", "audio"],
15530
+ tooling: {
15531
+ runtimes: ["sclang", "scsynth"],
15532
+ packageManagers: ["Quarks"],
15533
+ ecosystems: ["Audio", "Music", "Creative Coding"]
15534
+ },
15535
+ version: "3.13.0",
15536
+ logo: "https://avatars.githubusercontent.com/u/1706741?v=4",
15537
+ color: "#46390B",
15538
+ i18n: {
15539
+ en: {
15540
+ name: "SuperCollider",
15541
+ description: "A platform and language for real-time audio synthesis and algorithmic composition.",
15542
+ longDescription: "SuperCollider pairs an interpreted, Smalltalk-inspired language (sclang) with a real-time audio synthesis server (scsynth). Code builds synth definitions, schedules musical patterns, and rewires signal graphs live, making it a foundation of the live-coding and computer-music communities.\n\nOpen source since 2002, SuperCollider runs on Linux, macOS, and Windows, extends through Quarks packages, and serves as the synthesis engine behind environments such as TidalCycles."
15543
+ },
15544
+ es: {
15545
+ name: "SuperCollider",
15546
+ description: "Una plataforma y lenguaje para s\xEDntesis de audio en tiempo real y composici\xF3n algor\xEDtmica.",
15547
+ longDescription: "SuperCollider combina un lenguaje interpretado inspirado en Smalltalk (sclang) con un servidor de s\xEDntesis de audio en tiempo real (scsynth). El c\xF3digo construye definiciones de sintetizadores, agenda patrones musicales y recablea grafos de se\xF1al en vivo, siendo una base de las comunidades de live coding y m\xFAsica por computadora.\n\nDe c\xF3digo abierto desde 2002, SuperCollider corre en Linux, macOS y Windows, se extiende mediante paquetes Quarks y act\xFAa como motor de s\xEDntesis detr\xE1s de entornos como TidalCycles."
15548
+ },
15549
+ it: {
15550
+ name: "SuperCollider",
15551
+ description: "Una piattaforma e linguaggio per la sintesi audio in tempo reale e la composizione algoritmica.",
15552
+ longDescription: "SuperCollider abbina un linguaggio interpretato ispirato a Smalltalk (sclang) a un server di sintesi audio in tempo reale (scsynth). Il codice costruisce definizioni di sintetizzatori, pianifica pattern musicali e ricollega grafi di segnale dal vivo, costituendo una base delle comunit\xE0 di live coding e computer music.\n\nOpen source dal 2002, SuperCollider gira su Linux, macOS e Windows, si estende tramite i pacchetti Quarks e funge da motore di sintesi dietro ambienti come TidalCycles."
15553
+ },
15554
+ fr: {
15555
+ name: "SuperCollider",
15556
+ description: "Une plateforme et un langage pour la synth\xE8se audio temps r\xE9el et la composition algorithmique.",
15557
+ longDescription: "SuperCollider associe un langage interpr\xE9t\xE9 inspir\xE9 de Smalltalk (sclang) \xE0 un serveur de synth\xE8se audio temps r\xE9el (scsynth). Le code construit des d\xE9finitions de synth\xE9s, planifie des motifs musicaux et rec\xE2ble des graphes de signal en direct, ce qui en fait un pilier des communaut\xE9s de live coding et de musique par ordinateur.\n\nOpen source depuis 2002, SuperCollider fonctionne sous Linux, macOS et Windows, s'\xE9tend via les paquets Quarks et sert de moteur de synth\xE8se \xE0 des environnements comme TidalCycles."
15558
+ },
15559
+ de: {
15560
+ name: "SuperCollider",
15561
+ description: "Eine Plattform und Sprache f\xFCr Echtzeit-Audiosynthese und algorithmische Komposition.",
15562
+ longDescription: "SuperCollider verbindet eine interpretierte, Smalltalk-inspirierte Sprache (sclang) mit einem Echtzeit-Audiosynthese-Server (scsynth). Code baut Synth-Definitionen, plant musikalische Patterns und verdrahtet Signalgraphen live um \u2014 ein Fundament der Live-Coding- und Computermusik-Szene.\n\nSeit 2002 Open Source, l\xE4uft SuperCollider auf Linux, macOS und Windows, wird \xFCber Quarks-Pakete erweitert und dient als Synthese-Engine hinter Umgebungen wie TidalCycles."
15563
+ },
15564
+ pt: {
15565
+ name: "SuperCollider",
15566
+ description: "Uma plataforma e linguagem para s\xEDntese de \xE1udio em tempo real e composi\xE7\xE3o algor\xEDtmica.",
15567
+ longDescription: "O SuperCollider combina uma linguagem interpretada inspirada em Smalltalk (sclang) com um servidor de s\xEDntese de \xE1udio em tempo real (scsynth). O c\xF3digo constr\xF3i defini\xE7\xF5es de sintetizadores, agenda padr\xF5es musicais e religa grafos de sinal ao vivo, sendo uma base das comunidades de live coding e m\xFAsica computacional.\n\nDe c\xF3digo aberto desde 2002, o SuperCollider roda em Linux, macOS e Windows, estende-se por meio de pacotes Quarks e serve como motor de s\xEDntese por tr\xE1s de ambientes como o TidalCycles."
15568
+ }
15569
+ }
15570
+ };
15571
+ }
15572
+ });
15573
+
14536
15574
  // src/languages/svelte.ts
14537
15575
  var svelte_exports = {};
14538
15576
  __export(svelte_exports, {
@@ -14548,6 +15586,9 @@ var init_svelte = __esm({
14548
15586
  author: "Rich Harris / Svelte contributors",
14549
15587
  website: "https://svelte.dev",
14550
15588
  paradigms: ["component-based", "declarative", "reactive", "compiled"],
15589
+ relations: {
15590
+ compilesTo: ["javascript"]
15591
+ },
14551
15592
  tooling: {
14552
15593
  runtimes: ["Browser", "Node.js"],
14553
15594
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
@@ -14708,6 +15749,66 @@ var init_svn = __esm({
14708
15749
  }
14709
15750
  });
14710
15751
 
15752
+ // src/languages/sway.ts
15753
+ var sway_exports = {};
15754
+ __export(sway_exports, {
15755
+ sway: () => sway
15756
+ });
15757
+ var sway;
15758
+ var init_sway = __esm({
15759
+ "src/languages/sway.ts"() {
15760
+ sway = {
15761
+ slug: "sway",
15762
+ status: "experimental",
15763
+ publishedDate: "2021-01-01",
15764
+ extensions: [".sw"],
15765
+ author: "Fuel Labs",
15766
+ website: "https://fuellabs.github.io/sway",
15767
+ paradigms: ["imperative", "functional", "smart-contract"],
15768
+ tooling: {
15769
+ runtimes: ["FuelVM"],
15770
+ packageManagers: ["Forc"],
15771
+ ecosystems: ["Blockchain", "Web3"]
15772
+ },
15773
+ version: "0.69.0",
15774
+ logo: "https://avatars.githubusercontent.com/u/55993183?v=4",
15775
+ color: "#00F58C",
15776
+ i18n: {
15777
+ en: {
15778
+ name: "Sway",
15779
+ description: "A Rust-inspired smart contract language for the Fuel blockchain virtual machine.",
15780
+ longDescription: "Sway is a domain-specific language for writing smart contracts on the FuelVM, the execution layer built by Fuel Labs. It borrows Rust syntax, traits, and safety principles while adding blockchain-native concepts such as contract storage, predicates, and scripts.\n\nThe Forc toolchain manages builds, dependencies, testing, and deployment, giving Sway developers a cargo-like workflow for the Fuel modular rollup ecosystem."
15781
+ },
15782
+ es: {
15783
+ name: "Sway",
15784
+ description: "Un lenguaje de contratos inteligentes inspirado en Rust para la m\xE1quina virtual de Fuel.",
15785
+ longDescription: "Sway es un lenguaje de dominio espec\xEDfico para escribir contratos inteligentes en la FuelVM, la capa de ejecuci\xF3n construida por Fuel Labs. Toma prestados la sintaxis, los traits y los principios de seguridad de Rust, a\xF1adiendo conceptos nativos de blockchain como almacenamiento de contratos, predicados y scripts.\n\nLa cadena de herramientas Forc gestiona builds, dependencias, pruebas y despliegue, dando a los desarrolladores de Sway un flujo estilo cargo para el ecosistema de rollups modulares de Fuel."
15786
+ },
15787
+ it: {
15788
+ name: "Sway",
15789
+ description: "Un linguaggio per smart contract ispirato a Rust per la macchina virtuale di Fuel.",
15790
+ longDescription: "Sway \xE8 un linguaggio di dominio specifico per scrivere smart contract sulla FuelVM, il livello di esecuzione costruito da Fuel Labs. Prende in prestito la sintassi, i trait e i principi di sicurezza di Rust, aggiungendo concetti nativi della blockchain come lo storage dei contratti, i predicati e gli script.\n\nLa toolchain Forc gestisce build, dipendenze, test e deployment, offrendo agli sviluppatori Sway un flusso di lavoro in stile cargo per l'ecosistema di rollup modulari di Fuel."
15791
+ },
15792
+ fr: {
15793
+ name: "Sway",
15794
+ description: "Un langage de smart contracts inspir\xE9 de Rust pour la machine virtuelle Fuel.",
15795
+ longDescription: "Sway est un langage d\xE9di\xE9 \xE0 l'\xE9criture de smart contracts sur la FuelVM, la couche d'ex\xE9cution construite par Fuel Labs. Il emprunte la syntaxe, les traits et les principes de s\xFBret\xE9 de Rust, en ajoutant des concepts propres \xE0 la blockchain comme le stockage de contrats, les pr\xE9dicats et les scripts.\n\nLa cha\xEEne d'outils Forc g\xE8re la compilation, les d\xE9pendances, les tests et le d\xE9ploiement, offrant aux d\xE9veloppeurs Sway un flux de travail \xE0 la cargo pour l'\xE9cosyst\xE8me de rollups modulaires de Fuel."
15796
+ },
15797
+ de: {
15798
+ name: "Sway",
15799
+ description: "Eine Rust-inspirierte Smart-Contract-Sprache f\xFCr die virtuelle Maschine von Fuel.",
15800
+ longDescription: "Sway ist eine dom\xE4nenspezifische Sprache zum Schreiben von Smart Contracts auf der FuelVM, der von Fuel Labs entwickelten Ausf\xFChrungsschicht. Sie \xFCbernimmt Syntax, Traits und Sicherheitsprinzipien von Rust und erg\xE4nzt Blockchain-native Konzepte wie Contract-Storage, Pr\xE4dikate und Skripte.\n\nDie Forc-Toolchain verwaltet Builds, Abh\xE4ngigkeiten, Tests und Deployment und bietet Sway-Entwicklern einen cargo-\xE4hnlichen Workflow f\xFCr das modulare Rollup-\xD6kosystem von Fuel."
15801
+ },
15802
+ pt: {
15803
+ name: "Sway",
15804
+ description: "Uma linguagem de contratos inteligentes inspirada em Rust para a m\xE1quina virtual da Fuel.",
15805
+ longDescription: "Sway \xE9 uma linguagem de dom\xEDnio espec\xEDfico para escrever contratos inteligentes na FuelVM, a camada de execu\xE7\xE3o constru\xEDda pela Fuel Labs. Ela toma emprestados a sintaxe, os traits e os princ\xEDpios de seguran\xE7a do Rust, adicionando conceitos nativos de blockchain como armazenamento de contratos, predicados e scripts.\n\nA toolchain Forc gerencia builds, depend\xEAncias, testes e implanta\xE7\xE3o, dando aos desenvolvedores Sway um fluxo de trabalho no estilo cargo para o ecossistema de rollups modulares da Fuel."
15806
+ }
15807
+ }
15808
+ };
15809
+ }
15810
+ });
15811
+
14711
15812
  // src/languages/swift.ts
14712
15813
  var swift_exports = {};
14713
15814
  __export(swift_exports, {
@@ -14846,7 +15947,7 @@ var init_tcsh = __esm({
14846
15947
  ecosystems: ["Unix", "BSD"]
14847
15948
  },
14848
15949
  version: "6.24.16",
14849
- logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
15950
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/tcsh.svg",
14850
15951
  color: "#2563EB",
14851
15952
  i18n: {
14852
15953
  en: {
@@ -15245,6 +16346,9 @@ var init_tsql = __esm({
15245
16346
  author: "Sybase / Microsoft",
15246
16347
  website: "https://learn.microsoft.com/en-us/sql/t-sql/language-reference",
15247
16348
  paradigms: ["procedural", "declarative", "database", "imperative"],
16349
+ relations: {
16350
+ dialectOf: ["sql"]
16351
+ },
15248
16352
  tooling: {
15249
16353
  runtimes: [
15250
16354
  "SQL Server",
@@ -15426,6 +16530,10 @@ var init_typescript = __esm({
15426
16530
  author: "Anders Hejlsberg / Microsoft",
15427
16531
  website: "https://www.typescriptlang.org",
15428
16532
  paradigms: ["object-oriented", "functional", "imperative", "generic"],
16533
+ relations: {
16534
+ supersetOf: ["javascript"],
16535
+ compilesTo: ["javascript"]
16536
+ },
15429
16537
  tooling: {
15430
16538
  runtimes: ["Browser", "Node.js", "Deno", "Bun"],
15431
16539
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
@@ -15470,6 +16578,69 @@ var init_typescript = __esm({
15470
16578
  }
15471
16579
  });
15472
16580
 
16581
+ // src/languages/typespec.ts
16582
+ var typespec_exports = {};
16583
+ __export(typespec_exports, {
16584
+ typespec: () => typespec
16585
+ });
16586
+ var typespec;
16587
+ var init_typespec = __esm({
16588
+ "src/languages/typespec.ts"() {
16589
+ typespec = {
16590
+ slug: "typespec",
16591
+ aliases: ["cadl"],
16592
+ publishedDate: "2022-09-07",
16593
+ extensions: [".tsp"],
16594
+ author: "Microsoft",
16595
+ website: "https://typespec.io",
16596
+ paradigms: ["declarative", "interface-definition"],
16597
+ relations: {
16598
+ compilesTo: ["openapi", "protobuf", "json"]
16599
+ },
16600
+ tooling: {
16601
+ runtimes: ["Node.js"],
16602
+ packageManagers: ["npm"],
16603
+ ecosystems: ["Cloud", "API Design"]
16604
+ },
16605
+ version: "1.0",
16606
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/typespec.svg",
16607
+ color: "#4B3CC4",
16608
+ i18n: {
16609
+ en: {
16610
+ name: "TypeSpec",
16611
+ description: "A TypeScript-inspired language from Microsoft for describing APIs, emitting OpenAPI and more.",
16612
+ longDescription: "TypeSpec (formerly Cadl) is an API description language from Microsoft with TypeScript-inspired syntax. Reusable models, decorators, and interfaces describe REST, gRPC, and event-driven APIs at a higher level than hand-written specifications.\n\nEmitters compile TypeSpec into OpenAPI documents, Protobuf definitions, JSON Schema, and client code. Microsoft uses it to define Azure service APIs, keeping large API surfaces consistent from one concise source of truth."
16613
+ },
16614
+ es: {
16615
+ name: "TypeSpec",
16616
+ description: "Un lenguaje de Microsoft inspirado en TypeScript para describir APIs, emitiendo OpenAPI y m\xE1s.",
16617
+ longDescription: "TypeSpec (antes Cadl) es un lenguaje de descripci\xF3n de APIs de Microsoft con sintaxis inspirada en TypeScript. Modelos reutilizables, decoradores e interfaces describen APIs REST, gRPC y orientadas a eventos a un nivel m\xE1s alto que las especificaciones escritas a mano.\n\nLos emisores compilan TypeSpec a documentos OpenAPI, definiciones Protobuf, JSON Schema y c\xF3digo cliente. Microsoft lo usa para definir las APIs de servicios de Azure, manteniendo superficies de API enormes consistentes desde una sola fuente de verdad concisa."
16618
+ },
16619
+ it: {
16620
+ name: "TypeSpec",
16621
+ description: "Un linguaggio Microsoft ispirato a TypeScript per descrivere API, generando OpenAPI e altro.",
16622
+ longDescription: "TypeSpec (ex Cadl) \xE8 un linguaggio di descrizione delle API di Microsoft con sintassi ispirata a TypeScript. Modelli riutilizzabili, decoratori e interfacce descrivono API REST, gRPC e a eventi a un livello pi\xF9 alto delle specifiche scritte a mano.\n\nGli emitter compilano TypeSpec in documenti OpenAPI, definizioni Protobuf, JSON Schema e codice client. Microsoft lo usa per definire le API dei servizi Azure, mantenendo superfici API estese coerenti da un'unica fonte di verit\xE0 concisa."
16623
+ },
16624
+ fr: {
16625
+ name: "TypeSpec",
16626
+ description: "Un langage Microsoft inspir\xE9 de TypeScript pour d\xE9crire des API, g\xE9n\xE9rant OpenAPI et plus.",
16627
+ longDescription: "TypeSpec (anciennement Cadl) est un langage de description d'API de Microsoft \xE0 la syntaxe inspir\xE9e de TypeScript. Des mod\xE8les r\xE9utilisables, des d\xE9corateurs et des interfaces d\xE9crivent des API REST, gRPC et \xE9v\xE9nementielles \xE0 un niveau plus \xE9lev\xE9 que les sp\xE9cifications \xE9crites \xE0 la main.\n\nDes \xE9metteurs compilent TypeSpec en documents OpenAPI, d\xE9finitions Protobuf, JSON Schema et code client. Microsoft l'utilise pour d\xE9finir les API des services Azure, en gardant de vastes surfaces d'API coh\xE9rentes depuis une source de v\xE9rit\xE9 unique et concise."
16628
+ },
16629
+ de: {
16630
+ name: "TypeSpec",
16631
+ description: "Eine TypeScript-inspirierte Sprache von Microsoft zur API-Beschreibung, die OpenAPI und mehr erzeugt.",
16632
+ longDescription: "TypeSpec (fr\xFCher Cadl) ist eine API-Beschreibungssprache von Microsoft mit TypeScript-inspirierter Syntax. Wiederverwendbare Modelle, Dekoratoren und Interfaces beschreiben REST-, gRPC- und ereignisgetriebene APIs auf h\xF6herem Niveau als handgeschriebene Spezifikationen.\n\nEmitter kompilieren TypeSpec zu OpenAPI-Dokumenten, Protobuf-Definitionen, JSON Schema und Client-Code. Microsoft definiert damit die Azure-Service-APIs und h\xE4lt gro\xDFe API-Oberfl\xE4chen von einer knappen Single Source of Truth aus konsistent."
16633
+ },
16634
+ pt: {
16635
+ name: "TypeSpec",
16636
+ description: "Uma linguagem da Microsoft inspirada em TypeScript para descrever APIs, emitindo OpenAPI e mais.",
16637
+ longDescription: "TypeSpec (antes Cadl) \xE9 uma linguagem de descri\xE7\xE3o de APIs da Microsoft com sintaxe inspirada em TypeScript. Modelos reutiliz\xE1veis, decoradores e interfaces descrevem APIs REST, gRPC e orientadas a eventos em um n\xEDvel mais alto do que especifica\xE7\xF5es escritas \xE0 m\xE3o.\n\nOs emissores compilam TypeSpec em documentos OpenAPI, defini\xE7\xF5es Protobuf, JSON Schema e c\xF3digo cliente. A Microsoft a usa para definir as APIs dos servi\xE7os do Azure, mantendo grandes superf\xEDcies de API consistentes a partir de uma \xFAnica fonte de verdade concisa."
16638
+ }
16639
+ }
16640
+ };
16641
+ }
16642
+ });
16643
+
15473
16644
  // src/languages/typst.ts
15474
16645
  var typst_exports = {};
15475
16646
  __export(typst_exports, {
@@ -15603,6 +16774,9 @@ var init_v = __esm({
15603
16774
  author: "Alexander Medvednikov / V contributors",
15604
16775
  website: "https://vlang.io",
15605
16776
  paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
16777
+ relations: {
16778
+ compilesTo: ["c"]
16779
+ },
15606
16780
  tooling: {
15607
16781
  runtimes: ["V compiler"],
15608
16782
  packageManagers: ["vpm"],
@@ -15780,6 +16954,9 @@ var init_vba = __esm({
15780
16954
  author: "Microsoft",
15781
16955
  website: "https://learn.microsoft.com/en-us/office/vba/api/overview/",
15782
16956
  paradigms: ["imperative", "object-oriented", "event-driven"],
16957
+ relations: {
16958
+ dialectOf: ["visual-basic"]
16959
+ },
15783
16960
  tooling: {
15784
16961
  ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
15785
16962
  },
@@ -15838,12 +17015,15 @@ var init_vbscript = __esm({
15838
17015
  author: "Microsoft",
15839
17016
  website: "https://learn.microsoft.com/en-us/previous-versions/t0aew7h6(v=vs.85)",
15840
17017
  paradigms: ["imperative", "object-based", "scripting"],
17018
+ relations: {
17019
+ dialectOf: ["visual-basic"]
17020
+ },
15841
17021
  tooling: {
15842
17022
  runtimes: ["Windows Script Host", "Classic ASP", "Internet Explorer"],
15843
17023
  ecosystems: ["Windows", "Scripting"]
15844
17024
  },
15845
17025
  version: "5.8",
15846
- logo: "https://dummyimage.com/32x32/15DCDC/000000.png&text=VBS",
17026
+ logo: "https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/vbscript.svg",
15847
17027
  color: "#15DCDC",
15848
17028
  i18n: {
15849
17029
  en: {
@@ -17432,6 +18612,7 @@ var languageIndex = [
17432
18612
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
17433
18613
  { slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
17434
18614
  { slug: "algol", extensions: [".alg", ".algol"] },
18615
+ { slug: "alloy", extensions: [".als"] },
17435
18616
  { slug: "ampl", extensions: [".mod", ".dat", ".run"] },
17436
18617
  { slug: "angelscript", extensions: [".as", ".angelscript"] },
17437
18618
  { slug: "ante", extensions: [".ante"] },
@@ -17466,12 +18647,14 @@ var languageIndex = [
17466
18647
  { slug: "bqn", extensions: [".bqn"] },
17467
18648
  { slug: "brainfuck", extensions: [".bf", ".b"] },
17468
18649
  { slug: "c", extensions: [".c", ".h"] },
18650
+ { slug: "c3", extensions: [".c3", ".c3i"] },
17469
18651
  { slug: "cairo", extensions: [".cairo"] },
17470
18652
  { slug: "capnproto", extensions: [".capnp"] },
17471
18653
  { slug: "carbon", extensions: [".carbon"] },
17472
18654
  { slug: "cel", extensions: [".cel"] },
17473
18655
  { slug: "chapel", extensions: [".chpl"] },
17474
18656
  { slug: "circom", extensions: [".circom"] },
18657
+ { slug: "clarity", extensions: [".clar"] },
17475
18658
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
17476
18659
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
17477
18660
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
@@ -17486,6 +18669,7 @@ var languageIndex = [
17486
18669
  { slug: "cuda", extensions: [".cu", ".cuh"] },
17487
18670
  { slug: "cue", extensions: [".cue"] },
17488
18671
  { slug: "curry", extensions: [".curry", ".lcurry"] },
18672
+ { slug: "cwl", extensions: [".cwl"] },
17489
18673
  { slug: "cypher", extensions: [".cypher", ".cyp"] },
17490
18674
  { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
17491
18675
  { slug: "d", extensions: [".d", ".di"] },
@@ -17497,6 +18681,7 @@ var languageIndex = [
17497
18681
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
17498
18682
  { slug: "dot", extensions: [".dot", ".gv"] },
17499
18683
  { slug: "earthly", extensions: ["Earthfile"] },
18684
+ { slug: "edgeql", extensions: [".edgeql"] },
17500
18685
  { slug: "editorconfig", extensions: [".editorconfig"] },
17501
18686
  { slug: "eiffel", extensions: [".e"] },
17502
18687
  { slug: "ejs", extensions: [".ejs"] },
@@ -17509,10 +18694,12 @@ var languageIndex = [
17509
18694
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
17510
18695
  },
17511
18696
  { slug: "factor", extensions: [".factor"] },
18697
+ { slug: "faust", extensions: [".dsp"] },
17512
18698
  { slug: "fe", extensions: [".fe"] },
17513
18699
  { slug: "fennel", extensions: [".fnl"] },
17514
18700
  { slug: "fish", extensions: [".fish"] },
17515
18701
  { slug: "flatbuffers", extensions: [".fbs"] },
18702
+ { slug: "flix", extensions: [".flix"] },
17516
18703
  { slug: "flux", extensions: [".flux"] },
17517
18704
  { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
17518
18705
  {
@@ -17523,6 +18710,7 @@ var languageIndex = [
17523
18710
  { slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
17524
18711
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
17525
18712
  { slug: "fstar", extensions: [".fst", ".fsti"] },
18713
+ { slug: "futhark", extensions: [".fut"] },
17526
18714
  { slug: "gcode", extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"] },
17527
18715
  { slug: "gdscript", extensions: [".gd"] },
17528
18716
  { slug: "gettext", extensions: [".po", ".pot"] },
@@ -17556,6 +18744,7 @@ var languageIndex = [
17556
18744
  { slug: "ink-narrative", extensions: [".ink"] },
17557
18745
  { slug: "io", extensions: [".io"] },
17558
18746
  { slug: "isabelle", extensions: [".thy"] },
18747
+ { slug: "j", extensions: [".ijs"] },
17559
18748
  { slug: "janet", extensions: [".janet", ".jdn"] },
17560
18749
  { slug: "java", extensions: [".java"] },
17561
18750
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
@@ -17613,6 +18802,7 @@ var languageIndex = [
17613
18802
  { slug: "nickel", extensions: [".ncl"] },
17614
18803
  { slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
17615
18804
  { slug: "nix", extensions: [".nix"] },
18805
+ { slug: "noir", extensions: [".nr"] },
17616
18806
  { slug: "nunjucks", extensions: [".njk", ".nunjucks"] },
17617
18807
  { slug: "nushell", extensions: [".nu"] },
17618
18808
  { slug: "oberon", extensions: [".ob", ".mod"] },
@@ -17643,10 +18833,12 @@ var languageIndex = [
17643
18833
  { slug: "promql", extensions: [".promql"] },
17644
18834
  { slug: "properties", extensions: [".properties"] },
17645
18835
  { slug: "protobuf", extensions: [".proto"] },
18836
+ { slug: "prql", extensions: [".prql"] },
17646
18837
  { slug: "pug", extensions: [".pug", ".jade"] },
17647
18838
  { slug: "puppet", extensions: [".pp", ".epp"] },
17648
18839
  { slug: "purescript", extensions: [".purs"] },
17649
18840
  { slug: "python", extensions: [".py", ".pyw"] },
18841
+ { slug: "q", extensions: [".q", ".k"] },
17650
18842
  { slug: "qmake", extensions: [".pri", ".prf"] },
17651
18843
  { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
17652
18844
  { slug: "qsharp", extensions: [".qs"] },
@@ -17658,6 +18850,7 @@ var languageIndex = [
17658
18850
  { slug: "rebol", extensions: [".r", ".reb", ".rebol"] },
17659
18851
  { slug: "red", extensions: [".red", ".reds"] },
17660
18852
  { slug: "rego", extensions: [".rego"] },
18853
+ { slug: "renpy", extensions: [".rpy", ".rpym"] },
17661
18854
  { slug: "rescript", extensions: [".res", ".resi"] },
17662
18855
  { slug: "restructuredtext", extensions: [".rst", ".rest"] },
17663
18856
  { slug: "rexx", extensions: [".rexx", ".rex"] },
@@ -17674,8 +18867,10 @@ var languageIndex = [
17674
18867
  { slug: "scss", extensions: [".scss", ".sass"] },
17675
18868
  { slug: "self", extensions: [".self"] },
17676
18869
  { slug: "simula", extensions: [".sim", ".simula"] },
18870
+ { slug: "slang", extensions: [".slang"] },
17677
18871
  { slug: "smalltalk", extensions: [".st"] },
17678
18872
  { slug: "smarty", extensions: [".tpl", ".smarty"] },
18873
+ { slug: "smithy", extensions: [".smithy"] },
17679
18874
  { slug: "snakemake", extensions: [".smk", "Snakefile"] },
17680
18875
  { slug: "snobol", extensions: [".sno", ".snobol"] },
17681
18876
  { slug: "solidity", extensions: [".sol"] },
@@ -17690,9 +18885,11 @@ var languageIndex = [
17690
18885
  { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
17691
18886
  { slug: "stata", extensions: [".do", ".ado", ".mata"] },
17692
18887
  { slug: "stylus", extensions: [".styl"] },
18888
+ { slug: "supercollider", extensions: [".scd", ".sc"] },
17693
18889
  { slug: "svelte", extensions: [".svelte"] },
17694
18890
  { slug: "svg", extensions: [".svg", ".svgz"] },
17695
18891
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
18892
+ { slug: "sway", extensions: [".sw"] },
17696
18893
  { slug: "swift", extensions: [".swift"] },
17697
18894
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
17698
18895
  { slug: "tcsh", extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"] },
@@ -17706,6 +18903,7 @@ var languageIndex = [
17706
18903
  { slug: "twee", extensions: [".tw", ".twee", ".tw2"] },
17707
18904
  { slug: "twig", extensions: [".twig"] },
17708
18905
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
18906
+ { slug: "typespec", extensions: [".tsp"] },
17709
18907
  { slug: "typst", extensions: [".typ"] },
17710
18908
  { slug: "unison", extensions: [".u", ".uu"] },
17711
18909
  { slug: "v", extensions: [".v", ".vsh"] },
@@ -17747,6 +18945,7 @@ var languageLoaders = {
17747
18945
  ada: async () => (await Promise.resolve().then(() => (init_ada(), ada_exports))).ada,
17748
18946
  agda: async () => (await Promise.resolve().then(() => (init_agda(), agda_exports))).agda,
17749
18947
  algol: async () => (await Promise.resolve().then(() => (init_algol(), algol_exports))).algol,
18948
+ alloy: async () => (await Promise.resolve().then(() => (init_alloy(), alloy_exports))).alloy,
17750
18949
  ampl: async () => (await Promise.resolve().then(() => (init_ampl(), ampl_exports))).ampl,
17751
18950
  angelscript: async () => (await Promise.resolve().then(() => (init_angelscript(), angelscript_exports))).angelscript,
17752
18951
  ante: async () => (await Promise.resolve().then(() => (init_ante(), ante_exports))).ante,
@@ -17778,12 +18977,14 @@ var languageLoaders = {
17778
18977
  bqn: async () => (await Promise.resolve().then(() => (init_bqn(), bqn_exports))).bqn,
17779
18978
  brainfuck: async () => (await Promise.resolve().then(() => (init_brainfuck(), brainfuck_exports))).brainfuck,
17780
18979
  c: async () => (await Promise.resolve().then(() => (init_c(), c_exports))).c,
18980
+ c3: async () => (await Promise.resolve().then(() => (init_c3(), c3_exports))).c3,
17781
18981
  cairo: async () => (await Promise.resolve().then(() => (init_cairo(), cairo_exports))).cairo,
17782
18982
  capnproto: async () => (await Promise.resolve().then(() => (init_capnproto(), capnproto_exports))).capnproto,
17783
18983
  carbon: async () => (await Promise.resolve().then(() => (init_carbon(), carbon_exports))).carbon,
17784
18984
  cel: async () => (await Promise.resolve().then(() => (init_cel(), cel_exports))).cel,
17785
18985
  chapel: async () => (await Promise.resolve().then(() => (init_chapel(), chapel_exports))).chapel,
17786
18986
  circom: async () => (await Promise.resolve().then(() => (init_circom(), circom_exports))).circom,
18987
+ clarity: async () => (await Promise.resolve().then(() => (init_clarity(), clarity_exports))).clarity,
17787
18988
  clojure: async () => (await Promise.resolve().then(() => (init_clojure(), clojure_exports))).clojure,
17788
18989
  cmake: async () => (await Promise.resolve().then(() => (init_cmake(), cmake_exports))).cmake,
17789
18990
  cobol: async () => (await Promise.resolve().then(() => (init_cobol(), cobol_exports))).cobol,
@@ -17798,6 +18999,7 @@ var languageLoaders = {
17798
18999
  cuda: async () => (await Promise.resolve().then(() => (init_cuda(), cuda_exports))).cuda,
17799
19000
  cue: async () => (await Promise.resolve().then(() => (init_cue(), cue_exports))).cue,
17800
19001
  curry: async () => (await Promise.resolve().then(() => (init_curry(), curry_exports))).curry,
19002
+ cwl: async () => (await Promise.resolve().then(() => (init_cwl(), cwl_exports))).cwl,
17801
19003
  cypher: async () => (await Promise.resolve().then(() => (init_cypher(), cypher_exports))).cypher,
17802
19004
  cython: async () => (await Promise.resolve().then(() => (init_cython(), cython_exports))).cython,
17803
19005
  d: async () => (await Promise.resolve().then(() => (init_d(), d_exports))).d,
@@ -17809,6 +19011,7 @@ var languageLoaders = {
17809
19011
  dockerfile: async () => (await Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports))).dockerfile,
17810
19012
  dot: async () => (await Promise.resolve().then(() => (init_dot(), dot_exports))).dot,
17811
19013
  earthly: async () => (await Promise.resolve().then(() => (init_earthly(), earthly_exports))).earthly,
19014
+ edgeql: async () => (await Promise.resolve().then(() => (init_edgeql(), edgeql_exports))).edgeql,
17812
19015
  editorconfig: async () => (await Promise.resolve().then(() => (init_editorconfig(), editorconfig_exports))).editorconfig,
17813
19016
  eiffel: async () => (await Promise.resolve().then(() => (init_eiffel(), eiffel_exports))).eiffel,
17814
19017
  ejs: async () => (await Promise.resolve().then(() => (init_ejs(), ejs_exports))).ejs,
@@ -17818,10 +19021,12 @@ var languageLoaders = {
17818
19021
  erb: async () => (await Promise.resolve().then(() => (init_erb(), erb_exports))).erb,
17819
19022
  erlang: async () => (await Promise.resolve().then(() => (init_erlang(), erlang_exports))).erlang,
17820
19023
  factor: async () => (await Promise.resolve().then(() => (init_factor(), factor_exports))).factor,
19024
+ faust: async () => (await Promise.resolve().then(() => (init_faust(), faust_exports))).faust,
17821
19025
  fe: async () => (await Promise.resolve().then(() => (init_fe(), fe_exports))).fe,
17822
19026
  fennel: async () => (await Promise.resolve().then(() => (init_fennel(), fennel_exports))).fennel,
17823
19027
  fish: async () => (await Promise.resolve().then(() => (init_fish(), fish_exports))).fish,
17824
19028
  flatbuffers: async () => (await Promise.resolve().then(() => (init_flatbuffers(), flatbuffers_exports))).flatbuffers,
19029
+ flix: async () => (await Promise.resolve().then(() => (init_flix(), flix_exports))).flix,
17825
19030
  flux: async () => (await Promise.resolve().then(() => (init_flux(), flux_exports))).flux,
17826
19031
  forth: async () => (await Promise.resolve().then(() => (init_forth(), forth_exports))).forth,
17827
19032
  fortran: async () => (await Promise.resolve().then(() => (init_fortran(), fortran_exports))).fortran,
@@ -17829,6 +19034,7 @@ var languageLoaders = {
17829
19034
  freemarker: async () => (await Promise.resolve().then(() => (init_freemarker(), freemarker_exports))).freemarker,
17830
19035
  fsharp: async () => (await Promise.resolve().then(() => (init_fsharp(), fsharp_exports))).fsharp,
17831
19036
  fstar: async () => (await Promise.resolve().then(() => (init_fstar(), fstar_exports))).fstar,
19037
+ futhark: async () => (await Promise.resolve().then(() => (init_futhark(), futhark_exports))).futhark,
17832
19038
  gcode: async () => (await Promise.resolve().then(() => (init_gcode(), gcode_exports))).gcode,
17833
19039
  gdscript: async () => (await Promise.resolve().then(() => (init_gdscript(), gdscript_exports))).gdscript,
17834
19040
  gettext: async () => (await Promise.resolve().then(() => (init_gettext(), gettext_exports))).gettext,
@@ -17859,6 +19065,7 @@ var languageLoaders = {
17859
19065
  "ink-narrative": async () => (await Promise.resolve().then(() => (init_ink_narrative(), ink_narrative_exports))).inkNarrative,
17860
19066
  io: async () => (await Promise.resolve().then(() => (init_io(), io_exports))).io,
17861
19067
  isabelle: async () => (await Promise.resolve().then(() => (init_isabelle(), isabelle_exports))).isabelle,
19068
+ j: async () => (await Promise.resolve().then(() => (init_j(), j_exports))).j,
17862
19069
  janet: async () => (await Promise.resolve().then(() => (init_janet(), janet_exports))).janet,
17863
19070
  java: async () => (await Promise.resolve().then(() => (init_java(), java_exports))).java,
17864
19071
  javascript: async () => (await Promise.resolve().then(() => (init_javascript(), javascript_exports))).javascript,
@@ -17916,6 +19123,7 @@ var languageLoaders = {
17916
19123
  nickel: async () => (await Promise.resolve().then(() => (init_nickel(), nickel_exports))).nickel,
17917
19124
  nim: async () => (await Promise.resolve().then(() => (init_nim(), nim_exports))).nim,
17918
19125
  nix: async () => (await Promise.resolve().then(() => (init_nix(), nix_exports))).nix,
19126
+ noir: async () => (await Promise.resolve().then(() => (init_noir(), noir_exports))).noir,
17919
19127
  nunjucks: async () => (await Promise.resolve().then(() => (init_nunjucks(), nunjucks_exports))).nunjucks,
17920
19128
  nushell: async () => (await Promise.resolve().then(() => (init_nushell(), nushell_exports))).nushell,
17921
19129
  oberon: async () => (await Promise.resolve().then(() => (init_oberon(), oberon_exports))).oberon,
@@ -17946,10 +19154,12 @@ var languageLoaders = {
17946
19154
  promql: async () => (await Promise.resolve().then(() => (init_promql(), promql_exports))).promql,
17947
19155
  properties: async () => (await Promise.resolve().then(() => (init_properties(), properties_exports))).properties,
17948
19156
  protobuf: async () => (await Promise.resolve().then(() => (init_protobuf(), protobuf_exports))).protobuf,
19157
+ prql: async () => (await Promise.resolve().then(() => (init_prql(), prql_exports))).prql,
17949
19158
  pug: async () => (await Promise.resolve().then(() => (init_pug(), pug_exports))).pug,
17950
19159
  puppet: async () => (await Promise.resolve().then(() => (init_puppet(), puppet_exports))).puppet,
17951
19160
  purescript: async () => (await Promise.resolve().then(() => (init_purescript(), purescript_exports))).purescript,
17952
19161
  python: async () => (await Promise.resolve().then(() => (init_python(), python_exports))).python,
19162
+ q: async () => (await Promise.resolve().then(() => (init_q(), q_exports))).q,
17953
19163
  qmake: async () => (await Promise.resolve().then(() => (init_qmake(), qmake_exports))).qmake,
17954
19164
  qml: async () => (await Promise.resolve().then(() => (init_qml(), qml_exports))).qml,
17955
19165
  qsharp: async () => (await Promise.resolve().then(() => (init_qsharp(), qsharp_exports))).qsharp,
@@ -17961,6 +19171,7 @@ var languageLoaders = {
17961
19171
  rebol: async () => (await Promise.resolve().then(() => (init_rebol(), rebol_exports))).rebol,
17962
19172
  red: async () => (await Promise.resolve().then(() => (init_red(), red_exports))).red,
17963
19173
  rego: async () => (await Promise.resolve().then(() => (init_rego(), rego_exports))).rego,
19174
+ renpy: async () => (await Promise.resolve().then(() => (init_renpy(), renpy_exports))).renpy,
17964
19175
  rescript: async () => (await Promise.resolve().then(() => (init_rescript(), rescript_exports))).rescript,
17965
19176
  restructuredtext: async () => (await Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports))).restructuredtext,
17966
19177
  rexx: async () => (await Promise.resolve().then(() => (init_rexx(), rexx_exports))).rexx,
@@ -17974,8 +19185,10 @@ var languageLoaders = {
17974
19185
  scss: async () => (await Promise.resolve().then(() => (init_scss(), scss_exports))).scss,
17975
19186
  self: async () => (await Promise.resolve().then(() => (init_self(), self_exports))).self,
17976
19187
  simula: async () => (await Promise.resolve().then(() => (init_simula(), simula_exports))).simula,
19188
+ slang: async () => (await Promise.resolve().then(() => (init_slang(), slang_exports))).slang,
17977
19189
  smalltalk: async () => (await Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports))).smalltalk,
17978
19190
  smarty: async () => (await Promise.resolve().then(() => (init_smarty(), smarty_exports))).smarty,
19191
+ smithy: async () => (await Promise.resolve().then(() => (init_smithy(), smithy_exports))).smithy,
17979
19192
  snakemake: async () => (await Promise.resolve().then(() => (init_snakemake(), snakemake_exports))).snakemake,
17980
19193
  snobol: async () => (await Promise.resolve().then(() => (init_snobol(), snobol_exports))).snobol,
17981
19194
  solidity: async () => (await Promise.resolve().then(() => (init_solidity(), solidity_exports))).solidity,
@@ -17990,9 +19203,11 @@ var languageLoaders = {
17990
19203
  starlark: async () => (await Promise.resolve().then(() => (init_starlark(), starlark_exports))).starlark,
17991
19204
  stata: async () => (await Promise.resolve().then(() => (init_stata(), stata_exports))).stata,
17992
19205
  stylus: async () => (await Promise.resolve().then(() => (init_stylus(), stylus_exports))).stylus,
19206
+ supercollider: async () => (await Promise.resolve().then(() => (init_supercollider(), supercollider_exports))).supercollider,
17993
19207
  svelte: async () => (await Promise.resolve().then(() => (init_svelte(), svelte_exports))).svelte,
17994
19208
  svg: async () => (await Promise.resolve().then(() => (init_svg(), svg_exports))).svg,
17995
19209
  svn: async () => (await Promise.resolve().then(() => (init_svn(), svn_exports))).svn,
19210
+ sway: async () => (await Promise.resolve().then(() => (init_sway(), sway_exports))).sway,
17996
19211
  swift: async () => (await Promise.resolve().then(() => (init_swift(), swift_exports))).swift,
17997
19212
  tcl: async () => (await Promise.resolve().then(() => (init_tcl(), tcl_exports))).tcl,
17998
19213
  tcsh: async () => (await Promise.resolve().then(() => (init_tcsh(), tcsh_exports))).tcsh,
@@ -18006,6 +19221,7 @@ var languageLoaders = {
18006
19221
  twee: async () => (await Promise.resolve().then(() => (init_twee(), twee_exports))).twee,
18007
19222
  twig: async () => (await Promise.resolve().then(() => (init_twig(), twig_exports))).twig,
18008
19223
  typescript: async () => (await Promise.resolve().then(() => (init_typescript(), typescript_exports))).typescript,
19224
+ typespec: async () => (await Promise.resolve().then(() => (init_typespec(), typespec_exports))).typespec,
18009
19225
  typst: async () => (await Promise.resolve().then(() => (init_typst(), typst_exports))).typst,
18010
19226
  unison: async () => (await Promise.resolve().then(() => (init_unison(), unison_exports))).unison,
18011
19227
  v: async () => (await Promise.resolve().then(() => (init_v(), v_exports))).v,
@@ -18083,6 +19299,9 @@ var SHEBANG_INTERPRETERS = {
18083
19299
  };
18084
19300
  var trailingVersionPattern = /[-.]?\d[\d.]*$/;
18085
19301
  var lookupInterpreter = (interpreter) => SHEBANG_INTERPRETERS[interpreter] ?? SHEBANG_INTERPRETERS[interpreter.replace(trailingVersionPattern, "")];
19302
+ var getShebangInterpreters = () => ({
19303
+ ...SHEBANG_INTERPRETERS
19304
+ });
18086
19305
  var detectLanguageSlugByShebang = (content) => {
18087
19306
  if (!content.startsWith("#!")) {
18088
19307
  return void 0;
@@ -18429,6 +19648,7 @@ init_actionscript();
18429
19648
  init_ada();
18430
19649
  init_agda();
18431
19650
  init_algol();
19651
+ init_alloy();
18432
19652
  init_ampl();
18433
19653
  init_angelscript();
18434
19654
  init_ante();
@@ -18460,12 +19680,14 @@ init_bosque();
18460
19680
  init_bqn();
18461
19681
  init_brainfuck();
18462
19682
  init_c();
19683
+ init_c3();
18463
19684
  init_cairo();
18464
19685
  init_capnproto();
18465
19686
  init_carbon();
18466
19687
  init_cel();
18467
19688
  init_chapel();
18468
19689
  init_circom();
19690
+ init_clarity();
18469
19691
  init_clojure();
18470
19692
  init_cmake();
18471
19693
  init_cobol();
@@ -18480,6 +19702,7 @@ init_css();
18480
19702
  init_cuda();
18481
19703
  init_cue();
18482
19704
  init_curry();
19705
+ init_cwl();
18483
19706
  init_cypher();
18484
19707
  init_cython();
18485
19708
  init_d();
@@ -18491,6 +19714,7 @@ init_dita();
18491
19714
  init_dockerfile();
18492
19715
  init_dot();
18493
19716
  init_earthly();
19717
+ init_edgeql();
18494
19718
  init_editorconfig();
18495
19719
  init_eiffel();
18496
19720
  init_ejs();
@@ -18500,10 +19724,12 @@ init_emacs_lisp();
18500
19724
  init_erb();
18501
19725
  init_erlang();
18502
19726
  init_factor();
19727
+ init_faust();
18503
19728
  init_fe();
18504
19729
  init_fennel();
18505
19730
  init_fish();
18506
19731
  init_flatbuffers();
19732
+ init_flix();
18507
19733
  init_flux();
18508
19734
  init_forth();
18509
19735
  init_fortran();
@@ -18511,6 +19737,7 @@ init_fql();
18511
19737
  init_freemarker();
18512
19738
  init_fsharp();
18513
19739
  init_fstar();
19740
+ init_futhark();
18514
19741
  init_gcode();
18515
19742
  init_gdscript();
18516
19743
  init_gettext();
@@ -18541,6 +19768,7 @@ init_ink();
18541
19768
  init_ink_narrative();
18542
19769
  init_io();
18543
19770
  init_isabelle();
19771
+ init_j();
18544
19772
  init_janet();
18545
19773
  init_java();
18546
19774
  init_javascript();
@@ -18598,6 +19826,7 @@ init_nginx();
18598
19826
  init_nickel();
18599
19827
  init_nim();
18600
19828
  init_nix();
19829
+ init_noir();
18601
19830
  init_nunjucks();
18602
19831
  init_nushell();
18603
19832
  init_oberon();
@@ -18628,10 +19857,12 @@ init_prolog();
18628
19857
  init_promql();
18629
19858
  init_properties();
18630
19859
  init_protobuf();
19860
+ init_prql();
18631
19861
  init_pug();
18632
19862
  init_puppet();
18633
19863
  init_purescript();
18634
19864
  init_python();
19865
+ init_q();
18635
19866
  init_qmake();
18636
19867
  init_qml();
18637
19868
  init_qsharp();
@@ -18643,6 +19874,7 @@ init_reasonml();
18643
19874
  init_rebol();
18644
19875
  init_red();
18645
19876
  init_rego();
19877
+ init_renpy();
18646
19878
  init_rescript();
18647
19879
  init_restructuredtext();
18648
19880
  init_rexx();
@@ -18656,8 +19888,10 @@ init_scheme();
18656
19888
  init_scss();
18657
19889
  init_self();
18658
19890
  init_simula();
19891
+ init_slang();
18659
19892
  init_smalltalk();
18660
19893
  init_smarty();
19894
+ init_smithy();
18661
19895
  init_snakemake();
18662
19896
  init_snobol();
18663
19897
  init_solidity();
@@ -18672,9 +19906,11 @@ init_standard_ml();
18672
19906
  init_starlark();
18673
19907
  init_stata();
18674
19908
  init_stylus();
19909
+ init_supercollider();
18675
19910
  init_svelte();
18676
19911
  init_svg();
18677
19912
  init_svn();
19913
+ init_sway();
18678
19914
  init_swift();
18679
19915
  init_tcl();
18680
19916
  init_tcsh();
@@ -18688,6 +19924,7 @@ init_tsql();
18688
19924
  init_twee();
18689
19925
  init_twig();
18690
19926
  init_typescript();
19927
+ init_typespec();
18691
19928
  init_typst();
18692
19929
  init_unison();
18693
19930
  init_v();
@@ -18725,6 +19962,7 @@ var languages = [
18725
19962
  ada,
18726
19963
  agda,
18727
19964
  algol,
19965
+ alloy,
18728
19966
  ampl,
18729
19967
  angelscript,
18730
19968
  ante,
@@ -18756,12 +19994,14 @@ var languages = [
18756
19994
  bqn,
18757
19995
  brainfuck,
18758
19996
  c,
19997
+ c3,
18759
19998
  cairo,
18760
19999
  capnproto,
18761
20000
  carbon,
18762
20001
  cel,
18763
20002
  chapel,
18764
20003
  circom,
20004
+ clarity,
18765
20005
  clojure,
18766
20006
  cmake,
18767
20007
  cobol,
@@ -18776,6 +20016,7 @@ var languages = [
18776
20016
  cuda,
18777
20017
  cue,
18778
20018
  curry,
20019
+ cwl,
18779
20020
  cypher,
18780
20021
  cython,
18781
20022
  d,
@@ -18787,6 +20028,7 @@ var languages = [
18787
20028
  dockerfile,
18788
20029
  dot,
18789
20030
  earthly,
20031
+ edgeql,
18790
20032
  editorconfig,
18791
20033
  eiffel,
18792
20034
  ejs,
@@ -18796,10 +20038,12 @@ var languages = [
18796
20038
  erb,
18797
20039
  erlang,
18798
20040
  factor,
20041
+ faust,
18799
20042
  fe,
18800
20043
  fennel,
18801
20044
  fish,
18802
20045
  flatbuffers,
20046
+ flix,
18803
20047
  flux,
18804
20048
  forth,
18805
20049
  fortran,
@@ -18807,6 +20051,7 @@ var languages = [
18807
20051
  freemarker,
18808
20052
  fsharp,
18809
20053
  fstar,
20054
+ futhark,
18810
20055
  gcode,
18811
20056
  gdscript,
18812
20057
  gettext,
@@ -18837,6 +20082,7 @@ var languages = [
18837
20082
  inkNarrative,
18838
20083
  io,
18839
20084
  isabelle,
20085
+ j,
18840
20086
  janet,
18841
20087
  java,
18842
20088
  javascript,
@@ -18894,6 +20140,7 @@ var languages = [
18894
20140
  nickel,
18895
20141
  nim,
18896
20142
  nix,
20143
+ noir,
18897
20144
  nunjucks,
18898
20145
  nushell,
18899
20146
  oberon,
@@ -18924,10 +20171,12 @@ var languages = [
18924
20171
  promql,
18925
20172
  properties,
18926
20173
  protobuf,
20174
+ prql,
18927
20175
  pug,
18928
20176
  puppet,
18929
20177
  purescript,
18930
20178
  python,
20179
+ q,
18931
20180
  qmake,
18932
20181
  qml,
18933
20182
  qsharp,
@@ -18939,6 +20188,7 @@ var languages = [
18939
20188
  rebol,
18940
20189
  red,
18941
20190
  rego,
20191
+ renpy,
18942
20192
  rescript,
18943
20193
  restructuredtext,
18944
20194
  rexx,
@@ -18952,8 +20202,10 @@ var languages = [
18952
20202
  scss,
18953
20203
  self,
18954
20204
  simula,
20205
+ slang,
18955
20206
  smalltalk,
18956
20207
  smarty,
20208
+ smithy,
18957
20209
  snakemake,
18958
20210
  snobol,
18959
20211
  solidity,
@@ -18968,9 +20220,11 @@ var languages = [
18968
20220
  starlark,
18969
20221
  stata,
18970
20222
  stylus,
20223
+ supercollider,
18971
20224
  svelte,
18972
20225
  svg,
18973
20226
  svn,
20227
+ sway,
18974
20228
  swift,
18975
20229
  tcl,
18976
20230
  tcsh,
@@ -18984,6 +20238,7 @@ var languages = [
18984
20238
  twee,
18985
20239
  twig,
18986
20240
  typescript,
20241
+ typespec,
18987
20242
  typst,
18988
20243
  unison,
18989
20244
  v,
@@ -19939,6 +21194,10 @@ var loadDetectedLanguages = async (filename) => {
19939
21194
  return detectedLanguages.filter((language) => Boolean(language));
19940
21195
  };
19941
21196
  var getLanguageBySlug = (slug) => languageMap.get(slug);
21197
+ var getRelationSlugs = (language) => {
21198
+ const { supersetOf = [], dialectOf = [], compilesTo = [] } = language.relations ?? {};
21199
+ return [...supersetOf, ...dialectOf, ...compilesTo];
21200
+ };
19942
21201
  var getDetectedLanguages = (filename) => detectLanguageSlugs(filename).map((slug) => getLanguageBySlug(slug)).filter((language) => Boolean(language));
19943
21202
  var api = {
19944
21203
  /**
@@ -20014,6 +21273,84 @@ var api = {
20014
21273
  }
20015
21274
  };
20016
21275
  },
21276
+ /**
21277
+ * Searches languages by name, slug, or alias with ranked results.
21278
+ *
21279
+ * Ranking: exact slug/alias/name match, then name or slug prefix, then name
21280
+ * substring, then slug or alias substring. Empty queries return no results.
21281
+ *
21282
+ * @example
21283
+ * api.search('type').get().map((language) => language.slug); // ["typescript", "typst", ...]
21284
+ * api.search('golang').get().at(0)?.slug; // "go"
21285
+ */
21286
+ search(query) {
21287
+ const normalizedQuery = query.trim().toLowerCase();
21288
+ const rankLanguage = (language) => {
21289
+ const name = language.i18n.en.name.toLowerCase();
21290
+ const aliases = (language.aliases ?? []).map((alias) => alias.toLowerCase());
21291
+ if (language.slug === normalizedQuery || name === normalizedQuery || aliases.includes(normalizedQuery)) {
21292
+ return 4;
21293
+ }
21294
+ if (name.startsWith(normalizedQuery) || language.slug.startsWith(normalizedQuery)) {
21295
+ return 3;
21296
+ }
21297
+ if (name.includes(normalizedQuery)) {
21298
+ return 2;
21299
+ }
21300
+ if (language.slug.includes(normalizedQuery) || aliases.some((alias) => alias.includes(normalizedQuery))) {
21301
+ return 1;
21302
+ }
21303
+ return 0;
21304
+ };
21305
+ const ranked = () => {
21306
+ if (!normalizedQuery) {
21307
+ return [];
21308
+ }
21309
+ return languages.map((language, index) => ({ language, index, rank: rankLanguage(language) })).filter(({ rank }) => rank > 0).sort((first, second) => second.rank - first.rank || first.index - second.index).map(({ language }) => language);
21310
+ };
21311
+ return createLanguageCollectionRequest(ranked, async () => {
21312
+ const loaded = await Promise.all(ranked().map((language) => loadLanguage(language.slug)));
21313
+ return loaded.filter((language) => Boolean(language));
21314
+ });
21315
+ },
21316
+ /**
21317
+ * Selects every language with the given lifecycle status.
21318
+ *
21319
+ * Languages without a `status` field count as `active`.
21320
+ *
21321
+ * @example
21322
+ * api.status('legacy').langs().get();
21323
+ * api.status('experimental').langs().locale('es').get();
21324
+ */
21325
+ status(value) {
21326
+ return {
21327
+ langs() {
21328
+ return createFilteredLanguageCollection(
21329
+ (language) => (language.status ?? "active") === value
21330
+ );
21331
+ }
21332
+ };
21333
+ },
21334
+ /**
21335
+ * Selects every language related to the given language through `relations`,
21336
+ * in either direction.
21337
+ *
21338
+ * @example
21339
+ * api.related('javascript').langs().get(); // TypeScript, CoffeeScript, Elm, ...
21340
+ * api.related('typescript').langs().get(); // JavaScript
21341
+ */
21342
+ related(slug) {
21343
+ const resolvedSlug = resolveLanguageLookup(slug);
21344
+ return {
21345
+ langs() {
21346
+ const source = getLanguageBySlug(resolvedSlug);
21347
+ const outgoing = new Set(source ? getRelationSlugs(source) : []);
21348
+ return createFilteredLanguageCollection(
21349
+ (language) => language.slug !== resolvedSlug && (outgoing.has(language.slug) || getRelationSlugs(language).includes(resolvedSlug))
21350
+ );
21351
+ }
21352
+ };
21353
+ },
20017
21354
  /**
20018
21355
  * Selects every language that runs on or targets the given platform or runtime.
20019
21356
  *
@@ -20144,6 +21481,9 @@ var api = {
20144
21481
  );
20145
21482
  }
20146
21483
  };
21484
+ function getStatuses() {
21485
+ return ["active", "experimental", "legacy", "historical"];
21486
+ }
20147
21487
 
20148
21488
  // src/domain/detection/detect.ts
20149
21489
  var detectLanguages = (filename) => {
@@ -20161,6 +21501,7 @@ init_actionscript();
20161
21501
  init_ada();
20162
21502
  init_agda();
20163
21503
  init_algol();
21504
+ init_alloy();
20164
21505
  init_ampl();
20165
21506
  init_angelscript();
20166
21507
  init_ante();
@@ -20192,12 +21533,14 @@ init_bosque();
20192
21533
  init_bqn();
20193
21534
  init_brainfuck();
20194
21535
  init_c();
21536
+ init_c3();
20195
21537
  init_cairo();
20196
21538
  init_capnproto();
20197
21539
  init_carbon();
20198
21540
  init_cel();
20199
21541
  init_chapel();
20200
21542
  init_circom();
21543
+ init_clarity();
20201
21544
  init_clojure();
20202
21545
  init_cmake();
20203
21546
  init_cobol();
@@ -20212,6 +21555,7 @@ init_css();
20212
21555
  init_cuda();
20213
21556
  init_cue();
20214
21557
  init_curry();
21558
+ init_cwl();
20215
21559
  init_cypher();
20216
21560
  init_cython();
20217
21561
  init_d();
@@ -20223,6 +21567,7 @@ init_dita();
20223
21567
  init_dockerfile();
20224
21568
  init_dot();
20225
21569
  init_earthly();
21570
+ init_edgeql();
20226
21571
  init_editorconfig();
20227
21572
  init_eiffel();
20228
21573
  init_ejs();
@@ -20232,10 +21577,12 @@ init_emacs_lisp();
20232
21577
  init_erb();
20233
21578
  init_erlang();
20234
21579
  init_factor();
21580
+ init_faust();
20235
21581
  init_fe();
20236
21582
  init_fennel();
20237
21583
  init_fish();
20238
21584
  init_flatbuffers();
21585
+ init_flix();
20239
21586
  init_flux();
20240
21587
  init_forth();
20241
21588
  init_fortran();
@@ -20243,6 +21590,7 @@ init_fql();
20243
21590
  init_freemarker();
20244
21591
  init_fsharp();
20245
21592
  init_fstar();
21593
+ init_futhark();
20246
21594
  init_gcode();
20247
21595
  init_gdscript();
20248
21596
  init_gettext();
@@ -20273,6 +21621,7 @@ init_ink();
20273
21621
  init_ink_narrative();
20274
21622
  init_io();
20275
21623
  init_isabelle();
21624
+ init_j();
20276
21625
  init_janet();
20277
21626
  init_java();
20278
21627
  init_javascript();
@@ -20330,6 +21679,7 @@ init_nginx();
20330
21679
  init_nickel();
20331
21680
  init_nim();
20332
21681
  init_nix();
21682
+ init_noir();
20333
21683
  init_nunjucks();
20334
21684
  init_nushell();
20335
21685
  init_oberon();
@@ -20360,10 +21710,12 @@ init_prolog();
20360
21710
  init_promql();
20361
21711
  init_properties();
20362
21712
  init_protobuf();
21713
+ init_prql();
20363
21714
  init_pug();
20364
21715
  init_puppet();
20365
21716
  init_purescript();
20366
21717
  init_python();
21718
+ init_q();
20367
21719
  init_qmake();
20368
21720
  init_qml();
20369
21721
  init_qsharp();
@@ -20375,6 +21727,7 @@ init_reasonml();
20375
21727
  init_rebol();
20376
21728
  init_red();
20377
21729
  init_rego();
21730
+ init_renpy();
20378
21731
  init_rescript();
20379
21732
  init_restructuredtext();
20380
21733
  init_rexx();
@@ -20388,8 +21741,10 @@ init_scheme();
20388
21741
  init_scss();
20389
21742
  init_self();
20390
21743
  init_simula();
21744
+ init_slang();
20391
21745
  init_smalltalk();
20392
21746
  init_smarty();
21747
+ init_smithy();
20393
21748
  init_snakemake();
20394
21749
  init_snobol();
20395
21750
  init_solidity();
@@ -20404,9 +21759,11 @@ init_standard_ml();
20404
21759
  init_starlark();
20405
21760
  init_stata();
20406
21761
  init_stylus();
21762
+ init_supercollider();
20407
21763
  init_svelte();
20408
21764
  init_svg();
20409
21765
  init_svn();
21766
+ init_sway();
20410
21767
  init_swift();
20411
21768
  init_tcl();
20412
21769
  init_tcsh();
@@ -20420,6 +21777,7 @@ init_tsql();
20420
21777
  init_twee();
20421
21778
  init_twig();
20422
21779
  init_typescript();
21780
+ init_typespec();
20423
21781
  init_typst();
20424
21782
  init_unison();
20425
21783
  init_v();
@@ -20452,4 +21810,4 @@ init_zig();
20452
21810
  init_ziggy();
20453
21811
  init_zsh();
20454
21812
 
20455
- export { abap, actionscript, ada, agda, algol, ampl, angelscript, ante, antlr, apex, api, apl, applescript, aql, arduino, asciidoc, asp, assembly, assemblyscript, astro, austral, autohotkey, avroIdl, awk, ballerina, bash, basic, batch, bazel, bcpl, bibtex, bicep, blade, bosque, bqn, brainfuck, c, cairo, capnproto, carbon, cel, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, cql, crystal, csharp, css, cuda, cue, curry, cypher, cython, d, dafny, dart, dax, detectLanguage, detectLanguageByShebang, detectLanguageSlug, detectLanguageSlugByShebang, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, dot, earthly, editorconfig, eiffel, ejs, elixir, elm, emacsLisp, erb, erlang, factor, fe, fennel, fish, flatbuffers, flux, forth, fortran, fql, freemarker, fsharp, fstar, gcode, gdscript, getCategories, getEcosystems, getPackageManagers, getParadigms, getRuntimes, gettext, git, gleam, glsl, gml, go, gradle, grain, graphql, gremlin, groovy, hack, haml, handlebars, hare, haskell, haxe, hcl, hlsl, hocon, html, hy, idris, ini, ink, inkNarrative, io, isabelle, janet, java, javascript, jcl, jinja, jmespath, jq, json, json5, jsonata, jsonc, jsonnet, julia, jupyterNotebook, just, kcl, kdl, koka, kotlin, kql, languages, lean, less, lex, ligo, linkerscript, liquid, lisp, llvmIr, lobster, localizeLanguage, logo, lua, luau, makefile, mako, markdown, marlowe, mathematica, matlab, maxima, mdx, mercury, mermaid, meson, metal, modelica, modula2, mojo, moonbit, move, mumps, mustache, n1ql, nextflow, nginx, nickel, nim, nix, nunjucks, nushell, oberon, objectiveC, ocaml, octave, odin, openapi, opencl, openscad, org, pascal, perl, php, pineScript, pkl, plI, plantuml, plpgsql, plsql, pod, pony, postscript, powerquery, powershell, processing, prolog, promql, properties, protobuf, pug, puppet, purescript, python, qmake, qml, qsharp, r, racket, raku, razor, reasonml, rebol, red, rego, rescript, restructuredtext, rexx, roc, rpg, ruby, rust, sas, scala, scheme, scss, self, simula, smalltalk, smarty, snakemake, snobol, solidity, soql, spark, sparql, spl, spss, sql, squirrel, standardMl, starlark, stata, stylus, svelte, svg, svn, swift, tcl, tcsh, tex, textile, thrift, tlaPlus, toml, troff, tsql, twee, twig, typescript, typst, unison, v, vala, vale, vba, vbscript, velocity, verilog, verse, vhdl, vimscript, visualBasic, vue, vyper, wdl, webassembly, wgsl, wren, xaml, xml, xpath, xquery, xslt, yacc, yaml, yara, zeek, zig, ziggy, zsh };
21813
+ export { abap, actionscript, ada, agda, algol, alloy, ampl, angelscript, ante, antlr, apex, api, apl, applescript, aql, arduino, asciidoc, asp, assembly, assemblyscript, astro, austral, autohotkey, avroIdl, awk, ballerina, bash, basic, batch, bazel, bcpl, bibtex, bicep, blade, bosque, bqn, brainfuck, c, c3, cairo, capnproto, carbon, cel, chapel, circom, clarity, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, cql, crystal, csharp, css, cuda, cue, curry, cwl, cypher, cython, d, dafny, dart, dax, detectLanguage, detectLanguageByShebang, detectLanguageSlug, detectLanguageSlugByShebang, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, dot, earthly, edgeql, editorconfig, eiffel, ejs, elixir, elm, emacsLisp, erb, erlang, factor, faust, fe, fennel, fish, flatbuffers, flix, flux, forth, fortran, fql, freemarker, fsharp, fstar, futhark, gcode, gdscript, getCategories, getEcosystems, getPackageManagers, getParadigms, getRuntimes, getShebangInterpreters, getStatuses, gettext, git, gleam, glsl, gml, go, gradle, grain, graphql, gremlin, groovy, hack, haml, handlebars, hare, haskell, haxe, hcl, hlsl, hocon, html, hy, idris, ini, ink, inkNarrative, io, isabelle, j, janet, java, javascript, jcl, jinja, jmespath, jq, json, json5, jsonata, jsonc, jsonnet, julia, jupyterNotebook, just, kcl, kdl, koka, kotlin, kql, languages, lean, less, lex, ligo, linkerscript, liquid, lisp, llvmIr, lobster, localizeLanguage, logo, lua, luau, makefile, mako, markdown, marlowe, mathematica, matlab, maxima, mdx, mercury, mermaid, meson, metal, modelica, modula2, mojo, moonbit, move, mumps, mustache, n1ql, nextflow, nginx, nickel, nim, nix, noir, nunjucks, nushell, oberon, objectiveC, ocaml, octave, odin, openapi, opencl, openscad, org, pascal, perl, php, pineScript, pkl, plI, plantuml, plpgsql, plsql, pod, pony, postscript, powerquery, powershell, processing, prolog, promql, properties, protobuf, prql, pug, puppet, purescript, python, q, qmake, qml, qsharp, r, racket, raku, razor, reasonml, rebol, red, rego, renpy, rescript, restructuredtext, rexx, roc, rpg, ruby, rust, sas, scala, scheme, scss, self, simula, slang, smalltalk, smarty, smithy, snakemake, snobol, solidity, soql, spark, sparql, spl, spss, sql, squirrel, standardMl, starlark, stata, stylus, supercollider, svelte, svg, svn, sway, swift, tcl, tcsh, tex, textile, thrift, tlaPlus, toml, troff, tsql, twee, twig, typescript, typespec, typst, unison, v, vala, vale, vba, vbscript, velocity, verilog, verse, vhdl, vimscript, visualBasic, vue, vyper, wdl, webassembly, wgsl, wren, xaml, xml, xpath, xquery, xslt, yacc, yaml, yara, zeek, zig, ziggy, zsh };