code-languages 1.15.0 → 1.16.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 (84) hide show
  1. package/README.md +56 -1
  2. package/dist/api.cjs +462 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +297 -0
  5. package/dist/api.d.ts +297 -0
  6. package/dist/api.js +462 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +330 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +330 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +473 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +297 -0
  15. package/dist/index.d.ts +297 -0
  16. package/dist/index.js +474 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/ada.cjs +34 -0
  19. package/dist/languages/ada.cjs.map +1 -0
  20. package/dist/languages/ada.d.cts +29 -0
  21. package/dist/languages/ada.d.ts +29 -0
  22. package/dist/languages/ada.js +32 -0
  23. package/dist/languages/ada.js.map +1 -0
  24. package/dist/languages/apex.cjs +34 -0
  25. package/dist/languages/apex.cjs.map +1 -0
  26. package/dist/languages/apex.d.cts +29 -0
  27. package/dist/languages/apex.d.ts +29 -0
  28. package/dist/languages/apex.js +32 -0
  29. package/dist/languages/apex.js.map +1 -0
  30. package/dist/languages/awk.cjs +34 -0
  31. package/dist/languages/awk.cjs.map +1 -0
  32. package/dist/languages/awk.d.cts +29 -0
  33. package/dist/languages/awk.d.ts +29 -0
  34. package/dist/languages/awk.js +32 -0
  35. package/dist/languages/awk.js.map +1 -0
  36. package/dist/languages/clojure.cjs +34 -0
  37. package/dist/languages/clojure.cjs.map +1 -0
  38. package/dist/languages/clojure.d.cts +29 -0
  39. package/dist/languages/clojure.d.ts +29 -0
  40. package/dist/languages/clojure.js +32 -0
  41. package/dist/languages/clojure.js.map +1 -0
  42. package/dist/languages/d.cjs +34 -0
  43. package/dist/languages/d.cjs.map +1 -0
  44. package/dist/languages/d.d.cts +29 -0
  45. package/dist/languages/d.d.ts +29 -0
  46. package/dist/languages/d.js +32 -0
  47. package/dist/languages/d.js.map +1 -0
  48. package/dist/languages/fennel.cjs +34 -0
  49. package/dist/languages/fennel.cjs.map +1 -0
  50. package/dist/languages/fennel.d.cts +29 -0
  51. package/dist/languages/fennel.d.ts +29 -0
  52. package/dist/languages/fennel.js +32 -0
  53. package/dist/languages/fennel.js.map +1 -0
  54. package/dist/languages/gleam.cjs +34 -0
  55. package/dist/languages/gleam.cjs.map +1 -0
  56. package/dist/languages/gleam.d.cts +29 -0
  57. package/dist/languages/gleam.d.ts +29 -0
  58. package/dist/languages/gleam.js +32 -0
  59. package/dist/languages/gleam.js.map +1 -0
  60. package/dist/languages/haxe.cjs +34 -0
  61. package/dist/languages/haxe.cjs.map +1 -0
  62. package/dist/languages/haxe.d.cts +29 -0
  63. package/dist/languages/haxe.d.ts +29 -0
  64. package/dist/languages/haxe.js +32 -0
  65. package/dist/languages/haxe.js.map +1 -0
  66. package/dist/languages/nim.cjs +34 -0
  67. package/dist/languages/nim.cjs.map +1 -0
  68. package/dist/languages/nim.d.cts +29 -0
  69. package/dist/languages/nim.d.ts +29 -0
  70. package/dist/languages/nim.js +32 -0
  71. package/dist/languages/nim.js.map +1 -0
  72. package/dist/languages/racket.cjs +34 -0
  73. package/dist/languages/racket.cjs.map +1 -0
  74. package/dist/languages/racket.d.cts +29 -0
  75. package/dist/languages/racket.d.ts +29 -0
  76. package/dist/languages/racket.js +32 -0
  77. package/dist/languages/racket.js.map +1 -0
  78. package/dist/languages/tcl.cjs +34 -0
  79. package/dist/languages/tcl.cjs.map +1 -0
  80. package/dist/languages/tcl.d.cts +29 -0
  81. package/dist/languages/tcl.d.ts +29 -0
  82. package/dist/languages/tcl.js +32 -0
  83. package/dist/languages/tcl.js.map +1 -0
  84. package/package.json +56 -1
package/dist/index.cjs CHANGED
@@ -84,6 +84,82 @@ var init_actionscript = __esm({
84
84
  }
85
85
  });
86
86
 
87
+ // src/languages/ada.ts
88
+ var ada_exports = {};
89
+ __export(ada_exports, {
90
+ ada: () => exports.ada
91
+ });
92
+ exports.ada = void 0;
93
+ var init_ada = __esm({
94
+ "src/languages/ada.ts"() {
95
+ exports.ada = {
96
+ slug: "ada",
97
+ publishedDate: "1980-01-01",
98
+ extensions: [".adb", ".ads", ".ada"],
99
+ author: "Jean Ichbiah / CII Honeywell Bull",
100
+ website: "https://www.adaic.org",
101
+ paradigms: ["imperative", "object-oriented", "concurrent", "real-time", "modular"],
102
+ tooling: {
103
+ runtimes: ["Native", "GNAT Runtime", "Ravenscar"],
104
+ packageManagers: ["Alire"],
105
+ ecosystems: ["Embedded", "Aerospace", "Defense", "Safety-critical Systems"]
106
+ },
107
+ version: "Ada 2022",
108
+ logo: "https://cdn.simpleicons.org/ada/02F88C",
109
+ i18n: {
110
+ en: {
111
+ name: "Ada",
112
+ description: "A strongly typed language for reliable, maintainable, and safety-critical software.",
113
+ longDescription: "Ada is a general-purpose programming language designed for reliability, readability, strong typing, modularity, concurrency, and real-time systems. Modern Ada includes packages, generics, tasking, protected objects, contracts, object-oriented features, and precise control over representation.\n\nIt is used in aerospace, defense, transportation, embedded systems, high-integrity applications, industrial control, and software where long-term maintainability and correctness are central requirements."
114
+ },
115
+ es: {
116
+ name: "Ada",
117
+ description: "Un lenguaje de tipado fuerte para software confiable, mantenible y critico para la seguridad.",
118
+ longDescription: "Ada es un lenguaje de programacion de proposito general disenado para confiabilidad, legibilidad, tipado fuerte, modularidad, concurrencia y sistemas de tiempo real. Ada moderno incluye paquetes, genericos, tareas, objetos protegidos, contratos, caracteristicas orientadas a objetos y control preciso de representacion.\n\nSe usa en aeroespacial, defensa, transporte, sistemas embebidos, aplicaciones de alta integridad, control industrial y software donde la mantenibilidad a largo plazo y la correccion son requisitos centrales."
119
+ }
120
+ }
121
+ };
122
+ }
123
+ });
124
+
125
+ // src/languages/apex.ts
126
+ var apex_exports = {};
127
+ __export(apex_exports, {
128
+ apex: () => exports.apex
129
+ });
130
+ exports.apex = void 0;
131
+ var init_apex = __esm({
132
+ "src/languages/apex.ts"() {
133
+ exports.apex = {
134
+ slug: "apex",
135
+ publishedDate: "2007-01-01",
136
+ extensions: [".cls", ".trigger"],
137
+ author: "Salesforce",
138
+ website: "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/",
139
+ paradigms: ["object-oriented", "cloud", "database-oriented", "event-driven"],
140
+ tooling: {
141
+ runtimes: ["Salesforce Platform"],
142
+ packageManagers: ["Salesforce CLI", "Unlocked Packages", "Managed Packages"],
143
+ ecosystems: ["Salesforce", "CRM", "Enterprise Applications", "Platform Automation"]
144
+ },
145
+ version: "API 66.0",
146
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg",
147
+ i18n: {
148
+ en: {
149
+ name: "Apex",
150
+ description: "Salesforce's strongly typed, object-oriented language for platform business logic.",
151
+ longDescription: "Apex is a strongly typed, object-oriented programming language that runs on the Salesforce Platform. It combines Java-like syntax with platform-specific database operations, triggers, asynchronous jobs, governor limits, sharing rules, and integrations with Salesforce metadata and APIs.\n\nIt is used for CRM customizations, business automation, custom controllers, data validation, integrations, batch processing, platform events, and enterprise applications built inside Salesforce."
152
+ },
153
+ es: {
154
+ name: "Apex",
155
+ description: "El lenguaje fuertemente tipado y orientado a objetos de Salesforce para logica de negocio en la plataforma.",
156
+ longDescription: "Apex es un lenguaje de programacion fuertemente tipado y orientado a objetos que corre en Salesforce Platform. Combina sintaxis similar a Java con operaciones de base de datos propias de la plataforma, triggers, trabajos asincronos, governor limits, reglas de sharing e integraciones con metadata y APIs de Salesforce.\n\nSe usa para personalizaciones de CRM, automatizacion de negocio, controladores personalizados, validacion de datos, integraciones, procesamiento batch, platform events y aplicaciones empresariales construidas dentro de Salesforce."
157
+ }
158
+ }
159
+ };
160
+ }
161
+ });
162
+
87
163
  // src/languages/asp.ts
88
164
  var asp_exports = {};
89
165
  __export(asp_exports, {
@@ -198,6 +274,44 @@ var init_astro = __esm({
198
274
  }
199
275
  });
200
276
 
277
+ // src/languages/awk.ts
278
+ var awk_exports = {};
279
+ __export(awk_exports, {
280
+ awk: () => exports.awk
281
+ });
282
+ exports.awk = void 0;
283
+ var init_awk = __esm({
284
+ "src/languages/awk.ts"() {
285
+ exports.awk = {
286
+ slug: "awk",
287
+ publishedDate: "1977-01-01",
288
+ extensions: [".awk"],
289
+ author: "Alfred Aho, Peter Weinberger, Brian Kernighan",
290
+ website: "https://www.gnu.org/software/gawk/",
291
+ paradigms: ["text-processing", "scripting", "pattern-action", "data-driven"],
292
+ tooling: {
293
+ runtimes: ["awk", "gawk", "mawk", "nawk"],
294
+ packageManagers: ["APT", "DNF", "Pacman", "Homebrew"],
295
+ ecosystems: ["Unix", "Text Processing", "Shell", "Data Extraction"]
296
+ },
297
+ version: "GNU Awk 5.4.0",
298
+ logo: "https://www.gnu.org/graphics/heckert_gnu.small.png",
299
+ i18n: {
300
+ en: {
301
+ name: "awk",
302
+ description: "A pattern-action language for scanning, transforming, and reporting on text data.",
303
+ longDescription: "awk is a compact text-processing language built around pattern-action rules, records, fields, associative arrays, regular expressions, and streaming input. It is commonly available on Unix-like systems, with GNU Awk adding many extensions and tooling conveniences.\n\nIt is used for command-line data extraction, log processing, report generation, one-off transformations, shell pipelines, lightweight ETL tasks, and scripts that need concise processing of structured or semi-structured text."
304
+ },
305
+ es: {
306
+ name: "awk",
307
+ description: "Un lenguaje de patron-accion para analizar, transformar y reportar datos de texto.",
308
+ longDescription: "awk es un lenguaje compacto de procesamiento de texto basado en reglas patron-accion, registros, campos, arreglos asociativos, expresiones regulares y entrada en streaming. Esta disponible comunmente en sistemas tipo Unix, con GNU Awk agregando muchas extensiones y comodidades de tooling.\n\nSe usa para extraccion de datos en linea de comandos, procesamiento de logs, generacion de reportes, transformaciones puntuales, pipelines de shell, tareas ETL ligeras y scripts que necesitan procesar texto estructurado o semiestructurado de forma concisa."
309
+ }
310
+ }
311
+ };
312
+ }
313
+ });
314
+
201
315
  // src/languages/bash.ts
202
316
  var bash_exports = {};
203
317
  __export(bash_exports, {
@@ -311,6 +425,44 @@ var init_c = __esm({
311
425
  }
312
426
  });
313
427
 
428
+ // src/languages/clojure.ts
429
+ var clojure_exports = {};
430
+ __export(clojure_exports, {
431
+ clojure: () => exports.clojure
432
+ });
433
+ exports.clojure = void 0;
434
+ var init_clojure = __esm({
435
+ "src/languages/clojure.ts"() {
436
+ exports.clojure = {
437
+ slug: "clojure",
438
+ publishedDate: "2007-10-16",
439
+ extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"],
440
+ author: "Rich Hickey",
441
+ website: "https://clojure.org",
442
+ paradigms: ["functional", "lisp", "concurrent", "dynamic", "immutable-data"],
443
+ tooling: {
444
+ runtimes: ["JVM", "ClojureScript", "Babashka", "ClojureCLR"],
445
+ packageManagers: ["Clojure CLI", "Leiningen", "Boot", "Maven"],
446
+ ecosystems: ["JVM", "JavaScript", "Data Processing", "Web", "REPL-driven Development"]
447
+ },
448
+ version: "1.12.5",
449
+ logo: "https://cdn.simpleicons.org/clojure/5881D8",
450
+ i18n: {
451
+ en: {
452
+ name: "Clojure",
453
+ description: "A modern Lisp for the JVM and JavaScript ecosystems with immutable data and interactive development.",
454
+ longDescription: "Clojure is a dynamic functional Lisp dialect designed for practical software development on hosted runtimes. It emphasizes immutable persistent data structures, first-class functions, macros, namespaces, protocols, software transactional memory, and REPL-driven workflows.\n\nIt is used for backend services, data pipelines, interactive systems, scripting with Babashka, web applications, distributed systems, and projects that benefit from a small language core with strong data-oriented programming practices."
455
+ },
456
+ es: {
457
+ name: "Clojure",
458
+ description: "Un Lisp moderno para los ecosistemas JVM y JavaScript con datos inmutables y desarrollo interactivo.",
459
+ longDescription: "Clojure es un dialecto Lisp funcional y dinamico disenado para desarrollo practico de software sobre runtimes hospedados. Enfatiza estructuras de datos persistentes e inmutables, funciones de primera clase, macros, namespaces, protocolos, memoria transaccional de software y flujos guiados por REPL.\n\nSe usa en servicios backend, pipelines de datos, sistemas interactivos, scripting con Babashka, aplicaciones web, sistemas distribuidos y proyectos que se benefician de un nucleo pequeno de lenguaje con practicas fuertes de programacion orientada a datos."
460
+ }
461
+ }
462
+ };
463
+ }
464
+ });
465
+
314
466
  // src/languages/cmake.ts
315
467
  var cmake_exports = {};
316
468
  __export(cmake_exports, {
@@ -608,6 +760,44 @@ var init_cuda = __esm({
608
760
  }
609
761
  });
610
762
 
763
+ // src/languages/d.ts
764
+ var d_exports = {};
765
+ __export(d_exports, {
766
+ d: () => exports.d
767
+ });
768
+ exports.d = void 0;
769
+ var init_d = __esm({
770
+ "src/languages/d.ts"() {
771
+ exports.d = {
772
+ slug: "d",
773
+ publishedDate: "2001-12-08",
774
+ extensions: [".d", ".di"],
775
+ author: "Walter Bright / D Language Foundation",
776
+ website: "https://dlang.org",
777
+ paradigms: ["systems", "imperative", "object-oriented", "generic", "functional"],
778
+ tooling: {
779
+ runtimes: ["Native", "D Runtime"],
780
+ packageManagers: ["DUB"],
781
+ ecosystems: ["Systems Programming", "Native Applications", "Tooling", "Game Development"]
782
+ },
783
+ version: "2.112.0",
784
+ logo: "https://cdn.simpleicons.org/d/BA595E",
785
+ i18n: {
786
+ en: {
787
+ name: "D",
788
+ description: "A systems programming language combining native performance with high-level abstractions.",
789
+ longDescription: "D is a general-purpose systems programming language with C-like syntax, native compilation, garbage collection, manual memory options, templates, compile-time function execution, ranges, contracts, and interoperability with C.\n\nIt is used for command-line tools, systems software, native services, high-performance applications, game tooling, compilers, and projects that want low-level control alongside expressive metaprogramming and modern language features."
790
+ },
791
+ es: {
792
+ name: "D",
793
+ description: "Un lenguaje de sistemas que combina rendimiento nativo con abstracciones de alto nivel.",
794
+ longDescription: "D es un lenguaje de programacion de sistemas de proposito general con sintaxis similar a C, compilacion nativa, garbage collection, opciones de memoria manual, templates, ejecucion de funciones en tiempo de compilacion, ranges, contratos e interoperabilidad con C.\n\nSe usa en herramientas de linea de comandos, software de sistemas, servicios nativos, aplicaciones de alto rendimiento, tooling para juegos, compiladores y proyectos que buscan control de bajo nivel junto con metaprogramacion expresiva y caracteristicas modernas de lenguaje."
795
+ }
796
+ }
797
+ };
798
+ }
799
+ });
800
+
611
801
  // src/languages/dart.ts
612
802
  var dart_exports = {};
613
803
  __export(dart_exports, {
@@ -797,6 +987,44 @@ var init_erlang = __esm({
797
987
  }
798
988
  });
799
989
 
990
+ // src/languages/fennel.ts
991
+ var fennel_exports = {};
992
+ __export(fennel_exports, {
993
+ fennel: () => exports.fennel
994
+ });
995
+ exports.fennel = void 0;
996
+ var init_fennel = __esm({
997
+ "src/languages/fennel.ts"() {
998
+ exports.fennel = {
999
+ slug: "fennel",
1000
+ publishedDate: "2016-10-01",
1001
+ extensions: [".fnl"],
1002
+ author: "Calvin Rose, Phil Hagelberg",
1003
+ website: "https://fennel-lang.org",
1004
+ paradigms: ["functional", "lisp", "scripting", "metaprogramming"],
1005
+ tooling: {
1006
+ runtimes: ["Lua", "LuaJIT"],
1007
+ packageManagers: ["LuaRocks"],
1008
+ ecosystems: ["Lua", "Neovim", "Game Development", "Embedded Scripting"]
1009
+ },
1010
+ version: "1.6.1",
1011
+ logo: "https://fennel-lang.org/logo.svg",
1012
+ i18n: {
1013
+ en: {
1014
+ name: "Fennel",
1015
+ description: "A Lisp that compiles to Lua while preserving access to the Lua ecosystem.",
1016
+ longDescription: "Fennel is a Lisp dialect that compiles to Lua, offering parentheses, macros, pattern matching, destructuring, functional style, and interactive development while keeping compatibility with Lua runtimes and libraries.\n\nIt is used for Lua applications, Neovim configuration, game scripting, embedded extension languages, tools, and projects that want Lisp-style syntax and macros with Lua's portability and small runtime footprint."
1017
+ },
1018
+ es: {
1019
+ name: "Fennel",
1020
+ description: "Un Lisp que compila a Lua y conserva acceso al ecosistema Lua.",
1021
+ longDescription: "Fennel es un dialecto Lisp que compila a Lua, ofreciendo parentesis, macros, pattern matching, destructuring, estilo funcional y desarrollo interactivo mientras mantiene compatibilidad con runtimes y bibliotecas de Lua.\n\nSe usa en aplicaciones Lua, configuracion de Neovim, scripting para juegos, lenguajes embebidos de extension, herramientas y proyectos que quieren sintaxis y macros de estilo Lisp con la portabilidad y huella pequena de runtime de Lua."
1022
+ }
1023
+ }
1024
+ };
1025
+ }
1026
+ });
1027
+
800
1028
  // src/languages/fortran.ts
801
1029
  var fortran_exports = {};
802
1030
  __export(fortran_exports, {
@@ -910,6 +1138,44 @@ var init_git = __esm({
910
1138
  }
911
1139
  });
912
1140
 
1141
+ // src/languages/gleam.ts
1142
+ var gleam_exports = {};
1143
+ __export(gleam_exports, {
1144
+ gleam: () => exports.gleam
1145
+ });
1146
+ exports.gleam = void 0;
1147
+ var init_gleam = __esm({
1148
+ "src/languages/gleam.ts"() {
1149
+ exports.gleam = {
1150
+ slug: "gleam",
1151
+ publishedDate: "2019-04-15",
1152
+ extensions: [".gleam"],
1153
+ author: "Louis Pilfold",
1154
+ website: "https://gleam.run",
1155
+ paradigms: ["functional", "statically typed", "concurrent", "actor-model"],
1156
+ tooling: {
1157
+ runtimes: ["Erlang/OTP", "BEAM", "JavaScript"],
1158
+ packageManagers: ["gleam", "Hex"],
1159
+ ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
1160
+ },
1161
+ version: "1.16.0",
1162
+ logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
1163
+ i18n: {
1164
+ en: {
1165
+ name: "Gleam",
1166
+ description: "A friendly statically typed functional language for the BEAM and JavaScript.",
1167
+ longDescription: "Gleam is a statically typed functional programming language that compiles to Erlang and JavaScript. It provides algebraic data types, pattern matching, immutable data, a small syntax, helpful compiler errors, and interoperability with Erlang and Elixir libraries on the BEAM.\n\nIt is used for web services, concurrent systems, command-line tools, full-stack applications, and projects that want BEAM reliability with a lightweight type system and approachable functional programming model."
1168
+ },
1169
+ es: {
1170
+ name: "Gleam",
1171
+ description: "Un lenguaje funcional amigable y de tipado estatico para BEAM y JavaScript.",
1172
+ longDescription: "Gleam es un lenguaje de programacion funcional con tipado estatico que compila a Erlang y JavaScript. Ofrece tipos algebraicos, pattern matching, datos inmutables, una sintaxis pequena, errores de compilador utiles e interoperabilidad con bibliotecas Erlang y Elixir sobre BEAM.\n\nSe usa en servicios web, sistemas concurrentes, herramientas de linea de comandos, aplicaciones full-stack y proyectos que buscan la confiabilidad de BEAM con un sistema de tipos ligero y un modelo funcional accesible."
1173
+ }
1174
+ }
1175
+ };
1176
+ }
1177
+ });
1178
+
913
1179
  // src/languages/glsl.ts
914
1180
  var glsl_exports = {};
915
1181
  __export(glsl_exports, {
@@ -1138,6 +1404,44 @@ var init_haskell = __esm({
1138
1404
  }
1139
1405
  });
1140
1406
 
1407
+ // src/languages/haxe.ts
1408
+ var haxe_exports = {};
1409
+ __export(haxe_exports, {
1410
+ haxe: () => exports.haxe
1411
+ });
1412
+ exports.haxe = void 0;
1413
+ var init_haxe = __esm({
1414
+ "src/languages/haxe.ts"() {
1415
+ exports.haxe = {
1416
+ slug: "haxe",
1417
+ publishedDate: "2005-10-01",
1418
+ extensions: [".hx", ".hxml"],
1419
+ author: "Nicolas Cannasse / Haxe Foundation",
1420
+ website: "https://haxe.org",
1421
+ paradigms: ["object-oriented", "functional", "cross-platform", "statically typed"],
1422
+ tooling: {
1423
+ runtimes: ["JavaScript", "HashLink", "JVM", "C++", "C#", "PHP", "Lua", "Python"],
1424
+ packageManagers: ["haxelib"],
1425
+ ecosystems: ["Games", "Web", "Cross-platform Applications", "OpenFL", "Heaps"]
1426
+ },
1427
+ version: "4.3.7",
1428
+ logo: "https://cdn.simpleicons.org/haxe/EA8220",
1429
+ i18n: {
1430
+ en: {
1431
+ name: "Haxe",
1432
+ description: "A cross-platform typed language that compiles to many runtimes and targets.",
1433
+ longDescription: "Haxe is a high-level, statically typed programming language and compiler toolkit that targets JavaScript, C++, C#, Java, JVM bytecode, PHP, Lua, Python, HashLink, and other platforms. It includes type inference, macros, abstracts, generics, pattern matching, and a shared standard library.\n\nIt is used for games, web applications, creative coding, cross-platform tools, multimedia frameworks, and codebases that need to share typed business or engine logic across many targets."
1434
+ },
1435
+ es: {
1436
+ name: "Haxe",
1437
+ description: "Un lenguaje tipado multiplataforma que compila a muchos runtimes y destinos.",
1438
+ longDescription: "Haxe es un lenguaje de programacion de alto nivel con tipado estatico y un toolkit de compilador que apunta a JavaScript, C++, C#, Java, bytecode JVM, PHP, Lua, Python, HashLink y otras plataformas. Incluye inferencia de tipos, macros, abstracts, genericos, pattern matching y una biblioteca estandar compartida.\n\nSe usa en juegos, aplicaciones web, creative coding, herramientas multiplataforma, frameworks multimedia y codebases que necesitan compartir logica tipada de negocio o motor entre muchos destinos."
1439
+ }
1440
+ }
1441
+ };
1442
+ }
1443
+ });
1444
+
1141
1445
  // src/languages/hcl.ts
1142
1446
  var hcl_exports = {};
1143
1447
  __export(hcl_exports, {
@@ -1802,6 +2106,44 @@ var init_nginx = __esm({
1802
2106
  }
1803
2107
  });
1804
2108
 
2109
+ // src/languages/nim.ts
2110
+ var nim_exports = {};
2111
+ __export(nim_exports, {
2112
+ nim: () => exports.nim
2113
+ });
2114
+ exports.nim = void 0;
2115
+ var init_nim = __esm({
2116
+ "src/languages/nim.ts"() {
2117
+ exports.nim = {
2118
+ slug: "nim",
2119
+ publishedDate: "2008-08-20",
2120
+ extensions: [".nim", ".nims", ".nimble"],
2121
+ author: "Andreas Rumpf",
2122
+ website: "https://nim-lang.org",
2123
+ paradigms: ["systems", "imperative", "functional", "metaprogramming", "statically typed"],
2124
+ tooling: {
2125
+ runtimes: ["Native", "JavaScript"],
2126
+ packageManagers: ["Nimble"],
2127
+ ecosystems: ["Systems Programming", "CLI", "Web", "Embedded", "Native Applications"]
2128
+ },
2129
+ version: "2.2.10",
2130
+ logo: "https://cdn.simpleicons.org/nim/FFE953",
2131
+ i18n: {
2132
+ en: {
2133
+ name: "Nim",
2134
+ description: "A compiled systems language with Python-like syntax, macros, and efficient native output.",
2135
+ longDescription: "Nim is a statically typed compiled language designed for efficiency, expressiveness, and flexibility. It offers indentation-based syntax, generics, macros, templates, multiple memory-management strategies, C/C++/Objective-C interoperability, and compilation to C, C++, Objective-C, or JavaScript.\n\nIt is used for command-line tools, systems programming, embedded software, web services, scripting-like automation, native applications, and projects that want low overhead with powerful metaprogramming."
2136
+ },
2137
+ es: {
2138
+ name: "Nim",
2139
+ description: "Un lenguaje compilado de sistemas con sintaxis similar a Python, macros y salida nativa eficiente.",
2140
+ longDescription: "Nim es un lenguaje compilado con tipado estatico disenado para eficiencia, expresividad y flexibilidad. Ofrece sintaxis basada en indentacion, genericos, macros, templates, varias estrategias de gestion de memoria, interoperabilidad con C/C++/Objective-C y compilacion a C, C++, Objective-C o JavaScript.\n\nSe usa en herramientas de linea de comandos, programacion de sistemas, software embebido, servicios web, automatizacion con estilo de scripting, aplicaciones nativas y proyectos que buscan bajo overhead con metaprogramacion potente."
2141
+ }
2142
+ }
2143
+ };
2144
+ }
2145
+ });
2146
+
1805
2147
  // src/languages/nix.ts
1806
2148
  var nix_exports = {};
1807
2149
  __export(nix_exports, {
@@ -2220,6 +2562,44 @@ var init_r = __esm({
2220
2562
  }
2221
2563
  });
2222
2564
 
2565
+ // src/languages/racket.ts
2566
+ var racket_exports = {};
2567
+ __export(racket_exports, {
2568
+ racket: () => exports.racket
2569
+ });
2570
+ exports.racket = void 0;
2571
+ var init_racket = __esm({
2572
+ "src/languages/racket.ts"() {
2573
+ exports.racket = {
2574
+ slug: "racket",
2575
+ publishedDate: "1995-01-01",
2576
+ extensions: [".rkt", ".rktd", ".rktl", ".scrbl"],
2577
+ author: "Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi",
2578
+ website: "https://racket-lang.org",
2579
+ paradigms: ["functional", "multi-paradigm", "language-oriented", "metaprogramming"],
2580
+ tooling: {
2581
+ runtimes: ["Racket CS", "Racket BC", "DrRacket"],
2582
+ packageManagers: ["raco pkg"],
2583
+ ecosystems: ["Education", "Language Design", "DSLs", "Research", "Scripting"]
2584
+ },
2585
+ version: "9.1",
2586
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Racket-logo.svg",
2587
+ i18n: {
2588
+ en: {
2589
+ name: "Racket",
2590
+ description: "A Scheme-family language and platform for functional, educational, and language-oriented programming.",
2591
+ longDescription: "Racket is a general-purpose programming language in the Scheme and Lisp family, designed as a platform for creating languages as well as applications. It includes modules, macros, contracts, pattern matching, a rich standard library, DrRacket, and tools for building domain-specific languages.\n\nIt is used in programming education, language design research, DSLs, compilers, scripting, web applications, documentation with Scribble, and projects that benefit from programmable syntax and interactive development."
2592
+ },
2593
+ es: {
2594
+ name: "Racket",
2595
+ description: "Un lenguaje de la familia Scheme y una plataforma para programacion funcional, educativa y orientada a lenguajes.",
2596
+ longDescription: "Racket es un lenguaje de programacion de proposito general de la familia Scheme y Lisp, disenado como plataforma para crear lenguajes ademas de aplicaciones. Incluye modulos, macros, contratos, pattern matching, una biblioteca estandar amplia, DrRacket y herramientas para construir lenguajes especificos de dominio.\n\nSe usa en educacion en programacion, investigacion en diseno de lenguajes, DSLs, compiladores, scripting, aplicaciones web, documentacion con Scribble y proyectos que se benefician de sintaxis programable y desarrollo interactivo."
2597
+ }
2598
+ }
2599
+ };
2600
+ }
2601
+ });
2602
+
2223
2603
  // src/languages/razor.ts
2224
2604
  var razor_exports = {};
2225
2605
  __export(razor_exports, {
@@ -2631,6 +3011,44 @@ var init_swift = __esm({
2631
3011
  }
2632
3012
  });
2633
3013
 
3014
+ // src/languages/tcl.ts
3015
+ var tcl_exports = {};
3016
+ __export(tcl_exports, {
3017
+ tcl: () => exports.tcl
3018
+ });
3019
+ exports.tcl = void 0;
3020
+ var init_tcl = __esm({
3021
+ "src/languages/tcl.ts"() {
3022
+ exports.tcl = {
3023
+ slug: "tcl",
3024
+ publishedDate: "1988-01-01",
3025
+ extensions: [".tcl", ".tm", ".test"],
3026
+ author: "John Ousterhout",
3027
+ website: "https://www.tcl-lang.org",
3028
+ paradigms: ["scripting", "command", "event-driven", "embeddable"],
3029
+ tooling: {
3030
+ runtimes: ["Tcl", "Tk", "tclsh", "wish"],
3031
+ packageManagers: ["Teapot", "Tcl Modules"],
3032
+ ecosystems: ["GUI Applications", "EDA", "Automation", "Embedded Scripting"]
3033
+ },
3034
+ version: "9.0.3",
3035
+ logo: "https://www.tcl-lang.org/images/tcl-logo.png",
3036
+ i18n: {
3037
+ en: {
3038
+ name: "Tcl/Tk",
3039
+ description: "An embeddable command language and GUI toolkit for automation, tools, and applications.",
3040
+ longDescription: "Tcl is a dynamic command language designed for embedding, scripting, automation, and extension. Tk is its cross-platform GUI toolkit. Together they provide a simple command syntax, event loop, strings-as-data model, embeddability, and portable user interface components.\n\nTcl/Tk is used for desktop tools, EDA and CAD automation, test harnesses, embedded scripting, build and deployment scripts, rapid prototypes, and applications that need a small extensible command language."
3041
+ },
3042
+ es: {
3043
+ name: "Tcl/Tk",
3044
+ description: "Un lenguaje de comandos embebible y toolkit GUI para automatizacion, herramientas y aplicaciones.",
3045
+ longDescription: "Tcl es un lenguaje dinamico de comandos disenado para embedding, scripting, automatizacion y extension. Tk es su toolkit GUI multiplataforma. Juntos ofrecen una sintaxis simple de comandos, event loop, modelo de strings como datos, capacidad de embedding y componentes de interfaz portables.\n\nTcl/Tk se usa en herramientas de escritorio, automatizacion EDA y CAD, bancos de prueba, scripting embebido, scripts de build y despliegue, prototipos rapidos y aplicaciones que necesitan un lenguaje de comandos pequeno y extensible."
3046
+ }
3047
+ }
3048
+ };
3049
+ }
3050
+ });
3051
+
2634
3052
  // src/languages/toml.ts
2635
3053
  var toml_exports = {};
2636
3054
  __export(toml_exports, {
@@ -2998,12 +3416,16 @@ var init_zsh = __esm({
2998
3416
  // src/catalog.ts
2999
3417
  init_abap();
3000
3418
  init_actionscript();
3419
+ init_ada();
3420
+ init_apex();
3001
3421
  init_asp();
3002
3422
  init_assembly();
3003
3423
  init_astro();
3424
+ init_awk();
3004
3425
  init_bash();
3005
3426
  init_batch();
3006
3427
  init_c();
3428
+ init_clojure();
3007
3429
  init_cmake();
3008
3430
  init_cobol();
3009
3431
  init_coffeescript();
@@ -3012,20 +3434,24 @@ init_crystal();
3012
3434
  init_csharp();
3013
3435
  init_css();
3014
3436
  init_cuda();
3437
+ init_d();
3015
3438
  init_dart();
3016
3439
  init_dockerfile();
3017
3440
  init_elixir();
3018
3441
  init_elm();
3019
3442
  init_erlang();
3443
+ init_fennel();
3020
3444
  init_fortran();
3021
3445
  init_fsharp();
3022
3446
  init_git();
3447
+ init_gleam();
3023
3448
  init_glsl();
3024
3449
  init_go();
3025
3450
  init_gradle();
3026
3451
  init_graphql();
3027
3452
  init_groovy();
3028
3453
  init_haskell();
3454
+ init_haxe();
3029
3455
  init_hcl();
3030
3456
  init_html();
3031
3457
  init_ini();
@@ -3044,6 +3470,7 @@ init_matlab();
3044
3470
  init_meson();
3045
3471
  init_metal();
3046
3472
  init_nginx();
3473
+ init_nim();
3047
3474
  init_nix();
3048
3475
  init_objective_c();
3049
3476
  init_ocaml();
@@ -3055,6 +3482,7 @@ init_protobuf();
3055
3482
  init_pug();
3056
3483
  init_python();
3057
3484
  init_r();
3485
+ init_racket();
3058
3486
  init_razor();
3059
3487
  init_ruby();
3060
3488
  init_rust();
@@ -3066,6 +3494,7 @@ init_svelte();
3066
3494
  init_svg();
3067
3495
  init_svn();
3068
3496
  init_swift();
3497
+ init_tcl();
3069
3498
  init_toml();
3070
3499
  init_typescript();
3071
3500
  init_visual_basic();
@@ -3079,13 +3508,17 @@ init_zsh();
3079
3508
  var languages = [
3080
3509
  exports.abap,
3081
3510
  exports.actionscript,
3511
+ exports.ada,
3512
+ exports.apex,
3082
3513
  exports.asp,
3083
3514
  exports.astro,
3084
3515
  exports.assembly,
3516
+ exports.awk,
3085
3517
  exports.bash,
3086
3518
  exports.batch,
3087
3519
  exports.c,
3088
3520
  exports.cmake,
3521
+ exports.clojure,
3089
3522
  exports.coffeescript,
3090
3523
  exports.cobol,
3091
3524
  exports.cpp,
@@ -3093,20 +3526,24 @@ var languages = [
3093
3526
  exports.crystal,
3094
3527
  exports.css,
3095
3528
  exports.cuda,
3529
+ exports.d,
3096
3530
  exports.dart,
3097
3531
  exports.dockerfile,
3098
3532
  exports.elixir,
3099
3533
  exports.elm,
3100
3534
  exports.erlang,
3535
+ exports.fennel,
3101
3536
  exports.fortran,
3102
3537
  exports.fsharp,
3103
3538
  exports.git,
3539
+ exports.gleam,
3104
3540
  exports.go,
3105
3541
  exports.gradle,
3106
3542
  exports.glsl,
3107
3543
  exports.graphql,
3108
3544
  exports.groovy,
3109
3545
  exports.haskell,
3546
+ exports.haxe,
3110
3547
  exports.hcl,
3111
3548
  exports.html,
3112
3549
  exports.ini,
@@ -3126,6 +3563,7 @@ var languages = [
3126
3563
  exports.metal,
3127
3564
  exports.svn,
3128
3565
  exports.nginx,
3566
+ exports.nim,
3129
3567
  exports.nix,
3130
3568
  exports.ocaml,
3131
3569
  exports.objectiveC,
@@ -3137,6 +3575,7 @@ var languages = [
3137
3575
  exports.pug,
3138
3576
  exports.python,
3139
3577
  exports.r,
3578
+ exports.racket,
3140
3579
  exports.razor,
3141
3580
  exports.ruby,
3142
3581
  exports.rust,
@@ -3147,6 +3586,7 @@ var languages = [
3147
3586
  exports.svg,
3148
3587
  exports.svelte,
3149
3588
  exports.swift,
3589
+ exports.tcl,
3150
3590
  exports.toml,
3151
3591
  exports.typescript,
3152
3592
  exports.visualBasic,
@@ -3215,9 +3655,12 @@ var resolveLocale = (translations, locale) => {
3215
3655
  var languageIndex = [
3216
3656
  { slug: "abap", extensions: [".abap"] },
3217
3657
  { slug: "actionscript", extensions: [".as"] },
3658
+ { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
3659
+ { slug: "apex", extensions: [".cls", ".trigger"] },
3218
3660
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
3219
3661
  { slug: "astro", extensions: [".astro"] },
3220
3662
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
3663
+ { slug: "awk", extensions: [".awk"] },
3221
3664
  {
3222
3665
  slug: "bash",
3223
3666
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
@@ -3225,6 +3668,7 @@ var languageIndex = [
3225
3668
  { slug: "batch", extensions: [".bat", ".cmd"] },
3226
3669
  { slug: "c", extensions: [".c", ".h"] },
3227
3670
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3671
+ { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
3228
3672
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
3229
3673
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
3230
3674
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
@@ -3232,6 +3676,7 @@ var languageIndex = [
3232
3676
  { slug: "crystal", extensions: [".cr"] },
3233
3677
  { slug: "css", extensions: [".css"] },
3234
3678
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3679
+ { slug: "d", extensions: [".d", ".di"] },
3235
3680
  { slug: "dart", extensions: [".dart"] },
3236
3681
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
3237
3682
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
@@ -3240,12 +3685,14 @@ var languageIndex = [
3240
3685
  slug: "erlang",
3241
3686
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
3242
3687
  },
3688
+ { slug: "fennel", extensions: [".fnl"] },
3243
3689
  {
3244
3690
  slug: "fortran",
3245
3691
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3246
3692
  },
3247
3693
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
3248
3694
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3695
+ { slug: "gleam", extensions: [".gleam"] },
3249
3696
  { slug: "go", extensions: [".go"] },
3250
3697
  { slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
3251
3698
  {
@@ -3255,6 +3702,7 @@ var languageIndex = [
3255
3702
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3256
3703
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
3257
3704
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3705
+ { slug: "haxe", extensions: [".hx", ".hxml"] },
3258
3706
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
3259
3707
  { slug: "html", extensions: [".html", ".htm"] },
3260
3708
  { slug: "ini", extensions: [".ini"] },
@@ -3274,6 +3722,7 @@ var languageIndex = [
3274
3722
  { slug: "metal", extensions: [".metal"] },
3275
3723
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
3276
3724
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
3725
+ { slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
3277
3726
  { slug: "nix", extensions: [".nix"] },
3278
3727
  { slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
3279
3728
  { slug: "objective-c", extensions: [".m", ".mm"] },
@@ -3285,6 +3734,7 @@ var languageIndex = [
3285
3734
  { slug: "pug", extensions: [".pug", ".jade"] },
3286
3735
  { slug: "python", extensions: [".py", ".pyw"] },
3287
3736
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
3737
+ { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
3288
3738
  { slug: "razor", extensions: [".cshtml", ".razor"] },
3289
3739
  {
3290
3740
  slug: "ruby",
@@ -3298,6 +3748,7 @@ var languageIndex = [
3298
3748
  { slug: "svg", extensions: [".svg", ".svgz"] },
3299
3749
  { slug: "svelte", extensions: [".svelte"] },
3300
3750
  { slug: "swift", extensions: [".swift"] },
3751
+ { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
3301
3752
  { slug: "toml", extensions: [".toml"] },
3302
3753
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
3303
3754
  { slug: "visual-basic", extensions: [".vb"] },
@@ -3315,13 +3766,17 @@ var languageIndex = [
3315
3766
  var languageLoaders = {
3316
3767
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
3317
3768
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
3769
+ ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
3770
+ apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
3318
3771
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
3319
3772
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
3320
3773
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
3774
+ awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3321
3775
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3322
3776
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
3323
3777
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3324
3778
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3779
+ clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
3325
3780
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
3326
3781
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
3327
3782
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
@@ -3329,20 +3784,24 @@ var languageLoaders = {
3329
3784
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3330
3785
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
3331
3786
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3787
+ d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3332
3788
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
3333
3789
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
3334
3790
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
3335
3791
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
3336
3792
  erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
3793
+ fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3337
3794
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
3338
3795
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
3339
3796
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
3797
+ gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
3340
3798
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
3341
3799
  gradle: () => Promise.resolve().then(() => (init_gradle(), gradle_exports)).then((module) => module.gradle),
3342
3800
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
3343
3801
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
3344
3802
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
3345
3803
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
3804
+ haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
3346
3805
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
3347
3806
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
3348
3807
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
@@ -3362,6 +3821,7 @@ var languageLoaders = {
3362
3821
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
3363
3822
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
3364
3823
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
3824
+ nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
3365
3825
  nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
3366
3826
  ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
3367
3827
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
@@ -3373,6 +3833,7 @@ var languageLoaders = {
3373
3833
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
3374
3834
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
3375
3835
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
3836
+ racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
3376
3837
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
3377
3838
  ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
3378
3839
  rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
@@ -3383,6 +3844,7 @@ var languageLoaders = {
3383
3844
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
3384
3845
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
3385
3846
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
3847
+ tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
3386
3848
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
3387
3849
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
3388
3850
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
@@ -3492,13 +3954,17 @@ var api = {
3492
3954
  // src/index.ts
3493
3955
  init_abap();
3494
3956
  init_actionscript();
3957
+ init_ada();
3958
+ init_apex();
3495
3959
  init_asp();
3496
3960
  init_astro();
3497
3961
  init_assembly();
3962
+ init_awk();
3498
3963
  init_bash();
3499
3964
  init_batch();
3500
3965
  init_c();
3501
3966
  init_cmake();
3967
+ init_clojure();
3502
3968
  init_coffeescript();
3503
3969
  init_cobol();
3504
3970
  init_csharp();
@@ -3506,20 +3972,24 @@ init_cpp();
3506
3972
  init_crystal();
3507
3973
  init_css();
3508
3974
  init_cuda();
3975
+ init_d();
3509
3976
  init_dart();
3510
3977
  init_dockerfile();
3511
3978
  init_elixir();
3512
3979
  init_elm();
3513
3980
  init_erlang();
3981
+ init_fennel();
3514
3982
  init_fortran();
3515
3983
  init_fsharp();
3516
3984
  init_git();
3985
+ init_gleam();
3517
3986
  init_go();
3518
3987
  init_gradle();
3519
3988
  init_glsl();
3520
3989
  init_graphql();
3521
3990
  init_groovy();
3522
3991
  init_haskell();
3992
+ init_haxe();
3523
3993
  init_hcl();
3524
3994
  init_html();
3525
3995
  init_ini();
@@ -3538,6 +4008,7 @@ init_markdown();
3538
4008
  init_meson();
3539
4009
  init_metal();
3540
4010
  init_nginx();
4011
+ init_nim();
3541
4012
  init_nix();
3542
4013
  init_ocaml();
3543
4014
  init_objective_c();
@@ -3549,6 +4020,7 @@ init_protobuf();
3549
4020
  init_pug();
3550
4021
  init_python();
3551
4022
  init_r();
4023
+ init_racket();
3552
4024
  init_razor();
3553
4025
  init_ruby();
3554
4026
  init_rust();
@@ -3560,6 +4032,7 @@ init_svg();
3560
4032
  init_svn();
3561
4033
  init_svelte();
3562
4034
  init_swift();
4035
+ init_tcl();
3563
4036
  init_toml();
3564
4037
  init_typescript();
3565
4038
  init_visual_basic();