code-languages 1.14.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 (90) hide show
  1. package/README.md +61 -1
  2. package/dist/api.cjs +504 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +324 -0
  5. package/dist/api.d.ts +324 -0
  6. package/dist/api.js +504 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +360 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +360 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +516 -0
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +324 -0
  15. package/dist/index.d.ts +324 -0
  16. package/dist/index.js +517 -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/protobuf.cjs +34 -0
  73. package/dist/languages/protobuf.cjs.map +1 -0
  74. package/dist/languages/protobuf.d.cts +29 -0
  75. package/dist/languages/protobuf.d.ts +29 -0
  76. package/dist/languages/protobuf.js +32 -0
  77. package/dist/languages/protobuf.js.map +1 -0
  78. package/dist/languages/racket.cjs +34 -0
  79. package/dist/languages/racket.cjs.map +1 -0
  80. package/dist/languages/racket.d.cts +29 -0
  81. package/dist/languages/racket.d.ts +29 -0
  82. package/dist/languages/racket.js +32 -0
  83. package/dist/languages/racket.js.map +1 -0
  84. package/dist/languages/tcl.cjs +34 -0
  85. package/dist/languages/tcl.cjs.map +1 -0
  86. package/dist/languages/tcl.d.cts +29 -0
  87. package/dist/languages/tcl.d.ts +29 -0
  88. package/dist/languages/tcl.js +32 -0
  89. package/dist/languages/tcl.js.map +1 -0
  90. package/package.json +61 -1
package/dist/index.js CHANGED
@@ -82,6 +82,82 @@ var init_actionscript = __esm({
82
82
  }
83
83
  });
84
84
 
85
+ // src/languages/ada.ts
86
+ var ada_exports = {};
87
+ __export(ada_exports, {
88
+ ada: () => ada
89
+ });
90
+ var ada;
91
+ var init_ada = __esm({
92
+ "src/languages/ada.ts"() {
93
+ ada = {
94
+ slug: "ada",
95
+ publishedDate: "1980-01-01",
96
+ extensions: [".adb", ".ads", ".ada"],
97
+ author: "Jean Ichbiah / CII Honeywell Bull",
98
+ website: "https://www.adaic.org",
99
+ paradigms: ["imperative", "object-oriented", "concurrent", "real-time", "modular"],
100
+ tooling: {
101
+ runtimes: ["Native", "GNAT Runtime", "Ravenscar"],
102
+ packageManagers: ["Alire"],
103
+ ecosystems: ["Embedded", "Aerospace", "Defense", "Safety-critical Systems"]
104
+ },
105
+ version: "Ada 2022",
106
+ logo: "https://cdn.simpleicons.org/ada/02F88C",
107
+ i18n: {
108
+ en: {
109
+ name: "Ada",
110
+ description: "A strongly typed language for reliable, maintainable, and safety-critical software.",
111
+ 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."
112
+ },
113
+ es: {
114
+ name: "Ada",
115
+ description: "Un lenguaje de tipado fuerte para software confiable, mantenible y critico para la seguridad.",
116
+ 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."
117
+ }
118
+ }
119
+ };
120
+ }
121
+ });
122
+
123
+ // src/languages/apex.ts
124
+ var apex_exports = {};
125
+ __export(apex_exports, {
126
+ apex: () => apex
127
+ });
128
+ var apex;
129
+ var init_apex = __esm({
130
+ "src/languages/apex.ts"() {
131
+ apex = {
132
+ slug: "apex",
133
+ publishedDate: "2007-01-01",
134
+ extensions: [".cls", ".trigger"],
135
+ author: "Salesforce",
136
+ website: "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/",
137
+ paradigms: ["object-oriented", "cloud", "database-oriented", "event-driven"],
138
+ tooling: {
139
+ runtimes: ["Salesforce Platform"],
140
+ packageManagers: ["Salesforce CLI", "Unlocked Packages", "Managed Packages"],
141
+ ecosystems: ["Salesforce", "CRM", "Enterprise Applications", "Platform Automation"]
142
+ },
143
+ version: "API 66.0",
144
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg",
145
+ i18n: {
146
+ en: {
147
+ name: "Apex",
148
+ description: "Salesforce's strongly typed, object-oriented language for platform business logic.",
149
+ 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."
150
+ },
151
+ es: {
152
+ name: "Apex",
153
+ description: "El lenguaje fuertemente tipado y orientado a objetos de Salesforce para logica de negocio en la plataforma.",
154
+ 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."
155
+ }
156
+ }
157
+ };
158
+ }
159
+ });
160
+
85
161
  // src/languages/asp.ts
86
162
  var asp_exports = {};
87
163
  __export(asp_exports, {
@@ -196,6 +272,44 @@ var init_astro = __esm({
196
272
  }
197
273
  });
198
274
 
275
+ // src/languages/awk.ts
276
+ var awk_exports = {};
277
+ __export(awk_exports, {
278
+ awk: () => awk
279
+ });
280
+ var awk;
281
+ var init_awk = __esm({
282
+ "src/languages/awk.ts"() {
283
+ awk = {
284
+ slug: "awk",
285
+ publishedDate: "1977-01-01",
286
+ extensions: [".awk"],
287
+ author: "Alfred Aho, Peter Weinberger, Brian Kernighan",
288
+ website: "https://www.gnu.org/software/gawk/",
289
+ paradigms: ["text-processing", "scripting", "pattern-action", "data-driven"],
290
+ tooling: {
291
+ runtimes: ["awk", "gawk", "mawk", "nawk"],
292
+ packageManagers: ["APT", "DNF", "Pacman", "Homebrew"],
293
+ ecosystems: ["Unix", "Text Processing", "Shell", "Data Extraction"]
294
+ },
295
+ version: "GNU Awk 5.4.0",
296
+ logo: "https://www.gnu.org/graphics/heckert_gnu.small.png",
297
+ i18n: {
298
+ en: {
299
+ name: "awk",
300
+ description: "A pattern-action language for scanning, transforming, and reporting on text data.",
301
+ 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."
302
+ },
303
+ es: {
304
+ name: "awk",
305
+ description: "Un lenguaje de patron-accion para analizar, transformar y reportar datos de texto.",
306
+ 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."
307
+ }
308
+ }
309
+ };
310
+ }
311
+ });
312
+
199
313
  // src/languages/bash.ts
200
314
  var bash_exports = {};
201
315
  __export(bash_exports, {
@@ -309,6 +423,44 @@ var init_c = __esm({
309
423
  }
310
424
  });
311
425
 
426
+ // src/languages/clojure.ts
427
+ var clojure_exports = {};
428
+ __export(clojure_exports, {
429
+ clojure: () => clojure
430
+ });
431
+ var clojure;
432
+ var init_clojure = __esm({
433
+ "src/languages/clojure.ts"() {
434
+ clojure = {
435
+ slug: "clojure",
436
+ publishedDate: "2007-10-16",
437
+ extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"],
438
+ author: "Rich Hickey",
439
+ website: "https://clojure.org",
440
+ paradigms: ["functional", "lisp", "concurrent", "dynamic", "immutable-data"],
441
+ tooling: {
442
+ runtimes: ["JVM", "ClojureScript", "Babashka", "ClojureCLR"],
443
+ packageManagers: ["Clojure CLI", "Leiningen", "Boot", "Maven"],
444
+ ecosystems: ["JVM", "JavaScript", "Data Processing", "Web", "REPL-driven Development"]
445
+ },
446
+ version: "1.12.5",
447
+ logo: "https://cdn.simpleicons.org/clojure/5881D8",
448
+ i18n: {
449
+ en: {
450
+ name: "Clojure",
451
+ description: "A modern Lisp for the JVM and JavaScript ecosystems with immutable data and interactive development.",
452
+ 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."
453
+ },
454
+ es: {
455
+ name: "Clojure",
456
+ description: "Un Lisp moderno para los ecosistemas JVM y JavaScript con datos inmutables y desarrollo interactivo.",
457
+ 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."
458
+ }
459
+ }
460
+ };
461
+ }
462
+ });
463
+
312
464
  // src/languages/cmake.ts
313
465
  var cmake_exports = {};
314
466
  __export(cmake_exports, {
@@ -606,6 +758,44 @@ var init_cuda = __esm({
606
758
  }
607
759
  });
608
760
 
761
+ // src/languages/d.ts
762
+ var d_exports = {};
763
+ __export(d_exports, {
764
+ d: () => d
765
+ });
766
+ var d;
767
+ var init_d = __esm({
768
+ "src/languages/d.ts"() {
769
+ d = {
770
+ slug: "d",
771
+ publishedDate: "2001-12-08",
772
+ extensions: [".d", ".di"],
773
+ author: "Walter Bright / D Language Foundation",
774
+ website: "https://dlang.org",
775
+ paradigms: ["systems", "imperative", "object-oriented", "generic", "functional"],
776
+ tooling: {
777
+ runtimes: ["Native", "D Runtime"],
778
+ packageManagers: ["DUB"],
779
+ ecosystems: ["Systems Programming", "Native Applications", "Tooling", "Game Development"]
780
+ },
781
+ version: "2.112.0",
782
+ logo: "https://cdn.simpleicons.org/d/BA595E",
783
+ i18n: {
784
+ en: {
785
+ name: "D",
786
+ description: "A systems programming language combining native performance with high-level abstractions.",
787
+ 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."
788
+ },
789
+ es: {
790
+ name: "D",
791
+ description: "Un lenguaje de sistemas que combina rendimiento nativo con abstracciones de alto nivel.",
792
+ 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."
793
+ }
794
+ }
795
+ };
796
+ }
797
+ });
798
+
609
799
  // src/languages/dart.ts
610
800
  var dart_exports = {};
611
801
  __export(dart_exports, {
@@ -795,6 +985,44 @@ var init_erlang = __esm({
795
985
  }
796
986
  });
797
987
 
988
+ // src/languages/fennel.ts
989
+ var fennel_exports = {};
990
+ __export(fennel_exports, {
991
+ fennel: () => fennel
992
+ });
993
+ var fennel;
994
+ var init_fennel = __esm({
995
+ "src/languages/fennel.ts"() {
996
+ fennel = {
997
+ slug: "fennel",
998
+ publishedDate: "2016-10-01",
999
+ extensions: [".fnl"],
1000
+ author: "Calvin Rose, Phil Hagelberg",
1001
+ website: "https://fennel-lang.org",
1002
+ paradigms: ["functional", "lisp", "scripting", "metaprogramming"],
1003
+ tooling: {
1004
+ runtimes: ["Lua", "LuaJIT"],
1005
+ packageManagers: ["LuaRocks"],
1006
+ ecosystems: ["Lua", "Neovim", "Game Development", "Embedded Scripting"]
1007
+ },
1008
+ version: "1.6.1",
1009
+ logo: "https://fennel-lang.org/logo.svg",
1010
+ i18n: {
1011
+ en: {
1012
+ name: "Fennel",
1013
+ description: "A Lisp that compiles to Lua while preserving access to the Lua ecosystem.",
1014
+ 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."
1015
+ },
1016
+ es: {
1017
+ name: "Fennel",
1018
+ description: "Un Lisp que compila a Lua y conserva acceso al ecosistema Lua.",
1019
+ 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."
1020
+ }
1021
+ }
1022
+ };
1023
+ }
1024
+ });
1025
+
798
1026
  // src/languages/fortran.ts
799
1027
  var fortran_exports = {};
800
1028
  __export(fortran_exports, {
@@ -908,6 +1136,44 @@ var init_git = __esm({
908
1136
  }
909
1137
  });
910
1138
 
1139
+ // src/languages/gleam.ts
1140
+ var gleam_exports = {};
1141
+ __export(gleam_exports, {
1142
+ gleam: () => gleam
1143
+ });
1144
+ var gleam;
1145
+ var init_gleam = __esm({
1146
+ "src/languages/gleam.ts"() {
1147
+ gleam = {
1148
+ slug: "gleam",
1149
+ publishedDate: "2019-04-15",
1150
+ extensions: [".gleam"],
1151
+ author: "Louis Pilfold",
1152
+ website: "https://gleam.run",
1153
+ paradigms: ["functional", "statically typed", "concurrent", "actor-model"],
1154
+ tooling: {
1155
+ runtimes: ["Erlang/OTP", "BEAM", "JavaScript"],
1156
+ packageManagers: ["gleam", "Hex"],
1157
+ ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
1158
+ },
1159
+ version: "1.16.0",
1160
+ logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
1161
+ i18n: {
1162
+ en: {
1163
+ name: "Gleam",
1164
+ description: "A friendly statically typed functional language for the BEAM and JavaScript.",
1165
+ 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."
1166
+ },
1167
+ es: {
1168
+ name: "Gleam",
1169
+ description: "Un lenguaje funcional amigable y de tipado estatico para BEAM y JavaScript.",
1170
+ 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."
1171
+ }
1172
+ }
1173
+ };
1174
+ }
1175
+ });
1176
+
911
1177
  // src/languages/glsl.ts
912
1178
  var glsl_exports = {};
913
1179
  __export(glsl_exports, {
@@ -1136,6 +1402,44 @@ var init_haskell = __esm({
1136
1402
  }
1137
1403
  });
1138
1404
 
1405
+ // src/languages/haxe.ts
1406
+ var haxe_exports = {};
1407
+ __export(haxe_exports, {
1408
+ haxe: () => haxe
1409
+ });
1410
+ var haxe;
1411
+ var init_haxe = __esm({
1412
+ "src/languages/haxe.ts"() {
1413
+ haxe = {
1414
+ slug: "haxe",
1415
+ publishedDate: "2005-10-01",
1416
+ extensions: [".hx", ".hxml"],
1417
+ author: "Nicolas Cannasse / Haxe Foundation",
1418
+ website: "https://haxe.org",
1419
+ paradigms: ["object-oriented", "functional", "cross-platform", "statically typed"],
1420
+ tooling: {
1421
+ runtimes: ["JavaScript", "HashLink", "JVM", "C++", "C#", "PHP", "Lua", "Python"],
1422
+ packageManagers: ["haxelib"],
1423
+ ecosystems: ["Games", "Web", "Cross-platform Applications", "OpenFL", "Heaps"]
1424
+ },
1425
+ version: "4.3.7",
1426
+ logo: "https://cdn.simpleicons.org/haxe/EA8220",
1427
+ i18n: {
1428
+ en: {
1429
+ name: "Haxe",
1430
+ description: "A cross-platform typed language that compiles to many runtimes and targets.",
1431
+ 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."
1432
+ },
1433
+ es: {
1434
+ name: "Haxe",
1435
+ description: "Un lenguaje tipado multiplataforma que compila a muchos runtimes y destinos.",
1436
+ 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."
1437
+ }
1438
+ }
1439
+ };
1440
+ }
1441
+ });
1442
+
1139
1443
  // src/languages/hcl.ts
1140
1444
  var hcl_exports = {};
1141
1445
  __export(hcl_exports, {
@@ -1800,6 +2104,44 @@ var init_nginx = __esm({
1800
2104
  }
1801
2105
  });
1802
2106
 
2107
+ // src/languages/nim.ts
2108
+ var nim_exports = {};
2109
+ __export(nim_exports, {
2110
+ nim: () => nim
2111
+ });
2112
+ var nim;
2113
+ var init_nim = __esm({
2114
+ "src/languages/nim.ts"() {
2115
+ nim = {
2116
+ slug: "nim",
2117
+ publishedDate: "2008-08-20",
2118
+ extensions: [".nim", ".nims", ".nimble"],
2119
+ author: "Andreas Rumpf",
2120
+ website: "https://nim-lang.org",
2121
+ paradigms: ["systems", "imperative", "functional", "metaprogramming", "statically typed"],
2122
+ tooling: {
2123
+ runtimes: ["Native", "JavaScript"],
2124
+ packageManagers: ["Nimble"],
2125
+ ecosystems: ["Systems Programming", "CLI", "Web", "Embedded", "Native Applications"]
2126
+ },
2127
+ version: "2.2.10",
2128
+ logo: "https://cdn.simpleicons.org/nim/FFE953",
2129
+ i18n: {
2130
+ en: {
2131
+ name: "Nim",
2132
+ description: "A compiled systems language with Python-like syntax, macros, and efficient native output.",
2133
+ 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."
2134
+ },
2135
+ es: {
2136
+ name: "Nim",
2137
+ description: "Un lenguaje compilado de sistemas con sintaxis similar a Python, macros y salida nativa eficiente.",
2138
+ 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."
2139
+ }
2140
+ }
2141
+ };
2142
+ }
2143
+ });
2144
+
1803
2145
  // src/languages/nix.ts
1804
2146
  var nix_exports = {};
1805
2147
  __export(nix_exports, {
@@ -2066,6 +2408,44 @@ var init_powershell = __esm({
2066
2408
  }
2067
2409
  });
2068
2410
 
2411
+ // src/languages/protobuf.ts
2412
+ var protobuf_exports = {};
2413
+ __export(protobuf_exports, {
2414
+ protobuf: () => protobuf
2415
+ });
2416
+ var protobuf;
2417
+ var init_protobuf = __esm({
2418
+ "src/languages/protobuf.ts"() {
2419
+ protobuf = {
2420
+ slug: "protobuf",
2421
+ publishedDate: "2008-07-07",
2422
+ extensions: [".proto"],
2423
+ author: "Google",
2424
+ website: "https://protobuf.dev",
2425
+ paradigms: ["interface-definition", "schema", "declarative", "data-serialization"],
2426
+ tooling: {
2427
+ runtimes: ["Protocol Buffers Runtime", "gRPC"],
2428
+ packageManagers: ["Buf", "npm", "Maven", "Go modules", "NuGet", "PyPI"],
2429
+ ecosystems: ["gRPC", "APIs", "Microservices", "Data Serialization"]
2430
+ },
2431
+ version: "34.1",
2432
+ logo: "https://cdn.simpleicons.org/google/4285F4",
2433
+ i18n: {
2434
+ en: {
2435
+ name: "Protocol Buffers",
2436
+ description: "Google's language-neutral schema format for structured data serialization and service APIs.",
2437
+ longDescription: "Protocol Buffers is a language-neutral, platform-neutral mechanism for defining structured data schemas and generating strongly typed code in many programming languages. `.proto` files describe messages, fields, enums, services, packages, imports, options, and RPC contracts.\n\nIt is widely used with gRPC, microservices, distributed systems, APIs, telemetry, configuration, event streams, and storage formats that need compact binary serialization and stable cross-language contracts."
2438
+ },
2439
+ es: {
2440
+ name: "Protocol Buffers",
2441
+ description: "El formato de schemas neutral de Google para serializacion de datos estructurados y APIs de servicios.",
2442
+ longDescription: "Protocol Buffers es un mecanismo neutral en lenguaje y plataforma para definir schemas de datos estructurados y generar codigo tipado en muchos lenguajes de programacion. Los archivos `.proto` describen mensajes, campos, enums, servicios, paquetes, imports, opciones y contratos RPC.\n\nSe usa ampliamente con gRPC, microservicios, sistemas distribuidos, APIs, telemetria, configuracion, flujos de eventos y formatos de almacenamiento que necesitan serializacion binaria compacta y contratos estables entre lenguajes."
2443
+ }
2444
+ }
2445
+ };
2446
+ }
2447
+ });
2448
+
2069
2449
  // src/languages/pug.ts
2070
2450
  var pug_exports = {};
2071
2451
  __export(pug_exports, {
@@ -2180,6 +2560,44 @@ var init_r = __esm({
2180
2560
  }
2181
2561
  });
2182
2562
 
2563
+ // src/languages/racket.ts
2564
+ var racket_exports = {};
2565
+ __export(racket_exports, {
2566
+ racket: () => racket
2567
+ });
2568
+ var racket;
2569
+ var init_racket = __esm({
2570
+ "src/languages/racket.ts"() {
2571
+ racket = {
2572
+ slug: "racket",
2573
+ publishedDate: "1995-01-01",
2574
+ extensions: [".rkt", ".rktd", ".rktl", ".scrbl"],
2575
+ author: "Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi",
2576
+ website: "https://racket-lang.org",
2577
+ paradigms: ["functional", "multi-paradigm", "language-oriented", "metaprogramming"],
2578
+ tooling: {
2579
+ runtimes: ["Racket CS", "Racket BC", "DrRacket"],
2580
+ packageManagers: ["raco pkg"],
2581
+ ecosystems: ["Education", "Language Design", "DSLs", "Research", "Scripting"]
2582
+ },
2583
+ version: "9.1",
2584
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Racket-logo.svg",
2585
+ i18n: {
2586
+ en: {
2587
+ name: "Racket",
2588
+ description: "A Scheme-family language and platform for functional, educational, and language-oriented programming.",
2589
+ 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."
2590
+ },
2591
+ es: {
2592
+ name: "Racket",
2593
+ description: "Un lenguaje de la familia Scheme y una plataforma para programacion funcional, educativa y orientada a lenguajes.",
2594
+ 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."
2595
+ }
2596
+ }
2597
+ };
2598
+ }
2599
+ });
2600
+
2183
2601
  // src/languages/razor.ts
2184
2602
  var razor_exports = {};
2185
2603
  __export(razor_exports, {
@@ -2591,6 +3009,44 @@ var init_swift = __esm({
2591
3009
  }
2592
3010
  });
2593
3011
 
3012
+ // src/languages/tcl.ts
3013
+ var tcl_exports = {};
3014
+ __export(tcl_exports, {
3015
+ tcl: () => tcl
3016
+ });
3017
+ var tcl;
3018
+ var init_tcl = __esm({
3019
+ "src/languages/tcl.ts"() {
3020
+ tcl = {
3021
+ slug: "tcl",
3022
+ publishedDate: "1988-01-01",
3023
+ extensions: [".tcl", ".tm", ".test"],
3024
+ author: "John Ousterhout",
3025
+ website: "https://www.tcl-lang.org",
3026
+ paradigms: ["scripting", "command", "event-driven", "embeddable"],
3027
+ tooling: {
3028
+ runtimes: ["Tcl", "Tk", "tclsh", "wish"],
3029
+ packageManagers: ["Teapot", "Tcl Modules"],
3030
+ ecosystems: ["GUI Applications", "EDA", "Automation", "Embedded Scripting"]
3031
+ },
3032
+ version: "9.0.3",
3033
+ logo: "https://www.tcl-lang.org/images/tcl-logo.png",
3034
+ i18n: {
3035
+ en: {
3036
+ name: "Tcl/Tk",
3037
+ description: "An embeddable command language and GUI toolkit for automation, tools, and applications.",
3038
+ 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."
3039
+ },
3040
+ es: {
3041
+ name: "Tcl/Tk",
3042
+ description: "Un lenguaje de comandos embebible y toolkit GUI para automatizacion, herramientas y aplicaciones.",
3043
+ 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."
3044
+ }
3045
+ }
3046
+ };
3047
+ }
3048
+ });
3049
+
2594
3050
  // src/languages/toml.ts
2595
3051
  var toml_exports = {};
2596
3052
  __export(toml_exports, {
@@ -2958,12 +3414,16 @@ var init_zsh = __esm({
2958
3414
  // src/catalog.ts
2959
3415
  init_abap();
2960
3416
  init_actionscript();
3417
+ init_ada();
3418
+ init_apex();
2961
3419
  init_asp();
2962
3420
  init_assembly();
2963
3421
  init_astro();
3422
+ init_awk();
2964
3423
  init_bash();
2965
3424
  init_batch();
2966
3425
  init_c();
3426
+ init_clojure();
2967
3427
  init_cmake();
2968
3428
  init_cobol();
2969
3429
  init_coffeescript();
@@ -2972,20 +3432,24 @@ init_crystal();
2972
3432
  init_csharp();
2973
3433
  init_css();
2974
3434
  init_cuda();
3435
+ init_d();
2975
3436
  init_dart();
2976
3437
  init_dockerfile();
2977
3438
  init_elixir();
2978
3439
  init_elm();
2979
3440
  init_erlang();
3441
+ init_fennel();
2980
3442
  init_fortran();
2981
3443
  init_fsharp();
2982
3444
  init_git();
3445
+ init_gleam();
2983
3446
  init_glsl();
2984
3447
  init_go();
2985
3448
  init_gradle();
2986
3449
  init_graphql();
2987
3450
  init_groovy();
2988
3451
  init_haskell();
3452
+ init_haxe();
2989
3453
  init_hcl();
2990
3454
  init_html();
2991
3455
  init_ini();
@@ -3004,6 +3468,7 @@ init_matlab();
3004
3468
  init_meson();
3005
3469
  init_metal();
3006
3470
  init_nginx();
3471
+ init_nim();
3007
3472
  init_nix();
3008
3473
  init_objective_c();
3009
3474
  init_ocaml();
@@ -3011,9 +3476,11 @@ init_pascal();
3011
3476
  init_perl();
3012
3477
  init_php();
3013
3478
  init_powershell();
3479
+ init_protobuf();
3014
3480
  init_pug();
3015
3481
  init_python();
3016
3482
  init_r();
3483
+ init_racket();
3017
3484
  init_razor();
3018
3485
  init_ruby();
3019
3486
  init_rust();
@@ -3025,6 +3492,7 @@ init_svelte();
3025
3492
  init_svg();
3026
3493
  init_svn();
3027
3494
  init_swift();
3495
+ init_tcl();
3028
3496
  init_toml();
3029
3497
  init_typescript();
3030
3498
  init_visual_basic();
@@ -3038,13 +3506,17 @@ init_zsh();
3038
3506
  var languages = [
3039
3507
  abap,
3040
3508
  actionscript,
3509
+ ada,
3510
+ apex,
3041
3511
  asp,
3042
3512
  astro,
3043
3513
  assembly,
3514
+ awk,
3044
3515
  bash,
3045
3516
  batch,
3046
3517
  c,
3047
3518
  cmake,
3519
+ clojure,
3048
3520
  coffeescript,
3049
3521
  cobol,
3050
3522
  cpp,
@@ -3052,20 +3524,24 @@ var languages = [
3052
3524
  crystal,
3053
3525
  css,
3054
3526
  cuda,
3527
+ d,
3055
3528
  dart,
3056
3529
  dockerfile,
3057
3530
  elixir,
3058
3531
  elm,
3059
3532
  erlang,
3533
+ fennel,
3060
3534
  fortran,
3061
3535
  fsharp,
3062
3536
  git,
3537
+ gleam,
3063
3538
  go,
3064
3539
  gradle,
3065
3540
  glsl,
3066
3541
  graphql,
3067
3542
  groovy,
3068
3543
  haskell,
3544
+ haxe,
3069
3545
  hcl,
3070
3546
  html,
3071
3547
  ini,
@@ -3085,6 +3561,7 @@ var languages = [
3085
3561
  metal,
3086
3562
  svn,
3087
3563
  nginx,
3564
+ nim,
3088
3565
  nix,
3089
3566
  ocaml,
3090
3567
  objectiveC,
@@ -3092,9 +3569,11 @@ var languages = [
3092
3569
  perl,
3093
3570
  php,
3094
3571
  powershell,
3572
+ protobuf,
3095
3573
  pug,
3096
3574
  python,
3097
3575
  r,
3576
+ racket,
3098
3577
  razor,
3099
3578
  ruby,
3100
3579
  rust,
@@ -3105,6 +3584,7 @@ var languages = [
3105
3584
  svg,
3106
3585
  svelte,
3107
3586
  swift,
3587
+ tcl,
3108
3588
  toml,
3109
3589
  typescript,
3110
3590
  visualBasic,
@@ -3173,9 +3653,12 @@ var resolveLocale = (translations, locale) => {
3173
3653
  var languageIndex = [
3174
3654
  { slug: "abap", extensions: [".abap"] },
3175
3655
  { slug: "actionscript", extensions: [".as"] },
3656
+ { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
3657
+ { slug: "apex", extensions: [".cls", ".trigger"] },
3176
3658
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
3177
3659
  { slug: "astro", extensions: [".astro"] },
3178
3660
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
3661
+ { slug: "awk", extensions: [".awk"] },
3179
3662
  {
3180
3663
  slug: "bash",
3181
3664
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
@@ -3183,6 +3666,7 @@ var languageIndex = [
3183
3666
  { slug: "batch", extensions: [".bat", ".cmd"] },
3184
3667
  { slug: "c", extensions: [".c", ".h"] },
3185
3668
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
3669
+ { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
3186
3670
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
3187
3671
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
3188
3672
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
@@ -3190,6 +3674,7 @@ var languageIndex = [
3190
3674
  { slug: "crystal", extensions: [".cr"] },
3191
3675
  { slug: "css", extensions: [".css"] },
3192
3676
  { slug: "cuda", extensions: [".cu", ".cuh"] },
3677
+ { slug: "d", extensions: [".d", ".di"] },
3193
3678
  { slug: "dart", extensions: [".dart"] },
3194
3679
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
3195
3680
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
@@ -3198,12 +3683,14 @@ var languageIndex = [
3198
3683
  slug: "erlang",
3199
3684
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
3200
3685
  },
3686
+ { slug: "fennel", extensions: [".fnl"] },
3201
3687
  {
3202
3688
  slug: "fortran",
3203
3689
  extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
3204
3690
  },
3205
3691
  { slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
3206
3692
  { slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
3693
+ { slug: "gleam", extensions: [".gleam"] },
3207
3694
  { slug: "go", extensions: [".go"] },
3208
3695
  { slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
3209
3696
  {
@@ -3213,6 +3700,7 @@ var languageIndex = [
3213
3700
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
3214
3701
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
3215
3702
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
3703
+ { slug: "haxe", extensions: [".hx", ".hxml"] },
3216
3704
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
3217
3705
  { slug: "html", extensions: [".html", ".htm"] },
3218
3706
  { slug: "ini", extensions: [".ini"] },
@@ -3232,6 +3720,7 @@ var languageIndex = [
3232
3720
  { slug: "metal", extensions: [".metal"] },
3233
3721
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
3234
3722
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
3723
+ { slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
3235
3724
  { slug: "nix", extensions: [".nix"] },
3236
3725
  { slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
3237
3726
  { slug: "objective-c", extensions: [".m", ".mm"] },
@@ -3239,9 +3728,11 @@ var languageIndex = [
3239
3728
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
3240
3729
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
3241
3730
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
3731
+ { slug: "protobuf", extensions: [".proto"] },
3242
3732
  { slug: "pug", extensions: [".pug", ".jade"] },
3243
3733
  { slug: "python", extensions: [".py", ".pyw"] },
3244
3734
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
3735
+ { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
3245
3736
  { slug: "razor", extensions: [".cshtml", ".razor"] },
3246
3737
  {
3247
3738
  slug: "ruby",
@@ -3255,6 +3746,7 @@ var languageIndex = [
3255
3746
  { slug: "svg", extensions: [".svg", ".svgz"] },
3256
3747
  { slug: "svelte", extensions: [".svelte"] },
3257
3748
  { slug: "swift", extensions: [".swift"] },
3749
+ { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
3258
3750
  { slug: "toml", extensions: [".toml"] },
3259
3751
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
3260
3752
  { slug: "visual-basic", extensions: [".vb"] },
@@ -3272,13 +3764,17 @@ var languageIndex = [
3272
3764
  var languageLoaders = {
3273
3765
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
3274
3766
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
3767
+ ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
3768
+ apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
3275
3769
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
3276
3770
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
3277
3771
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
3772
+ awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
3278
3773
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
3279
3774
  batch: () => Promise.resolve().then(() => (init_batch(), batch_exports)).then((module) => module.batch),
3280
3775
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
3281
3776
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
3777
+ clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
3282
3778
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
3283
3779
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
3284
3780
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
@@ -3286,20 +3782,24 @@ var languageLoaders = {
3286
3782
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
3287
3783
  css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
3288
3784
  cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
3785
+ d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
3289
3786
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
3290
3787
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
3291
3788
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
3292
3789
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
3293
3790
  erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
3791
+ fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
3294
3792
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
3295
3793
  fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
3296
3794
  git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
3795
+ gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
3297
3796
  go: () => Promise.resolve().then(() => (init_go(), go_exports)).then((module) => module.go),
3298
3797
  gradle: () => Promise.resolve().then(() => (init_gradle(), gradle_exports)).then((module) => module.gradle),
3299
3798
  glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
3300
3799
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
3301
3800
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
3302
3801
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
3802
+ haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
3303
3803
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
3304
3804
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
3305
3805
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
@@ -3319,6 +3819,7 @@ var languageLoaders = {
3319
3819
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
3320
3820
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
3321
3821
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
3822
+ nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
3322
3823
  nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
3323
3824
  ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
3324
3825
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
@@ -3326,9 +3827,11 @@ var languageLoaders = {
3326
3827
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
3327
3828
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
3328
3829
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
3830
+ protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
3329
3831
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
3330
3832
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
3331
3833
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
3834
+ racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
3332
3835
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
3333
3836
  ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
3334
3837
  rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
@@ -3339,6 +3842,7 @@ var languageLoaders = {
3339
3842
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
3340
3843
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
3341
3844
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
3845
+ tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
3342
3846
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
3343
3847
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
3344
3848
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
@@ -3448,13 +3952,17 @@ var api = {
3448
3952
  // src/index.ts
3449
3953
  init_abap();
3450
3954
  init_actionscript();
3955
+ init_ada();
3956
+ init_apex();
3451
3957
  init_asp();
3452
3958
  init_astro();
3453
3959
  init_assembly();
3960
+ init_awk();
3454
3961
  init_bash();
3455
3962
  init_batch();
3456
3963
  init_c();
3457
3964
  init_cmake();
3965
+ init_clojure();
3458
3966
  init_coffeescript();
3459
3967
  init_cobol();
3460
3968
  init_csharp();
@@ -3462,20 +3970,24 @@ init_cpp();
3462
3970
  init_crystal();
3463
3971
  init_css();
3464
3972
  init_cuda();
3973
+ init_d();
3465
3974
  init_dart();
3466
3975
  init_dockerfile();
3467
3976
  init_elixir();
3468
3977
  init_elm();
3469
3978
  init_erlang();
3979
+ init_fennel();
3470
3980
  init_fortran();
3471
3981
  init_fsharp();
3472
3982
  init_git();
3983
+ init_gleam();
3473
3984
  init_go();
3474
3985
  init_gradle();
3475
3986
  init_glsl();
3476
3987
  init_graphql();
3477
3988
  init_groovy();
3478
3989
  init_haskell();
3990
+ init_haxe();
3479
3991
  init_hcl();
3480
3992
  init_html();
3481
3993
  init_ini();
@@ -3494,6 +4006,7 @@ init_markdown();
3494
4006
  init_meson();
3495
4007
  init_metal();
3496
4008
  init_nginx();
4009
+ init_nim();
3497
4010
  init_nix();
3498
4011
  init_ocaml();
3499
4012
  init_objective_c();
@@ -3501,9 +4014,11 @@ init_pascal();
3501
4014
  init_perl();
3502
4015
  init_php();
3503
4016
  init_powershell();
4017
+ init_protobuf();
3504
4018
  init_pug();
3505
4019
  init_python();
3506
4020
  init_r();
4021
+ init_racket();
3507
4022
  init_razor();
3508
4023
  init_ruby();
3509
4024
  init_rust();
@@ -3515,6 +4030,7 @@ init_svg();
3515
4030
  init_svn();
3516
4031
  init_svelte();
3517
4032
  init_swift();
4033
+ init_tcl();
3518
4034
  init_toml();
3519
4035
  init_typescript();
3520
4036
  init_visual_basic();
@@ -3526,6 +4042,6 @@ init_yaml();
3526
4042
  init_zig();
3527
4043
  init_zsh();
3528
4044
 
3529
- export { abap, actionscript, api, asp, assembly, astro, bash, batch, c, cmake, cobol, coffeescript, cpp, crystal, csharp, css, cuda, dart, detectLanguage, detectLanguages, dockerfile, elixir, elm, erlang, fortran, fsharp, git, glsl, go, gradle, graphql, groovy, haskell, hcl, html, ini, java, javascript, json, julia, jupyterNotebook, kotlin, languages, less, lisp, localizeLanguage, lua, makefile, markdown, matlab, meson, metal, nginx, nix, objectiveC, ocaml, pascal, perl, php, powershell, pug, python, r, razor, ruby, rust, scala, scss, solidity, sql, svelte, svg, svn, swift, toml, typescript, visualBasic, vue, webassembly, xaml, xml, yaml, zig, zsh };
4045
+ export { abap, actionscript, ada, apex, api, asp, assembly, astro, awk, bash, batch, c, clojure, cmake, cobol, coffeescript, cpp, crystal, csharp, css, cuda, d, dart, detectLanguage, detectLanguages, dockerfile, elixir, elm, erlang, fennel, fortran, fsharp, git, gleam, glsl, go, gradle, graphql, groovy, haskell, haxe, hcl, html, ini, java, javascript, json, julia, jupyterNotebook, kotlin, languages, less, lisp, localizeLanguage, lua, makefile, markdown, matlab, meson, metal, nginx, nim, nix, objectiveC, ocaml, pascal, perl, php, powershell, protobuf, pug, python, r, racket, razor, ruby, rust, scala, scss, solidity, sql, svelte, svg, svn, swift, tcl, toml, typescript, visualBasic, vue, webassembly, xaml, xml, yaml, zig, zsh };
3530
4046
  //# sourceMappingURL=index.js.map
3531
4047
  //# sourceMappingURL=index.js.map