code-languages 1.20.6 → 1.22.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 (294) hide show
  1. package/README.md +234 -3
  2. package/dist/api.cjs +1923 -4
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +1353 -124
  5. package/dist/api.d.ts +1353 -124
  6. package/dist/api.js +1923 -4
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +1367 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +1367 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +2064 -80
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +1259 -11
  15. package/dist/index.d.ts +1259 -11
  16. package/dist/index.js +1989 -5
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/agda.cjs +34 -0
  19. package/dist/languages/agda.cjs.map +1 -0
  20. package/dist/languages/agda.d.cts +29 -0
  21. package/dist/languages/agda.d.ts +29 -0
  22. package/dist/languages/agda.js +32 -0
  23. package/dist/languages/agda.js.map +1 -0
  24. package/dist/languages/carbon.cjs +34 -0
  25. package/dist/languages/carbon.cjs.map +1 -0
  26. package/dist/languages/carbon.d.cts +29 -0
  27. package/dist/languages/carbon.d.ts +29 -0
  28. package/dist/languages/carbon.js +32 -0
  29. package/dist/languages/carbon.js.map +1 -0
  30. package/dist/languages/chapel.cjs +34 -0
  31. package/dist/languages/chapel.cjs.map +1 -0
  32. package/dist/languages/chapel.d.cts +29 -0
  33. package/dist/languages/chapel.d.ts +29 -0
  34. package/dist/languages/chapel.js +32 -0
  35. package/dist/languages/chapel.js.map +1 -0
  36. package/dist/languages/circom.cjs +34 -0
  37. package/dist/languages/circom.cjs.map +1 -0
  38. package/dist/languages/circom.d.cts +29 -0
  39. package/dist/languages/circom.d.ts +29 -0
  40. package/dist/languages/circom.js +32 -0
  41. package/dist/languages/circom.js.map +1 -0
  42. package/dist/languages/coq.cjs +34 -0
  43. package/dist/languages/coq.cjs.map +1 -0
  44. package/dist/languages/coq.d.cts +29 -0
  45. package/dist/languages/coq.d.ts +29 -0
  46. package/dist/languages/coq.js +32 -0
  47. package/dist/languages/coq.js.map +1 -0
  48. package/dist/languages/dhall.cjs +34 -0
  49. package/dist/languages/dhall.cjs.map +1 -0
  50. package/dist/languages/dhall.d.cts +29 -0
  51. package/dist/languages/dhall.d.ts +29 -0
  52. package/dist/languages/dhall.js +32 -0
  53. package/dist/languages/dhall.js.map +1 -0
  54. package/dist/languages/dita.cjs +34 -0
  55. package/dist/languages/dita.cjs.map +1 -0
  56. package/dist/languages/dita.d.cts +29 -0
  57. package/dist/languages/dita.d.ts +29 -0
  58. package/dist/languages/dita.js +32 -0
  59. package/dist/languages/dita.js.map +1 -0
  60. package/dist/languages/earthly.cjs +34 -0
  61. package/dist/languages/earthly.cjs.map +1 -0
  62. package/dist/languages/earthly.d.cts +29 -0
  63. package/dist/languages/earthly.d.ts +29 -0
  64. package/dist/languages/earthly.js +32 -0
  65. package/dist/languages/earthly.js.map +1 -0
  66. package/dist/languages/hack.cjs +34 -0
  67. package/dist/languages/hack.cjs.map +1 -0
  68. package/dist/languages/hack.d.cts +29 -0
  69. package/dist/languages/hack.d.ts +29 -0
  70. package/dist/languages/hack.js +32 -0
  71. package/dist/languages/hack.js.map +1 -0
  72. package/dist/languages/haml.cjs +34 -0
  73. package/dist/languages/haml.cjs.map +1 -0
  74. package/dist/languages/haml.d.cts +29 -0
  75. package/dist/languages/haml.d.ts +29 -0
  76. package/dist/languages/haml.js +32 -0
  77. package/dist/languages/haml.js.map +1 -0
  78. package/dist/languages/idris.cjs +34 -0
  79. package/dist/languages/idris.cjs.map +1 -0
  80. package/dist/languages/idris.d.cts +29 -0
  81. package/dist/languages/idris.d.ts +29 -0
  82. package/dist/languages/idris.js +32 -0
  83. package/dist/languages/idris.js.map +1 -0
  84. package/dist/languages/janet.cjs +34 -0
  85. package/dist/languages/janet.cjs.map +1 -0
  86. package/dist/languages/janet.d.cts +29 -0
  87. package/dist/languages/janet.d.ts +29 -0
  88. package/dist/languages/janet.js +32 -0
  89. package/dist/languages/janet.js.map +1 -0
  90. package/dist/languages/lean.cjs +34 -0
  91. package/dist/languages/lean.cjs.map +1 -0
  92. package/dist/languages/lean.d.cts +29 -0
  93. package/dist/languages/lean.d.ts +29 -0
  94. package/dist/languages/lean.js +32 -0
  95. package/dist/languages/lean.js.map +1 -0
  96. package/dist/languages/llvm-ir.cjs +34 -0
  97. package/dist/languages/llvm-ir.cjs.map +1 -0
  98. package/dist/languages/llvm-ir.d.cts +29 -0
  99. package/dist/languages/llvm-ir.d.ts +29 -0
  100. package/dist/languages/llvm-ir.js +32 -0
  101. package/dist/languages/llvm-ir.js.map +1 -0
  102. package/dist/languages/luau.cjs +34 -0
  103. package/dist/languages/luau.cjs.map +1 -0
  104. package/dist/languages/luau.d.cts +29 -0
  105. package/dist/languages/luau.d.ts +29 -0
  106. package/dist/languages/luau.js +32 -0
  107. package/dist/languages/luau.js.map +1 -0
  108. package/dist/languages/mako.cjs +34 -0
  109. package/dist/languages/mako.cjs.map +1 -0
  110. package/dist/languages/mako.d.cts +29 -0
  111. package/dist/languages/mako.d.ts +29 -0
  112. package/dist/languages/mako.js +32 -0
  113. package/dist/languages/mako.js.map +1 -0
  114. package/dist/languages/mathematica.cjs +33 -0
  115. package/dist/languages/mathematica.cjs.map +1 -0
  116. package/dist/languages/mathematica.d.cts +28 -0
  117. package/dist/languages/mathematica.d.ts +28 -0
  118. package/dist/languages/mathematica.js +31 -0
  119. package/dist/languages/mathematica.js.map +1 -0
  120. package/dist/languages/mojo.cjs +34 -0
  121. package/dist/languages/mojo.cjs.map +1 -0
  122. package/dist/languages/mojo.d.cts +29 -0
  123. package/dist/languages/mojo.d.ts +29 -0
  124. package/dist/languages/mojo.js +32 -0
  125. package/dist/languages/mojo.js.map +1 -0
  126. package/dist/languages/moonbit.cjs +34 -0
  127. package/dist/languages/moonbit.cjs.map +1 -0
  128. package/dist/languages/moonbit.d.cts +29 -0
  129. package/dist/languages/moonbit.d.ts +29 -0
  130. package/dist/languages/moonbit.js +32 -0
  131. package/dist/languages/moonbit.js.map +1 -0
  132. package/dist/languages/odin.cjs +34 -0
  133. package/dist/languages/odin.cjs.map +1 -0
  134. package/dist/languages/odin.d.cts +29 -0
  135. package/dist/languages/odin.d.ts +29 -0
  136. package/dist/languages/odin.js +32 -0
  137. package/dist/languages/odin.js.map +1 -0
  138. package/dist/languages/opencl.cjs +33 -0
  139. package/dist/languages/opencl.cjs.map +1 -0
  140. package/dist/languages/opencl.d.cts +28 -0
  141. package/dist/languages/opencl.d.ts +28 -0
  142. package/dist/languages/opencl.js +31 -0
  143. package/dist/languages/opencl.js.map +1 -0
  144. package/dist/languages/pine-script.cjs +33 -0
  145. package/dist/languages/pine-script.cjs.map +1 -0
  146. package/dist/languages/pine-script.d.cts +28 -0
  147. package/dist/languages/pine-script.d.ts +28 -0
  148. package/dist/languages/pine-script.js +31 -0
  149. package/dist/languages/pine-script.js.map +1 -0
  150. package/dist/languages/plsql.cjs +33 -0
  151. package/dist/languages/plsql.cjs.map +1 -0
  152. package/dist/languages/plsql.d.cts +28 -0
  153. package/dist/languages/plsql.d.ts +28 -0
  154. package/dist/languages/plsql.js +31 -0
  155. package/dist/languages/plsql.js.map +1 -0
  156. package/dist/languages/pony.cjs +34 -0
  157. package/dist/languages/pony.cjs.map +1 -0
  158. package/dist/languages/pony.d.cts +29 -0
  159. package/dist/languages/pony.d.ts +29 -0
  160. package/dist/languages/pony.js +32 -0
  161. package/dist/languages/pony.js.map +1 -0
  162. package/dist/languages/promql.cjs +33 -0
  163. package/dist/languages/promql.cjs.map +1 -0
  164. package/dist/languages/promql.d.cts +28 -0
  165. package/dist/languages/promql.d.ts +28 -0
  166. package/dist/languages/promql.js +31 -0
  167. package/dist/languages/promql.js.map +1 -0
  168. package/dist/languages/purescript.cjs +34 -0
  169. package/dist/languages/purescript.cjs.map +1 -0
  170. package/dist/languages/purescript.d.cts +29 -0
  171. package/dist/languages/purescript.d.ts +29 -0
  172. package/dist/languages/purescript.js +32 -0
  173. package/dist/languages/purescript.js.map +1 -0
  174. package/dist/languages/qsharp.cjs +34 -0
  175. package/dist/languages/qsharp.cjs.map +1 -0
  176. package/dist/languages/qsharp.d.cts +29 -0
  177. package/dist/languages/qsharp.d.ts +29 -0
  178. package/dist/languages/qsharp.js +32 -0
  179. package/dist/languages/qsharp.js.map +1 -0
  180. package/dist/languages/raku.cjs +34 -0
  181. package/dist/languages/raku.cjs.map +1 -0
  182. package/dist/languages/raku.d.cts +29 -0
  183. package/dist/languages/raku.d.ts +29 -0
  184. package/dist/languages/raku.js +32 -0
  185. package/dist/languages/raku.js.map +1 -0
  186. package/dist/languages/reasonml.cjs +34 -0
  187. package/dist/languages/reasonml.cjs.map +1 -0
  188. package/dist/languages/reasonml.d.cts +29 -0
  189. package/dist/languages/reasonml.d.ts +29 -0
  190. package/dist/languages/reasonml.js +32 -0
  191. package/dist/languages/reasonml.js.map +1 -0
  192. package/dist/languages/rescript.cjs +34 -0
  193. package/dist/languages/rescript.cjs.map +1 -0
  194. package/dist/languages/rescript.d.cts +29 -0
  195. package/dist/languages/rescript.d.ts +29 -0
  196. package/dist/languages/rescript.js +32 -0
  197. package/dist/languages/rescript.js.map +1 -0
  198. package/dist/languages/restructuredtext.cjs +34 -0
  199. package/dist/languages/restructuredtext.cjs.map +1 -0
  200. package/dist/languages/restructuredtext.d.cts +29 -0
  201. package/dist/languages/restructuredtext.d.ts +29 -0
  202. package/dist/languages/restructuredtext.js +32 -0
  203. package/dist/languages/restructuredtext.js.map +1 -0
  204. package/dist/languages/sas.cjs +33 -0
  205. package/dist/languages/sas.cjs.map +1 -0
  206. package/dist/languages/sas.d.cts +28 -0
  207. package/dist/languages/sas.d.ts +28 -0
  208. package/dist/languages/sas.js +31 -0
  209. package/dist/languages/sas.js.map +1 -0
  210. package/dist/languages/scheme.cjs +33 -0
  211. package/dist/languages/scheme.cjs.map +1 -0
  212. package/dist/languages/scheme.d.cts +28 -0
  213. package/dist/languages/scheme.d.ts +28 -0
  214. package/dist/languages/scheme.js +31 -0
  215. package/dist/languages/scheme.js.map +1 -0
  216. package/dist/languages/smalltalk.cjs +33 -0
  217. package/dist/languages/smalltalk.cjs.map +1 -0
  218. package/dist/languages/smalltalk.d.cts +28 -0
  219. package/dist/languages/smalltalk.d.ts +28 -0
  220. package/dist/languages/smalltalk.js +31 -0
  221. package/dist/languages/smalltalk.js.map +1 -0
  222. package/dist/languages/smarty.cjs +34 -0
  223. package/dist/languages/smarty.cjs.map +1 -0
  224. package/dist/languages/smarty.d.cts +29 -0
  225. package/dist/languages/smarty.d.ts +29 -0
  226. package/dist/languages/smarty.js +32 -0
  227. package/dist/languages/smarty.js.map +1 -0
  228. package/dist/languages/standard-ml.cjs +33 -0
  229. package/dist/languages/standard-ml.cjs.map +1 -0
  230. package/dist/languages/standard-ml.d.cts +28 -0
  231. package/dist/languages/standard-ml.d.ts +28 -0
  232. package/dist/languages/standard-ml.js +31 -0
  233. package/dist/languages/standard-ml.js.map +1 -0
  234. package/dist/languages/stata.cjs +33 -0
  235. package/dist/languages/stata.cjs.map +1 -0
  236. package/dist/languages/stata.d.cts +28 -0
  237. package/dist/languages/stata.d.ts +28 -0
  238. package/dist/languages/stata.js +31 -0
  239. package/dist/languages/stata.js.map +1 -0
  240. package/dist/languages/stylus.cjs +34 -0
  241. package/dist/languages/stylus.cjs.map +1 -0
  242. package/dist/languages/stylus.d.cts +29 -0
  243. package/dist/languages/stylus.d.ts +29 -0
  244. package/dist/languages/stylus.js +32 -0
  245. package/dist/languages/stylus.js.map +1 -0
  246. package/dist/languages/thrift.cjs +34 -0
  247. package/dist/languages/thrift.cjs.map +1 -0
  248. package/dist/languages/thrift.d.cts +29 -0
  249. package/dist/languages/thrift.d.ts +29 -0
  250. package/dist/languages/thrift.js +32 -0
  251. package/dist/languages/thrift.js.map +1 -0
  252. package/dist/languages/tla-plus.cjs +33 -0
  253. package/dist/languages/tla-plus.cjs.map +1 -0
  254. package/dist/languages/tla-plus.d.cts +28 -0
  255. package/dist/languages/tla-plus.d.ts +28 -0
  256. package/dist/languages/tla-plus.js +31 -0
  257. package/dist/languages/tla-plus.js.map +1 -0
  258. package/dist/languages/v.cjs +34 -0
  259. package/dist/languages/v.cjs.map +1 -0
  260. package/dist/languages/v.d.cts +29 -0
  261. package/dist/languages/v.d.ts +29 -0
  262. package/dist/languages/v.js +32 -0
  263. package/dist/languages/v.js.map +1 -0
  264. package/dist/languages/vala.cjs +34 -0
  265. package/dist/languages/vala.cjs.map +1 -0
  266. package/dist/languages/vala.d.cts +29 -0
  267. package/dist/languages/vala.d.ts +29 -0
  268. package/dist/languages/vala.js +32 -0
  269. package/dist/languages/vala.js.map +1 -0
  270. package/dist/languages/vyper.cjs +34 -0
  271. package/dist/languages/vyper.cjs.map +1 -0
  272. package/dist/languages/vyper.d.cts +29 -0
  273. package/dist/languages/vyper.d.ts +29 -0
  274. package/dist/languages/vyper.js +32 -0
  275. package/dist/languages/vyper.js.map +1 -0
  276. package/dist/languages/wren.cjs +33 -0
  277. package/dist/languages/wren.cjs.map +1 -0
  278. package/dist/languages/wren.d.cts +28 -0
  279. package/dist/languages/wren.d.ts +28 -0
  280. package/dist/languages/wren.js +31 -0
  281. package/dist/languages/wren.js.map +1 -0
  282. package/dist/languages/zeek.cjs +34 -0
  283. package/dist/languages/zeek.cjs.map +1 -0
  284. package/dist/languages/zeek.d.cts +29 -0
  285. package/dist/languages/zeek.d.ts +29 -0
  286. package/dist/languages/zeek.js +32 -0
  287. package/dist/languages/zeek.js.map +1 -0
  288. package/dist/languages/ziggy.cjs +33 -0
  289. package/dist/languages/ziggy.cjs.map +1 -0
  290. package/dist/languages/ziggy.d.cts +28 -0
  291. package/dist/languages/ziggy.d.ts +28 -0
  292. package/dist/languages/ziggy.js +31 -0
  293. package/dist/languages/ziggy.js.map +1 -0
  294. package/package.json +231 -1
package/dist/api.js CHANGED
@@ -120,6 +120,44 @@ var init_ada = __esm({
120
120
  }
121
121
  });
122
122
 
123
+ // src/languages/agda.ts
124
+ var agda_exports = {};
125
+ __export(agda_exports, {
126
+ agda: () => agda
127
+ });
128
+ var agda;
129
+ var init_agda = __esm({
130
+ "src/languages/agda.ts"() {
131
+ agda = {
132
+ slug: "agda",
133
+ publishedDate: "2007-01-01",
134
+ extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"],
135
+ author: "Ulf Norell / Chalmers University of Technology",
136
+ website: "https://wiki.portal.chalmers.se/agda/",
137
+ paradigms: ["functional", "dependently typed", "total", "proof-oriented"],
138
+ tooling: {
139
+ runtimes: ["GHC", "JavaScript"],
140
+ packageManagers: ["Cabal", "Stack"],
141
+ ecosystems: ["Haskell", "Formal methods", "Proof assistants"]
142
+ },
143
+ version: "2.8.0",
144
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_agda.svg",
145
+ i18n: {
146
+ en: {
147
+ name: "Agda",
148
+ description: "A dependently typed functional language and proof assistant.",
149
+ longDescription: "Agda is a dependently typed functional programming language and interactive proof assistant. It supports inductive families, pattern matching, modules, mixfix operators, Unicode syntax, and a type system expressive enough to encode mathematical proofs as programs.\n\nIt is used in programming language research, constructive mathematics, certified algorithms, and education where precise specifications and machine-checked proofs matter as much as executable code."
150
+ },
151
+ es: {
152
+ name: "Agda",
153
+ description: "Un lenguaje funcional con tipos dependientes y asistente de pruebas.",
154
+ longDescription: "Agda es un lenguaje de programacion funcional con tipos dependientes y un asistente interactivo de pruebas. Soporta familias inductivas, pattern matching, modulos, operadores mixfix, sintaxis Unicode y un sistema de tipos expresivo para codificar pruebas matematicas como programas.\n\nSe usa en investigacion de lenguajes, matematica constructiva, algoritmos certificados y educacion cuando las especificaciones precisas y las pruebas verificadas por maquina importan tanto como el codigo ejecutable."
155
+ }
156
+ }
157
+ };
158
+ }
159
+ });
160
+
123
161
  // src/languages/antlr.ts
124
162
  var antlr_exports = {};
125
163
  __export(antlr_exports, {
@@ -762,6 +800,120 @@ var init_c = __esm({
762
800
  }
763
801
  });
764
802
 
803
+ // src/languages/carbon.ts
804
+ var carbon_exports = {};
805
+ __export(carbon_exports, {
806
+ carbon: () => carbon
807
+ });
808
+ var carbon;
809
+ var init_carbon = __esm({
810
+ "src/languages/carbon.ts"() {
811
+ carbon = {
812
+ slug: "carbon",
813
+ publishedDate: "2022-07-19",
814
+ extensions: [".carbon"],
815
+ author: "Carbon Language Project",
816
+ website: "https://docs.carbon-lang.dev",
817
+ paradigms: ["imperative", "object-oriented", "generic", "statically typed"],
818
+ tooling: {
819
+ runtimes: ["LLVM"],
820
+ packageManagers: ["Bazel"],
821
+ ecosystems: ["C++", "Systems programming"]
822
+ },
823
+ version: "0.0.0 nightly",
824
+ logo: "https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png",
825
+ i18n: {
826
+ en: {
827
+ name: "Carbon",
828
+ description: "An experimental successor language for C++ interoperability and migration.",
829
+ longDescription: "Carbon is an experimental systems programming language designed as a possible successor to C++. It focuses on readable syntax, strong generics, modern tooling, and incremental migration paths for large C++ codebases.\n\nThe project is still pre-stable, so real-world use is centered on experiments, design evaluation, compiler development, and discussions about long-term interoperability with existing C++ ecosystems."
830
+ },
831
+ es: {
832
+ name: "Carbon",
833
+ description: "Un lenguaje experimental sucesor para interoperabilidad y migracion desde C++.",
834
+ longDescription: "Carbon es un lenguaje experimental de programacion de sistemas disenado como posible sucesor de C++. Se enfoca en sintaxis legible, genericos fuertes, herramientas modernas y rutas de migracion incremental para bases de codigo grandes en C++.\n\nEl proyecto aun no es estable, asi que su uso real se centra en experimentos, evaluacion de diseno, desarrollo del compilador y debates sobre interoperabilidad a largo plazo con ecosistemas C++ existentes."
835
+ }
836
+ }
837
+ };
838
+ }
839
+ });
840
+
841
+ // src/languages/chapel.ts
842
+ var chapel_exports = {};
843
+ __export(chapel_exports, {
844
+ chapel: () => chapel
845
+ });
846
+ var chapel;
847
+ var init_chapel = __esm({
848
+ "src/languages/chapel.ts"() {
849
+ chapel = {
850
+ slug: "chapel",
851
+ publishedDate: "2009-04-01",
852
+ extensions: [".chpl"],
853
+ author: "Cray Inc. / Hewlett Packard Enterprise",
854
+ website: "https://chapel-lang.org",
855
+ paradigms: ["parallel", "imperative", "object-oriented", "generic"],
856
+ tooling: {
857
+ runtimes: ["Chapel runtime"],
858
+ packageManagers: ["Mason"],
859
+ ecosystems: ["High-performance computing", "Parallel computing"]
860
+ },
861
+ version: "2.6.0",
862
+ logo: "https://chapel-lang.org/images/chapel-logo.png",
863
+ i18n: {
864
+ en: {
865
+ name: "Chapel",
866
+ description: "A productive parallel programming language for scalable systems.",
867
+ longDescription: "Chapel is a parallel programming language created to make high-performance and distributed computing more approachable. It provides domains, arrays, task parallelism, data parallelism, locality control, and abstractions for writing scalable programs without dropping into low-level message passing everywhere.\n\nIt is used for research, numerical computing, data analytics, simulations, and high-performance applications that need to express parallel algorithms clearly across laptops, clusters, and supercomputers."
868
+ },
869
+ es: {
870
+ name: "Chapel",
871
+ description: "Un lenguaje de programacion paralela productivo para sistemas escalables.",
872
+ longDescription: "Chapel es un lenguaje de programacion paralela creado para hacer mas accesible la computacion de alto rendimiento y distribuida. Ofrece dominios, arreglos, paralelismo de tareas, paralelismo de datos, control de localidad y abstracciones para escribir programas escalables sin depender siempre de paso de mensajes de bajo nivel.\n\nSe usa en investigacion, computacion numerica, analitica de datos, simulaciones y aplicaciones de alto rendimiento que necesitan expresar algoritmos paralelos con claridad en laptops, clusters y supercomputadoras."
873
+ }
874
+ }
875
+ };
876
+ }
877
+ });
878
+
879
+ // src/languages/circom.ts
880
+ var circom_exports = {};
881
+ __export(circom_exports, {
882
+ circom: () => circom
883
+ });
884
+ var circom;
885
+ var init_circom = __esm({
886
+ "src/languages/circom.ts"() {
887
+ circom = {
888
+ slug: "circom",
889
+ publishedDate: "2018-01-01",
890
+ extensions: [".circom"],
891
+ author: "iden3",
892
+ website: "https://docs.circom.io",
893
+ paradigms: ["declarative", "constraint-based", "domain-specific"],
894
+ tooling: {
895
+ runtimes: ["circom compiler", "WebAssembly", "C++"],
896
+ packageManagers: ["npm", "Cargo"],
897
+ ecosystems: ["Zero-knowledge proofs", "Ethereum", "zkSNARKs"]
898
+ },
899
+ version: "2.2.3",
900
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_circom.svg",
901
+ i18n: {
902
+ en: {
903
+ name: "Circom",
904
+ description: "A DSL for writing arithmetic circuits used in zero-knowledge proofs.",
905
+ longDescription: "Circom is a domain-specific language for defining arithmetic circuits used by zkSNARK proving systems. Its compiler can generate constraint systems together with witness-generation code for C++ or WebAssembly.\n\nIt is common in privacy-preserving protocols, identity systems, blockchain applications, and cryptographic projects that need reusable circuits for zero-knowledge proofs."
906
+ },
907
+ es: {
908
+ name: "Circom",
909
+ description: "Un DSL para escribir circuitos aritmeticos usados en pruebas de conocimiento cero.",
910
+ longDescription: "Circom es un lenguaje especifico de dominio para definir circuitos aritmeticos usados por sistemas de prueba zkSNARK. Su compilador puede generar sistemas de restricciones junto con codigo de generacion de testigos para C++ o WebAssembly.\n\nEs comun en protocolos de privacidad, sistemas de identidad, aplicaciones blockchain y proyectos criptograficos que necesitan circuitos reutilizables para pruebas de conocimiento cero."
911
+ }
912
+ }
913
+ };
914
+ }
915
+ });
916
+
765
917
  // src/languages/clojure.ts
766
918
  var clojure_exports = {};
767
919
  __export(clojure_exports, {
@@ -950,6 +1102,44 @@ var init_coldfusion = __esm({
950
1102
  }
951
1103
  });
952
1104
 
1105
+ // src/languages/coq.ts
1106
+ var coq_exports = {};
1107
+ __export(coq_exports, {
1108
+ coq: () => coq
1109
+ });
1110
+ var coq;
1111
+ var init_coq = __esm({
1112
+ "src/languages/coq.ts"() {
1113
+ coq = {
1114
+ slug: "coq",
1115
+ publishedDate: "1989-01-01",
1116
+ extensions: [".v"],
1117
+ author: "INRIA / Rocq Prover Development Team",
1118
+ website: "https://rocq-prover.org",
1119
+ paradigms: ["functional", "dependently typed", "proof-oriented", "tactic-based"],
1120
+ tooling: {
1121
+ runtimes: ["Rocq Prover", "OCaml"],
1122
+ packageManagers: ["opam", "Rocq Platform"],
1123
+ ecosystems: ["Formal methods", "Proof assistants", "OCaml"]
1124
+ },
1125
+ version: "9.2.0",
1126
+ logo: "https://avatars.githubusercontent.com/u/621198?v=4",
1127
+ i18n: {
1128
+ en: {
1129
+ name: "Coq / Rocq",
1130
+ description: "A proof assistant and dependently typed language for certified mathematics and software.",
1131
+ longDescription: "Coq, now released under the Rocq Prover name, is an interactive theorem prover and dependently typed language. It lets users write definitions, executable programs, theorems, and machine-checked proofs in one environment.\n\nIt is widely used in formal verification, programming language metatheory, certified compilers, mathematics, cryptography, and projects where correctness arguments need to be checked with high confidence."
1132
+ },
1133
+ es: {
1134
+ name: "Coq / Rocq",
1135
+ description: "Un asistente de pruebas y lenguaje con tipos dependientes para software certificado.",
1136
+ longDescription: "Coq, publicado ahora bajo el nombre Rocq Prover, es un demostrador interactivo de teoremas y un lenguaje con tipos dependientes. Permite escribir definiciones, programas ejecutables, teoremas y pruebas verificadas por maquina en un mismo entorno.\n\nSe usa ampliamente en verificacion formal, metateoria de lenguajes, compiladores certificados, matematica, criptografia y proyectos donde los argumentos de correccion deben comprobarse con alta confianza."
1137
+ }
1138
+ }
1139
+ };
1140
+ }
1141
+ });
1142
+
953
1143
  // src/languages/cpp.ts
954
1144
  var cpp_exports = {};
955
1145
  __export(cpp_exports, {
@@ -1287,6 +1477,82 @@ var init_dart = __esm({
1287
1477
  }
1288
1478
  });
1289
1479
 
1480
+ // src/languages/dhall.ts
1481
+ var dhall_exports = {};
1482
+ __export(dhall_exports, {
1483
+ dhall: () => dhall
1484
+ });
1485
+ var dhall;
1486
+ var init_dhall = __esm({
1487
+ "src/languages/dhall.ts"() {
1488
+ dhall = {
1489
+ slug: "dhall",
1490
+ publishedDate: "2016-12-22",
1491
+ extensions: [".dhall"],
1492
+ author: "Gabriel Gonzalez",
1493
+ website: "https://dhall-lang.org",
1494
+ paradigms: ["functional", "declarative", "statically typed", "configuration"],
1495
+ tooling: {
1496
+ runtimes: ["dhall"],
1497
+ packageManagers: ["Cabal", "Stack", "Nix"],
1498
+ ecosystems: ["Configuration", "Haskell", "DevOps"]
1499
+ },
1500
+ version: "23.1.0",
1501
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_dhall.svg",
1502
+ i18n: {
1503
+ en: {
1504
+ name: "Dhall",
1505
+ description: "A programmable, typed configuration language that normalizes safely.",
1506
+ longDescription: "Dhall is a programmable configuration language with a strong static type system, imports, functions, records, and guaranteed normalization. It is designed to replace repetitive JSON, YAML, and similar configuration formats with reusable typed expressions.\n\nIt is used for infrastructure configuration, application settings, generated YAML or JSON, and systems that need shared configuration without arbitrary code execution."
1507
+ },
1508
+ es: {
1509
+ name: "Dhall",
1510
+ description: "Un lenguaje de configuracion programable, tipado y de normalizacion segura.",
1511
+ longDescription: "Dhall es un lenguaje de configuracion programable con un sistema de tipos estatico fuerte, imports, funciones, registros y normalizacion garantizada. Esta disenado para reemplazar JSON, YAML y formatos similares repetitivos con expresiones tipadas reutilizables.\n\nSe usa en configuracion de infraestructura, ajustes de aplicaciones, generacion de YAML o JSON y sistemas que necesitan configuracion compartida sin ejecucion arbitraria de codigo."
1512
+ }
1513
+ }
1514
+ };
1515
+ }
1516
+ });
1517
+
1518
+ // src/languages/dita.ts
1519
+ var dita_exports = {};
1520
+ __export(dita_exports, {
1521
+ dita: () => dita
1522
+ });
1523
+ var dita;
1524
+ var init_dita = __esm({
1525
+ "src/languages/dita.ts"() {
1526
+ dita = {
1527
+ slug: "dita",
1528
+ publishedDate: "2005-05-03",
1529
+ extensions: [".dita", ".ditamap", ".ditaval"],
1530
+ author: "OASIS",
1531
+ website: "https://www.oasis-open.org/standard/dita/",
1532
+ paradigms: ["markup", "structured authoring", "XML-based", "documentation"],
1533
+ tooling: {
1534
+ runtimes: ["DITA Open Toolkit"],
1535
+ packageManagers: ["npm", "Maven"],
1536
+ ecosystems: ["Technical writing", "XML", "Publishing"]
1537
+ },
1538
+ version: "1.3",
1539
+ logo: "https://avatars.githubusercontent.com/u/20116735?v=4",
1540
+ i18n: {
1541
+ en: {
1542
+ name: "DITA",
1543
+ description: "An XML-based architecture for structured technical documentation.",
1544
+ longDescription: "DITA is the Darwin Information Typing Architecture, an XML-based standard for topic-oriented authoring. It defines topic types, maps, specialization, reuse mechanisms, and publishing-oriented metadata for large documentation sets.\n\nIt is used in technical writing, product documentation, regulated content, localization workflows, and publishing pipelines that need structured reusable topics rather than page-by-page documents."
1545
+ },
1546
+ es: {
1547
+ name: "DITA",
1548
+ description: "Una arquitectura basada en XML para documentacion tecnica estructurada.",
1549
+ longDescription: "DITA es Darwin Information Typing Architecture, un estandar basado en XML para autoria orientada a topicos. Define tipos de topico, mapas, especializacion, mecanismos de reutilizacion y metadatos de publicacion para grandes conjuntos de documentacion.\n\nSe usa en redaccion tecnica, documentacion de productos, contenido regulado, flujos de localizacion y pipelines de publicacion que necesitan topicos estructurados y reutilizables en vez de documentos pagina por pagina."
1550
+ }
1551
+ }
1552
+ };
1553
+ }
1554
+ });
1555
+
1290
1556
  // src/languages/dockerfile.ts
1291
1557
  var dockerfile_exports = {};
1292
1558
  __export(dockerfile_exports, {
@@ -1324,6 +1590,44 @@ var init_dockerfile = __esm({
1324
1590
  }
1325
1591
  });
1326
1592
 
1593
+ // src/languages/earthly.ts
1594
+ var earthly_exports = {};
1595
+ __export(earthly_exports, {
1596
+ earthly: () => earthly
1597
+ });
1598
+ var earthly;
1599
+ var init_earthly = __esm({
1600
+ "src/languages/earthly.ts"() {
1601
+ earthly = {
1602
+ slug: "earthly",
1603
+ publishedDate: "2020-04-15",
1604
+ extensions: ["Earthfile"],
1605
+ author: "Earthly Technologies",
1606
+ website: "https://earthly.dev",
1607
+ paradigms: ["declarative", "build automation", "container-based"],
1608
+ tooling: {
1609
+ runtimes: ["Earthly", "BuildKit", "Docker"],
1610
+ packageManagers: ["Docker"],
1611
+ ecosystems: ["CI/CD", "Containers", "DevOps"]
1612
+ },
1613
+ version: "0.8.16",
1614
+ logo: "https://avatars.githubusercontent.com/u/63060917?v=4",
1615
+ i18n: {
1616
+ en: {
1617
+ name: "Earthly",
1618
+ description: "A container-oriented build language for repeatable CI/CD pipelines.",
1619
+ longDescription: "Earthly is a build automation language and tool centered on Earthfiles. Its syntax combines ideas from Dockerfiles and Makefiles to define repeatable builds, targets, artifacts, images, and CI-friendly workflows.\n\nIt is used by teams that want local and CI builds to behave consistently, especially in container-heavy projects where caching, reproducibility, and readable build steps matter."
1620
+ },
1621
+ es: {
1622
+ name: "Earthly",
1623
+ description: "Un lenguaje de builds orientado a contenedores para pipelines CI/CD repetibles.",
1624
+ longDescription: "Earthly es un lenguaje y herramienta de automatizacion de builds centrado en Earthfiles. Su sintaxis combina ideas de Dockerfiles y Makefiles para definir builds repetibles, targets, artefactos, imagenes y flujos adecuados para CI.\n\nLo usan equipos que quieren que los builds locales y de CI se comporten de forma consistente, especialmente en proyectos con muchos contenedores donde importan cache, reproducibilidad y pasos de build legibles."
1625
+ }
1626
+ }
1627
+ };
1628
+ }
1629
+ });
1630
+
1327
1631
  // src/languages/elixir.ts
1328
1632
  var elixir_exports = {};
1329
1633
  __export(elixir_exports, {
@@ -1930,6 +2234,82 @@ var init_groovy = __esm({
1930
2234
  }
1931
2235
  });
1932
2236
 
2237
+ // src/languages/hack.ts
2238
+ var hack_exports = {};
2239
+ __export(hack_exports, {
2240
+ hack: () => hack
2241
+ });
2242
+ var hack;
2243
+ var init_hack = __esm({
2244
+ "src/languages/hack.ts"() {
2245
+ hack = {
2246
+ slug: "hack",
2247
+ publishedDate: "2014-03-20",
2248
+ extensions: [".hack", ".hh", ".hhi"],
2249
+ author: "Meta",
2250
+ website: "https://docs.hhvm.com/hack/",
2251
+ paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
2252
+ tooling: {
2253
+ runtimes: ["HHVM"],
2254
+ packageManagers: ["Composer"],
2255
+ ecosystems: ["HHVM", "Web", "PHP"]
2256
+ },
2257
+ version: "HHVM 4.x",
2258
+ logo: "https://upload.wikimedia.org/wikipedia/commons/a/a7/Hack_%28programming_language%29_logo.svg",
2259
+ i18n: {
2260
+ en: {
2261
+ name: "Hack",
2262
+ description: "A gradually typed language for HHVM with PHP heritage.",
2263
+ longDescription: "Hack is a programming language for HHVM that evolved from PHP and adds static typing, generics, async features, shapes, collections, and tooling built around the Hack typechecker. It is designed for large web codebases that need gradual typing and fast feedback.\n\nIt is used mainly in HHVM deployments and large server-side applications where PHP-like ergonomics are paired with stronger static analysis and modern language constructs."
2264
+ },
2265
+ es: {
2266
+ name: "Hack",
2267
+ description: "Un lenguaje con tipado gradual para HHVM con herencia de PHP.",
2268
+ longDescription: "Hack es un lenguaje de programacion para HHVM que evoluciono desde PHP y agrega tipado estatico, genericos, funciones async, shapes, colecciones y herramientas basadas en el typechecker de Hack. Esta disenado para grandes bases de codigo web que necesitan tipado gradual y feedback rapido.\n\nSe usa principalmente en despliegues HHVM y aplicaciones grandes del lado servidor donde la ergonomia similar a PHP se combina con analisis estatico mas fuerte y construcciones modernas del lenguaje."
2269
+ }
2270
+ }
2271
+ };
2272
+ }
2273
+ });
2274
+
2275
+ // src/languages/haml.ts
2276
+ var haml_exports = {};
2277
+ __export(haml_exports, {
2278
+ haml: () => haml
2279
+ });
2280
+ var haml;
2281
+ var init_haml = __esm({
2282
+ "src/languages/haml.ts"() {
2283
+ haml = {
2284
+ slug: "haml",
2285
+ publishedDate: "2006-10-01",
2286
+ extensions: [".haml"],
2287
+ author: "Hampton Catlin",
2288
+ website: "https://haml.info",
2289
+ paradigms: ["template", "markup", "declarative"],
2290
+ tooling: {
2291
+ runtimes: ["Ruby"],
2292
+ packageManagers: ["RubyGems", "Bundler"],
2293
+ ecosystems: ["Ruby", "Ruby on Rails", "Web"]
2294
+ },
2295
+ version: "7.2.0",
2296
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg",
2297
+ i18n: {
2298
+ en: {
2299
+ name: "Haml",
2300
+ description: "A whitespace-sensitive template language for writing HTML tersely.",
2301
+ longDescription: "Haml is a markup and template language for generating HTML with indentation-based structure. It removes closing tags, reduces boilerplate, and integrates with Ruby frameworks such as Ruby on Rails.\n\nIt is used in web applications and static rendering pipelines that prefer concise templates, readable nesting, and Ruby-powered interpolation over explicit HTML syntax."
2302
+ },
2303
+ es: {
2304
+ name: "Haml",
2305
+ description: "Un lenguaje de templates sensible a espacios para escribir HTML de forma concisa.",
2306
+ longDescription: "Haml es un lenguaje de marcado y templates para generar HTML con estructura basada en indentacion. Elimina etiquetas de cierre, reduce repeticion e integra con frameworks Ruby como Ruby on Rails.\n\nSe usa en aplicaciones web y pipelines de renderizado estatico que prefieren templates concisos, anidacion legible e interpolacion con Ruby en vez de sintaxis HTML explicita."
2307
+ }
2308
+ }
2309
+ };
2310
+ }
2311
+ });
2312
+
1933
2313
  // src/languages/handlebars.ts
1934
2314
  var handlebars_exports = {};
1935
2315
  __export(handlebars_exports, {
@@ -2153,6 +2533,44 @@ var init_html = __esm({
2153
2533
  }
2154
2534
  });
2155
2535
 
2536
+ // src/languages/idris.ts
2537
+ var idris_exports = {};
2538
+ __export(idris_exports, {
2539
+ idris: () => idris
2540
+ });
2541
+ var idris;
2542
+ var init_idris = __esm({
2543
+ "src/languages/idris.ts"() {
2544
+ idris = {
2545
+ slug: "idris",
2546
+ publishedDate: "2009-01-01",
2547
+ extensions: [".idr", ".lidr", ".ipkg"],
2548
+ author: "Edwin Brady",
2549
+ website: "https://www.idris-lang.org",
2550
+ paradigms: ["functional", "dependently typed", "total", "statically typed"],
2551
+ tooling: {
2552
+ runtimes: ["Chez Scheme", "Racket", "JavaScript", "Node.js"],
2553
+ packageManagers: ["pack", "idris2"],
2554
+ ecosystems: ["Formal methods", "Functional programming"]
2555
+ },
2556
+ version: "0.8.0",
2557
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_idris.svg",
2558
+ i18n: {
2559
+ en: {
2560
+ name: "Idris",
2561
+ description: "A dependently typed functional language focused on practical programs.",
2562
+ longDescription: "Idris is a dependently typed functional programming language that brings theorem-proving ideas into general-purpose software development. Idris 2 adds a quantitative type system, totality checking, elaborator reflection, and multiple code generation backends.\n\nIt is used for type-driven development, language research, certified programming, education, and experiments where rich types help describe program behavior precisely."
2563
+ },
2564
+ es: {
2565
+ name: "Idris",
2566
+ description: "Un lenguaje funcional con tipos dependientes enfocado en programas practicos.",
2567
+ longDescription: "Idris es un lenguaje de programacion funcional con tipos dependientes que lleva ideas de demostracion de teoremas al desarrollo general. Idris 2 agrega un sistema de tipos cuantitativo, chequeo de totalidad, reflexion de elaborador y multiples backends de generacion de codigo.\n\nSe usa en desarrollo guiado por tipos, investigacion de lenguajes, programacion certificada, educacion y experimentos donde tipos ricos ayudan a describir con precision el comportamiento de los programas."
2568
+ }
2569
+ }
2570
+ };
2571
+ }
2572
+ });
2573
+
2156
2574
  // src/languages/ini.ts
2157
2575
  var ini_exports = {};
2158
2576
  __export(ini_exports, {
@@ -2189,6 +2607,44 @@ var init_ini = __esm({
2189
2607
  }
2190
2608
  });
2191
2609
 
2610
+ // src/languages/janet.ts
2611
+ var janet_exports = {};
2612
+ __export(janet_exports, {
2613
+ janet: () => janet
2614
+ });
2615
+ var janet;
2616
+ var init_janet = __esm({
2617
+ "src/languages/janet.ts"() {
2618
+ janet = {
2619
+ slug: "janet",
2620
+ publishedDate: "2017-09-01",
2621
+ extensions: [".janet", ".jdn"],
2622
+ author: "Calvin Rose",
2623
+ website: "https://janet-lang.org",
2624
+ paradigms: ["functional", "imperative", "lisp", "embedded"],
2625
+ tooling: {
2626
+ runtimes: ["Janet VM"],
2627
+ packageManagers: ["jpm"],
2628
+ ecosystems: ["Scripting", "Embedded systems", "Command-line tools"]
2629
+ },
2630
+ version: "1.39.1",
2631
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg",
2632
+ i18n: {
2633
+ en: {
2634
+ name: "Janet",
2635
+ description: "A small Lisp-like language and embeddable runtime for scripting.",
2636
+ longDescription: "Janet is a small Lisp-like programming language with a compact C implementation, fibers, tables, pattern matching, macros, and an embeddable runtime. It is designed for scripting, tools, and applications that need a lightweight extension language.\n\nIt is used for command-line programs, configuration, automation, embedding in native applications, and experiments that benefit from Lisp-style metaprogramming without a large runtime."
2637
+ },
2638
+ es: {
2639
+ name: "Janet",
2640
+ description: "Un lenguaje pequeno tipo Lisp y runtime embebible para scripting.",
2641
+ longDescription: "Janet es un lenguaje de programacion pequeno tipo Lisp con una implementacion compacta en C, fibras, tablas, pattern matching, macros y un runtime embebible. Esta disenado para scripting, herramientas y aplicaciones que necesitan un lenguaje de extension liviano.\n\nSe usa en programas de linea de comandos, configuracion, automatizacion, embedding en aplicaciones nativas y experimentos que aprovechan metaprogramacion tipo Lisp sin un runtime grande."
2642
+ }
2643
+ }
2644
+ };
2645
+ }
2646
+ });
2647
+
2192
2648
  // src/languages/java.ts
2193
2649
  var java_exports = {};
2194
2650
  __export(java_exports, {
@@ -2488,6 +2944,44 @@ var init_kotlin = __esm({
2488
2944
  }
2489
2945
  });
2490
2946
 
2947
+ // src/languages/lean.ts
2948
+ var lean_exports = {};
2949
+ __export(lean_exports, {
2950
+ lean: () => lean
2951
+ });
2952
+ var lean;
2953
+ var init_lean = __esm({
2954
+ "src/languages/lean.ts"() {
2955
+ lean = {
2956
+ slug: "lean",
2957
+ publishedDate: "2013-06-16",
2958
+ extensions: [".lean"],
2959
+ author: "Leonardo de Moura / Microsoft Research",
2960
+ website: "https://lean-lang.org",
2961
+ paradigms: ["functional", "dependently typed", "proof-oriented", "metaprogramming"],
2962
+ tooling: {
2963
+ runtimes: ["Lean"],
2964
+ packageManagers: ["Lake", "elan"],
2965
+ ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
2966
+ },
2967
+ version: "4.29.1",
2968
+ logo: "https://cdn.simpleicons.org/leanpub/262425",
2969
+ i18n: {
2970
+ en: {
2971
+ name: "Lean",
2972
+ description: "A theorem prover and functional language for formalized mathematics and software.",
2973
+ longDescription: "Lean is a theorem prover and dependently typed functional programming language. Lean 4 includes an efficient compiler, extensible syntax, metaprogramming facilities, tactics, and tooling for large formalization projects.\n\nIt is used in formalized mathematics, program verification, theorem proving research, educational games, and software projects where proofs and executable definitions can evolve together."
2974
+ },
2975
+ es: {
2976
+ name: "Lean",
2977
+ description: "Un demostrador de teoremas y lenguaje funcional para matematica y software formalizados.",
2978
+ longDescription: "Lean es un demostrador de teoremas y lenguaje funcional con tipos dependientes. Lean 4 incluye un compilador eficiente, sintaxis extensible, metaprogramacion, tacticas y herramientas para grandes proyectos de formalizacion.\n\nSe usa en matematica formalizada, verificacion de programas, investigacion en demostracion de teoremas, juegos educativos y proyectos donde pruebas y definiciones ejecutables pueden evolucionar juntas."
2979
+ }
2980
+ }
2981
+ };
2982
+ }
2983
+ });
2984
+
2491
2985
  // src/languages/less.ts
2492
2986
  var less_exports = {};
2493
2987
  __export(less_exports, {
@@ -2602,6 +3096,44 @@ var init_lisp = __esm({
2602
3096
  }
2603
3097
  });
2604
3098
 
3099
+ // src/languages/llvm-ir.ts
3100
+ var llvm_ir_exports = {};
3101
+ __export(llvm_ir_exports, {
3102
+ llvmIr: () => llvmIr
3103
+ });
3104
+ var llvmIr;
3105
+ var init_llvm_ir = __esm({
3106
+ "src/languages/llvm-ir.ts"() {
3107
+ llvmIr = {
3108
+ slug: "llvm-ir",
3109
+ publishedDate: "2003-10-01",
3110
+ extensions: [".ll", ".bc"],
3111
+ author: "LLVM Project",
3112
+ website: "https://llvm.org/docs/LangRef.html",
3113
+ paradigms: ["intermediate representation", "static single assignment", "compiler"],
3114
+ tooling: {
3115
+ runtimes: ["LLVM"],
3116
+ packageManagers: ["LLVM releases"],
3117
+ ecosystems: ["Compilers", "Systems programming", "Toolchains"]
3118
+ },
3119
+ version: "22.1.5",
3120
+ logo: "https://cdn.simpleicons.org/llvm/262D3A",
3121
+ i18n: {
3122
+ en: {
3123
+ name: "LLVM IR",
3124
+ description: "The typed intermediate representation used by the LLVM compiler infrastructure.",
3125
+ longDescription: "LLVM IR is the typed, low-level intermediate representation used by the LLVM compiler infrastructure. It has a textual form, bitcode form, SSA-based values, explicit control flow, and a language reference that defines instructions, types, attributes, and metadata.\n\nIt is used by compilers, optimizers, static analyzers, JIT systems, language implementations, and tools that need a portable representation between source languages and machine code."
3126
+ },
3127
+ es: {
3128
+ name: "LLVM IR",
3129
+ description: "La representacion intermedia tipada usada por la infraestructura de compiladores LLVM.",
3130
+ longDescription: "LLVM IR es la representacion intermedia tipada y de bajo nivel usada por la infraestructura de compiladores LLVM. Tiene forma textual, forma bitcode, valores basados en SSA, flujo de control explicito y una referencia que define instrucciones, tipos, atributos y metadatos.\n\nSe usa en compiladores, optimizadores, analizadores estaticos, sistemas JIT, implementaciones de lenguajes y herramientas que necesitan una representacion portable entre lenguajes fuente y codigo maquina."
3131
+ }
3132
+ }
3133
+ };
3134
+ }
3135
+ });
3136
+
2605
3137
  // src/languages/lua.ts
2606
3138
  var lua_exports = {};
2607
3139
  __export(lua_exports, {
@@ -2640,6 +3172,44 @@ var init_lua = __esm({
2640
3172
  }
2641
3173
  });
2642
3174
 
3175
+ // src/languages/luau.ts
3176
+ var luau_exports = {};
3177
+ __export(luau_exports, {
3178
+ luau: () => luau
3179
+ });
3180
+ var luau;
3181
+ var init_luau = __esm({
3182
+ "src/languages/luau.ts"() {
3183
+ luau = {
3184
+ slug: "luau",
3185
+ publishedDate: "2021-11-03",
3186
+ extensions: [".luau"],
3187
+ author: "Roblox",
3188
+ website: "https://luau.org",
3189
+ paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
3190
+ tooling: {
3191
+ runtimes: ["Luau VM", "Roblox"],
3192
+ packageManagers: ["Wally", "Pesde"],
3193
+ ecosystems: ["Roblox", "Games", "Embedded scripting"]
3194
+ },
3195
+ version: "0.719",
3196
+ logo: "https://cdn.simpleicons.org/roblox/000000",
3197
+ i18n: {
3198
+ en: {
3199
+ name: "Luau",
3200
+ description: "A fast Lua-derived scripting language with gradual typing.",
3201
+ longDescription: "Luau is a scripting language derived from Lua 5.1 and developed by Roblox. It adds gradual typing, performance-focused compiler and VM work, linting, type inference, and features aimed at large game codebases.\n\nIt is used in Roblox experiences, game tooling, embedded scripting, and projects that want Lua-like ergonomics with stronger static analysis and modern runtime performance."
3202
+ },
3203
+ es: {
3204
+ name: "Luau",
3205
+ description: "Un lenguaje de scripting derivado de Lua, rapido y con tipado gradual.",
3206
+ longDescription: "Luau es un lenguaje de scripting derivado de Lua 5.1 y desarrollado por Roblox. Agrega tipado gradual, trabajo de compilador y VM orientado al rendimiento, linting, inferencia de tipos y caracteristicas para grandes bases de codigo de juegos.\n\nSe usa en experiencias de Roblox, herramientas de juegos, scripting embebido y proyectos que quieren ergonomia similar a Lua con analisis estatico mas fuerte y rendimiento moderno."
3207
+ }
3208
+ }
3209
+ };
3210
+ }
3211
+ });
3212
+
2643
3213
  // src/languages/makefile.ts
2644
3214
  var makefile_exports = {};
2645
3215
  __export(makefile_exports, {
@@ -2677,6 +3247,44 @@ var init_makefile = __esm({
2677
3247
  }
2678
3248
  });
2679
3249
 
3250
+ // src/languages/mako.ts
3251
+ var mako_exports = {};
3252
+ __export(mako_exports, {
3253
+ mako: () => mako
3254
+ });
3255
+ var mako;
3256
+ var init_mako = __esm({
3257
+ "src/languages/mako.ts"() {
3258
+ mako = {
3259
+ slug: "mako",
3260
+ publishedDate: "2006-07-17",
3261
+ extensions: [".mako", ".mao"],
3262
+ author: "Michael Bayer / Mako contributors",
3263
+ website: "https://www.makotemplates.org",
3264
+ paradigms: ["templating", "declarative", "scripting"],
3265
+ tooling: {
3266
+ runtimes: ["Python"],
3267
+ packageManagers: ["pip", "uv", "Poetry"],
3268
+ ecosystems: ["Python", "Web", "Documentation"]
3269
+ },
3270
+ version: "1.3.10",
3271
+ logo: "https://cdn.simpleicons.org/python/3776AB",
3272
+ i18n: {
3273
+ en: {
3274
+ name: "Mako",
3275
+ description: "A Python template language for generating text, HTML, and source artifacts.",
3276
+ longDescription: "Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\n\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates."
3277
+ },
3278
+ es: {
3279
+ name: "Mako",
3280
+ description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
3281
+ longDescription: "Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\n\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python."
3282
+ }
3283
+ }
3284
+ };
3285
+ }
3286
+ });
3287
+
2680
3288
  // src/languages/markdown.ts
2681
3289
  var markdown_exports = {};
2682
3290
  __export(markdown_exports, {
@@ -2710,6 +3318,43 @@ var init_markdown = __esm({
2710
3318
  }
2711
3319
  });
2712
3320
 
3321
+ // src/languages/mathematica.ts
3322
+ var mathematica_exports = {};
3323
+ __export(mathematica_exports, {
3324
+ mathematica: () => mathematica
3325
+ });
3326
+ var mathematica;
3327
+ var init_mathematica = __esm({
3328
+ "src/languages/mathematica.ts"() {
3329
+ mathematica = {
3330
+ slug: "mathematica",
3331
+ publishedDate: "1988-06-23",
3332
+ extensions: [".wl", ".wls", ".nb"],
3333
+ author: "Stephen Wolfram / Wolfram Research",
3334
+ website: "https://www.wolfram.com/language/",
3335
+ paradigms: ["symbolic", "functional", "rule-based", "notebook"],
3336
+ tooling: {
3337
+ runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
3338
+ ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
3339
+ },
3340
+ version: "14.3",
3341
+ logo: "https://cdn.simpleicons.org/wolfram/DD1100",
3342
+ i18n: {
3343
+ en: {
3344
+ name: "Wolfram Language",
3345
+ description: "A symbolic computation language used by Mathematica and Wolfram tools.",
3346
+ longDescription: "The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\n\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows."
3347
+ },
3348
+ es: {
3349
+ name: "Wolfram Language",
3350
+ description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
3351
+ longDescription: "Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\n\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos."
3352
+ }
3353
+ }
3354
+ };
3355
+ }
3356
+ });
3357
+
2713
3358
  // src/languages/matlab.ts
2714
3359
  var matlab_exports = {};
2715
3360
  __export(matlab_exports, {
@@ -2899,6 +3544,82 @@ var init_metal = __esm({
2899
3544
  }
2900
3545
  });
2901
3546
 
3547
+ // src/languages/mojo.ts
3548
+ var mojo_exports = {};
3549
+ __export(mojo_exports, {
3550
+ mojo: () => mojo
3551
+ });
3552
+ var mojo;
3553
+ var init_mojo = __esm({
3554
+ "src/languages/mojo.ts"() {
3555
+ mojo = {
3556
+ slug: "mojo",
3557
+ publishedDate: "2023-05-02",
3558
+ extensions: [".mojo"],
3559
+ author: "Modular",
3560
+ website: "https://www.modular.com/mojo",
3561
+ paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
3562
+ tooling: {
3563
+ runtimes: ["Mojo toolchain", "MAX"],
3564
+ packageManagers: ["pixi", "pip"],
3565
+ ecosystems: ["AI", "Accelerators", "Python"]
3566
+ },
3567
+ version: "0.26.1",
3568
+ logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
3569
+ i18n: {
3570
+ en: {
3571
+ name: "Mojo",
3572
+ description: "A systems-oriented language for AI and accelerator-aware programming.",
3573
+ longDescription: "Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\n\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control."
3574
+ },
3575
+ es: {
3576
+ name: "Mojo",
3577
+ description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
3578
+ longDescription: "Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\n\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento."
3579
+ }
3580
+ }
3581
+ };
3582
+ }
3583
+ });
3584
+
3585
+ // src/languages/moonbit.ts
3586
+ var moonbit_exports = {};
3587
+ __export(moonbit_exports, {
3588
+ moonbit: () => moonbit
3589
+ });
3590
+ var moonbit;
3591
+ var init_moonbit = __esm({
3592
+ "src/languages/moonbit.ts"() {
3593
+ moonbit = {
3594
+ slug: "moonbit",
3595
+ publishedDate: "2023-08-18",
3596
+ extensions: [".mbt"],
3597
+ author: "MoonBit Team",
3598
+ website: "https://www.moonbitlang.com",
3599
+ paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
3600
+ tooling: {
3601
+ runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
3602
+ packageManagers: ["moon"],
3603
+ ecosystems: ["WebAssembly", "Web", "Embedded"]
3604
+ },
3605
+ version: "0.9.2",
3606
+ logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
3607
+ i18n: {
3608
+ en: {
3609
+ name: "MoonBit",
3610
+ description: "A statically typed language and toolchain designed for WebAssembly output.",
3611
+ longDescription: "MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\n\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling."
3612
+ },
3613
+ es: {
3614
+ name: "MoonBit",
3615
+ description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
3616
+ longDescription: "MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\n\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado."
3617
+ }
3618
+ }
3619
+ };
3620
+ }
3621
+ });
3622
+
2902
3623
  // src/languages/nginx.ts
2903
3624
  var nginx_exports = {};
2904
3625
  __export(nginx_exports, {
@@ -3088,10 +3809,85 @@ var init_ocaml = __esm({
3088
3809
  }
3089
3810
  });
3090
3811
 
3091
- // src/languages/pascal.ts
3092
- var pascal_exports = {};
3093
- __export(pascal_exports, {
3094
- pascal: () => pascal
3812
+ // src/languages/odin.ts
3813
+ var odin_exports = {};
3814
+ __export(odin_exports, {
3815
+ odin: () => odin
3816
+ });
3817
+ var odin;
3818
+ var init_odin = __esm({
3819
+ "src/languages/odin.ts"() {
3820
+ odin = {
3821
+ slug: "odin",
3822
+ publishedDate: "2016-11-05",
3823
+ extensions: [".odin"],
3824
+ author: "Ginger Bill",
3825
+ website: "https://odin-lang.org",
3826
+ paradigms: ["imperative", "procedural", "systems", "data-oriented"],
3827
+ tooling: {
3828
+ runtimes: ["Odin compiler"],
3829
+ packageManagers: ["odin"],
3830
+ ecosystems: ["Systems", "Game Development", "Native"]
3831
+ },
3832
+ version: "dev-2026-02",
3833
+ logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
3834
+ i18n: {
3835
+ en: {
3836
+ name: "Odin",
3837
+ description: "A data-oriented systems language for native software and game tooling.",
3838
+ longDescription: "Odin is a procedural systems programming language with explicit memory control, packages, foreign interfaces, custom allocators, and language features oriented toward data layout. It favors straightforward native code over large runtime machinery.\n\nIt is used for engines, tools, graphics programs, native utilities, and performance-sensitive applications where predictable control over data matters."
3839
+ },
3840
+ es: {
3841
+ name: "Odin",
3842
+ description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
3843
+ longDescription: "Odin es un lenguaje procedural de programacion de sistemas con control explicito de memoria, paquetes, interfaces externas, allocators personalizados y funciones orientadas al layout de datos. Favorece codigo nativo directo sobre runtimes grandes.\n\nSe usa en motores, herramientas, programas graficos, utilidades nativas y aplicaciones sensibles al rendimiento donde importa el control predecible de los datos."
3844
+ }
3845
+ }
3846
+ };
3847
+ }
3848
+ });
3849
+
3850
+ // src/languages/opencl.ts
3851
+ var opencl_exports = {};
3852
+ __export(opencl_exports, {
3853
+ opencl: () => opencl
3854
+ });
3855
+ var opencl;
3856
+ var init_opencl = __esm({
3857
+ "src/languages/opencl.ts"() {
3858
+ opencl = {
3859
+ slug: "opencl",
3860
+ publishedDate: "2008-12-08",
3861
+ extensions: [".cl", ".clh"],
3862
+ author: "Khronos Group",
3863
+ website: "https://www.khronos.org/opencl/",
3864
+ paradigms: ["parallel", "kernel", "data-parallel", "c-family"],
3865
+ tooling: {
3866
+ runtimes: ["OpenCL Runtime"],
3867
+ ecosystems: ["GPU Compute", "Heterogeneous Computing", "Khronos"]
3868
+ },
3869
+ version: "OpenCL C 3.0",
3870
+ logo: "https://cdn.simpleicons.org/khronosgroup/CC3333",
3871
+ i18n: {
3872
+ en: {
3873
+ name: "OpenCL C",
3874
+ description: "The C-based kernel language for OpenCL heterogeneous compute programs.",
3875
+ longDescription: "OpenCL C is the kernel programming language used by OpenCL to describe parallel work over devices such as CPUs, GPUs, and accelerators. It extends a C-family model with address spaces, vector types, work-items, and synchronization primitives.\n\nIt is used for compute kernels, image processing, simulations, numeric workloads, and portable heterogeneous programs that target OpenCL runtimes."
3876
+ },
3877
+ es: {
3878
+ name: "OpenCL C",
3879
+ description: "El lenguaje de kernels basado en C para programas de computo OpenCL.",
3880
+ longDescription: "OpenCL C es el lenguaje de kernels que usa OpenCL para describir trabajo paralelo sobre dispositivos como CPUs, GPUs y aceleradores. Extiende un modelo de la familia C con espacios de direcciones, tipos vectoriales, work-items y primitivas de sincronizacion.\n\nSe usa en kernels de computo, procesamiento de imagenes, simulaciones, cargas numericas y programas heterogeneos portables dirigidos a runtimes OpenCL."
3881
+ }
3882
+ }
3883
+ };
3884
+ }
3885
+ });
3886
+
3887
+ // src/languages/pascal.ts
3888
+ var pascal_exports = {};
3889
+ __export(pascal_exports, {
3890
+ pascal: () => pascal
3095
3891
  });
3096
3892
  var pascal;
3097
3893
  var init_pascal = __esm({
@@ -3202,6 +3998,43 @@ var init_php = __esm({
3202
3998
  }
3203
3999
  });
3204
4000
 
4001
+ // src/languages/pine-script.ts
4002
+ var pine_script_exports = {};
4003
+ __export(pine_script_exports, {
4004
+ pineScript: () => pineScript
4005
+ });
4006
+ var pineScript;
4007
+ var init_pine_script = __esm({
4008
+ "src/languages/pine-script.ts"() {
4009
+ pineScript = {
4010
+ slug: "pine-script",
4011
+ publishedDate: "2013-12-01",
4012
+ extensions: [".pine"],
4013
+ author: "TradingView",
4014
+ website: "https://www.tradingview.com/pine-script-docs/",
4015
+ paradigms: ["domain-specific", "time-series", "declarative", "scripting"],
4016
+ tooling: {
4017
+ runtimes: ["TradingView"],
4018
+ ecosystems: ["Charts", "Trading", "Technical Analysis"]
4019
+ },
4020
+ version: "v6",
4021
+ logo: "https://cdn.simpleicons.org/tradingview/131722",
4022
+ i18n: {
4023
+ en: {
4024
+ name: "Pine Script",
4025
+ description: "TradingView's language for indicators, strategies, and chart studies.",
4026
+ longDescription: "Pine Script is a domain-specific language for expressing calculations over chart bars, series values, indicators, alerts, and trading strategies in TradingView. Its execution model is centered on time-series data.\n\nIt is used for custom technical indicators, backtested strategies, chart overlays, alerts, and market analysis shared through TradingView."
4027
+ },
4028
+ es: {
4029
+ name: "Pine Script",
4030
+ description: "El lenguaje de TradingView para indicadores, estrategias y estudios de graficos.",
4031
+ longDescription: "Pine Script es un lenguaje de dominio especifico para expresar calculos sobre barras, series, indicadores, alertas y estrategias de trading en TradingView. Su modelo de ejecucion gira alrededor de datos temporales.\n\nSe usa en indicadores tecnicos personalizados, estrategias con backtesting, overlays de graficos, alertas y analisis de mercado compartido en TradingView."
4032
+ }
4033
+ }
4034
+ };
4035
+ }
4036
+ });
4037
+
3205
4038
  // src/languages/plantuml.ts
3206
4039
  var plantuml_exports = {};
3207
4040
  __export(plantuml_exports, {
@@ -3240,6 +4073,81 @@ var init_plantuml = __esm({
3240
4073
  }
3241
4074
  });
3242
4075
 
4076
+ // src/languages/plsql.ts
4077
+ var plsql_exports = {};
4078
+ __export(plsql_exports, {
4079
+ plsql: () => plsql
4080
+ });
4081
+ var plsql;
4082
+ var init_plsql = __esm({
4083
+ "src/languages/plsql.ts"() {
4084
+ plsql = {
4085
+ slug: "plsql",
4086
+ publishedDate: "1992-01-01",
4087
+ extensions: [".pls", ".pks", ".pkb", ".plsql"],
4088
+ author: "Oracle",
4089
+ website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
4090
+ paradigms: ["procedural", "database", "declarative", "imperative"],
4091
+ tooling: {
4092
+ runtimes: ["Oracle Database"],
4093
+ ecosystems: ["Oracle", "SQL", "Enterprise Data"]
4094
+ },
4095
+ version: "Oracle Database 26ai",
4096
+ logo: "https://github.com/oracle.png",
4097
+ i18n: {
4098
+ en: {
4099
+ name: "Oracle PL/SQL",
4100
+ description: "Oracle's procedural extension to SQL for database programs and packages.",
4101
+ longDescription: "PL/SQL adds blocks, variables, exceptions, procedures, functions, packages, cursors, and triggers to Oracle SQL. It keeps database logic close to data and transactional behavior inside Oracle Database.\n\nIt is used for stored procedures, migration scripts, business rules, batch jobs, packages, and enterprise database applications built on Oracle."
4102
+ },
4103
+ es: {
4104
+ name: "Oracle PL/SQL",
4105
+ description: "La extension procedural de SQL de Oracle para programas y paquetes de base de datos.",
4106
+ longDescription: "PL/SQL agrega bloques, variables, excepciones, procedimientos, funciones, paquetes, cursores y triggers a Oracle SQL. Mantiene logica de base de datos cerca de los datos y del comportamiento transaccional en Oracle Database.\n\nSe usa en stored procedures, scripts de migracion, reglas de negocio, trabajos batch, paquetes y aplicaciones empresariales construidas sobre Oracle."
4107
+ }
4108
+ }
4109
+ };
4110
+ }
4111
+ });
4112
+
4113
+ // src/languages/pony.ts
4114
+ var pony_exports = {};
4115
+ __export(pony_exports, {
4116
+ pony: () => pony
4117
+ });
4118
+ var pony;
4119
+ var init_pony = __esm({
4120
+ "src/languages/pony.ts"() {
4121
+ pony = {
4122
+ slug: "pony",
4123
+ publishedDate: "2015-04-29",
4124
+ extensions: [".pony"],
4125
+ author: "Sylvan Clebsch / Pony contributors",
4126
+ website: "https://www.ponylang.io",
4127
+ paradigms: ["actor-model", "object-oriented", "capability-secure", "concurrent"],
4128
+ tooling: {
4129
+ runtimes: ["Pony runtime"],
4130
+ packageManagers: ["ponyup", "corral"],
4131
+ ecosystems: ["Actors", "Native", "Distributed Systems"]
4132
+ },
4133
+ version: "0.61.1",
4134
+ logo: "https://avatars.githubusercontent.com/u/14593805?v=4",
4135
+ i18n: {
4136
+ en: {
4137
+ name: "Pony",
4138
+ description: "An actor language with reference capabilities and data-race safety.",
4139
+ longDescription: "Pony combines actors, object capabilities, static typing, and reference capabilities to make concurrent native programs explicit about aliasing and mutation. The language runtime schedules isolated actors that communicate by messages.\n\nIt is used for concurrent services, native experiments, actor systems, and programs that want compile-time guarantees around data races."
4140
+ },
4141
+ es: {
4142
+ name: "Pony",
4143
+ description: "Un lenguaje de actores con capacidades de referencia y seguridad ante data races.",
4144
+ longDescription: "Pony combina actores, object capabilities, tipado estatico y capacidades de referencia para que programas nativos concurrentes sean explicitos sobre aliasing y mutacion. El runtime agenda actores aislados que se comunican por mensajes.\n\nSe usa en servicios concurrentes, experimentos nativos, sistemas de actores y programas que buscan garantias de compilacion frente a data races."
4145
+ }
4146
+ }
4147
+ };
4148
+ }
4149
+ });
4150
+
3243
4151
  // src/languages/powershell.ts
3244
4152
  var powershell_exports = {};
3245
4153
  __export(powershell_exports, {
@@ -3316,6 +4224,43 @@ var init_prolog = __esm({
3316
4224
  }
3317
4225
  });
3318
4226
 
4227
+ // src/languages/promql.ts
4228
+ var promql_exports = {};
4229
+ __export(promql_exports, {
4230
+ promql: () => promql
4231
+ });
4232
+ var promql;
4233
+ var init_promql = __esm({
4234
+ "src/languages/promql.ts"() {
4235
+ promql = {
4236
+ slug: "promql",
4237
+ publishedDate: "2012-11-24",
4238
+ extensions: [".promql"],
4239
+ author: "Prometheus Authors",
4240
+ website: "https://prometheus.io/docs/prometheus/latest/querying/basics/",
4241
+ paradigms: ["query", "time-series", "declarative", "domain-specific"],
4242
+ tooling: {
4243
+ runtimes: ["Prometheus", "Thanos", "Mimir"],
4244
+ ecosystems: ["Observability", "Metrics", "Monitoring"]
4245
+ },
4246
+ version: "Prometheus 3.x",
4247
+ logo: "https://cdn.simpleicons.org/prometheus/E6522C",
4248
+ i18n: {
4249
+ en: {
4250
+ name: "PromQL",
4251
+ description: "The Prometheus query language for selecting and aggregating metrics.",
4252
+ longDescription: "PromQL is the expression language used by Prometheus to select instant vectors, range vectors, scalars, and strings from time-series data. It includes label matching, arithmetic, aggregation, and functions for metric analysis.\n\nIt is used in dashboards, alerts, recording rules, troubleshooting, capacity analysis, and observability systems compatible with Prometheus queries."
4253
+ },
4254
+ es: {
4255
+ name: "PromQL",
4256
+ description: "El lenguaje de consulta de Prometheus para seleccionar y agregar metricas.",
4257
+ longDescription: "PromQL es el lenguaje de expresiones que usa Prometheus para seleccionar vectores instantaneos, rangos, escalares y cadenas desde datos de series temporales. Incluye matching de labels, aritmetica, agregaciones y funciones para analizar metricas.\n\nSe usa en dashboards, alertas, recording rules, troubleshooting, analisis de capacidad y sistemas de observabilidad compatibles con consultas Prometheus."
4258
+ }
4259
+ }
4260
+ };
4261
+ }
4262
+ });
4263
+
3319
4264
  // src/languages/protobuf.ts
3320
4265
  var protobuf_exports = {};
3321
4266
  __export(protobuf_exports, {
@@ -3392,6 +4337,44 @@ var init_pug = __esm({
3392
4337
  }
3393
4338
  });
3394
4339
 
4340
+ // src/languages/purescript.ts
4341
+ var purescript_exports = {};
4342
+ __export(purescript_exports, {
4343
+ purescript: () => purescript
4344
+ });
4345
+ var purescript;
4346
+ var init_purescript = __esm({
4347
+ "src/languages/purescript.ts"() {
4348
+ purescript = {
4349
+ slug: "purescript",
4350
+ publishedDate: "2013-09-01",
4351
+ extensions: [".purs"],
4352
+ author: "Phil Freeman / PureScript contributors",
4353
+ website: "https://www.purescript.org",
4354
+ paradigms: ["functional", "pure", "statically typed", "declarative"],
4355
+ tooling: {
4356
+ runtimes: ["JavaScript", "Node.js"],
4357
+ packageManagers: ["Spago", "npm"],
4358
+ ecosystems: ["Web", "Functional Programming", "JavaScript"]
4359
+ },
4360
+ version: "0.15.15",
4361
+ logo: "https://cdn.simpleicons.org/purescript/14161A",
4362
+ i18n: {
4363
+ en: {
4364
+ name: "PureScript",
4365
+ description: "A strongly typed purely functional language that compiles to JavaScript.",
4366
+ longDescription: "PureScript brings algebraic data types, type classes, effects, modules, row polymorphism, and a Haskell-influenced functional model to JavaScript targets. Its compiler emits readable JavaScript and works with foreign JavaScript modules.\n\nIt is used for front-end applications, libraries, typed domain models, functional architecture, and JavaScript projects that want explicit effect handling."
4367
+ },
4368
+ es: {
4369
+ name: "PureScript",
4370
+ description: "Un lenguaje funcional puro y fuertemente tipado que compila a JavaScript.",
4371
+ longDescription: "PureScript lleva tipos algebraicos, type classes, efectos, modulos, row polymorphism y un modelo funcional influido por Haskell a objetivos JavaScript. Su compilador emite JavaScript legible e interoperable con modulos externos.\n\nSe usa en aplicaciones front-end, bibliotecas, modelos de dominio tipados, arquitectura funcional y proyectos JavaScript que buscan manejo explicito de efectos."
4372
+ }
4373
+ }
4374
+ };
4375
+ }
4376
+ });
4377
+
3395
4378
  // src/languages/python.ts
3396
4379
  var python_exports = {};
3397
4380
  __export(python_exports, {
@@ -3468,6 +4451,44 @@ var init_qml = __esm({
3468
4451
  }
3469
4452
  });
3470
4453
 
4454
+ // src/languages/qsharp.ts
4455
+ var qsharp_exports = {};
4456
+ __export(qsharp_exports, {
4457
+ qsharp: () => qsharp
4458
+ });
4459
+ var qsharp;
4460
+ var init_qsharp = __esm({
4461
+ "src/languages/qsharp.ts"() {
4462
+ qsharp = {
4463
+ slug: "qsharp",
4464
+ publishedDate: "2017-12-11",
4465
+ extensions: [".qs"],
4466
+ author: "Microsoft",
4467
+ website: "https://learn.microsoft.com/azure/quantum/qsharp-overview",
4468
+ paradigms: ["quantum", "domain-specific", "functional", "imperative"],
4469
+ tooling: {
4470
+ runtimes: ["Azure Quantum", "Q# compiler"],
4471
+ packageManagers: ["NuGet", "Python"],
4472
+ ecosystems: ["Quantum Computing", "Azure"]
4473
+ },
4474
+ version: "Q# 1.0",
4475
+ logo: "https://github.com/microsoft.png",
4476
+ i18n: {
4477
+ en: {
4478
+ name: "Q#",
4479
+ description: "Microsoft's language for expressing quantum programs and operations.",
4480
+ longDescription: "Q# is a quantum programming language for declaring operations, functions, qubit use, measurement, adjoints, controlled operations, and classical control around quantum routines. It is designed to model quantum algorithms separately from hardware details.\n\nIt is used for quantum algorithm development, simulation, teaching, Azure Quantum workflows, and hybrid experiments that combine classical and quantum code."
4481
+ },
4482
+ es: {
4483
+ name: "Q#",
4484
+ description: "El lenguaje de Microsoft para expresar programas y operaciones cuanticas.",
4485
+ longDescription: "Q# es un lenguaje de programacion cuantica para declarar operaciones, funciones, uso de qubits, mediciones, adjoints, operaciones controladas y control clasico alrededor de rutinas cuanticas. Modela algoritmos cuanticos separados de detalles de hardware.\n\nSe usa en desarrollo de algoritmos cuanticos, simulacion, ensenanza, flujos de Azure Quantum y experimentos hibridos que combinan codigo clasico y cuantico."
4486
+ }
4487
+ }
4488
+ };
4489
+ }
4490
+ });
4491
+
3471
4492
  // src/languages/r.ts
3472
4493
  var r_exports = {};
3473
4494
  __export(r_exports, {
@@ -3544,6 +4565,44 @@ var init_racket = __esm({
3544
4565
  }
3545
4566
  });
3546
4567
 
4568
+ // src/languages/raku.ts
4569
+ var raku_exports = {};
4570
+ __export(raku_exports, {
4571
+ raku: () => raku
4572
+ });
4573
+ var raku;
4574
+ var init_raku = __esm({
4575
+ "src/languages/raku.ts"() {
4576
+ raku = {
4577
+ slug: "raku",
4578
+ publishedDate: "2015-12-25",
4579
+ extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
4580
+ author: "Raku Community",
4581
+ website: "https://raku.org",
4582
+ paradigms: ["multi-paradigm", "object-oriented", "functional", "concurrent"],
4583
+ tooling: {
4584
+ runtimes: ["Rakudo", "MoarVM"],
4585
+ packageManagers: ["zef"],
4586
+ ecosystems: ["Raku", "CLI", "Text Processing"]
4587
+ },
4588
+ version: "6.d",
4589
+ logo: "https://github.com/Raku.png",
4590
+ i18n: {
4591
+ en: {
4592
+ name: "Raku",
4593
+ description: "A multi-paradigm language with grammars, concurrency, and rich dispatch.",
4594
+ longDescription: "Raku is a sibling of Perl with gradual typing, signatures, multiple dispatch, grammars, junctions, concurrency primitives, and expressive operators. It is designed for both small scripts and larger language-oriented programs.\n\nIt is used for text processing, command-line tools, parsers, automation, experimentation, and applications that benefit from built-in grammar support."
4595
+ },
4596
+ es: {
4597
+ name: "Raku",
4598
+ description: "Un lenguaje multiparadigma con grammars, concurrencia y dispatch expresivo.",
4599
+ longDescription: "Raku es un lenguaje hermano de Perl con tipado gradual, firmas, multiple dispatch, grammars, junctions, primitivas concurrentes y operadores expresivos. Sirve tanto para scripts pequenos como para programas orientados a lenguajes.\n\nSe usa en procesamiento de texto, herramientas de linea de comandos, parsers, automatizacion, experimentacion y aplicaciones que aprovechan soporte integrado para grammars."
4600
+ }
4601
+ }
4602
+ };
4603
+ }
4604
+ });
4605
+
3547
4606
  // src/languages/razor.ts
3548
4607
  var razor_exports = {};
3549
4608
  __export(razor_exports, {
@@ -3582,6 +4641,44 @@ var init_razor = __esm({
3582
4641
  }
3583
4642
  });
3584
4643
 
4644
+ // src/languages/reasonml.ts
4645
+ var reasonml_exports = {};
4646
+ __export(reasonml_exports, {
4647
+ reasonml: () => reasonml
4648
+ });
4649
+ var reasonml;
4650
+ var init_reasonml = __esm({
4651
+ "src/languages/reasonml.ts"() {
4652
+ reasonml = {
4653
+ slug: "reasonml",
4654
+ publishedDate: "2016-05-13",
4655
+ extensions: [".re", ".rei"],
4656
+ author: "Jordan Walke / Reason contributors",
4657
+ website: "https://reasonml.github.io",
4658
+ paradigms: ["functional", "statically typed", "multi-paradigm"],
4659
+ tooling: {
4660
+ runtimes: ["OCaml", "JavaScript"],
4661
+ packageManagers: ["opam", "npm"],
4662
+ ecosystems: ["OCaml", "JavaScript", "Web"]
4663
+ },
4664
+ version: "3.13.0",
4665
+ logo: "https://cdn.simpleicons.org/reason/DD4B39",
4666
+ i18n: {
4667
+ en: {
4668
+ name: "ReasonML",
4669
+ description: "A JavaScript-like syntax for OCaml and typed functional programming.",
4670
+ longDescription: "ReasonML is a syntax layer for OCaml that presents familiar braces and punctuation while retaining OCaml's modules, pattern matching, type inference, and functional foundations. It has been used with native OCaml and JavaScript compilation workflows.\n\nIt is used in OCaml-adjacent projects, typed UI code, libraries, and codebases that prefer Reason syntax over traditional OCaml syntax."
4671
+ },
4672
+ es: {
4673
+ name: "ReasonML",
4674
+ description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
4675
+ longDescription: "ReasonML es una capa de sintaxis para OCaml que presenta llaves y puntuacion familiares conservando modulos, pattern matching, inferencia de tipos y bases funcionales de OCaml. Se ha usado con flujos nativos y de compilacion a JavaScript.\n\nSe usa en proyectos cercanos a OCaml, UI tipada, bibliotecas y codebases que prefieren la sintaxis Reason frente a la sintaxis tradicional de OCaml."
4676
+ }
4677
+ }
4678
+ };
4679
+ }
4680
+ });
4681
+
3585
4682
  // src/languages/rego.ts
3586
4683
  var rego_exports = {};
3587
4684
  __export(rego_exports, {
@@ -3620,6 +4717,82 @@ var init_rego = __esm({
3620
4717
  }
3621
4718
  });
3622
4719
 
4720
+ // src/languages/rescript.ts
4721
+ var rescript_exports = {};
4722
+ __export(rescript_exports, {
4723
+ rescript: () => rescript
4724
+ });
4725
+ var rescript;
4726
+ var init_rescript = __esm({
4727
+ "src/languages/rescript.ts"() {
4728
+ rescript = {
4729
+ slug: "rescript",
4730
+ publishedDate: "2020-07-01",
4731
+ extensions: [".res", ".resi"],
4732
+ author: "ReScript Association",
4733
+ website: "https://rescript-lang.org",
4734
+ paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
4735
+ tooling: {
4736
+ runtimes: ["JavaScript", "Node.js", "Browser"],
4737
+ packageManagers: ["npm", "pnpm", "Yarn"],
4738
+ ecosystems: ["Web", "React", "JavaScript"]
4739
+ },
4740
+ version: "12.0.0",
4741
+ logo: "https://cdn.simpleicons.org/rescript/E6484A",
4742
+ i18n: {
4743
+ en: {
4744
+ name: "ReScript",
4745
+ description: "A typed language and compiler focused on ergonomic JavaScript output.",
4746
+ longDescription: "ReScript is a statically typed language for JavaScript targets with pattern matching, variants, modules, records, interop annotations, and a syntax tuned for web development. Its compiler and build tools focus on predictable generated JavaScript.\n\nIt is used in front-end applications, React codebases, shared libraries, and JavaScript projects that want compact type-safe source with explicit interop."
4747
+ },
4748
+ es: {
4749
+ name: "ReScript",
4750
+ description: "Un lenguaje tipado y compilador enfocado en generar JavaScript ergonomico.",
4751
+ longDescription: "ReScript es un lenguaje de tipado estatico para objetivos JavaScript con pattern matching, variants, modulos, records, anotaciones de interop y una sintaxis ajustada al desarrollo web. Su compilador y herramientas buscan JavaScript generado predecible.\n\nSe usa en aplicaciones front-end, codebases React, bibliotecas compartidas y proyectos JavaScript que buscan fuente compacta y segura con interop explicito."
4752
+ }
4753
+ }
4754
+ };
4755
+ }
4756
+ });
4757
+
4758
+ // src/languages/restructuredtext.ts
4759
+ var restructuredtext_exports = {};
4760
+ __export(restructuredtext_exports, {
4761
+ restructuredtext: () => restructuredtext
4762
+ });
4763
+ var restructuredtext;
4764
+ var init_restructuredtext = __esm({
4765
+ "src/languages/restructuredtext.ts"() {
4766
+ restructuredtext = {
4767
+ slug: "restructuredtext",
4768
+ publishedDate: "2001-06-01",
4769
+ extensions: [".rst", ".rest"],
4770
+ author: "David Goodger / Docutils contributors",
4771
+ website: "https://docutils.sourceforge.io/rst.html",
4772
+ paradigms: ["markup", "declarative", "documentation"],
4773
+ tooling: {
4774
+ runtimes: ["Docutils", "Sphinx"],
4775
+ packageManagers: ["pip"],
4776
+ ecosystems: ["Python", "Documentation", "Publishing"]
4777
+ },
4778
+ version: "Docutils 0.22.2",
4779
+ logo: "https://cdn.simpleicons.org/readthedocs/8CA1AF",
4780
+ i18n: {
4781
+ en: {
4782
+ name: "reStructuredText",
4783
+ description: "A plain-text markup format used by Docutils and Sphinx documentation.",
4784
+ longDescription: "reStructuredText is a structured plain-text markup language with sections, directives, roles, references, tables, lists, and extension points. Docutils defines the parser model and Sphinx extends it for technical documentation.\n\nIt is used for Python documentation, manuals, API references, books, project notes, and publishing workflows that need semantic markup from readable text."
4785
+ },
4786
+ es: {
4787
+ name: "reStructuredText",
4788
+ description: "Un formato de marcado en texto plano usado por Docutils y Sphinx.",
4789
+ longDescription: "reStructuredText es un lenguaje de marcado estructurado en texto plano con secciones, directives, roles, referencias, tablas, listas y puntos de extension. Docutils define su modelo de parser y Sphinx lo extiende para documentacion tecnica.\n\nSe usa en documentacion Python, manuales, referencias API, libros, notas de proyectos y flujos de publicacion que necesitan marcado semantico desde texto legible."
4790
+ }
4791
+ }
4792
+ };
4793
+ }
4794
+ });
4795
+
3623
4796
  // src/languages/ruby.ts
3624
4797
  var ruby_exports = {};
3625
4798
  __export(ruby_exports, {
@@ -3696,6 +4869,43 @@ var init_rust = __esm({
3696
4869
  }
3697
4870
  });
3698
4871
 
4872
+ // src/languages/sas.ts
4873
+ var sas_exports = {};
4874
+ __export(sas_exports, {
4875
+ sas: () => sas
4876
+ });
4877
+ var sas;
4878
+ var init_sas = __esm({
4879
+ "src/languages/sas.ts"() {
4880
+ sas = {
4881
+ slug: "sas",
4882
+ publishedDate: "1976-01-01",
4883
+ extensions: [".sas"],
4884
+ author: "SAS Institute",
4885
+ website: "https://www.sas.com",
4886
+ paradigms: ["data-step", "procedural", "statistical", "domain-specific"],
4887
+ tooling: {
4888
+ runtimes: ["SAS 9", "SAS Viya"],
4889
+ ecosystems: ["Analytics", "Statistics", "Enterprise Data"]
4890
+ },
4891
+ version: "SAS 9.4",
4892
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg",
4893
+ i18n: {
4894
+ en: {
4895
+ name: "SAS",
4896
+ description: "A language and system for statistical analysis and data processing.",
4897
+ longDescription: "SAS programs combine DATA steps, procedures, macros, formats, libraries, and analytics-oriented statements to transform and analyze data. The language is tightly linked to the SAS platform and its statistical tooling.\n\nIt is used in analytics, regulated reporting, clinical workflows, data preparation, forecasting, and enterprise statistical systems."
4898
+ },
4899
+ es: {
4900
+ name: "SAS",
4901
+ description: "Un lenguaje y sistema para analisis estadistico y procesamiento de datos.",
4902
+ longDescription: "Los programas SAS combinan DATA steps, procedimientos, macros, formatos, libraries y sentencias orientadas a analitica para transformar y analizar datos. El lenguaje esta ligado a la plataforma SAS y su tooling estadistico.\n\nSe usa en analitica, reportes regulados, flujos clinicos, preparacion de datos, pronosticos y sistemas estadisticos empresariales."
4903
+ }
4904
+ }
4905
+ };
4906
+ }
4907
+ });
4908
+
3699
4909
  // src/languages/scala.ts
3700
4910
  var scala_exports = {};
3701
4911
  __export(scala_exports, {
@@ -3734,6 +4944,43 @@ var init_scala = __esm({
3734
4944
  }
3735
4945
  });
3736
4946
 
4947
+ // src/languages/scheme.ts
4948
+ var scheme_exports = {};
4949
+ __export(scheme_exports, {
4950
+ scheme: () => scheme
4951
+ });
4952
+ var scheme;
4953
+ var init_scheme = __esm({
4954
+ "src/languages/scheme.ts"() {
4955
+ scheme = {
4956
+ slug: "scheme",
4957
+ publishedDate: "1975-12-01",
4958
+ extensions: [".scm", ".ss", ".sld", ".sls"],
4959
+ author: "Guy L. Steele Jr. / Gerald Jay Sussman",
4960
+ website: "https://www.scheme.org",
4961
+ paradigms: ["functional", "lisp", "minimal", "multi-paradigm"],
4962
+ tooling: {
4963
+ runtimes: ["Chez Scheme", "Guile", "Racket", "Chicken"],
4964
+ ecosystems: ["Lisp", "Education", "Language Research"]
4965
+ },
4966
+ version: "R7RS small",
4967
+ logo: "https://cdn.simpleicons.org/racket/9F1D20",
4968
+ i18n: {
4969
+ en: {
4970
+ name: "Scheme",
4971
+ description: "A small Lisp family language centered on lexical scope and procedures.",
4972
+ longDescription: "Scheme is a Lisp dialect known for a compact core, lexical scoping, first-class procedures, macros, continuations, and a tradition of language experimentation. Standards define a portable base while implementations add libraries and tooling.\n\nIt is used in teaching, compilers, scripting, research, embedded extension systems, and programs that value a small expressive language core."
4973
+ },
4974
+ es: {
4975
+ name: "Scheme",
4976
+ description: "Un lenguaje de la familia Lisp centrado en alcance lexico y procedimientos.",
4977
+ longDescription: "Scheme es un dialecto Lisp conocido por un nucleo compacto, alcance lexico, procedimientos de primera clase, macros, continuations y una tradicion de experimentacion con lenguajes. Los estandares definen una base portable mientras las implementaciones agregan bibliotecas.\n\nSe usa en ensenanza, compiladores, scripting, investigacion, sistemas de extension embebidos y programas que valoran un nucleo expresivo pequeno."
4978
+ }
4979
+ }
4980
+ };
4981
+ }
4982
+ });
4983
+
3737
4984
  // src/languages/scss.ts
3738
4985
  var scss_exports = {};
3739
4986
  __export(scss_exports, {
@@ -3772,6 +5019,81 @@ var init_scss = __esm({
3772
5019
  }
3773
5020
  });
3774
5021
 
5022
+ // src/languages/smalltalk.ts
5023
+ var smalltalk_exports = {};
5024
+ __export(smalltalk_exports, {
5025
+ smalltalk: () => smalltalk
5026
+ });
5027
+ var smalltalk;
5028
+ var init_smalltalk = __esm({
5029
+ "src/languages/smalltalk.ts"() {
5030
+ smalltalk = {
5031
+ slug: "smalltalk",
5032
+ publishedDate: "1972-01-01",
5033
+ extensions: [".st"],
5034
+ author: "Alan Kay / Dan Ingalls / Adele Goldberg",
5035
+ website: "https://squeak.org",
5036
+ paradigms: ["object-oriented", "message-passing", "reflective", "dynamic"],
5037
+ tooling: {
5038
+ runtimes: ["Pharo", "Squeak", "GNU Smalltalk"],
5039
+ ecosystems: ["Images", "Education", "Object Systems"]
5040
+ },
5041
+ version: "ANSI INCITS 319-1998",
5042
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Smalltalk_Balloon.svg",
5043
+ i18n: {
5044
+ en: {
5045
+ name: "Smalltalk",
5046
+ description: "A message-oriented object language with live image-based environments.",
5047
+ longDescription: "Smalltalk helped define object-oriented programming through message sends, classes, blocks, reflection, and interactive image environments. Many implementations pair the language with live browsers, inspectors, and debuggers.\n\nIt is used for education, research, long-lived business systems, simulations, and exploratory programming inside live object images."
5048
+ },
5049
+ es: {
5050
+ name: "Smalltalk",
5051
+ description: "Un lenguaje orientado a mensajes y objetos con entornos de imagen vivos.",
5052
+ longDescription: "Smalltalk ayudo a definir la programacion orientada a objetos mediante mensajes, clases, bloques, reflexion y entornos interactivos basados en imagenes. Muchas implementaciones combinan el lenguaje con browsers, inspectors y debuggers vivos.\n\nSe usa en educacion, investigacion, sistemas de negocio longevos, simulaciones y programacion exploratoria dentro de imagenes de objetos."
5053
+ }
5054
+ }
5055
+ };
5056
+ }
5057
+ });
5058
+
5059
+ // src/languages/smarty.ts
5060
+ var smarty_exports = {};
5061
+ __export(smarty_exports, {
5062
+ smarty: () => smarty
5063
+ });
5064
+ var smarty;
5065
+ var init_smarty = __esm({
5066
+ "src/languages/smarty.ts"() {
5067
+ smarty = {
5068
+ slug: "smarty",
5069
+ publishedDate: "2001-01-01",
5070
+ extensions: [".tpl", ".smarty"],
5071
+ author: "Monte Ohrt / Andrei Zmievski / Smarty contributors",
5072
+ website: "https://www.smarty.net",
5073
+ paradigms: ["templating", "declarative", "markup"],
5074
+ tooling: {
5075
+ runtimes: ["PHP"],
5076
+ packageManagers: ["Composer"],
5077
+ ecosystems: ["PHP", "Web"]
5078
+ },
5079
+ version: "5.5.1",
5080
+ logo: "https://www.smarty.net/images/logo_print.gif",
5081
+ i18n: {
5082
+ en: {
5083
+ name: "Smarty",
5084
+ description: "A PHP template language for presentation logic and reusable views.",
5085
+ longDescription: "Smarty is a PHP templating system with tags, modifiers, functions, plugins, inheritance, and caching features for separating presentation templates from application code. Templates are compiled for execution by PHP.\n\nIt is used in PHP applications, themes, CMS views, emails, and server-rendered web projects that maintain separate template files."
5086
+ },
5087
+ es: {
5088
+ name: "Smarty",
5089
+ description: "Un lenguaje de plantillas PHP para logica de presentacion y vistas reutilizables.",
5090
+ longDescription: "Smarty es un sistema de plantillas PHP con tags, modifiers, funciones, plugins, herencia y cache para separar plantillas de presentacion del codigo de aplicacion. Las plantillas se compilan para ejecutarse con PHP.\n\nSe usa en aplicaciones PHP, temas, vistas de CMS, emails y proyectos web renderizados en servidor que mantienen archivos de plantillas separados."
5091
+ }
5092
+ }
5093
+ };
5094
+ }
5095
+ });
5096
+
3775
5097
  // src/languages/solidity.ts
3776
5098
  var solidity_exports = {};
3777
5099
  __export(solidity_exports, {
@@ -3843,6 +5165,43 @@ var init_sql = __esm({
3843
5165
  }
3844
5166
  });
3845
5167
 
5168
+ // src/languages/standard-ml.ts
5169
+ var standard_ml_exports = {};
5170
+ __export(standard_ml_exports, {
5171
+ standardMl: () => standardMl
5172
+ });
5173
+ var standardMl;
5174
+ var init_standard_ml = __esm({
5175
+ "src/languages/standard-ml.ts"() {
5176
+ standardMl = {
5177
+ slug: "standard-ml",
5178
+ publishedDate: "1990-01-01",
5179
+ extensions: [".sml", ".sig", ".fun"],
5180
+ author: "Robin Milner and collaborators",
5181
+ website: "https://smlfamily.github.io",
5182
+ paradigms: ["functional", "statically typed", "module-oriented"],
5183
+ tooling: {
5184
+ runtimes: ["MLton", "Standard ML of New Jersey", "Poly/ML"],
5185
+ ecosystems: ["ML", "Compilers", "Research"]
5186
+ },
5187
+ version: "The Definition 1997",
5188
+ logo: "https://avatars.githubusercontent.com/u/62883579?v=4",
5189
+ i18n: {
5190
+ en: {
5191
+ name: "Standard ML",
5192
+ description: "A statically typed ML language with modules and pattern matching.",
5193
+ longDescription: "Standard ML defines a strict functional language with algebraic datatypes, pattern matching, type inference, exceptions, and a strong module system with signatures and functors. Its formal definition shaped much ML-family work.\n\nIt is used in compilers, theorem tools, teaching, research, and projects that need a small typed functional core with robust modules."
5194
+ },
5195
+ es: {
5196
+ name: "Standard ML",
5197
+ description: "Un lenguaje ML tipado con modulos y pattern matching.",
5198
+ longDescription: "Standard ML define un lenguaje funcional estricto con datatypes algebraicos, pattern matching, inferencia de tipos, excepciones y un sistema fuerte de modulos con signatures y functors. Su definicion formal influyo mucho en la familia ML.\n\nSe usa en compiladores, herramientas de teoremas, ensenanza, investigacion y proyectos que necesitan un nucleo funcional tipado con modulos robustos."
5199
+ }
5200
+ }
5201
+ };
5202
+ }
5203
+ });
5204
+
3846
5205
  // src/languages/starlark.ts
3847
5206
  var starlark_exports = {};
3848
5207
  __export(starlark_exports, {
@@ -3881,6 +5240,81 @@ var init_starlark = __esm({
3881
5240
  }
3882
5241
  });
3883
5242
 
5243
+ // src/languages/stata.ts
5244
+ var stata_exports = {};
5245
+ __export(stata_exports, {
5246
+ stata: () => stata
5247
+ });
5248
+ var stata;
5249
+ var init_stata = __esm({
5250
+ "src/languages/stata.ts"() {
5251
+ stata = {
5252
+ slug: "stata",
5253
+ publishedDate: "1985-01-01",
5254
+ extensions: [".do", ".ado", ".mata"],
5255
+ author: "StataCorp",
5256
+ website: "https://www.stata.com",
5257
+ paradigms: ["statistical", "scripting", "data-analysis", "domain-specific"],
5258
+ tooling: {
5259
+ runtimes: ["Stata"],
5260
+ ecosystems: ["Statistics", "Econometrics", "Research"]
5261
+ },
5262
+ version: "19",
5263
+ logo: "https://www.stata.com/includes/images/stata-logo-blue.svg",
5264
+ i18n: {
5265
+ en: {
5266
+ name: "Stata",
5267
+ description: "A command language for statistical analysis, data management, and graphics.",
5268
+ longDescription: "Stata commands and do-files cover data preparation, estimation, graphics, reporting, and programmable workflows, with Mata available for matrix-oriented programming. The language is tied to the Stata statistical environment.\n\nIt is used in economics, public health, social science, policy analysis, teaching, and reproducible statistical research."
5269
+ },
5270
+ es: {
5271
+ name: "Stata",
5272
+ description: "Un lenguaje de comandos para analisis estadistico, datos y graficos.",
5273
+ longDescription: "Los comandos y do-files de Stata cubren preparacion de datos, estimacion, graficos, reportes y flujos programables, con Mata para programacion orientada a matrices. El lenguaje esta ligado al entorno estadistico Stata.\n\nSe usa en economia, salud publica, ciencias sociales, analisis de politicas, ensenanza e investigacion estadistica reproducible."
5274
+ }
5275
+ }
5276
+ };
5277
+ }
5278
+ });
5279
+
5280
+ // src/languages/stylus.ts
5281
+ var stylus_exports = {};
5282
+ __export(stylus_exports, {
5283
+ stylus: () => stylus
5284
+ });
5285
+ var stylus;
5286
+ var init_stylus = __esm({
5287
+ "src/languages/stylus.ts"() {
5288
+ stylus = {
5289
+ slug: "stylus",
5290
+ publishedDate: "2010-12-01",
5291
+ extensions: [".styl"],
5292
+ author: "TJ Holowaychuk / Stylus contributors",
5293
+ website: "https://stylus-lang.com",
5294
+ paradigms: ["stylesheet", "declarative", "preprocessor"],
5295
+ tooling: {
5296
+ runtimes: ["Node.js"],
5297
+ packageManagers: ["npm", "pnpm", "Yarn"],
5298
+ ecosystems: ["CSS", "Web"]
5299
+ },
5300
+ version: "0.64.0",
5301
+ logo: "https://cdn.simpleicons.org/stylus/333333",
5302
+ i18n: {
5303
+ en: {
5304
+ name: "Stylus",
5305
+ description: "A flexible CSS preprocessor with optional punctuation and indentation syntax.",
5306
+ longDescription: "Stylus extends stylesheet authoring with variables, mixins, functions, imports, nesting, and a syntax that can omit braces, colons, and semicolons. It compiles authoring files into CSS.\n\nIt is used in web styling pipelines, design systems, legacy front-end builds, and projects that prefer concise stylesheet syntax."
5307
+ },
5308
+ es: {
5309
+ name: "Stylus",
5310
+ description: "Un preprocesador CSS flexible con puntuacion opcional y sintaxis por indentacion.",
5311
+ longDescription: "Stylus extiende la autoria de estilos con variables, mixins, funciones, imports, nesting y una sintaxis que puede omitir llaves, dos puntos y punto y coma. Compila archivos de autoria hacia CSS.\n\nSe usa en pipelines de estilos web, sistemas de diseno, builds front-end heredados y proyectos que prefieren sintaxis de hojas de estilo concisa."
5312
+ }
5313
+ }
5314
+ };
5315
+ }
5316
+ });
5317
+
3884
5318
  // src/languages/svelte.ts
3885
5319
  var svelte_exports = {};
3886
5320
  __export(svelte_exports, {
@@ -4107,6 +5541,81 @@ var init_tex = __esm({
4107
5541
  }
4108
5542
  });
4109
5543
 
5544
+ // src/languages/thrift.ts
5545
+ var thrift_exports = {};
5546
+ __export(thrift_exports, {
5547
+ thrift: () => thrift
5548
+ });
5549
+ var thrift;
5550
+ var init_thrift = __esm({
5551
+ "src/languages/thrift.ts"() {
5552
+ thrift = {
5553
+ slug: "thrift",
5554
+ publishedDate: "2007-04-01",
5555
+ extensions: [".thrift"],
5556
+ author: "Facebook / Apache Software Foundation",
5557
+ website: "https://thrift.apache.org",
5558
+ paradigms: ["interface-definition", "schema", "declarative", "rpc"],
5559
+ tooling: {
5560
+ runtimes: ["Apache Thrift Runtime"],
5561
+ packageManagers: ["Maven", "npm", "PyPI", "Go modules"],
5562
+ ecosystems: ["RPC", "APIs", "Distributed Systems"]
5563
+ },
5564
+ version: "0.22.0",
5565
+ logo: "https://cdn.simpleicons.org/apache/D22128",
5566
+ i18n: {
5567
+ en: {
5568
+ name: "Apache Thrift",
5569
+ description: "An IDL for cross-language services and serializable data types.",
5570
+ longDescription: "Thrift files define services, structs, fields, enums, exceptions, namespaces, and wire-level choices that generators turn into code for many languages. The project includes protocols and transports for RPC use.\n\nIt is used for service contracts, schema sharing, code generation, distributed systems, and cross-language APIs."
5571
+ },
5572
+ es: {
5573
+ name: "Apache Thrift",
5574
+ description: "Un IDL para servicios entre lenguajes y tipos de datos serializables.",
5575
+ longDescription: "Los archivos Thrift definen servicios, structs, campos, enums, excepciones, namespaces y decisiones de wire que los generadores convierten en codigo para muchos lenguajes. El proyecto incluye protocolos y transports para RPC.\n\nSe usa en contratos de servicios, schemas compartidos, generacion de codigo, sistemas distribuidos y APIs entre lenguajes."
5576
+ }
5577
+ }
5578
+ };
5579
+ }
5580
+ });
5581
+
5582
+ // src/languages/tla-plus.ts
5583
+ var tla_plus_exports = {};
5584
+ __export(tla_plus_exports, {
5585
+ tlaPlus: () => tlaPlus
5586
+ });
5587
+ var tlaPlus;
5588
+ var init_tla_plus = __esm({
5589
+ "src/languages/tla-plus.ts"() {
5590
+ tlaPlus = {
5591
+ slug: "tla-plus",
5592
+ publishedDate: "1999-01-01",
5593
+ extensions: [".tla"],
5594
+ author: "Leslie Lamport",
5595
+ website: "https://lamport.azurewebsites.net/tla/tla.html",
5596
+ paradigms: ["specification", "formal-methods", "temporal-logic", "declarative"],
5597
+ tooling: {
5598
+ runtimes: ["TLC", "TLA+ Toolbox", "Apalache"],
5599
+ ecosystems: ["Formal Methods", "Distributed Systems", "Verification"]
5600
+ },
5601
+ version: "TLA+ 2",
5602
+ logo: "https://avatars.githubusercontent.com/u/315978?v=4",
5603
+ i18n: {
5604
+ en: {
5605
+ name: "TLA+",
5606
+ description: "A formal specification language for state machines and temporal properties.",
5607
+ longDescription: "TLA+ describes systems as mathematical state transitions with actions, invariants, temporal formulas, modules, and refinement-oriented specifications. Tooling such as TLC explores behaviors to check models.\n\nIt is used to reason about distributed algorithms, protocols, concurrency, safety properties, design reviews, and systems where a precise specification catches failures early."
5608
+ },
5609
+ es: {
5610
+ name: "TLA+",
5611
+ description: "Un lenguaje de especificacion formal para estados y propiedades temporales.",
5612
+ longDescription: "TLA+ describe sistemas como transiciones matematicas de estado con acciones, invariantes, formulas temporales, modulos y especificaciones orientadas a refinamiento. Herramientas como TLC exploran comportamientos para revisar modelos.\n\nSe usa para razonar sobre algoritmos distribuidos, protocolos, concurrencia, propiedades de seguridad, revisiones de diseno y sistemas donde una especificacion precisa detecta fallos temprano."
5613
+ }
5614
+ }
5615
+ };
5616
+ }
5617
+ });
5618
+
4110
5619
  // src/languages/toml.ts
4111
5620
  var toml_exports = {};
4112
5621
  __export(toml_exports, {
@@ -4254,6 +5763,82 @@ var init_typst = __esm({
4254
5763
  }
4255
5764
  });
4256
5765
 
5766
+ // src/languages/v.ts
5767
+ var v_exports = {};
5768
+ __export(v_exports, {
5769
+ v: () => v
5770
+ });
5771
+ var v;
5772
+ var init_v = __esm({
5773
+ "src/languages/v.ts"() {
5774
+ v = {
5775
+ slug: "v",
5776
+ publishedDate: "2019-06-20",
5777
+ extensions: [".v", ".vsh"],
5778
+ author: "Alexander Medvednikov / V contributors",
5779
+ website: "https://vlang.io",
5780
+ paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
5781
+ tooling: {
5782
+ runtimes: ["V compiler"],
5783
+ packageManagers: ["vpm"],
5784
+ ecosystems: ["Native", "Web", "Systems"]
5785
+ },
5786
+ version: "weekly.2025.49",
5787
+ logo: "https://cdn.simpleicons.org/v/5D87BF",
5788
+ i18n: {
5789
+ en: {
5790
+ name: "V",
5791
+ description: "A compiled statically typed language for simple native application builds.",
5792
+ longDescription: "V is a compiled language with modules, sum types, generics, concurrency syntax, C interop, and a toolchain that emphasizes quick compilation and small deployment workflows. It targets C and native outputs through its compiler.\n\nIt is used for command-line tools, native applications, experiments, web services, and projects that prefer an integrated lightweight toolchain."
5793
+ },
5794
+ es: {
5795
+ name: "V",
5796
+ description: "Un lenguaje compilado y tipado para construir aplicaciones nativas simples.",
5797
+ longDescription: "V es un lenguaje compilado con modulos, sum types, generics, sintaxis concurrente, interop con C y un toolchain que enfatiza compilacion rapida y despliegues pequenos. Su compilador apunta a C y salidas nativas.\n\nSe usa en herramientas de linea de comandos, aplicaciones nativas, experimentos, servicios web y proyectos que prefieren un toolchain ligero e integrado."
5798
+ }
5799
+ }
5800
+ };
5801
+ }
5802
+ });
5803
+
5804
+ // src/languages/vala.ts
5805
+ var vala_exports = {};
5806
+ __export(vala_exports, {
5807
+ vala: () => vala
5808
+ });
5809
+ var vala;
5810
+ var init_vala = __esm({
5811
+ "src/languages/vala.ts"() {
5812
+ vala = {
5813
+ slug: "vala",
5814
+ publishedDate: "2006-07-15",
5815
+ extensions: [".vala", ".vapi"],
5816
+ author: "Jurg Billeter / GNOME contributors",
5817
+ website: "https://vala.dev",
5818
+ paradigms: ["object-oriented", "statically typed", "gnome", "c-targeted"],
5819
+ tooling: {
5820
+ runtimes: ["GLib", "GObject"],
5821
+ packageManagers: ["Meson", "pkg-config"],
5822
+ ecosystems: ["GNOME", "GTK", "Native"]
5823
+ },
5824
+ version: "0.56.18",
5825
+ logo: "https://cdn.simpleicons.org/gnome/4A86CF",
5826
+ i18n: {
5827
+ en: {
5828
+ name: "Vala",
5829
+ description: "A GNOME-oriented language that compiles high-level syntax to C.",
5830
+ longDescription: "Vala provides classes, interfaces, properties, generics, signals, and async syntax over GLib and GObject conventions, compiling source into C. VAPI files describe bindings to existing C libraries.\n\nIt is used for GTK applications, GNOME libraries, native tools, bindings, and projects that want high-level source while integrating with C APIs."
5831
+ },
5832
+ es: {
5833
+ name: "Vala",
5834
+ description: "Un lenguaje orientado a GNOME que compila sintaxis de alto nivel a C.",
5835
+ longDescription: "Vala ofrece clases, interfaces, propiedades, generics, signals y sintaxis async sobre las convenciones de GLib y GObject, compilando fuente hacia C. Los archivos VAPI describen bindings a bibliotecas C existentes.\n\nSe usa en aplicaciones GTK, bibliotecas GNOME, herramientas nativas, bindings y proyectos que buscan fuente de alto nivel integrada con APIs C."
5836
+ }
5837
+ }
5838
+ };
5839
+ }
5840
+ });
5841
+
4257
5842
  // src/languages/verilog.ts
4258
5843
  var verilog_exports = {};
4259
5844
  __export(verilog_exports, {
@@ -4406,6 +5991,44 @@ var init_vue = __esm({
4406
5991
  }
4407
5992
  });
4408
5993
 
5994
+ // src/languages/vyper.ts
5995
+ var vyper_exports = {};
5996
+ __export(vyper_exports, {
5997
+ vyper: () => vyper
5998
+ });
5999
+ var vyper;
6000
+ var init_vyper = __esm({
6001
+ "src/languages/vyper.ts"() {
6002
+ vyper = {
6003
+ slug: "vyper",
6004
+ publishedDate: "2017-07-19",
6005
+ extensions: [".vy"],
6006
+ author: "Vyper contributors",
6007
+ website: "https://vyperlang.org",
6008
+ paradigms: ["smart-contract", "statically typed", "domain-specific", "imperative"],
6009
+ tooling: {
6010
+ runtimes: ["Ethereum Virtual Machine"],
6011
+ packageManagers: ["pip", "uv"],
6012
+ ecosystems: ["Ethereum", "Smart Contracts", "Web3"]
6013
+ },
6014
+ version: "0.4.3",
6015
+ logo: "https://avatars.githubusercontent.com/u/37288461?v=4",
6016
+ i18n: {
6017
+ en: {
6018
+ name: "Vyper",
6019
+ description: "A Pythonic smart contract language for the Ethereum Virtual Machine.",
6020
+ longDescription: "Vyper is a contract language for Ethereum that favors explicit behavior, bounds, and auditability over broad language surface area. Its syntax is Python-like while its compiler emits EVM bytecode.\n\nIt is used for Ethereum smart contracts, financial protocols, on-chain experiments, and codebases that prefer a deliberately constrained contract language."
6021
+ },
6022
+ es: {
6023
+ name: "Vyper",
6024
+ description: "Un lenguaje de smart contracts con sintaxis Python para Ethereum.",
6025
+ longDescription: "Vyper es un lenguaje de contratos para Ethereum que favorece comportamiento explicito, limites y auditabilidad sobre una superficie amplia del lenguaje. Su sintaxis es parecida a Python y su compilador emite bytecode EVM.\n\nSe usa en smart contracts de Ethereum, protocolos financieros, experimentos on-chain y codebases que prefieren un lenguaje de contratos deliberadamente restringido."
6026
+ }
6027
+ }
6028
+ };
6029
+ }
6030
+ });
6031
+
4409
6032
  // src/languages/webassembly.ts
4410
6033
  var webassembly_exports = {};
4411
6034
  __export(webassembly_exports, {
@@ -4482,6 +6105,43 @@ var init_wgsl = __esm({
4482
6105
  }
4483
6106
  });
4484
6107
 
6108
+ // src/languages/wren.ts
6109
+ var wren_exports = {};
6110
+ __export(wren_exports, {
6111
+ wren: () => wren
6112
+ });
6113
+ var wren;
6114
+ var init_wren = __esm({
6115
+ "src/languages/wren.ts"() {
6116
+ wren = {
6117
+ slug: "wren",
6118
+ publishedDate: "2013-10-31",
6119
+ extensions: [".wren"],
6120
+ author: "Bob Nystrom / Wren contributors",
6121
+ website: "https://wren.io",
6122
+ paradigms: ["object-oriented", "scripting", "class-based", "dynamic"],
6123
+ tooling: {
6124
+ runtimes: ["Wren VM"],
6125
+ ecosystems: ["Embedding", "Games", "Scripting"]
6126
+ },
6127
+ version: "0.4.0",
6128
+ logo: "https://avatars.githubusercontent.com/u/8763410?v=4",
6129
+ i18n: {
6130
+ en: {
6131
+ name: "Wren",
6132
+ description: "A small class-based scripting language designed for embedding.",
6133
+ longDescription: "Wren is a compact dynamic language with classes, fibers, modules, closures, and a VM intended to embed cleanly in host applications. Its syntax keeps scripting programs short while preserving an object-oriented model.\n\nIt is used for embedded scripting, game experiments, tools, teaching, and applications that need a small embeddable language runtime."
6134
+ },
6135
+ es: {
6136
+ name: "Wren",
6137
+ description: "Un lenguaje pequeno de scripting basado en clases y pensado para embeberse.",
6138
+ longDescription: "Wren es un lenguaje dinamico compacto con clases, fibers, modulos, closures y una VM pensada para integrarse limpiamente en aplicaciones anfitrionas. Su sintaxis mantiene scripts breves y conserva un modelo orientado a objetos.\n\nSe usa en scripting embebido, experimentos de juegos, herramientas, ensenanza y aplicaciones que necesitan un runtime de lenguaje pequeno."
6139
+ }
6140
+ }
6141
+ };
6142
+ }
6143
+ });
6144
+
4485
6145
  // src/languages/xaml.ts
4486
6146
  var xaml_exports = {};
4487
6147
  __export(xaml_exports, {
@@ -4661,6 +6321,44 @@ var init_yaml = __esm({
4661
6321
  }
4662
6322
  });
4663
6323
 
6324
+ // src/languages/zeek.ts
6325
+ var zeek_exports = {};
6326
+ __export(zeek_exports, {
6327
+ zeek: () => zeek
6328
+ });
6329
+ var zeek;
6330
+ var init_zeek = __esm({
6331
+ "src/languages/zeek.ts"() {
6332
+ zeek = {
6333
+ slug: "zeek",
6334
+ publishedDate: "1995-01-01",
6335
+ extensions: [".zeek", ".bro"],
6336
+ author: "Vern Paxson / Zeek Project",
6337
+ website: "https://zeek.org",
6338
+ paradigms: ["event-driven", "network-analysis", "domain-specific", "scripting"],
6339
+ tooling: {
6340
+ runtimes: ["Zeek"],
6341
+ packageManagers: ["zkg"],
6342
+ ecosystems: ["Network Security", "Observability", "Incident Response"]
6343
+ },
6344
+ version: "8.0.4",
6345
+ logo: "https://avatars.githubusercontent.com/u/10666805?v=4",
6346
+ i18n: {
6347
+ en: {
6348
+ name: "Zeek",
6349
+ description: "An event-driven scripting language for network analysis and security policy.",
6350
+ longDescription: "Zeek scripts describe events, records, analyzers, notices, logging, and policy logic over network traffic observed by the Zeek monitor. The language lets analysts extend protocol and detection behavior.\n\nIt is used in network security monitoring, incident response, traffic analysis, telemetry pipelines, and site-specific security policy."
6351
+ },
6352
+ es: {
6353
+ name: "Zeek",
6354
+ description: "Un lenguaje event-driven para analisis de red y politicas de seguridad.",
6355
+ longDescription: "Los scripts Zeek describen eventos, records, analyzers, notices, logging y logica de politica sobre trafico de red observado por el monitor Zeek. El lenguaje permite extender comportamiento de protocolos y deteccion.\n\nSe usa en monitoreo de seguridad de red, respuesta a incidentes, analisis de trafico, pipelines de telemetria y politicas de seguridad especificas del sitio."
6356
+ }
6357
+ }
6358
+ };
6359
+ }
6360
+ });
6361
+
4664
6362
  // src/languages/zig.ts
4665
6363
  var zig_exports = {};
4666
6364
  __export(zig_exports, {
@@ -4699,6 +6397,43 @@ var init_zig = __esm({
4699
6397
  }
4700
6398
  });
4701
6399
 
6400
+ // src/languages/ziggy.ts
6401
+ var ziggy_exports = {};
6402
+ __export(ziggy_exports, {
6403
+ ziggy: () => ziggy
6404
+ });
6405
+ var ziggy;
6406
+ var init_ziggy = __esm({
6407
+ "src/languages/ziggy.ts"() {
6408
+ ziggy = {
6409
+ slug: "ziggy",
6410
+ publishedDate: "2023-10-02",
6411
+ extensions: [".ziggy", ".ziggy-schema"],
6412
+ author: "Loris Cro",
6413
+ website: "https://ziggy-lang.io",
6414
+ paradigms: ["data-notation", "schema", "declarative", "configuration"],
6415
+ tooling: {
6416
+ runtimes: ["Ziggy CLI"],
6417
+ ecosystems: ["Configuration", "Data Formats", "Zig"]
6418
+ },
6419
+ version: "0.1.0",
6420
+ logo: "https://avatars.githubusercontent.com/u/1642052?v=4",
6421
+ i18n: {
6422
+ en: {
6423
+ name: "Ziggy",
6424
+ description: "A data notation and schema language for configuration-style documents.",
6425
+ longDescription: "Ziggy is a data language for readable structured documents with a companion schema form for describing expected shapes. It targets configuration and data interchange workflows with tooling around Zig ecosystems.\n\nIt is used for configuration files, schema-checked data documents, tooling experiments, and projects that want a compact typed data notation."
6426
+ },
6427
+ es: {
6428
+ name: "Ziggy",
6429
+ description: "Una notacion de datos y schemas para documentos de configuracion.",
6430
+ longDescription: "Ziggy es un lenguaje de datos para documentos estructurados legibles con una forma de schema complementaria para describir shapes esperados. Apunta a configuracion e intercambio de datos con tooling cercano al ecosistema Zig.\n\nSe usa en archivos de configuracion, documentos de datos validados por schemas, experimentos de tooling y proyectos que buscan una notacion de datos compacta y tipada."
6431
+ }
6432
+ }
6433
+ };
6434
+ }
6435
+ });
6436
+
4702
6437
  // src/languages/zsh.ts
4703
6438
  var zsh_exports = {};
4704
6439
  __export(zsh_exports, {
@@ -4741,6 +6476,7 @@ var init_zsh = __esm({
4741
6476
  init_abap();
4742
6477
  init_actionscript();
4743
6478
  init_ada();
6479
+ init_agda();
4744
6480
  init_antlr();
4745
6481
  init_apex();
4746
6482
  init_apl();
@@ -4758,11 +6494,15 @@ init_bazel();
4758
6494
  init_bicep();
4759
6495
  init_blade();
4760
6496
  init_c();
6497
+ init_carbon();
6498
+ init_chapel();
6499
+ init_circom();
4761
6500
  init_clojure();
4762
6501
  init_cmake();
4763
6502
  init_cobol();
4764
6503
  init_coffeescript();
4765
6504
  init_coldfusion();
6505
+ init_coq();
4766
6506
  init_cpp();
4767
6507
  init_crystal();
4768
6508
  init_csharp();
@@ -4772,7 +6512,10 @@ init_cue();
4772
6512
  init_cython();
4773
6513
  init_d();
4774
6514
  init_dart();
6515
+ init_dhall();
6516
+ init_dita();
4775
6517
  init_dockerfile();
6518
+ init_earthly();
4776
6519
  init_elixir();
4777
6520
  init_elm();
4778
6521
  init_erb();
@@ -4789,13 +6532,17 @@ init_go();
4789
6532
  init_gradle();
4790
6533
  init_graphql();
4791
6534
  init_groovy();
6535
+ init_hack();
6536
+ init_haml();
4792
6537
  init_handlebars();
4793
6538
  init_haskell();
4794
6539
  init_haxe();
4795
6540
  init_hcl();
4796
6541
  init_hlsl();
4797
6542
  init_html();
6543
+ init_idris();
4798
6544
  init_ini();
6545
+ init_janet();
4799
6546
  init_java();
4800
6547
  init_javascript();
4801
6548
  init_jinja();
@@ -4804,70 +6551,105 @@ init_jsonnet();
4804
6551
  init_julia();
4805
6552
  init_jupyter_notebook();
4806
6553
  init_kotlin();
6554
+ init_lean();
4807
6555
  init_less();
4808
6556
  init_liquid();
4809
6557
  init_lisp();
6558
+ init_llvm_ir();
4810
6559
  init_lua();
6560
+ init_luau();
4811
6561
  init_makefile();
6562
+ init_mako();
4812
6563
  init_markdown();
6564
+ init_mathematica();
4813
6565
  init_matlab();
4814
6566
  init_mdx();
4815
6567
  init_mermaid();
4816
6568
  init_meson();
4817
6569
  init_metal();
6570
+ init_mojo();
6571
+ init_moonbit();
4818
6572
  init_nginx();
4819
6573
  init_nim();
4820
6574
  init_nix();
4821
6575
  init_objective_c();
4822
6576
  init_ocaml();
6577
+ init_odin();
6578
+ init_opencl();
4823
6579
  init_pascal();
4824
6580
  init_perl();
4825
6581
  init_php();
6582
+ init_pine_script();
4826
6583
  init_plantuml();
6584
+ init_plsql();
6585
+ init_pony();
4827
6586
  init_powershell();
4828
6587
  init_prolog();
6588
+ init_promql();
4829
6589
  init_protobuf();
4830
6590
  init_pug();
6591
+ init_purescript();
4831
6592
  init_python();
4832
6593
  init_qml();
6594
+ init_qsharp();
4833
6595
  init_r();
4834
6596
  init_racket();
6597
+ init_raku();
4835
6598
  init_razor();
6599
+ init_reasonml();
4836
6600
  init_rego();
6601
+ init_rescript();
6602
+ init_restructuredtext();
4837
6603
  init_ruby();
4838
6604
  init_rust();
6605
+ init_sas();
4839
6606
  init_scala();
6607
+ init_scheme();
4840
6608
  init_scss();
6609
+ init_smalltalk();
6610
+ init_smarty();
4841
6611
  init_solidity();
4842
6612
  init_sql();
6613
+ init_standard_ml();
4843
6614
  init_starlark();
6615
+ init_stata();
6616
+ init_stylus();
4844
6617
  init_svelte();
4845
6618
  init_svg();
4846
6619
  init_svn();
4847
6620
  init_swift();
4848
6621
  init_tcl();
4849
6622
  init_tex();
6623
+ init_thrift();
6624
+ init_tla_plus();
4850
6625
  init_toml();
4851
6626
  init_twig();
4852
6627
  init_typescript();
4853
6628
  init_typst();
6629
+ init_v();
6630
+ init_vala();
4854
6631
  init_verilog();
4855
6632
  init_vhdl();
4856
6633
  init_visual_basic();
4857
6634
  init_vue();
6635
+ init_vyper();
4858
6636
  init_webassembly();
4859
6637
  init_wgsl();
6638
+ init_wren();
4860
6639
  init_xaml();
4861
6640
  init_xml();
4862
6641
  init_xquery();
4863
6642
  init_xslt();
4864
6643
  init_yaml();
6644
+ init_zeek();
4865
6645
  init_zig();
6646
+ init_ziggy();
4866
6647
  init_zsh();
4867
6648
  var languages = [
4868
6649
  abap,
4869
6650
  actionscript,
4870
6651
  ada,
6652
+ agda,
4871
6653
  antlr,
4872
6654
  apex,
4873
6655
  apl,
@@ -4885,11 +6667,15 @@ var languages = [
4885
6667
  bicep,
4886
6668
  blade,
4887
6669
  c,
6670
+ carbon,
6671
+ chapel,
6672
+ circom,
4888
6673
  cmake,
4889
6674
  clojure,
4890
6675
  coffeescript,
4891
6676
  coldfusion,
4892
6677
  cobol,
6678
+ coq,
4893
6679
  cpp,
4894
6680
  csharp,
4895
6681
  crystal,
@@ -4899,7 +6685,10 @@ var languages = [
4899
6685
  cython,
4900
6686
  d,
4901
6687
  dart,
6688
+ dhall,
6689
+ dita,
4902
6690
  dockerfile,
6691
+ earthly,
4903
6692
  elixir,
4904
6693
  elm,
4905
6694
  erb,
@@ -4917,79 +6706,117 @@ var languages = [
4917
6706
  graphql,
4918
6707
  groovy,
4919
6708
  handlebars,
6709
+ hack,
6710
+ haml,
4920
6711
  haskell,
4921
6712
  haxe,
4922
6713
  hcl,
4923
6714
  hlsl,
4924
6715
  html,
6716
+ idris,
4925
6717
  ini,
4926
6718
  java,
4927
6719
  javascript,
6720
+ janet,
4928
6721
  jinja,
4929
6722
  json,
4930
6723
  jsonnet,
4931
6724
  jupyterNotebook,
4932
6725
  julia,
4933
6726
  kotlin,
6727
+ lean,
4934
6728
  less,
4935
6729
  liquid,
4936
6730
  lisp,
6731
+ llvmIr,
4937
6732
  lua,
6733
+ luau,
6734
+ mako,
4938
6735
  makefile,
6736
+ mathematica,
4939
6737
  matlab,
4940
6738
  markdown,
4941
6739
  mdx,
4942
6740
  mermaid,
4943
6741
  meson,
4944
6742
  metal,
6743
+ mojo,
6744
+ moonbit,
4945
6745
  svn,
4946
6746
  nginx,
4947
6747
  nim,
4948
6748
  nix,
4949
6749
  ocaml,
4950
6750
  objectiveC,
6751
+ odin,
6752
+ opencl,
4951
6753
  pascal,
4952
6754
  perl,
4953
6755
  php,
6756
+ pineScript,
4954
6757
  plantuml,
6758
+ plsql,
6759
+ pony,
4955
6760
  powershell,
4956
6761
  prolog,
6762
+ promql,
4957
6763
  protobuf,
4958
6764
  pug,
6765
+ purescript,
4959
6766
  python,
4960
6767
  qml,
6768
+ qsharp,
4961
6769
  r,
6770
+ raku,
4962
6771
  racket,
4963
6772
  razor,
6773
+ reasonml,
4964
6774
  rego,
6775
+ rescript,
6776
+ restructuredtext,
4965
6777
  ruby,
4966
6778
  rust,
6779
+ sas,
4967
6780
  scala,
4968
6781
  scss,
6782
+ scheme,
6783
+ smalltalk,
6784
+ smarty,
4969
6785
  solidity,
4970
6786
  sql,
6787
+ standardMl,
4971
6788
  starlark,
6789
+ stata,
6790
+ stylus,
4972
6791
  svg,
4973
6792
  svelte,
4974
6793
  swift,
4975
6794
  tcl,
4976
6795
  tex,
6796
+ thrift,
6797
+ tlaPlus,
4977
6798
  toml,
4978
6799
  twig,
4979
6800
  typescript,
4980
6801
  typst,
6802
+ v,
6803
+ vala,
4981
6804
  verilog,
4982
6805
  vhdl,
4983
6806
  visualBasic,
4984
6807
  vue,
6808
+ vyper,
4985
6809
  webassembly,
4986
6810
  wgsl,
6811
+ wren,
4987
6812
  xaml,
4988
6813
  xml,
4989
6814
  xquery,
4990
6815
  xslt,
4991
6816
  yaml,
6817
+ zeek,
4992
6818
  zig,
6819
+ ziggy,
4993
6820
  zsh
4994
6821
  ];
4995
6822
 
@@ -5050,6 +6877,7 @@ var languageIndex = [
5050
6877
  { slug: "abap", extensions: [".abap"] },
5051
6878
  { slug: "actionscript", extensions: [".as"] },
5052
6879
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
6880
+ { slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
5053
6881
  { slug: "antlr", extensions: [".g4"] },
5054
6882
  { slug: "apex", extensions: [".cls", ".trigger"] },
5055
6883
  { slug: "apl", extensions: [".apl", ".dyalog"] },
@@ -5073,11 +6901,15 @@ var languageIndex = [
5073
6901
  { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
5074
6902
  { slug: "blade", extensions: [".blade.php"] },
5075
6903
  { slug: "c", extensions: [".c", ".h"] },
6904
+ { slug: "carbon", extensions: [".carbon"] },
6905
+ { slug: "chapel", extensions: [".chpl"] },
6906
+ { slug: "circom", extensions: [".circom"] },
5076
6907
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
5077
6908
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
5078
6909
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
5079
6910
  { slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
5080
6911
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
6912
+ { slug: "coq", extensions: [".v"] },
5081
6913
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
5082
6914
  { slug: "csharp", extensions: [".cs", ".csx"] },
5083
6915
  { slug: "crystal", extensions: [".cr"] },
@@ -5087,7 +6919,10 @@ var languageIndex = [
5087
6919
  { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
5088
6920
  { slug: "d", extensions: [".d", ".di"] },
5089
6921
  { slug: "dart", extensions: [".dart"] },
6922
+ { slug: "dhall", extensions: [".dhall"] },
6923
+ { slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
5090
6924
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
6925
+ { slug: "earthly", extensions: ["Earthfile"] },
5091
6926
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
5092
6927
  { slug: "elm", extensions: [".elm"] },
5093
6928
  { slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
@@ -5114,82 +6949,120 @@ var languageIndex = [
5114
6949
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
5115
6950
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
5116
6951
  { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
6952
+ { slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
6953
+ { slug: "haml", extensions: [".haml"] },
5117
6954
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
5118
6955
  { slug: "haxe", extensions: [".hx", ".hxml"] },
5119
6956
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
5120
6957
  { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
5121
6958
  { slug: "html", extensions: [".html", ".htm"] },
6959
+ { slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
5122
6960
  { slug: "ini", extensions: [".ini"] },
5123
6961
  { slug: "java", extensions: [".java"] },
5124
6962
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
6963
+ { slug: "janet", extensions: [".janet", ".jdn"] },
5125
6964
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
5126
6965
  { slug: "json", extensions: [".json"] },
5127
6966
  { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
5128
6967
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
5129
6968
  { slug: "julia", extensions: [".jl"] },
5130
6969
  { slug: "kotlin", extensions: [".kt", ".kts"] },
6970
+ { slug: "lean", extensions: [".lean"] },
5131
6971
  { slug: "less", extensions: [".less"] },
5132
6972
  { slug: "liquid", extensions: [".liquid"] },
5133
6973
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
6974
+ { slug: "llvm-ir", extensions: [".ll", ".bc"] },
5134
6975
  { slug: "lua", extensions: [".lua", ".rockspec"] },
6976
+ { slug: "luau", extensions: [".luau"] },
6977
+ { slug: "mako", extensions: [".mako", ".mao"] },
5135
6978
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
6979
+ { slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
5136
6980
  { slug: "matlab", extensions: [".m", ".mlx"] },
5137
6981
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
5138
6982
  { slug: "mdx", extensions: [".mdx"] },
5139
6983
  { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
5140
6984
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
5141
6985
  { slug: "metal", extensions: [".metal"] },
6986
+ { slug: "mojo", extensions: [".mojo"] },
6987
+ { slug: "moonbit", extensions: [".mbt"] },
5142
6988
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
5143
6989
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
5144
6990
  { slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
5145
6991
  { slug: "nix", extensions: [".nix"] },
5146
6992
  { slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
5147
6993
  { slug: "objective-c", extensions: [".m", ".mm"] },
6994
+ { slug: "odin", extensions: [".odin"] },
6995
+ { slug: "opencl", extensions: [".cl", ".clh"] },
5148
6996
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
5149
6997
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
5150
6998
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
6999
+ { slug: "pine-script", extensions: [".pine"] },
5151
7000
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
7001
+ { slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
7002
+ { slug: "pony", extensions: [".pony"] },
5152
7003
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
5153
7004
  { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
7005
+ { slug: "promql", extensions: [".promql"] },
5154
7006
  { slug: "protobuf", extensions: [".proto"] },
5155
7007
  { slug: "pug", extensions: [".pug", ".jade"] },
7008
+ { slug: "purescript", extensions: [".purs"] },
5156
7009
  { slug: "python", extensions: [".py", ".pyw"] },
5157
7010
  { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
7011
+ { slug: "qsharp", extensions: [".qs"] },
5158
7012
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
7013
+ { slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
5159
7014
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
5160
7015
  { slug: "razor", extensions: [".cshtml", ".razor"] },
7016
+ { slug: "reasonml", extensions: [".re", ".rei"] },
5161
7017
  { slug: "rego", extensions: [".rego"] },
7018
+ { slug: "rescript", extensions: [".res", ".resi"] },
7019
+ { slug: "restructuredtext", extensions: [".rst", ".rest"] },
5162
7020
  {
5163
7021
  slug: "ruby",
5164
7022
  extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
5165
7023
  },
5166
7024
  { slug: "rust", extensions: [".rs"] },
7025
+ { slug: "sas", extensions: [".sas"] },
5167
7026
  { slug: "scala", extensions: [".scala", ".sc"] },
5168
7027
  { slug: "scss", extensions: [".scss", ".sass"] },
7028
+ { slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
7029
+ { slug: "smalltalk", extensions: [".st"] },
7030
+ { slug: "smarty", extensions: [".tpl", ".smarty"] },
5169
7031
  { slug: "solidity", extensions: [".sol"] },
5170
7032
  { slug: "sql", extensions: [".sql"] },
7033
+ { slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
5171
7034
  { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
7035
+ { slug: "stata", extensions: [".do", ".ado", ".mata"] },
7036
+ { slug: "stylus", extensions: [".styl"] },
5172
7037
  { slug: "svg", extensions: [".svg", ".svgz"] },
5173
7038
  { slug: "svelte", extensions: [".svelte"] },
5174
7039
  { slug: "swift", extensions: [".swift"] },
5175
7040
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
5176
7041
  { slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
7042
+ { slug: "thrift", extensions: [".thrift"] },
7043
+ { slug: "tla-plus", extensions: [".tla"] },
5177
7044
  { slug: "toml", extensions: [".toml"] },
5178
7045
  { slug: "twig", extensions: [".twig"] },
5179
7046
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
5180
7047
  { slug: "typst", extensions: [".typ"] },
7048
+ { slug: "v", extensions: [".v", ".vsh"] },
7049
+ { slug: "vala", extensions: [".vala", ".vapi"] },
5181
7050
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
5182
7051
  { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
5183
7052
  { slug: "visual-basic", extensions: [".vb"] },
5184
7053
  { slug: "vue", extensions: [".vue"] },
7054
+ { slug: "vyper", extensions: [".vy"] },
5185
7055
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
5186
7056
  { slug: "wgsl", extensions: [".wgsl"] },
7057
+ { slug: "wren", extensions: [".wren"] },
5187
7058
  { slug: "xaml", extensions: [".xaml", ".baml"] },
5188
7059
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
5189
7060
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
5190
7061
  { slug: "xslt", extensions: [".xsl", ".xslt"] },
5191
7062
  { slug: "yaml", extensions: [".yaml", ".yml"] },
7063
+ { slug: "zeek", extensions: [".zeek", ".bro"] },
5192
7064
  { slug: "zig", extensions: [".zig", ".zon"] },
7065
+ { slug: "ziggy", extensions: [".ziggy", ".ziggy-schema"] },
5193
7066
  {
5194
7067
  slug: "zsh",
5195
7068
  extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"]
@@ -5199,6 +7072,7 @@ var languageLoaders = {
5199
7072
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
5200
7073
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
5201
7074
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
7075
+ agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
5202
7076
  antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
5203
7077
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
5204
7078
  apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
@@ -5216,11 +7090,15 @@ var languageLoaders = {
5216
7090
  bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
5217
7091
  blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
5218
7092
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
7093
+ carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
7094
+ chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
7095
+ circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
5219
7096
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
5220
7097
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
5221
7098
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
5222
7099
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
5223
7100
  coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
7101
+ coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
5224
7102
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
5225
7103
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
5226
7104
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
@@ -5230,7 +7108,10 @@ var languageLoaders = {
5230
7108
  cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
5231
7109
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
5232
7110
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
7111
+ dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
7112
+ dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
5233
7113
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
7114
+ earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
5234
7115
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
5235
7116
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
5236
7117
  erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
@@ -5248,79 +7129,117 @@ var languageLoaders = {
5248
7129
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
5249
7130
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
5250
7131
  handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
7132
+ hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
7133
+ haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
5251
7134
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
5252
7135
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
5253
7136
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
5254
7137
  hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
5255
7138
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
7139
+ idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
5256
7140
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
5257
7141
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
5258
7142
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
7143
+ janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
5259
7144
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
5260
7145
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
5261
7146
  jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
5262
7147
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
5263
7148
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
5264
7149
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
7150
+ lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
5265
7151
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
5266
7152
  liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
5267
7153
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
7154
+ "llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
5268
7155
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
7156
+ luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
7157
+ mako: () => Promise.resolve().then(() => (init_mako(), mako_exports)).then((module) => module.mako),
5269
7158
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
7159
+ mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
5270
7160
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
5271
7161
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
5272
7162
  mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
5273
7163
  mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
5274
7164
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
5275
7165
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
7166
+ mojo: () => Promise.resolve().then(() => (init_mojo(), mojo_exports)).then((module) => module.mojo),
7167
+ moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
5276
7168
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
5277
7169
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
5278
7170
  nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
5279
7171
  nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
5280
7172
  ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
5281
7173
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
7174
+ odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
7175
+ opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
5282
7176
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
5283
7177
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
5284
7178
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
7179
+ "pine-script": () => Promise.resolve().then(() => (init_pine_script(), pine_script_exports)).then((module) => module.pineScript),
5285
7180
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
7181
+ plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
7182
+ pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
5286
7183
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
5287
7184
  prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
7185
+ promql: () => Promise.resolve().then(() => (init_promql(), promql_exports)).then((module) => module.promql),
5288
7186
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
5289
7187
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
7188
+ purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
5290
7189
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
5291
7190
  qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
7191
+ qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
5292
7192
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
7193
+ raku: () => Promise.resolve().then(() => (init_raku(), raku_exports)).then((module) => module.raku),
5293
7194
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
5294
7195
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
7196
+ reasonml: () => Promise.resolve().then(() => (init_reasonml(), reasonml_exports)).then((module) => module.reasonml),
5295
7197
  rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
7198
+ rescript: () => Promise.resolve().then(() => (init_rescript(), rescript_exports)).then((module) => module.rescript),
7199
+ restructuredtext: () => Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports)).then((module) => module.restructuredtext),
5296
7200
  ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
5297
7201
  rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
7202
+ sas: () => Promise.resolve().then(() => (init_sas(), sas_exports)).then((module) => module.sas),
5298
7203
  scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
5299
7204
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
7205
+ scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
7206
+ smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
7207
+ smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
5300
7208
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
5301
7209
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
7210
+ "standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
5302
7211
  starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
7212
+ stata: () => Promise.resolve().then(() => (init_stata(), stata_exports)).then((module) => module.stata),
7213
+ stylus: () => Promise.resolve().then(() => (init_stylus(), stylus_exports)).then((module) => module.stylus),
5303
7214
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
5304
7215
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
5305
7216
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
5306
7217
  tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
5307
7218
  tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
7219
+ thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
7220
+ "tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
5308
7221
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
5309
7222
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
5310
7223
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
5311
7224
  typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
7225
+ v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
7226
+ vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
5312
7227
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
5313
7228
  vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
5314
7229
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
5315
7230
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
7231
+ vyper: () => Promise.resolve().then(() => (init_vyper(), vyper_exports)).then((module) => module.vyper),
5316
7232
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
5317
7233
  wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
7234
+ wren: () => Promise.resolve().then(() => (init_wren(), wren_exports)).then((module) => module.wren),
5318
7235
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
5319
7236
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
5320
7237
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
5321
7238
  xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
5322
7239
  yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
7240
+ zeek: () => Promise.resolve().then(() => (init_zeek(), zeek_exports)).then((module) => module.zeek),
5323
7241
  zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
7242
+ ziggy: () => Promise.resolve().then(() => (init_ziggy(), ziggy_exports)).then((module) => module.ziggy),
5324
7243
  zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
5325
7244
  };
5326
7245
  var loadLanguage = (slug) => languageLoaders[slug]?.();