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/index.cjs CHANGED
@@ -122,6 +122,44 @@ var init_ada = __esm({
122
122
  }
123
123
  });
124
124
 
125
+ // src/languages/agda.ts
126
+ var agda_exports = {};
127
+ __export(agda_exports, {
128
+ agda: () => exports.agda
129
+ });
130
+ exports.agda = void 0;
131
+ var init_agda = __esm({
132
+ "src/languages/agda.ts"() {
133
+ exports.agda = {
134
+ slug: "agda",
135
+ publishedDate: "2007-01-01",
136
+ extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"],
137
+ author: "Ulf Norell / Chalmers University of Technology",
138
+ website: "https://wiki.portal.chalmers.se/agda/",
139
+ paradigms: ["functional", "dependently typed", "total", "proof-oriented"],
140
+ tooling: {
141
+ runtimes: ["GHC", "JavaScript"],
142
+ packageManagers: ["Cabal", "Stack"],
143
+ ecosystems: ["Haskell", "Formal methods", "Proof assistants"]
144
+ },
145
+ version: "2.8.0",
146
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_agda.svg",
147
+ i18n: {
148
+ en: {
149
+ name: "Agda",
150
+ description: "A dependently typed functional language and proof assistant.",
151
+ 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."
152
+ },
153
+ es: {
154
+ name: "Agda",
155
+ description: "Un lenguaje funcional con tipos dependientes y asistente de pruebas.",
156
+ 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."
157
+ }
158
+ }
159
+ };
160
+ }
161
+ });
162
+
125
163
  // src/languages/antlr.ts
126
164
  var antlr_exports = {};
127
165
  __export(antlr_exports, {
@@ -615,12 +653,12 @@ var init_batch = __esm({
615
653
  // src/languages/bazel.ts
616
654
  var bazel_exports = {};
617
655
  __export(bazel_exports, {
618
- bazel: () => bazel
656
+ bazel: () => exports.bazel
619
657
  });
620
- var bazel;
658
+ exports.bazel = void 0;
621
659
  var init_bazel = __esm({
622
660
  "src/languages/bazel.ts"() {
623
- bazel = {
661
+ exports.bazel = {
624
662
  slug: "bazel",
625
663
  publishedDate: "2015-03-25",
626
664
  extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
@@ -653,12 +691,12 @@ var init_bazel = __esm({
653
691
  // src/languages/bicep.ts
654
692
  var bicep_exports = {};
655
693
  __export(bicep_exports, {
656
- bicep: () => bicep
694
+ bicep: () => exports.bicep
657
695
  });
658
- var bicep;
696
+ exports.bicep = void 0;
659
697
  var init_bicep = __esm({
660
698
  "src/languages/bicep.ts"() {
661
- bicep = {
699
+ exports.bicep = {
662
700
  slug: "bicep",
663
701
  publishedDate: "2020-09-01",
664
702
  extensions: [".bicep", ".bicepparam"],
@@ -691,12 +729,12 @@ var init_bicep = __esm({
691
729
  // src/languages/blade.ts
692
730
  var blade_exports = {};
693
731
  __export(blade_exports, {
694
- blade: () => blade
732
+ blade: () => exports.blade
695
733
  });
696
- var blade;
734
+ exports.blade = void 0;
697
735
  var init_blade = __esm({
698
736
  "src/languages/blade.ts"() {
699
- blade = {
737
+ exports.blade = {
700
738
  slug: "blade",
701
739
  publishedDate: "2011-06-09",
702
740
  extensions: [".blade.php"],
@@ -764,6 +802,120 @@ var init_c = __esm({
764
802
  }
765
803
  });
766
804
 
805
+ // src/languages/carbon.ts
806
+ var carbon_exports = {};
807
+ __export(carbon_exports, {
808
+ carbon: () => exports.carbon
809
+ });
810
+ exports.carbon = void 0;
811
+ var init_carbon = __esm({
812
+ "src/languages/carbon.ts"() {
813
+ exports.carbon = {
814
+ slug: "carbon",
815
+ publishedDate: "2022-07-19",
816
+ extensions: [".carbon"],
817
+ author: "Carbon Language Project",
818
+ website: "https://docs.carbon-lang.dev",
819
+ paradigms: ["imperative", "object-oriented", "generic", "statically typed"],
820
+ tooling: {
821
+ runtimes: ["LLVM"],
822
+ packageManagers: ["Bazel"],
823
+ ecosystems: ["C++", "Systems programming"]
824
+ },
825
+ version: "0.0.0 nightly",
826
+ logo: "https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png",
827
+ i18n: {
828
+ en: {
829
+ name: "Carbon",
830
+ description: "An experimental successor language for C++ interoperability and migration.",
831
+ 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."
832
+ },
833
+ es: {
834
+ name: "Carbon",
835
+ description: "Un lenguaje experimental sucesor para interoperabilidad y migracion desde C++.",
836
+ 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."
837
+ }
838
+ }
839
+ };
840
+ }
841
+ });
842
+
843
+ // src/languages/chapel.ts
844
+ var chapel_exports = {};
845
+ __export(chapel_exports, {
846
+ chapel: () => exports.chapel
847
+ });
848
+ exports.chapel = void 0;
849
+ var init_chapel = __esm({
850
+ "src/languages/chapel.ts"() {
851
+ exports.chapel = {
852
+ slug: "chapel",
853
+ publishedDate: "2009-04-01",
854
+ extensions: [".chpl"],
855
+ author: "Cray Inc. / Hewlett Packard Enterprise",
856
+ website: "https://chapel-lang.org",
857
+ paradigms: ["parallel", "imperative", "object-oriented", "generic"],
858
+ tooling: {
859
+ runtimes: ["Chapel runtime"],
860
+ packageManagers: ["Mason"],
861
+ ecosystems: ["High-performance computing", "Parallel computing"]
862
+ },
863
+ version: "2.6.0",
864
+ logo: "https://chapel-lang.org/images/chapel-logo.png",
865
+ i18n: {
866
+ en: {
867
+ name: "Chapel",
868
+ description: "A productive parallel programming language for scalable systems.",
869
+ 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."
870
+ },
871
+ es: {
872
+ name: "Chapel",
873
+ description: "Un lenguaje de programacion paralela productivo para sistemas escalables.",
874
+ 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."
875
+ }
876
+ }
877
+ };
878
+ }
879
+ });
880
+
881
+ // src/languages/circom.ts
882
+ var circom_exports = {};
883
+ __export(circom_exports, {
884
+ circom: () => exports.circom
885
+ });
886
+ exports.circom = void 0;
887
+ var init_circom = __esm({
888
+ "src/languages/circom.ts"() {
889
+ exports.circom = {
890
+ slug: "circom",
891
+ publishedDate: "2018-01-01",
892
+ extensions: [".circom"],
893
+ author: "iden3",
894
+ website: "https://docs.circom.io",
895
+ paradigms: ["declarative", "constraint-based", "domain-specific"],
896
+ tooling: {
897
+ runtimes: ["circom compiler", "WebAssembly", "C++"],
898
+ packageManagers: ["npm", "Cargo"],
899
+ ecosystems: ["Zero-knowledge proofs", "Ethereum", "zkSNARKs"]
900
+ },
901
+ version: "2.2.3",
902
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_circom.svg",
903
+ i18n: {
904
+ en: {
905
+ name: "Circom",
906
+ description: "A DSL for writing arithmetic circuits used in zero-knowledge proofs.",
907
+ 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."
908
+ },
909
+ es: {
910
+ name: "Circom",
911
+ description: "Un DSL para escribir circuitos aritmeticos usados en pruebas de conocimiento cero.",
912
+ 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."
913
+ }
914
+ }
915
+ };
916
+ }
917
+ });
918
+
767
919
  // src/languages/clojure.ts
768
920
  var clojure_exports = {};
769
921
  __export(clojure_exports, {
@@ -952,6 +1104,44 @@ var init_coldfusion = __esm({
952
1104
  }
953
1105
  });
954
1106
 
1107
+ // src/languages/coq.ts
1108
+ var coq_exports = {};
1109
+ __export(coq_exports, {
1110
+ coq: () => exports.coq
1111
+ });
1112
+ exports.coq = void 0;
1113
+ var init_coq = __esm({
1114
+ "src/languages/coq.ts"() {
1115
+ exports.coq = {
1116
+ slug: "coq",
1117
+ publishedDate: "1989-01-01",
1118
+ extensions: [".v"],
1119
+ author: "INRIA / Rocq Prover Development Team",
1120
+ website: "https://rocq-prover.org",
1121
+ paradigms: ["functional", "dependently typed", "proof-oriented", "tactic-based"],
1122
+ tooling: {
1123
+ runtimes: ["Rocq Prover", "OCaml"],
1124
+ packageManagers: ["opam", "Rocq Platform"],
1125
+ ecosystems: ["Formal methods", "Proof assistants", "OCaml"]
1126
+ },
1127
+ version: "9.2.0",
1128
+ logo: "https://avatars.githubusercontent.com/u/621198?v=4",
1129
+ i18n: {
1130
+ en: {
1131
+ name: "Coq / Rocq",
1132
+ description: "A proof assistant and dependently typed language for certified mathematics and software.",
1133
+ 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."
1134
+ },
1135
+ es: {
1136
+ name: "Coq / Rocq",
1137
+ description: "Un asistente de pruebas y lenguaje con tipos dependientes para software certificado.",
1138
+ 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."
1139
+ }
1140
+ }
1141
+ };
1142
+ }
1143
+ });
1144
+
955
1145
  // src/languages/cpp.ts
956
1146
  var cpp_exports = {};
957
1147
  __export(cpp_exports, {
@@ -1140,12 +1330,12 @@ var init_cuda = __esm({
1140
1330
  // src/languages/cue.ts
1141
1331
  var cue_exports = {};
1142
1332
  __export(cue_exports, {
1143
- cue: () => cue
1333
+ cue: () => exports.cue
1144
1334
  });
1145
- var cue;
1335
+ exports.cue = void 0;
1146
1336
  var init_cue = __esm({
1147
1337
  "src/languages/cue.ts"() {
1148
- cue = {
1338
+ exports.cue = {
1149
1339
  slug: "cue",
1150
1340
  publishedDate: "2019-02-27",
1151
1341
  extensions: [".cue"],
@@ -1289,6 +1479,82 @@ var init_dart = __esm({
1289
1479
  }
1290
1480
  });
1291
1481
 
1482
+ // src/languages/dhall.ts
1483
+ var dhall_exports = {};
1484
+ __export(dhall_exports, {
1485
+ dhall: () => exports.dhall
1486
+ });
1487
+ exports.dhall = void 0;
1488
+ var init_dhall = __esm({
1489
+ "src/languages/dhall.ts"() {
1490
+ exports.dhall = {
1491
+ slug: "dhall",
1492
+ publishedDate: "2016-12-22",
1493
+ extensions: [".dhall"],
1494
+ author: "Gabriel Gonzalez",
1495
+ website: "https://dhall-lang.org",
1496
+ paradigms: ["functional", "declarative", "statically typed", "configuration"],
1497
+ tooling: {
1498
+ runtimes: ["dhall"],
1499
+ packageManagers: ["Cabal", "Stack", "Nix"],
1500
+ ecosystems: ["Configuration", "Haskell", "DevOps"]
1501
+ },
1502
+ version: "23.1.0",
1503
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_dhall.svg",
1504
+ i18n: {
1505
+ en: {
1506
+ name: "Dhall",
1507
+ description: "A programmable, typed configuration language that normalizes safely.",
1508
+ 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."
1509
+ },
1510
+ es: {
1511
+ name: "Dhall",
1512
+ description: "Un lenguaje de configuracion programable, tipado y de normalizacion segura.",
1513
+ 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."
1514
+ }
1515
+ }
1516
+ };
1517
+ }
1518
+ });
1519
+
1520
+ // src/languages/dita.ts
1521
+ var dita_exports = {};
1522
+ __export(dita_exports, {
1523
+ dita: () => exports.dita
1524
+ });
1525
+ exports.dita = void 0;
1526
+ var init_dita = __esm({
1527
+ "src/languages/dita.ts"() {
1528
+ exports.dita = {
1529
+ slug: "dita",
1530
+ publishedDate: "2005-05-03",
1531
+ extensions: [".dita", ".ditamap", ".ditaval"],
1532
+ author: "OASIS",
1533
+ website: "https://www.oasis-open.org/standard/dita/",
1534
+ paradigms: ["markup", "structured authoring", "XML-based", "documentation"],
1535
+ tooling: {
1536
+ runtimes: ["DITA Open Toolkit"],
1537
+ packageManagers: ["npm", "Maven"],
1538
+ ecosystems: ["Technical writing", "XML", "Publishing"]
1539
+ },
1540
+ version: "1.3",
1541
+ logo: "https://avatars.githubusercontent.com/u/20116735?v=4",
1542
+ i18n: {
1543
+ en: {
1544
+ name: "DITA",
1545
+ description: "An XML-based architecture for structured technical documentation.",
1546
+ 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."
1547
+ },
1548
+ es: {
1549
+ name: "DITA",
1550
+ description: "Una arquitectura basada en XML para documentacion tecnica estructurada.",
1551
+ 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."
1552
+ }
1553
+ }
1554
+ };
1555
+ }
1556
+ });
1557
+
1292
1558
  // src/languages/dockerfile.ts
1293
1559
  var dockerfile_exports = {};
1294
1560
  __export(dockerfile_exports, {
@@ -1326,6 +1592,44 @@ var init_dockerfile = __esm({
1326
1592
  }
1327
1593
  });
1328
1594
 
1595
+ // src/languages/earthly.ts
1596
+ var earthly_exports = {};
1597
+ __export(earthly_exports, {
1598
+ earthly: () => exports.earthly
1599
+ });
1600
+ exports.earthly = void 0;
1601
+ var init_earthly = __esm({
1602
+ "src/languages/earthly.ts"() {
1603
+ exports.earthly = {
1604
+ slug: "earthly",
1605
+ publishedDate: "2020-04-15",
1606
+ extensions: ["Earthfile"],
1607
+ author: "Earthly Technologies",
1608
+ website: "https://earthly.dev",
1609
+ paradigms: ["declarative", "build automation", "container-based"],
1610
+ tooling: {
1611
+ runtimes: ["Earthly", "BuildKit", "Docker"],
1612
+ packageManagers: ["Docker"],
1613
+ ecosystems: ["CI/CD", "Containers", "DevOps"]
1614
+ },
1615
+ version: "0.8.16",
1616
+ logo: "https://avatars.githubusercontent.com/u/63060917?v=4",
1617
+ i18n: {
1618
+ en: {
1619
+ name: "Earthly",
1620
+ description: "A container-oriented build language for repeatable CI/CD pipelines.",
1621
+ 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."
1622
+ },
1623
+ es: {
1624
+ name: "Earthly",
1625
+ description: "Un lenguaje de builds orientado a contenedores para pipelines CI/CD repetibles.",
1626
+ 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."
1627
+ }
1628
+ }
1629
+ };
1630
+ }
1631
+ });
1632
+
1329
1633
  // src/languages/elixir.ts
1330
1634
  var elixir_exports = {};
1331
1635
  __export(elixir_exports, {
@@ -1632,12 +1936,12 @@ var init_fsharp = __esm({
1632
1936
  // src/languages/gdscript.ts
1633
1937
  var gdscript_exports = {};
1634
1938
  __export(gdscript_exports, {
1635
- gdscript: () => gdscript
1939
+ gdscript: () => exports.gdscript
1636
1940
  });
1637
- var gdscript;
1941
+ exports.gdscript = void 0;
1638
1942
  var init_gdscript = __esm({
1639
1943
  "src/languages/gdscript.ts"() {
1640
- gdscript = {
1944
+ exports.gdscript = {
1641
1945
  slug: "gdscript",
1642
1946
  publishedDate: "2014-12-15",
1643
1947
  extensions: [".gd"],
@@ -1932,15 +2236,91 @@ var init_groovy = __esm({
1932
2236
  }
1933
2237
  });
1934
2238
 
2239
+ // src/languages/hack.ts
2240
+ var hack_exports = {};
2241
+ __export(hack_exports, {
2242
+ hack: () => exports.hack
2243
+ });
2244
+ exports.hack = void 0;
2245
+ var init_hack = __esm({
2246
+ "src/languages/hack.ts"() {
2247
+ exports.hack = {
2248
+ slug: "hack",
2249
+ publishedDate: "2014-03-20",
2250
+ extensions: [".hack", ".hh", ".hhi"],
2251
+ author: "Meta",
2252
+ website: "https://docs.hhvm.com/hack/",
2253
+ paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
2254
+ tooling: {
2255
+ runtimes: ["HHVM"],
2256
+ packageManagers: ["Composer"],
2257
+ ecosystems: ["HHVM", "Web", "PHP"]
2258
+ },
2259
+ version: "HHVM 4.x",
2260
+ logo: "https://upload.wikimedia.org/wikipedia/commons/a/a7/Hack_%28programming_language%29_logo.svg",
2261
+ i18n: {
2262
+ en: {
2263
+ name: "Hack",
2264
+ description: "A gradually typed language for HHVM with PHP heritage.",
2265
+ 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."
2266
+ },
2267
+ es: {
2268
+ name: "Hack",
2269
+ description: "Un lenguaje con tipado gradual para HHVM con herencia de PHP.",
2270
+ 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."
2271
+ }
2272
+ }
2273
+ };
2274
+ }
2275
+ });
2276
+
2277
+ // src/languages/haml.ts
2278
+ var haml_exports = {};
2279
+ __export(haml_exports, {
2280
+ haml: () => exports.haml
2281
+ });
2282
+ exports.haml = void 0;
2283
+ var init_haml = __esm({
2284
+ "src/languages/haml.ts"() {
2285
+ exports.haml = {
2286
+ slug: "haml",
2287
+ publishedDate: "2006-10-01",
2288
+ extensions: [".haml"],
2289
+ author: "Hampton Catlin",
2290
+ website: "https://haml.info",
2291
+ paradigms: ["template", "markup", "declarative"],
2292
+ tooling: {
2293
+ runtimes: ["Ruby"],
2294
+ packageManagers: ["RubyGems", "Bundler"],
2295
+ ecosystems: ["Ruby", "Ruby on Rails", "Web"]
2296
+ },
2297
+ version: "7.2.0",
2298
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg",
2299
+ i18n: {
2300
+ en: {
2301
+ name: "Haml",
2302
+ description: "A whitespace-sensitive template language for writing HTML tersely.",
2303
+ 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."
2304
+ },
2305
+ es: {
2306
+ name: "Haml",
2307
+ description: "Un lenguaje de templates sensible a espacios para escribir HTML de forma concisa.",
2308
+ 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."
2309
+ }
2310
+ }
2311
+ };
2312
+ }
2313
+ });
2314
+
1935
2315
  // src/languages/handlebars.ts
1936
2316
  var handlebars_exports = {};
1937
2317
  __export(handlebars_exports, {
1938
- handlebars: () => handlebars
2318
+ handlebars: () => exports.handlebars
1939
2319
  });
1940
- var handlebars;
2320
+ exports.handlebars = void 0;
1941
2321
  var init_handlebars = __esm({
1942
2322
  "src/languages/handlebars.ts"() {
1943
- handlebars = {
2323
+ exports.handlebars = {
1944
2324
  slug: "handlebars",
1945
2325
  publishedDate: "2010-07-01",
1946
2326
  extensions: [".hbs", ".handlebars"],
@@ -2087,12 +2467,12 @@ var init_hcl = __esm({
2087
2467
  // src/languages/hlsl.ts
2088
2468
  var hlsl_exports = {};
2089
2469
  __export(hlsl_exports, {
2090
- hlsl: () => hlsl
2470
+ hlsl: () => exports.hlsl
2091
2471
  });
2092
- var hlsl;
2472
+ exports.hlsl = void 0;
2093
2473
  var init_hlsl = __esm({
2094
2474
  "src/languages/hlsl.ts"() {
2095
- hlsl = {
2475
+ exports.hlsl = {
2096
2476
  slug: "hlsl",
2097
2477
  publishedDate: "2002-12-01",
2098
2478
  extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
@@ -2155,6 +2535,44 @@ var init_html = __esm({
2155
2535
  }
2156
2536
  });
2157
2537
 
2538
+ // src/languages/idris.ts
2539
+ var idris_exports = {};
2540
+ __export(idris_exports, {
2541
+ idris: () => exports.idris
2542
+ });
2543
+ exports.idris = void 0;
2544
+ var init_idris = __esm({
2545
+ "src/languages/idris.ts"() {
2546
+ exports.idris = {
2547
+ slug: "idris",
2548
+ publishedDate: "2009-01-01",
2549
+ extensions: [".idr", ".lidr", ".ipkg"],
2550
+ author: "Edwin Brady",
2551
+ website: "https://www.idris-lang.org",
2552
+ paradigms: ["functional", "dependently typed", "total", "statically typed"],
2553
+ tooling: {
2554
+ runtimes: ["Chez Scheme", "Racket", "JavaScript", "Node.js"],
2555
+ packageManagers: ["pack", "idris2"],
2556
+ ecosystems: ["Formal methods", "Functional programming"]
2557
+ },
2558
+ version: "0.8.0",
2559
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_idris.svg",
2560
+ i18n: {
2561
+ en: {
2562
+ name: "Idris",
2563
+ description: "A dependently typed functional language focused on practical programs.",
2564
+ 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."
2565
+ },
2566
+ es: {
2567
+ name: "Idris",
2568
+ description: "Un lenguaje funcional con tipos dependientes enfocado en programas practicos.",
2569
+ 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."
2570
+ }
2571
+ }
2572
+ };
2573
+ }
2574
+ });
2575
+
2158
2576
  // src/languages/ini.ts
2159
2577
  var ini_exports = {};
2160
2578
  __export(ini_exports, {
@@ -2191,6 +2609,44 @@ var init_ini = __esm({
2191
2609
  }
2192
2610
  });
2193
2611
 
2612
+ // src/languages/janet.ts
2613
+ var janet_exports = {};
2614
+ __export(janet_exports, {
2615
+ janet: () => exports.janet
2616
+ });
2617
+ exports.janet = void 0;
2618
+ var init_janet = __esm({
2619
+ "src/languages/janet.ts"() {
2620
+ exports.janet = {
2621
+ slug: "janet",
2622
+ publishedDate: "2017-09-01",
2623
+ extensions: [".janet", ".jdn"],
2624
+ author: "Calvin Rose",
2625
+ website: "https://janet-lang.org",
2626
+ paradigms: ["functional", "imperative", "lisp", "embedded"],
2627
+ tooling: {
2628
+ runtimes: ["Janet VM"],
2629
+ packageManagers: ["jpm"],
2630
+ ecosystems: ["Scripting", "Embedded systems", "Command-line tools"]
2631
+ },
2632
+ version: "1.39.1",
2633
+ logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg",
2634
+ i18n: {
2635
+ en: {
2636
+ name: "Janet",
2637
+ description: "A small Lisp-like language and embeddable runtime for scripting.",
2638
+ 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."
2639
+ },
2640
+ es: {
2641
+ name: "Janet",
2642
+ description: "Un lenguaje pequeno tipo Lisp y runtime embebible para scripting.",
2643
+ 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."
2644
+ }
2645
+ }
2646
+ };
2647
+ }
2648
+ });
2649
+
2194
2650
  // src/languages/java.ts
2195
2651
  var java_exports = {};
2196
2652
  __export(java_exports, {
@@ -2270,12 +2726,12 @@ var init_javascript = __esm({
2270
2726
  // src/languages/jinja.ts
2271
2727
  var jinja_exports = {};
2272
2728
  __export(jinja_exports, {
2273
- jinja: () => jinja
2729
+ jinja: () => exports.jinja
2274
2730
  });
2275
- var jinja;
2731
+ exports.jinja = void 0;
2276
2732
  var init_jinja = __esm({
2277
2733
  "src/languages/jinja.ts"() {
2278
- jinja = {
2734
+ exports.jinja = {
2279
2735
  slug: "jinja",
2280
2736
  publishedDate: "2008-07-17",
2281
2737
  extensions: [".jinja", ".jinja2", ".j2"],
@@ -2490,6 +2946,44 @@ var init_kotlin = __esm({
2490
2946
  }
2491
2947
  });
2492
2948
 
2949
+ // src/languages/lean.ts
2950
+ var lean_exports = {};
2951
+ __export(lean_exports, {
2952
+ lean: () => exports.lean
2953
+ });
2954
+ exports.lean = void 0;
2955
+ var init_lean = __esm({
2956
+ "src/languages/lean.ts"() {
2957
+ exports.lean = {
2958
+ slug: "lean",
2959
+ publishedDate: "2013-06-16",
2960
+ extensions: [".lean"],
2961
+ author: "Leonardo de Moura / Microsoft Research",
2962
+ website: "https://lean-lang.org",
2963
+ paradigms: ["functional", "dependently typed", "proof-oriented", "metaprogramming"],
2964
+ tooling: {
2965
+ runtimes: ["Lean"],
2966
+ packageManagers: ["Lake", "elan"],
2967
+ ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
2968
+ },
2969
+ version: "4.29.1",
2970
+ logo: "https://cdn.simpleicons.org/leanpub/262425",
2971
+ i18n: {
2972
+ en: {
2973
+ name: "Lean",
2974
+ description: "A theorem prover and functional language for formalized mathematics and software.",
2975
+ 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."
2976
+ },
2977
+ es: {
2978
+ name: "Lean",
2979
+ description: "Un demostrador de teoremas y lenguaje funcional para matematica y software formalizados.",
2980
+ 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."
2981
+ }
2982
+ }
2983
+ };
2984
+ }
2985
+ });
2986
+
2493
2987
  // src/languages/less.ts
2494
2988
  var less_exports = {};
2495
2989
  __export(less_exports, {
@@ -2531,12 +3025,12 @@ var init_less = __esm({
2531
3025
  // src/languages/liquid.ts
2532
3026
  var liquid_exports = {};
2533
3027
  __export(liquid_exports, {
2534
- liquid: () => liquid
3028
+ liquid: () => exports.liquid
2535
3029
  });
2536
- var liquid;
3030
+ exports.liquid = void 0;
2537
3031
  var init_liquid = __esm({
2538
3032
  "src/languages/liquid.ts"() {
2539
- liquid = {
3033
+ exports.liquid = {
2540
3034
  slug: "liquid",
2541
3035
  publishedDate: "2006-06-01",
2542
3036
  extensions: [".liquid"],
@@ -2604,6 +3098,44 @@ var init_lisp = __esm({
2604
3098
  }
2605
3099
  });
2606
3100
 
3101
+ // src/languages/llvm-ir.ts
3102
+ var llvm_ir_exports = {};
3103
+ __export(llvm_ir_exports, {
3104
+ llvmIr: () => exports.llvmIr
3105
+ });
3106
+ exports.llvmIr = void 0;
3107
+ var init_llvm_ir = __esm({
3108
+ "src/languages/llvm-ir.ts"() {
3109
+ exports.llvmIr = {
3110
+ slug: "llvm-ir",
3111
+ publishedDate: "2003-10-01",
3112
+ extensions: [".ll", ".bc"],
3113
+ author: "LLVM Project",
3114
+ website: "https://llvm.org/docs/LangRef.html",
3115
+ paradigms: ["intermediate representation", "static single assignment", "compiler"],
3116
+ tooling: {
3117
+ runtimes: ["LLVM"],
3118
+ packageManagers: ["LLVM releases"],
3119
+ ecosystems: ["Compilers", "Systems programming", "Toolchains"]
3120
+ },
3121
+ version: "22.1.5",
3122
+ logo: "https://cdn.simpleicons.org/llvm/262D3A",
3123
+ i18n: {
3124
+ en: {
3125
+ name: "LLVM IR",
3126
+ description: "The typed intermediate representation used by the LLVM compiler infrastructure.",
3127
+ 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."
3128
+ },
3129
+ es: {
3130
+ name: "LLVM IR",
3131
+ description: "La representacion intermedia tipada usada por la infraestructura de compiladores LLVM.",
3132
+ 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."
3133
+ }
3134
+ }
3135
+ };
3136
+ }
3137
+ });
3138
+
2607
3139
  // src/languages/lua.ts
2608
3140
  var lua_exports = {};
2609
3141
  __export(lua_exports, {
@@ -2642,6 +3174,44 @@ var init_lua = __esm({
2642
3174
  }
2643
3175
  });
2644
3176
 
3177
+ // src/languages/luau.ts
3178
+ var luau_exports = {};
3179
+ __export(luau_exports, {
3180
+ luau: () => exports.luau
3181
+ });
3182
+ exports.luau = void 0;
3183
+ var init_luau = __esm({
3184
+ "src/languages/luau.ts"() {
3185
+ exports.luau = {
3186
+ slug: "luau",
3187
+ publishedDate: "2021-11-03",
3188
+ extensions: [".luau"],
3189
+ author: "Roblox",
3190
+ website: "https://luau.org",
3191
+ paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
3192
+ tooling: {
3193
+ runtimes: ["Luau VM", "Roblox"],
3194
+ packageManagers: ["Wally", "Pesde"],
3195
+ ecosystems: ["Roblox", "Games", "Embedded scripting"]
3196
+ },
3197
+ version: "0.719",
3198
+ logo: "https://cdn.simpleicons.org/roblox/000000",
3199
+ i18n: {
3200
+ en: {
3201
+ name: "Luau",
3202
+ description: "A fast Lua-derived scripting language with gradual typing.",
3203
+ 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."
3204
+ },
3205
+ es: {
3206
+ name: "Luau",
3207
+ description: "Un lenguaje de scripting derivado de Lua, rapido y con tipado gradual.",
3208
+ 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."
3209
+ }
3210
+ }
3211
+ };
3212
+ }
3213
+ });
3214
+
2645
3215
  // src/languages/makefile.ts
2646
3216
  var makefile_exports = {};
2647
3217
  __export(makefile_exports, {
@@ -2679,6 +3249,44 @@ var init_makefile = __esm({
2679
3249
  }
2680
3250
  });
2681
3251
 
3252
+ // src/languages/mako.ts
3253
+ var mako_exports = {};
3254
+ __export(mako_exports, {
3255
+ mako: () => exports.mako
3256
+ });
3257
+ exports.mako = void 0;
3258
+ var init_mako = __esm({
3259
+ "src/languages/mako.ts"() {
3260
+ exports.mako = {
3261
+ slug: "mako",
3262
+ publishedDate: "2006-07-17",
3263
+ extensions: [".mako", ".mao"],
3264
+ author: "Michael Bayer / Mako contributors",
3265
+ website: "https://www.makotemplates.org",
3266
+ paradigms: ["templating", "declarative", "scripting"],
3267
+ tooling: {
3268
+ runtimes: ["Python"],
3269
+ packageManagers: ["pip", "uv", "Poetry"],
3270
+ ecosystems: ["Python", "Web", "Documentation"]
3271
+ },
3272
+ version: "1.3.10",
3273
+ logo: "https://cdn.simpleicons.org/python/3776AB",
3274
+ i18n: {
3275
+ en: {
3276
+ name: "Mako",
3277
+ description: "A Python template language for generating text, HTML, and source artifacts.",
3278
+ 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."
3279
+ },
3280
+ es: {
3281
+ name: "Mako",
3282
+ description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
3283
+ 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."
3284
+ }
3285
+ }
3286
+ };
3287
+ }
3288
+ });
3289
+
2682
3290
  // src/languages/markdown.ts
2683
3291
  var markdown_exports = {};
2684
3292
  __export(markdown_exports, {
@@ -2712,6 +3320,43 @@ var init_markdown = __esm({
2712
3320
  }
2713
3321
  });
2714
3322
 
3323
+ // src/languages/mathematica.ts
3324
+ var mathematica_exports = {};
3325
+ __export(mathematica_exports, {
3326
+ mathematica: () => exports.mathematica
3327
+ });
3328
+ exports.mathematica = void 0;
3329
+ var init_mathematica = __esm({
3330
+ "src/languages/mathematica.ts"() {
3331
+ exports.mathematica = {
3332
+ slug: "mathematica",
3333
+ publishedDate: "1988-06-23",
3334
+ extensions: [".wl", ".wls", ".nb"],
3335
+ author: "Stephen Wolfram / Wolfram Research",
3336
+ website: "https://www.wolfram.com/language/",
3337
+ paradigms: ["symbolic", "functional", "rule-based", "notebook"],
3338
+ tooling: {
3339
+ runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
3340
+ ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
3341
+ },
3342
+ version: "14.3",
3343
+ logo: "https://cdn.simpleicons.org/wolfram/DD1100",
3344
+ i18n: {
3345
+ en: {
3346
+ name: "Wolfram Language",
3347
+ description: "A symbolic computation language used by Mathematica and Wolfram tools.",
3348
+ 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."
3349
+ },
3350
+ es: {
3351
+ name: "Wolfram Language",
3352
+ description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
3353
+ 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."
3354
+ }
3355
+ }
3356
+ };
3357
+ }
3358
+ });
3359
+
2715
3360
  // src/languages/matlab.ts
2716
3361
  var matlab_exports = {};
2717
3362
  __export(matlab_exports, {
@@ -2753,12 +3398,12 @@ var init_matlab = __esm({
2753
3398
  // src/languages/mdx.ts
2754
3399
  var mdx_exports = {};
2755
3400
  __export(mdx_exports, {
2756
- mdx: () => mdx
3401
+ mdx: () => exports.mdx
2757
3402
  });
2758
- var mdx;
3403
+ exports.mdx = void 0;
2759
3404
  var init_mdx = __esm({
2760
3405
  "src/languages/mdx.ts"() {
2761
- mdx = {
3406
+ exports.mdx = {
2762
3407
  slug: "mdx",
2763
3408
  publishedDate: "2018-03-23",
2764
3409
  extensions: [".mdx"],
@@ -2791,12 +3436,12 @@ var init_mdx = __esm({
2791
3436
  // src/languages/mermaid.ts
2792
3437
  var mermaid_exports = {};
2793
3438
  __export(mermaid_exports, {
2794
- mermaid: () => mermaid
3439
+ mermaid: () => exports.mermaid
2795
3440
  });
2796
- var mermaid;
3441
+ exports.mermaid = void 0;
2797
3442
  var init_mermaid = __esm({
2798
3443
  "src/languages/mermaid.ts"() {
2799
- mermaid = {
3444
+ exports.mermaid = {
2800
3445
  slug: "mermaid",
2801
3446
  publishedDate: "2014-11-04",
2802
3447
  extensions: [".mmd", ".mermaid"],
@@ -2901,6 +3546,82 @@ var init_metal = __esm({
2901
3546
  }
2902
3547
  });
2903
3548
 
3549
+ // src/languages/mojo.ts
3550
+ var mojo_exports = {};
3551
+ __export(mojo_exports, {
3552
+ mojo: () => exports.mojo
3553
+ });
3554
+ exports.mojo = void 0;
3555
+ var init_mojo = __esm({
3556
+ "src/languages/mojo.ts"() {
3557
+ exports.mojo = {
3558
+ slug: "mojo",
3559
+ publishedDate: "2023-05-02",
3560
+ extensions: [".mojo"],
3561
+ author: "Modular",
3562
+ website: "https://www.modular.com/mojo",
3563
+ paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
3564
+ tooling: {
3565
+ runtimes: ["Mojo toolchain", "MAX"],
3566
+ packageManagers: ["pixi", "pip"],
3567
+ ecosystems: ["AI", "Accelerators", "Python"]
3568
+ },
3569
+ version: "0.26.1",
3570
+ logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
3571
+ i18n: {
3572
+ en: {
3573
+ name: "Mojo",
3574
+ description: "A systems-oriented language for AI and accelerator-aware programming.",
3575
+ 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."
3576
+ },
3577
+ es: {
3578
+ name: "Mojo",
3579
+ description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
3580
+ 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."
3581
+ }
3582
+ }
3583
+ };
3584
+ }
3585
+ });
3586
+
3587
+ // src/languages/moonbit.ts
3588
+ var moonbit_exports = {};
3589
+ __export(moonbit_exports, {
3590
+ moonbit: () => exports.moonbit
3591
+ });
3592
+ exports.moonbit = void 0;
3593
+ var init_moonbit = __esm({
3594
+ "src/languages/moonbit.ts"() {
3595
+ exports.moonbit = {
3596
+ slug: "moonbit",
3597
+ publishedDate: "2023-08-18",
3598
+ extensions: [".mbt"],
3599
+ author: "MoonBit Team",
3600
+ website: "https://www.moonbitlang.com",
3601
+ paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
3602
+ tooling: {
3603
+ runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
3604
+ packageManagers: ["moon"],
3605
+ ecosystems: ["WebAssembly", "Web", "Embedded"]
3606
+ },
3607
+ version: "0.9.2",
3608
+ logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
3609
+ i18n: {
3610
+ en: {
3611
+ name: "MoonBit",
3612
+ description: "A statically typed language and toolchain designed for WebAssembly output.",
3613
+ 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."
3614
+ },
3615
+ es: {
3616
+ name: "MoonBit",
3617
+ description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
3618
+ 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."
3619
+ }
3620
+ }
3621
+ };
3622
+ }
3623
+ });
3624
+
2904
3625
  // src/languages/nginx.ts
2905
3626
  var nginx_exports = {};
2906
3627
  __export(nginx_exports, {
@@ -3090,10 +3811,85 @@ var init_ocaml = __esm({
3090
3811
  }
3091
3812
  });
3092
3813
 
3093
- // src/languages/pascal.ts
3094
- var pascal_exports = {};
3095
- __export(pascal_exports, {
3096
- pascal: () => exports.pascal
3814
+ // src/languages/odin.ts
3815
+ var odin_exports = {};
3816
+ __export(odin_exports, {
3817
+ odin: () => exports.odin
3818
+ });
3819
+ exports.odin = void 0;
3820
+ var init_odin = __esm({
3821
+ "src/languages/odin.ts"() {
3822
+ exports.odin = {
3823
+ slug: "odin",
3824
+ publishedDate: "2016-11-05",
3825
+ extensions: [".odin"],
3826
+ author: "Ginger Bill",
3827
+ website: "https://odin-lang.org",
3828
+ paradigms: ["imperative", "procedural", "systems", "data-oriented"],
3829
+ tooling: {
3830
+ runtimes: ["Odin compiler"],
3831
+ packageManagers: ["odin"],
3832
+ ecosystems: ["Systems", "Game Development", "Native"]
3833
+ },
3834
+ version: "dev-2026-02",
3835
+ logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
3836
+ i18n: {
3837
+ en: {
3838
+ name: "Odin",
3839
+ description: "A data-oriented systems language for native software and game tooling.",
3840
+ 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."
3841
+ },
3842
+ es: {
3843
+ name: "Odin",
3844
+ description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
3845
+ 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."
3846
+ }
3847
+ }
3848
+ };
3849
+ }
3850
+ });
3851
+
3852
+ // src/languages/opencl.ts
3853
+ var opencl_exports = {};
3854
+ __export(opencl_exports, {
3855
+ opencl: () => exports.opencl
3856
+ });
3857
+ exports.opencl = void 0;
3858
+ var init_opencl = __esm({
3859
+ "src/languages/opencl.ts"() {
3860
+ exports.opencl = {
3861
+ slug: "opencl",
3862
+ publishedDate: "2008-12-08",
3863
+ extensions: [".cl", ".clh"],
3864
+ author: "Khronos Group",
3865
+ website: "https://www.khronos.org/opencl/",
3866
+ paradigms: ["parallel", "kernel", "data-parallel", "c-family"],
3867
+ tooling: {
3868
+ runtimes: ["OpenCL Runtime"],
3869
+ ecosystems: ["GPU Compute", "Heterogeneous Computing", "Khronos"]
3870
+ },
3871
+ version: "OpenCL C 3.0",
3872
+ logo: "https://cdn.simpleicons.org/khronosgroup/CC3333",
3873
+ i18n: {
3874
+ en: {
3875
+ name: "OpenCL C",
3876
+ description: "The C-based kernel language for OpenCL heterogeneous compute programs.",
3877
+ 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."
3878
+ },
3879
+ es: {
3880
+ name: "OpenCL C",
3881
+ description: "El lenguaje de kernels basado en C para programas de computo OpenCL.",
3882
+ 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."
3883
+ }
3884
+ }
3885
+ };
3886
+ }
3887
+ });
3888
+
3889
+ // src/languages/pascal.ts
3890
+ var pascal_exports = {};
3891
+ __export(pascal_exports, {
3892
+ pascal: () => exports.pascal
3097
3893
  });
3098
3894
  exports.pascal = void 0;
3099
3895
  var init_pascal = __esm({
@@ -3204,15 +4000,52 @@ var init_php = __esm({
3204
4000
  }
3205
4001
  });
3206
4002
 
4003
+ // src/languages/pine-script.ts
4004
+ var pine_script_exports = {};
4005
+ __export(pine_script_exports, {
4006
+ pineScript: () => exports.pineScript
4007
+ });
4008
+ exports.pineScript = void 0;
4009
+ var init_pine_script = __esm({
4010
+ "src/languages/pine-script.ts"() {
4011
+ exports.pineScript = {
4012
+ slug: "pine-script",
4013
+ publishedDate: "2013-12-01",
4014
+ extensions: [".pine"],
4015
+ author: "TradingView",
4016
+ website: "https://www.tradingview.com/pine-script-docs/",
4017
+ paradigms: ["domain-specific", "time-series", "declarative", "scripting"],
4018
+ tooling: {
4019
+ runtimes: ["TradingView"],
4020
+ ecosystems: ["Charts", "Trading", "Technical Analysis"]
4021
+ },
4022
+ version: "v6",
4023
+ logo: "https://cdn.simpleicons.org/tradingview/131722",
4024
+ i18n: {
4025
+ en: {
4026
+ name: "Pine Script",
4027
+ description: "TradingView's language for indicators, strategies, and chart studies.",
4028
+ 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."
4029
+ },
4030
+ es: {
4031
+ name: "Pine Script",
4032
+ description: "El lenguaje de TradingView para indicadores, estrategias y estudios de graficos.",
4033
+ 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."
4034
+ }
4035
+ }
4036
+ };
4037
+ }
4038
+ });
4039
+
3207
4040
  // src/languages/plantuml.ts
3208
4041
  var plantuml_exports = {};
3209
4042
  __export(plantuml_exports, {
3210
- plantuml: () => plantuml
4043
+ plantuml: () => exports.plantuml
3211
4044
  });
3212
- var plantuml;
4045
+ exports.plantuml = void 0;
3213
4046
  var init_plantuml = __esm({
3214
4047
  "src/languages/plantuml.ts"() {
3215
- plantuml = {
4048
+ exports.plantuml = {
3216
4049
  slug: "plantuml",
3217
4050
  publishedDate: "2009-04-17",
3218
4051
  extensions: [".puml", ".plantuml", ".iuml"],
@@ -3242,6 +4075,81 @@ var init_plantuml = __esm({
3242
4075
  }
3243
4076
  });
3244
4077
 
4078
+ // src/languages/plsql.ts
4079
+ var plsql_exports = {};
4080
+ __export(plsql_exports, {
4081
+ plsql: () => exports.plsql
4082
+ });
4083
+ exports.plsql = void 0;
4084
+ var init_plsql = __esm({
4085
+ "src/languages/plsql.ts"() {
4086
+ exports.plsql = {
4087
+ slug: "plsql",
4088
+ publishedDate: "1992-01-01",
4089
+ extensions: [".pls", ".pks", ".pkb", ".plsql"],
4090
+ author: "Oracle",
4091
+ website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
4092
+ paradigms: ["procedural", "database", "declarative", "imperative"],
4093
+ tooling: {
4094
+ runtimes: ["Oracle Database"],
4095
+ ecosystems: ["Oracle", "SQL", "Enterprise Data"]
4096
+ },
4097
+ version: "Oracle Database 26ai",
4098
+ logo: "https://github.com/oracle.png",
4099
+ i18n: {
4100
+ en: {
4101
+ name: "Oracle PL/SQL",
4102
+ description: "Oracle's procedural extension to SQL for database programs and packages.",
4103
+ 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."
4104
+ },
4105
+ es: {
4106
+ name: "Oracle PL/SQL",
4107
+ description: "La extension procedural de SQL de Oracle para programas y paquetes de base de datos.",
4108
+ 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."
4109
+ }
4110
+ }
4111
+ };
4112
+ }
4113
+ });
4114
+
4115
+ // src/languages/pony.ts
4116
+ var pony_exports = {};
4117
+ __export(pony_exports, {
4118
+ pony: () => exports.pony
4119
+ });
4120
+ exports.pony = void 0;
4121
+ var init_pony = __esm({
4122
+ "src/languages/pony.ts"() {
4123
+ exports.pony = {
4124
+ slug: "pony",
4125
+ publishedDate: "2015-04-29",
4126
+ extensions: [".pony"],
4127
+ author: "Sylvan Clebsch / Pony contributors",
4128
+ website: "https://www.ponylang.io",
4129
+ paradigms: ["actor-model", "object-oriented", "capability-secure", "concurrent"],
4130
+ tooling: {
4131
+ runtimes: ["Pony runtime"],
4132
+ packageManagers: ["ponyup", "corral"],
4133
+ ecosystems: ["Actors", "Native", "Distributed Systems"]
4134
+ },
4135
+ version: "0.61.1",
4136
+ logo: "https://avatars.githubusercontent.com/u/14593805?v=4",
4137
+ i18n: {
4138
+ en: {
4139
+ name: "Pony",
4140
+ description: "An actor language with reference capabilities and data-race safety.",
4141
+ 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."
4142
+ },
4143
+ es: {
4144
+ name: "Pony",
4145
+ description: "Un lenguaje de actores con capacidades de referencia y seguridad ante data races.",
4146
+ 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."
4147
+ }
4148
+ }
4149
+ };
4150
+ }
4151
+ });
4152
+
3245
4153
  // src/languages/powershell.ts
3246
4154
  var powershell_exports = {};
3247
4155
  __export(powershell_exports, {
@@ -3283,12 +4191,12 @@ var init_powershell = __esm({
3283
4191
  // src/languages/prolog.ts
3284
4192
  var prolog_exports = {};
3285
4193
  __export(prolog_exports, {
3286
- prolog: () => prolog
4194
+ prolog: () => exports.prolog
3287
4195
  });
3288
- var prolog;
4196
+ exports.prolog = void 0;
3289
4197
  var init_prolog = __esm({
3290
4198
  "src/languages/prolog.ts"() {
3291
- prolog = {
4199
+ exports.prolog = {
3292
4200
  slug: "prolog",
3293
4201
  publishedDate: "1972-01-01",
3294
4202
  extensions: [".pl", ".pro", ".prolog", ".P"],
@@ -3318,6 +4226,43 @@ var init_prolog = __esm({
3318
4226
  }
3319
4227
  });
3320
4228
 
4229
+ // src/languages/promql.ts
4230
+ var promql_exports = {};
4231
+ __export(promql_exports, {
4232
+ promql: () => exports.promql
4233
+ });
4234
+ exports.promql = void 0;
4235
+ var init_promql = __esm({
4236
+ "src/languages/promql.ts"() {
4237
+ exports.promql = {
4238
+ slug: "promql",
4239
+ publishedDate: "2012-11-24",
4240
+ extensions: [".promql"],
4241
+ author: "Prometheus Authors",
4242
+ website: "https://prometheus.io/docs/prometheus/latest/querying/basics/",
4243
+ paradigms: ["query", "time-series", "declarative", "domain-specific"],
4244
+ tooling: {
4245
+ runtimes: ["Prometheus", "Thanos", "Mimir"],
4246
+ ecosystems: ["Observability", "Metrics", "Monitoring"]
4247
+ },
4248
+ version: "Prometheus 3.x",
4249
+ logo: "https://cdn.simpleicons.org/prometheus/E6522C",
4250
+ i18n: {
4251
+ en: {
4252
+ name: "PromQL",
4253
+ description: "The Prometheus query language for selecting and aggregating metrics.",
4254
+ 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."
4255
+ },
4256
+ es: {
4257
+ name: "PromQL",
4258
+ description: "El lenguaje de consulta de Prometheus para seleccionar y agregar metricas.",
4259
+ 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."
4260
+ }
4261
+ }
4262
+ };
4263
+ }
4264
+ });
4265
+
3321
4266
  // src/languages/protobuf.ts
3322
4267
  var protobuf_exports = {};
3323
4268
  __export(protobuf_exports, {
@@ -3394,6 +4339,44 @@ var init_pug = __esm({
3394
4339
  }
3395
4340
  });
3396
4341
 
4342
+ // src/languages/purescript.ts
4343
+ var purescript_exports = {};
4344
+ __export(purescript_exports, {
4345
+ purescript: () => exports.purescript
4346
+ });
4347
+ exports.purescript = void 0;
4348
+ var init_purescript = __esm({
4349
+ "src/languages/purescript.ts"() {
4350
+ exports.purescript = {
4351
+ slug: "purescript",
4352
+ publishedDate: "2013-09-01",
4353
+ extensions: [".purs"],
4354
+ author: "Phil Freeman / PureScript contributors",
4355
+ website: "https://www.purescript.org",
4356
+ paradigms: ["functional", "pure", "statically typed", "declarative"],
4357
+ tooling: {
4358
+ runtimes: ["JavaScript", "Node.js"],
4359
+ packageManagers: ["Spago", "npm"],
4360
+ ecosystems: ["Web", "Functional Programming", "JavaScript"]
4361
+ },
4362
+ version: "0.15.15",
4363
+ logo: "https://cdn.simpleicons.org/purescript/14161A",
4364
+ i18n: {
4365
+ en: {
4366
+ name: "PureScript",
4367
+ description: "A strongly typed purely functional language that compiles to JavaScript.",
4368
+ 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."
4369
+ },
4370
+ es: {
4371
+ name: "PureScript",
4372
+ description: "Un lenguaje funcional puro y fuertemente tipado que compila a JavaScript.",
4373
+ 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."
4374
+ }
4375
+ }
4376
+ };
4377
+ }
4378
+ });
4379
+
3397
4380
  // src/languages/python.ts
3398
4381
  var python_exports = {};
3399
4382
  __export(python_exports, {
@@ -3435,12 +4418,12 @@ var init_python = __esm({
3435
4418
  // src/languages/qml.ts
3436
4419
  var qml_exports = {};
3437
4420
  __export(qml_exports, {
3438
- qml: () => qml
4421
+ qml: () => exports.qml
3439
4422
  });
3440
- var qml;
4423
+ exports.qml = void 0;
3441
4424
  var init_qml = __esm({
3442
4425
  "src/languages/qml.ts"() {
3443
- qml = {
4426
+ exports.qml = {
3444
4427
  slug: "qml",
3445
4428
  publishedDate: "2009-01-01",
3446
4429
  extensions: [".qml", ".qmltypes", ".qmlproject"],
@@ -3470,6 +4453,44 @@ var init_qml = __esm({
3470
4453
  }
3471
4454
  });
3472
4455
 
4456
+ // src/languages/qsharp.ts
4457
+ var qsharp_exports = {};
4458
+ __export(qsharp_exports, {
4459
+ qsharp: () => exports.qsharp
4460
+ });
4461
+ exports.qsharp = void 0;
4462
+ var init_qsharp = __esm({
4463
+ "src/languages/qsharp.ts"() {
4464
+ exports.qsharp = {
4465
+ slug: "qsharp",
4466
+ publishedDate: "2017-12-11",
4467
+ extensions: [".qs"],
4468
+ author: "Microsoft",
4469
+ website: "https://learn.microsoft.com/azure/quantum/qsharp-overview",
4470
+ paradigms: ["quantum", "domain-specific", "functional", "imperative"],
4471
+ tooling: {
4472
+ runtimes: ["Azure Quantum", "Q# compiler"],
4473
+ packageManagers: ["NuGet", "Python"],
4474
+ ecosystems: ["Quantum Computing", "Azure"]
4475
+ },
4476
+ version: "Q# 1.0",
4477
+ logo: "https://github.com/microsoft.png",
4478
+ i18n: {
4479
+ en: {
4480
+ name: "Q#",
4481
+ description: "Microsoft's language for expressing quantum programs and operations.",
4482
+ 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."
4483
+ },
4484
+ es: {
4485
+ name: "Q#",
4486
+ description: "El lenguaje de Microsoft para expresar programas y operaciones cuanticas.",
4487
+ 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."
4488
+ }
4489
+ }
4490
+ };
4491
+ }
4492
+ });
4493
+
3473
4494
  // src/languages/r.ts
3474
4495
  var r_exports = {};
3475
4496
  __export(r_exports, {
@@ -3546,6 +4567,44 @@ var init_racket = __esm({
3546
4567
  }
3547
4568
  });
3548
4569
 
4570
+ // src/languages/raku.ts
4571
+ var raku_exports = {};
4572
+ __export(raku_exports, {
4573
+ raku: () => exports.raku
4574
+ });
4575
+ exports.raku = void 0;
4576
+ var init_raku = __esm({
4577
+ "src/languages/raku.ts"() {
4578
+ exports.raku = {
4579
+ slug: "raku",
4580
+ publishedDate: "2015-12-25",
4581
+ extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
4582
+ author: "Raku Community",
4583
+ website: "https://raku.org",
4584
+ paradigms: ["multi-paradigm", "object-oriented", "functional", "concurrent"],
4585
+ tooling: {
4586
+ runtimes: ["Rakudo", "MoarVM"],
4587
+ packageManagers: ["zef"],
4588
+ ecosystems: ["Raku", "CLI", "Text Processing"]
4589
+ },
4590
+ version: "6.d",
4591
+ logo: "https://github.com/Raku.png",
4592
+ i18n: {
4593
+ en: {
4594
+ name: "Raku",
4595
+ description: "A multi-paradigm language with grammars, concurrency, and rich dispatch.",
4596
+ 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."
4597
+ },
4598
+ es: {
4599
+ name: "Raku",
4600
+ description: "Un lenguaje multiparadigma con grammars, concurrencia y dispatch expresivo.",
4601
+ 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."
4602
+ }
4603
+ }
4604
+ };
4605
+ }
4606
+ });
4607
+
3549
4608
  // src/languages/razor.ts
3550
4609
  var razor_exports = {};
3551
4610
  __export(razor_exports, {
@@ -3584,6 +4643,44 @@ var init_razor = __esm({
3584
4643
  }
3585
4644
  });
3586
4645
 
4646
+ // src/languages/reasonml.ts
4647
+ var reasonml_exports = {};
4648
+ __export(reasonml_exports, {
4649
+ reasonml: () => exports.reasonml
4650
+ });
4651
+ exports.reasonml = void 0;
4652
+ var init_reasonml = __esm({
4653
+ "src/languages/reasonml.ts"() {
4654
+ exports.reasonml = {
4655
+ slug: "reasonml",
4656
+ publishedDate: "2016-05-13",
4657
+ extensions: [".re", ".rei"],
4658
+ author: "Jordan Walke / Reason contributors",
4659
+ website: "https://reasonml.github.io",
4660
+ paradigms: ["functional", "statically typed", "multi-paradigm"],
4661
+ tooling: {
4662
+ runtimes: ["OCaml", "JavaScript"],
4663
+ packageManagers: ["opam", "npm"],
4664
+ ecosystems: ["OCaml", "JavaScript", "Web"]
4665
+ },
4666
+ version: "3.13.0",
4667
+ logo: "https://cdn.simpleicons.org/reason/DD4B39",
4668
+ i18n: {
4669
+ en: {
4670
+ name: "ReasonML",
4671
+ description: "A JavaScript-like syntax for OCaml and typed functional programming.",
4672
+ 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."
4673
+ },
4674
+ es: {
4675
+ name: "ReasonML",
4676
+ description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
4677
+ 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."
4678
+ }
4679
+ }
4680
+ };
4681
+ }
4682
+ });
4683
+
3587
4684
  // src/languages/rego.ts
3588
4685
  var rego_exports = {};
3589
4686
  __export(rego_exports, {
@@ -3622,6 +4719,82 @@ var init_rego = __esm({
3622
4719
  }
3623
4720
  });
3624
4721
 
4722
+ // src/languages/rescript.ts
4723
+ var rescript_exports = {};
4724
+ __export(rescript_exports, {
4725
+ rescript: () => exports.rescript
4726
+ });
4727
+ exports.rescript = void 0;
4728
+ var init_rescript = __esm({
4729
+ "src/languages/rescript.ts"() {
4730
+ exports.rescript = {
4731
+ slug: "rescript",
4732
+ publishedDate: "2020-07-01",
4733
+ extensions: [".res", ".resi"],
4734
+ author: "ReScript Association",
4735
+ website: "https://rescript-lang.org",
4736
+ paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
4737
+ tooling: {
4738
+ runtimes: ["JavaScript", "Node.js", "Browser"],
4739
+ packageManagers: ["npm", "pnpm", "Yarn"],
4740
+ ecosystems: ["Web", "React", "JavaScript"]
4741
+ },
4742
+ version: "12.0.0",
4743
+ logo: "https://cdn.simpleicons.org/rescript/E6484A",
4744
+ i18n: {
4745
+ en: {
4746
+ name: "ReScript",
4747
+ description: "A typed language and compiler focused on ergonomic JavaScript output.",
4748
+ 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."
4749
+ },
4750
+ es: {
4751
+ name: "ReScript",
4752
+ description: "Un lenguaje tipado y compilador enfocado en generar JavaScript ergonomico.",
4753
+ 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."
4754
+ }
4755
+ }
4756
+ };
4757
+ }
4758
+ });
4759
+
4760
+ // src/languages/restructuredtext.ts
4761
+ var restructuredtext_exports = {};
4762
+ __export(restructuredtext_exports, {
4763
+ restructuredtext: () => exports.restructuredtext
4764
+ });
4765
+ exports.restructuredtext = void 0;
4766
+ var init_restructuredtext = __esm({
4767
+ "src/languages/restructuredtext.ts"() {
4768
+ exports.restructuredtext = {
4769
+ slug: "restructuredtext",
4770
+ publishedDate: "2001-06-01",
4771
+ extensions: [".rst", ".rest"],
4772
+ author: "David Goodger / Docutils contributors",
4773
+ website: "https://docutils.sourceforge.io/rst.html",
4774
+ paradigms: ["markup", "declarative", "documentation"],
4775
+ tooling: {
4776
+ runtimes: ["Docutils", "Sphinx"],
4777
+ packageManagers: ["pip"],
4778
+ ecosystems: ["Python", "Documentation", "Publishing"]
4779
+ },
4780
+ version: "Docutils 0.22.2",
4781
+ logo: "https://cdn.simpleicons.org/readthedocs/8CA1AF",
4782
+ i18n: {
4783
+ en: {
4784
+ name: "reStructuredText",
4785
+ description: "A plain-text markup format used by Docutils and Sphinx documentation.",
4786
+ 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."
4787
+ },
4788
+ es: {
4789
+ name: "reStructuredText",
4790
+ description: "Un formato de marcado en texto plano usado por Docutils y Sphinx.",
4791
+ 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."
4792
+ }
4793
+ }
4794
+ };
4795
+ }
4796
+ });
4797
+
3625
4798
  // src/languages/ruby.ts
3626
4799
  var ruby_exports = {};
3627
4800
  __export(ruby_exports, {
@@ -3698,6 +4871,43 @@ var init_rust = __esm({
3698
4871
  }
3699
4872
  });
3700
4873
 
4874
+ // src/languages/sas.ts
4875
+ var sas_exports = {};
4876
+ __export(sas_exports, {
4877
+ sas: () => exports.sas
4878
+ });
4879
+ exports.sas = void 0;
4880
+ var init_sas = __esm({
4881
+ "src/languages/sas.ts"() {
4882
+ exports.sas = {
4883
+ slug: "sas",
4884
+ publishedDate: "1976-01-01",
4885
+ extensions: [".sas"],
4886
+ author: "SAS Institute",
4887
+ website: "https://www.sas.com",
4888
+ paradigms: ["data-step", "procedural", "statistical", "domain-specific"],
4889
+ tooling: {
4890
+ runtimes: ["SAS 9", "SAS Viya"],
4891
+ ecosystems: ["Analytics", "Statistics", "Enterprise Data"]
4892
+ },
4893
+ version: "SAS 9.4",
4894
+ logo: "https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg",
4895
+ i18n: {
4896
+ en: {
4897
+ name: "SAS",
4898
+ description: "A language and system for statistical analysis and data processing.",
4899
+ 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."
4900
+ },
4901
+ es: {
4902
+ name: "SAS",
4903
+ description: "Un lenguaje y sistema para analisis estadistico y procesamiento de datos.",
4904
+ 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."
4905
+ }
4906
+ }
4907
+ };
4908
+ }
4909
+ });
4910
+
3701
4911
  // src/languages/scala.ts
3702
4912
  var scala_exports = {};
3703
4913
  __export(scala_exports, {
@@ -3736,6 +4946,43 @@ var init_scala = __esm({
3736
4946
  }
3737
4947
  });
3738
4948
 
4949
+ // src/languages/scheme.ts
4950
+ var scheme_exports = {};
4951
+ __export(scheme_exports, {
4952
+ scheme: () => exports.scheme
4953
+ });
4954
+ exports.scheme = void 0;
4955
+ var init_scheme = __esm({
4956
+ "src/languages/scheme.ts"() {
4957
+ exports.scheme = {
4958
+ slug: "scheme",
4959
+ publishedDate: "1975-12-01",
4960
+ extensions: [".scm", ".ss", ".sld", ".sls"],
4961
+ author: "Guy L. Steele Jr. / Gerald Jay Sussman",
4962
+ website: "https://www.scheme.org",
4963
+ paradigms: ["functional", "lisp", "minimal", "multi-paradigm"],
4964
+ tooling: {
4965
+ runtimes: ["Chez Scheme", "Guile", "Racket", "Chicken"],
4966
+ ecosystems: ["Lisp", "Education", "Language Research"]
4967
+ },
4968
+ version: "R7RS small",
4969
+ logo: "https://cdn.simpleicons.org/racket/9F1D20",
4970
+ i18n: {
4971
+ en: {
4972
+ name: "Scheme",
4973
+ description: "A small Lisp family language centered on lexical scope and procedures.",
4974
+ 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."
4975
+ },
4976
+ es: {
4977
+ name: "Scheme",
4978
+ description: "Un lenguaje de la familia Lisp centrado en alcance lexico y procedimientos.",
4979
+ 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."
4980
+ }
4981
+ }
4982
+ };
4983
+ }
4984
+ });
4985
+
3739
4986
  // src/languages/scss.ts
3740
4987
  var scss_exports = {};
3741
4988
  __export(scss_exports, {
@@ -3774,6 +5021,81 @@ var init_scss = __esm({
3774
5021
  }
3775
5022
  });
3776
5023
 
5024
+ // src/languages/smalltalk.ts
5025
+ var smalltalk_exports = {};
5026
+ __export(smalltalk_exports, {
5027
+ smalltalk: () => exports.smalltalk
5028
+ });
5029
+ exports.smalltalk = void 0;
5030
+ var init_smalltalk = __esm({
5031
+ "src/languages/smalltalk.ts"() {
5032
+ exports.smalltalk = {
5033
+ slug: "smalltalk",
5034
+ publishedDate: "1972-01-01",
5035
+ extensions: [".st"],
5036
+ author: "Alan Kay / Dan Ingalls / Adele Goldberg",
5037
+ website: "https://squeak.org",
5038
+ paradigms: ["object-oriented", "message-passing", "reflective", "dynamic"],
5039
+ tooling: {
5040
+ runtimes: ["Pharo", "Squeak", "GNU Smalltalk"],
5041
+ ecosystems: ["Images", "Education", "Object Systems"]
5042
+ },
5043
+ version: "ANSI INCITS 319-1998",
5044
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Smalltalk_Balloon.svg",
5045
+ i18n: {
5046
+ en: {
5047
+ name: "Smalltalk",
5048
+ description: "A message-oriented object language with live image-based environments.",
5049
+ 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."
5050
+ },
5051
+ es: {
5052
+ name: "Smalltalk",
5053
+ description: "Un lenguaje orientado a mensajes y objetos con entornos de imagen vivos.",
5054
+ 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."
5055
+ }
5056
+ }
5057
+ };
5058
+ }
5059
+ });
5060
+
5061
+ // src/languages/smarty.ts
5062
+ var smarty_exports = {};
5063
+ __export(smarty_exports, {
5064
+ smarty: () => exports.smarty
5065
+ });
5066
+ exports.smarty = void 0;
5067
+ var init_smarty = __esm({
5068
+ "src/languages/smarty.ts"() {
5069
+ exports.smarty = {
5070
+ slug: "smarty",
5071
+ publishedDate: "2001-01-01",
5072
+ extensions: [".tpl", ".smarty"],
5073
+ author: "Monte Ohrt / Andrei Zmievski / Smarty contributors",
5074
+ website: "https://www.smarty.net",
5075
+ paradigms: ["templating", "declarative", "markup"],
5076
+ tooling: {
5077
+ runtimes: ["PHP"],
5078
+ packageManagers: ["Composer"],
5079
+ ecosystems: ["PHP", "Web"]
5080
+ },
5081
+ version: "5.5.1",
5082
+ logo: "https://www.smarty.net/images/logo_print.gif",
5083
+ i18n: {
5084
+ en: {
5085
+ name: "Smarty",
5086
+ description: "A PHP template language for presentation logic and reusable views.",
5087
+ 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."
5088
+ },
5089
+ es: {
5090
+ name: "Smarty",
5091
+ description: "Un lenguaje de plantillas PHP para logica de presentacion y vistas reutilizables.",
5092
+ 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."
5093
+ }
5094
+ }
5095
+ };
5096
+ }
5097
+ });
5098
+
3777
5099
  // src/languages/solidity.ts
3778
5100
  var solidity_exports = {};
3779
5101
  __export(solidity_exports, {
@@ -3845,15 +5167,52 @@ var init_sql = __esm({
3845
5167
  }
3846
5168
  });
3847
5169
 
5170
+ // src/languages/standard-ml.ts
5171
+ var standard_ml_exports = {};
5172
+ __export(standard_ml_exports, {
5173
+ standardMl: () => exports.standardMl
5174
+ });
5175
+ exports.standardMl = void 0;
5176
+ var init_standard_ml = __esm({
5177
+ "src/languages/standard-ml.ts"() {
5178
+ exports.standardMl = {
5179
+ slug: "standard-ml",
5180
+ publishedDate: "1990-01-01",
5181
+ extensions: [".sml", ".sig", ".fun"],
5182
+ author: "Robin Milner and collaborators",
5183
+ website: "https://smlfamily.github.io",
5184
+ paradigms: ["functional", "statically typed", "module-oriented"],
5185
+ tooling: {
5186
+ runtimes: ["MLton", "Standard ML of New Jersey", "Poly/ML"],
5187
+ ecosystems: ["ML", "Compilers", "Research"]
5188
+ },
5189
+ version: "The Definition 1997",
5190
+ logo: "https://avatars.githubusercontent.com/u/62883579?v=4",
5191
+ i18n: {
5192
+ en: {
5193
+ name: "Standard ML",
5194
+ description: "A statically typed ML language with modules and pattern matching.",
5195
+ 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."
5196
+ },
5197
+ es: {
5198
+ name: "Standard ML",
5199
+ description: "Un lenguaje ML tipado con modulos y pattern matching.",
5200
+ 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."
5201
+ }
5202
+ }
5203
+ };
5204
+ }
5205
+ });
5206
+
3848
5207
  // src/languages/starlark.ts
3849
5208
  var starlark_exports = {};
3850
5209
  __export(starlark_exports, {
3851
- starlark: () => starlark
5210
+ starlark: () => exports.starlark
3852
5211
  });
3853
- var starlark;
5212
+ exports.starlark = void 0;
3854
5213
  var init_starlark = __esm({
3855
5214
  "src/languages/starlark.ts"() {
3856
- starlark = {
5215
+ exports.starlark = {
3857
5216
  slug: "starlark",
3858
5217
  publishedDate: "2015-03-25",
3859
5218
  extensions: [".bzl", ".star", ".sky"],
@@ -3883,6 +5242,81 @@ var init_starlark = __esm({
3883
5242
  }
3884
5243
  });
3885
5244
 
5245
+ // src/languages/stata.ts
5246
+ var stata_exports = {};
5247
+ __export(stata_exports, {
5248
+ stata: () => exports.stata
5249
+ });
5250
+ exports.stata = void 0;
5251
+ var init_stata = __esm({
5252
+ "src/languages/stata.ts"() {
5253
+ exports.stata = {
5254
+ slug: "stata",
5255
+ publishedDate: "1985-01-01",
5256
+ extensions: [".do", ".ado", ".mata"],
5257
+ author: "StataCorp",
5258
+ website: "https://www.stata.com",
5259
+ paradigms: ["statistical", "scripting", "data-analysis", "domain-specific"],
5260
+ tooling: {
5261
+ runtimes: ["Stata"],
5262
+ ecosystems: ["Statistics", "Econometrics", "Research"]
5263
+ },
5264
+ version: "19",
5265
+ logo: "https://www.stata.com/includes/images/stata-logo-blue.svg",
5266
+ i18n: {
5267
+ en: {
5268
+ name: "Stata",
5269
+ description: "A command language for statistical analysis, data management, and graphics.",
5270
+ 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."
5271
+ },
5272
+ es: {
5273
+ name: "Stata",
5274
+ description: "Un lenguaje de comandos para analisis estadistico, datos y graficos.",
5275
+ 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."
5276
+ }
5277
+ }
5278
+ };
5279
+ }
5280
+ });
5281
+
5282
+ // src/languages/stylus.ts
5283
+ var stylus_exports = {};
5284
+ __export(stylus_exports, {
5285
+ stylus: () => exports.stylus
5286
+ });
5287
+ exports.stylus = void 0;
5288
+ var init_stylus = __esm({
5289
+ "src/languages/stylus.ts"() {
5290
+ exports.stylus = {
5291
+ slug: "stylus",
5292
+ publishedDate: "2010-12-01",
5293
+ extensions: [".styl"],
5294
+ author: "TJ Holowaychuk / Stylus contributors",
5295
+ website: "https://stylus-lang.com",
5296
+ paradigms: ["stylesheet", "declarative", "preprocessor"],
5297
+ tooling: {
5298
+ runtimes: ["Node.js"],
5299
+ packageManagers: ["npm", "pnpm", "Yarn"],
5300
+ ecosystems: ["CSS", "Web"]
5301
+ },
5302
+ version: "0.64.0",
5303
+ logo: "https://cdn.simpleicons.org/stylus/333333",
5304
+ i18n: {
5305
+ en: {
5306
+ name: "Stylus",
5307
+ description: "A flexible CSS preprocessor with optional punctuation and indentation syntax.",
5308
+ 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."
5309
+ },
5310
+ es: {
5311
+ name: "Stylus",
5312
+ description: "Un preprocesador CSS flexible con puntuacion opcional y sintaxis por indentacion.",
5313
+ 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."
5314
+ }
5315
+ }
5316
+ };
5317
+ }
5318
+ });
5319
+
3886
5320
  // src/languages/svelte.ts
3887
5321
  var svelte_exports = {};
3888
5322
  __export(svelte_exports, {
@@ -4109,6 +5543,81 @@ var init_tex = __esm({
4109
5543
  }
4110
5544
  });
4111
5545
 
5546
+ // src/languages/thrift.ts
5547
+ var thrift_exports = {};
5548
+ __export(thrift_exports, {
5549
+ thrift: () => exports.thrift
5550
+ });
5551
+ exports.thrift = void 0;
5552
+ var init_thrift = __esm({
5553
+ "src/languages/thrift.ts"() {
5554
+ exports.thrift = {
5555
+ slug: "thrift",
5556
+ publishedDate: "2007-04-01",
5557
+ extensions: [".thrift"],
5558
+ author: "Facebook / Apache Software Foundation",
5559
+ website: "https://thrift.apache.org",
5560
+ paradigms: ["interface-definition", "schema", "declarative", "rpc"],
5561
+ tooling: {
5562
+ runtimes: ["Apache Thrift Runtime"],
5563
+ packageManagers: ["Maven", "npm", "PyPI", "Go modules"],
5564
+ ecosystems: ["RPC", "APIs", "Distributed Systems"]
5565
+ },
5566
+ version: "0.22.0",
5567
+ logo: "https://cdn.simpleicons.org/apache/D22128",
5568
+ i18n: {
5569
+ en: {
5570
+ name: "Apache Thrift",
5571
+ description: "An IDL for cross-language services and serializable data types.",
5572
+ 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."
5573
+ },
5574
+ es: {
5575
+ name: "Apache Thrift",
5576
+ description: "Un IDL para servicios entre lenguajes y tipos de datos serializables.",
5577
+ 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."
5578
+ }
5579
+ }
5580
+ };
5581
+ }
5582
+ });
5583
+
5584
+ // src/languages/tla-plus.ts
5585
+ var tla_plus_exports = {};
5586
+ __export(tla_plus_exports, {
5587
+ tlaPlus: () => exports.tlaPlus
5588
+ });
5589
+ exports.tlaPlus = void 0;
5590
+ var init_tla_plus = __esm({
5591
+ "src/languages/tla-plus.ts"() {
5592
+ exports.tlaPlus = {
5593
+ slug: "tla-plus",
5594
+ publishedDate: "1999-01-01",
5595
+ extensions: [".tla"],
5596
+ author: "Leslie Lamport",
5597
+ website: "https://lamport.azurewebsites.net/tla/tla.html",
5598
+ paradigms: ["specification", "formal-methods", "temporal-logic", "declarative"],
5599
+ tooling: {
5600
+ runtimes: ["TLC", "TLA+ Toolbox", "Apalache"],
5601
+ ecosystems: ["Formal Methods", "Distributed Systems", "Verification"]
5602
+ },
5603
+ version: "TLA+ 2",
5604
+ logo: "https://avatars.githubusercontent.com/u/315978?v=4",
5605
+ i18n: {
5606
+ en: {
5607
+ name: "TLA+",
5608
+ description: "A formal specification language for state machines and temporal properties.",
5609
+ 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."
5610
+ },
5611
+ es: {
5612
+ name: "TLA+",
5613
+ description: "Un lenguaje de especificacion formal para estados y propiedades temporales.",
5614
+ 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."
5615
+ }
5616
+ }
5617
+ };
5618
+ }
5619
+ });
5620
+
4112
5621
  // src/languages/toml.ts
4113
5622
  var toml_exports = {};
4114
5623
  __export(toml_exports, {
@@ -4221,12 +5730,12 @@ var init_typescript = __esm({
4221
5730
  // src/languages/typst.ts
4222
5731
  var typst_exports = {};
4223
5732
  __export(typst_exports, {
4224
- typst: () => typst
5733
+ typst: () => exports.typst
4225
5734
  });
4226
- var typst;
5735
+ exports.typst = void 0;
4227
5736
  var init_typst = __esm({
4228
5737
  "src/languages/typst.ts"() {
4229
- typst = {
5738
+ exports.typst = {
4230
5739
  slug: "typst",
4231
5740
  publishedDate: "2023-03-21",
4232
5741
  extensions: [".typ"],
@@ -4256,15 +5765,91 @@ var init_typst = __esm({
4256
5765
  }
4257
5766
  });
4258
5767
 
5768
+ // src/languages/v.ts
5769
+ var v_exports = {};
5770
+ __export(v_exports, {
5771
+ v: () => exports.v
5772
+ });
5773
+ exports.v = void 0;
5774
+ var init_v = __esm({
5775
+ "src/languages/v.ts"() {
5776
+ exports.v = {
5777
+ slug: "v",
5778
+ publishedDate: "2019-06-20",
5779
+ extensions: [".v", ".vsh"],
5780
+ author: "Alexander Medvednikov / V contributors",
5781
+ website: "https://vlang.io",
5782
+ paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
5783
+ tooling: {
5784
+ runtimes: ["V compiler"],
5785
+ packageManagers: ["vpm"],
5786
+ ecosystems: ["Native", "Web", "Systems"]
5787
+ },
5788
+ version: "weekly.2025.49",
5789
+ logo: "https://cdn.simpleicons.org/v/5D87BF",
5790
+ i18n: {
5791
+ en: {
5792
+ name: "V",
5793
+ description: "A compiled statically typed language for simple native application builds.",
5794
+ 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."
5795
+ },
5796
+ es: {
5797
+ name: "V",
5798
+ description: "Un lenguaje compilado y tipado para construir aplicaciones nativas simples.",
5799
+ 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."
5800
+ }
5801
+ }
5802
+ };
5803
+ }
5804
+ });
5805
+
5806
+ // src/languages/vala.ts
5807
+ var vala_exports = {};
5808
+ __export(vala_exports, {
5809
+ vala: () => exports.vala
5810
+ });
5811
+ exports.vala = void 0;
5812
+ var init_vala = __esm({
5813
+ "src/languages/vala.ts"() {
5814
+ exports.vala = {
5815
+ slug: "vala",
5816
+ publishedDate: "2006-07-15",
5817
+ extensions: [".vala", ".vapi"],
5818
+ author: "Jurg Billeter / GNOME contributors",
5819
+ website: "https://vala.dev",
5820
+ paradigms: ["object-oriented", "statically typed", "gnome", "c-targeted"],
5821
+ tooling: {
5822
+ runtimes: ["GLib", "GObject"],
5823
+ packageManagers: ["Meson", "pkg-config"],
5824
+ ecosystems: ["GNOME", "GTK", "Native"]
5825
+ },
5826
+ version: "0.56.18",
5827
+ logo: "https://cdn.simpleicons.org/gnome/4A86CF",
5828
+ i18n: {
5829
+ en: {
5830
+ name: "Vala",
5831
+ description: "A GNOME-oriented language that compiles high-level syntax to C.",
5832
+ 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."
5833
+ },
5834
+ es: {
5835
+ name: "Vala",
5836
+ description: "Un lenguaje orientado a GNOME que compila sintaxis de alto nivel a C.",
5837
+ 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."
5838
+ }
5839
+ }
5840
+ };
5841
+ }
5842
+ });
5843
+
4259
5844
  // src/languages/verilog.ts
4260
5845
  var verilog_exports = {};
4261
5846
  __export(verilog_exports, {
4262
- verilog: () => verilog
5847
+ verilog: () => exports.verilog
4263
5848
  });
4264
- var verilog;
5849
+ exports.verilog = void 0;
4265
5850
  var init_verilog = __esm({
4266
5851
  "src/languages/verilog.ts"() {
4267
- verilog = {
5852
+ exports.verilog = {
4268
5853
  slug: "verilog",
4269
5854
  publishedDate: "1984-01-01",
4270
5855
  extensions: [".v", ".vh", ".sv", ".svh"],
@@ -4297,12 +5882,12 @@ var init_verilog = __esm({
4297
5882
  // src/languages/vhdl.ts
4298
5883
  var vhdl_exports = {};
4299
5884
  __export(vhdl_exports, {
4300
- vhdl: () => vhdl
5885
+ vhdl: () => exports.vhdl
4301
5886
  });
4302
- var vhdl;
5887
+ exports.vhdl = void 0;
4303
5888
  var init_vhdl = __esm({
4304
5889
  "src/languages/vhdl.ts"() {
4305
- vhdl = {
5890
+ exports.vhdl = {
4306
5891
  slug: "vhdl",
4307
5892
  publishedDate: "1987-01-01",
4308
5893
  extensions: [".vhd", ".vhdl"],
@@ -4408,6 +5993,44 @@ var init_vue = __esm({
4408
5993
  }
4409
5994
  });
4410
5995
 
5996
+ // src/languages/vyper.ts
5997
+ var vyper_exports = {};
5998
+ __export(vyper_exports, {
5999
+ vyper: () => exports.vyper
6000
+ });
6001
+ exports.vyper = void 0;
6002
+ var init_vyper = __esm({
6003
+ "src/languages/vyper.ts"() {
6004
+ exports.vyper = {
6005
+ slug: "vyper",
6006
+ publishedDate: "2017-07-19",
6007
+ extensions: [".vy"],
6008
+ author: "Vyper contributors",
6009
+ website: "https://vyperlang.org",
6010
+ paradigms: ["smart-contract", "statically typed", "domain-specific", "imperative"],
6011
+ tooling: {
6012
+ runtimes: ["Ethereum Virtual Machine"],
6013
+ packageManagers: ["pip", "uv"],
6014
+ ecosystems: ["Ethereum", "Smart Contracts", "Web3"]
6015
+ },
6016
+ version: "0.4.3",
6017
+ logo: "https://avatars.githubusercontent.com/u/37288461?v=4",
6018
+ i18n: {
6019
+ en: {
6020
+ name: "Vyper",
6021
+ description: "A Pythonic smart contract language for the Ethereum Virtual Machine.",
6022
+ 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."
6023
+ },
6024
+ es: {
6025
+ name: "Vyper",
6026
+ description: "Un lenguaje de smart contracts con sintaxis Python para Ethereum.",
6027
+ 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."
6028
+ }
6029
+ }
6030
+ };
6031
+ }
6032
+ });
6033
+
4411
6034
  // src/languages/webassembly.ts
4412
6035
  var webassembly_exports = {};
4413
6036
  __export(webassembly_exports, {
@@ -4449,12 +6072,12 @@ var init_webassembly = __esm({
4449
6072
  // src/languages/wgsl.ts
4450
6073
  var wgsl_exports = {};
4451
6074
  __export(wgsl_exports, {
4452
- wgsl: () => wgsl
6075
+ wgsl: () => exports.wgsl
4453
6076
  });
4454
- var wgsl;
6077
+ exports.wgsl = void 0;
4455
6078
  var init_wgsl = __esm({
4456
6079
  "src/languages/wgsl.ts"() {
4457
- wgsl = {
6080
+ exports.wgsl = {
4458
6081
  slug: "wgsl",
4459
6082
  publishedDate: "2021-05-18",
4460
6083
  extensions: [".wgsl"],
@@ -4484,6 +6107,43 @@ var init_wgsl = __esm({
4484
6107
  }
4485
6108
  });
4486
6109
 
6110
+ // src/languages/wren.ts
6111
+ var wren_exports = {};
6112
+ __export(wren_exports, {
6113
+ wren: () => exports.wren
6114
+ });
6115
+ exports.wren = void 0;
6116
+ var init_wren = __esm({
6117
+ "src/languages/wren.ts"() {
6118
+ exports.wren = {
6119
+ slug: "wren",
6120
+ publishedDate: "2013-10-31",
6121
+ extensions: [".wren"],
6122
+ author: "Bob Nystrom / Wren contributors",
6123
+ website: "https://wren.io",
6124
+ paradigms: ["object-oriented", "scripting", "class-based", "dynamic"],
6125
+ tooling: {
6126
+ runtimes: ["Wren VM"],
6127
+ ecosystems: ["Embedding", "Games", "Scripting"]
6128
+ },
6129
+ version: "0.4.0",
6130
+ logo: "https://avatars.githubusercontent.com/u/8763410?v=4",
6131
+ i18n: {
6132
+ en: {
6133
+ name: "Wren",
6134
+ description: "A small class-based scripting language designed for embedding.",
6135
+ 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."
6136
+ },
6137
+ es: {
6138
+ name: "Wren",
6139
+ description: "Un lenguaje pequeno de scripting basado en clases y pensado para embeberse.",
6140
+ 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."
6141
+ }
6142
+ }
6143
+ };
6144
+ }
6145
+ });
6146
+
4487
6147
  // src/languages/xaml.ts
4488
6148
  var xaml_exports = {};
4489
6149
  __export(xaml_exports, {
@@ -4663,6 +6323,44 @@ var init_yaml = __esm({
4663
6323
  }
4664
6324
  });
4665
6325
 
6326
+ // src/languages/zeek.ts
6327
+ var zeek_exports = {};
6328
+ __export(zeek_exports, {
6329
+ zeek: () => exports.zeek
6330
+ });
6331
+ exports.zeek = void 0;
6332
+ var init_zeek = __esm({
6333
+ "src/languages/zeek.ts"() {
6334
+ exports.zeek = {
6335
+ slug: "zeek",
6336
+ publishedDate: "1995-01-01",
6337
+ extensions: [".zeek", ".bro"],
6338
+ author: "Vern Paxson / Zeek Project",
6339
+ website: "https://zeek.org",
6340
+ paradigms: ["event-driven", "network-analysis", "domain-specific", "scripting"],
6341
+ tooling: {
6342
+ runtimes: ["Zeek"],
6343
+ packageManagers: ["zkg"],
6344
+ ecosystems: ["Network Security", "Observability", "Incident Response"]
6345
+ },
6346
+ version: "8.0.4",
6347
+ logo: "https://avatars.githubusercontent.com/u/10666805?v=4",
6348
+ i18n: {
6349
+ en: {
6350
+ name: "Zeek",
6351
+ description: "An event-driven scripting language for network analysis and security policy.",
6352
+ 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."
6353
+ },
6354
+ es: {
6355
+ name: "Zeek",
6356
+ description: "Un lenguaje event-driven para analisis de red y politicas de seguridad.",
6357
+ 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."
6358
+ }
6359
+ }
6360
+ };
6361
+ }
6362
+ });
6363
+
4666
6364
  // src/languages/zig.ts
4667
6365
  var zig_exports = {};
4668
6366
  __export(zig_exports, {
@@ -4701,6 +6399,43 @@ var init_zig = __esm({
4701
6399
  }
4702
6400
  });
4703
6401
 
6402
+ // src/languages/ziggy.ts
6403
+ var ziggy_exports = {};
6404
+ __export(ziggy_exports, {
6405
+ ziggy: () => exports.ziggy
6406
+ });
6407
+ exports.ziggy = void 0;
6408
+ var init_ziggy = __esm({
6409
+ "src/languages/ziggy.ts"() {
6410
+ exports.ziggy = {
6411
+ slug: "ziggy",
6412
+ publishedDate: "2023-10-02",
6413
+ extensions: [".ziggy", ".ziggy-schema"],
6414
+ author: "Loris Cro",
6415
+ website: "https://ziggy-lang.io",
6416
+ paradigms: ["data-notation", "schema", "declarative", "configuration"],
6417
+ tooling: {
6418
+ runtimes: ["Ziggy CLI"],
6419
+ ecosystems: ["Configuration", "Data Formats", "Zig"]
6420
+ },
6421
+ version: "0.1.0",
6422
+ logo: "https://avatars.githubusercontent.com/u/1642052?v=4",
6423
+ i18n: {
6424
+ en: {
6425
+ name: "Ziggy",
6426
+ description: "A data notation and schema language for configuration-style documents.",
6427
+ 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."
6428
+ },
6429
+ es: {
6430
+ name: "Ziggy",
6431
+ description: "Una notacion de datos y schemas para documentos de configuracion.",
6432
+ 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."
6433
+ }
6434
+ }
6435
+ };
6436
+ }
6437
+ });
6438
+
4704
6439
  // src/languages/zsh.ts
4705
6440
  var zsh_exports = {};
4706
6441
  __export(zsh_exports, {
@@ -4743,6 +6478,7 @@ var init_zsh = __esm({
4743
6478
  init_abap();
4744
6479
  init_actionscript();
4745
6480
  init_ada();
6481
+ init_agda();
4746
6482
  init_antlr();
4747
6483
  init_apex();
4748
6484
  init_apl();
@@ -4760,11 +6496,15 @@ init_bazel();
4760
6496
  init_bicep();
4761
6497
  init_blade();
4762
6498
  init_c();
6499
+ init_carbon();
6500
+ init_chapel();
6501
+ init_circom();
4763
6502
  init_clojure();
4764
6503
  init_cmake();
4765
6504
  init_cobol();
4766
6505
  init_coffeescript();
4767
6506
  init_coldfusion();
6507
+ init_coq();
4768
6508
  init_cpp();
4769
6509
  init_crystal();
4770
6510
  init_csharp();
@@ -4774,7 +6514,10 @@ init_cue();
4774
6514
  init_cython();
4775
6515
  init_d();
4776
6516
  init_dart();
6517
+ init_dhall();
6518
+ init_dita();
4777
6519
  init_dockerfile();
6520
+ init_earthly();
4778
6521
  init_elixir();
4779
6522
  init_elm();
4780
6523
  init_erb();
@@ -4791,13 +6534,17 @@ init_go();
4791
6534
  init_gradle();
4792
6535
  init_graphql();
4793
6536
  init_groovy();
6537
+ init_hack();
6538
+ init_haml();
4794
6539
  init_handlebars();
4795
6540
  init_haskell();
4796
6541
  init_haxe();
4797
6542
  init_hcl();
4798
6543
  init_hlsl();
4799
6544
  init_html();
6545
+ init_idris();
4800
6546
  init_ini();
6547
+ init_janet();
4801
6548
  init_java();
4802
6549
  init_javascript();
4803
6550
  init_jinja();
@@ -4806,70 +6553,105 @@ init_jsonnet();
4806
6553
  init_julia();
4807
6554
  init_jupyter_notebook();
4808
6555
  init_kotlin();
6556
+ init_lean();
4809
6557
  init_less();
4810
6558
  init_liquid();
4811
6559
  init_lisp();
6560
+ init_llvm_ir();
4812
6561
  init_lua();
6562
+ init_luau();
4813
6563
  init_makefile();
6564
+ init_mako();
4814
6565
  init_markdown();
6566
+ init_mathematica();
4815
6567
  init_matlab();
4816
6568
  init_mdx();
4817
6569
  init_mermaid();
4818
6570
  init_meson();
4819
6571
  init_metal();
6572
+ init_mojo();
6573
+ init_moonbit();
4820
6574
  init_nginx();
4821
6575
  init_nim();
4822
6576
  init_nix();
4823
6577
  init_objective_c();
4824
6578
  init_ocaml();
6579
+ init_odin();
6580
+ init_opencl();
4825
6581
  init_pascal();
4826
6582
  init_perl();
4827
6583
  init_php();
6584
+ init_pine_script();
4828
6585
  init_plantuml();
6586
+ init_plsql();
6587
+ init_pony();
4829
6588
  init_powershell();
4830
6589
  init_prolog();
6590
+ init_promql();
4831
6591
  init_protobuf();
4832
6592
  init_pug();
6593
+ init_purescript();
4833
6594
  init_python();
4834
6595
  init_qml();
6596
+ init_qsharp();
4835
6597
  init_r();
4836
6598
  init_racket();
6599
+ init_raku();
4837
6600
  init_razor();
6601
+ init_reasonml();
4838
6602
  init_rego();
6603
+ init_rescript();
6604
+ init_restructuredtext();
4839
6605
  init_ruby();
4840
6606
  init_rust();
6607
+ init_sas();
4841
6608
  init_scala();
6609
+ init_scheme();
4842
6610
  init_scss();
6611
+ init_smalltalk();
6612
+ init_smarty();
4843
6613
  init_solidity();
4844
6614
  init_sql();
6615
+ init_standard_ml();
4845
6616
  init_starlark();
6617
+ init_stata();
6618
+ init_stylus();
4846
6619
  init_svelte();
4847
6620
  init_svg();
4848
6621
  init_svn();
4849
6622
  init_swift();
4850
6623
  init_tcl();
4851
6624
  init_tex();
6625
+ init_thrift();
6626
+ init_tla_plus();
4852
6627
  init_toml();
4853
6628
  init_twig();
4854
6629
  init_typescript();
4855
6630
  init_typst();
6631
+ init_v();
6632
+ init_vala();
4856
6633
  init_verilog();
4857
6634
  init_vhdl();
4858
6635
  init_visual_basic();
4859
6636
  init_vue();
6637
+ init_vyper();
4860
6638
  init_webassembly();
4861
6639
  init_wgsl();
6640
+ init_wren();
4862
6641
  init_xaml();
4863
6642
  init_xml();
4864
6643
  init_xquery();
4865
6644
  init_xslt();
4866
6645
  init_yaml();
6646
+ init_zeek();
4867
6647
  init_zig();
6648
+ init_ziggy();
4868
6649
  init_zsh();
4869
6650
  var languages = [
4870
6651
  exports.abap,
4871
6652
  exports.actionscript,
4872
6653
  exports.ada,
6654
+ exports.agda,
4873
6655
  exports.antlr,
4874
6656
  exports.apex,
4875
6657
  exports.apl,
@@ -4883,25 +6665,32 @@ var languages = [
4883
6665
  exports.autohotkey,
4884
6666
  exports.bash,
4885
6667
  exports.batch,
4886
- bazel,
4887
- bicep,
4888
- blade,
6668
+ exports.bazel,
6669
+ exports.bicep,
6670
+ exports.blade,
4889
6671
  exports.c,
6672
+ exports.carbon,
6673
+ exports.chapel,
6674
+ exports.circom,
4890
6675
  exports.cmake,
4891
6676
  exports.clojure,
4892
6677
  exports.coffeescript,
4893
6678
  exports.coldfusion,
4894
6679
  exports.cobol,
6680
+ exports.coq,
4895
6681
  exports.cpp,
4896
6682
  exports.csharp,
4897
6683
  exports.crystal,
4898
6684
  exports.css,
4899
- cue,
6685
+ exports.cue,
4900
6686
  exports.cuda,
4901
6687
  exports.cython,
4902
6688
  exports.d,
4903
6689
  exports.dart,
6690
+ exports.dhall,
6691
+ exports.dita,
4904
6692
  exports.dockerfile,
6693
+ exports.earthly,
4905
6694
  exports.elixir,
4906
6695
  exports.elm,
4907
6696
  exports.erb,
@@ -4910,7 +6699,7 @@ var languages = [
4910
6699
  exports.fortran,
4911
6700
  exports.forth,
4912
6701
  exports.fsharp,
4913
- gdscript,
6702
+ exports.gdscript,
4914
6703
  exports.git,
4915
6704
  exports.gleam,
4916
6705
  exports.go,
@@ -4918,80 +6707,118 @@ var languages = [
4918
6707
  exports.glsl,
4919
6708
  exports.graphql,
4920
6709
  exports.groovy,
4921
- handlebars,
6710
+ exports.handlebars,
6711
+ exports.hack,
6712
+ exports.haml,
4922
6713
  exports.haskell,
4923
6714
  exports.haxe,
4924
6715
  exports.hcl,
4925
- hlsl,
6716
+ exports.hlsl,
4926
6717
  exports.html,
6718
+ exports.idris,
4927
6719
  exports.ini,
4928
6720
  exports.java,
4929
6721
  exports.javascript,
4930
- jinja,
6722
+ exports.janet,
6723
+ exports.jinja,
4931
6724
  exports.json,
4932
6725
  exports.jsonnet,
4933
6726
  exports.jupyterNotebook,
4934
6727
  exports.julia,
4935
6728
  exports.kotlin,
6729
+ exports.lean,
4936
6730
  exports.less,
4937
- liquid,
6731
+ exports.liquid,
4938
6732
  exports.lisp,
6733
+ exports.llvmIr,
4939
6734
  exports.lua,
6735
+ exports.luau,
6736
+ exports.mako,
4940
6737
  exports.makefile,
6738
+ exports.mathematica,
4941
6739
  exports.matlab,
4942
6740
  exports.markdown,
4943
- mdx,
4944
- mermaid,
6741
+ exports.mdx,
6742
+ exports.mermaid,
4945
6743
  exports.meson,
4946
6744
  exports.metal,
6745
+ exports.mojo,
6746
+ exports.moonbit,
4947
6747
  exports.svn,
4948
6748
  exports.nginx,
4949
6749
  exports.nim,
4950
6750
  exports.nix,
4951
6751
  exports.ocaml,
4952
6752
  exports.objectiveC,
6753
+ exports.odin,
6754
+ exports.opencl,
4953
6755
  exports.pascal,
4954
6756
  exports.perl,
4955
6757
  exports.php,
4956
- plantuml,
6758
+ exports.pineScript,
6759
+ exports.plantuml,
6760
+ exports.plsql,
6761
+ exports.pony,
4957
6762
  exports.powershell,
4958
- prolog,
6763
+ exports.prolog,
6764
+ exports.promql,
4959
6765
  exports.protobuf,
4960
6766
  exports.pug,
6767
+ exports.purescript,
4961
6768
  exports.python,
4962
- qml,
6769
+ exports.qml,
6770
+ exports.qsharp,
4963
6771
  exports.r,
6772
+ exports.raku,
4964
6773
  exports.racket,
4965
6774
  exports.razor,
6775
+ exports.reasonml,
4966
6776
  exports.rego,
6777
+ exports.rescript,
6778
+ exports.restructuredtext,
4967
6779
  exports.ruby,
4968
6780
  exports.rust,
6781
+ exports.sas,
4969
6782
  exports.scala,
4970
6783
  exports.scss,
6784
+ exports.scheme,
6785
+ exports.smalltalk,
6786
+ exports.smarty,
4971
6787
  exports.solidity,
4972
6788
  exports.sql,
4973
- starlark,
6789
+ exports.standardMl,
6790
+ exports.starlark,
6791
+ exports.stata,
6792
+ exports.stylus,
4974
6793
  exports.svg,
4975
6794
  exports.svelte,
4976
6795
  exports.swift,
4977
6796
  exports.tcl,
4978
6797
  exports.tex,
6798
+ exports.thrift,
6799
+ exports.tlaPlus,
4979
6800
  exports.toml,
4980
6801
  exports.twig,
4981
6802
  exports.typescript,
4982
- typst,
4983
- verilog,
4984
- vhdl,
6803
+ exports.typst,
6804
+ exports.v,
6805
+ exports.vala,
6806
+ exports.verilog,
6807
+ exports.vhdl,
4985
6808
  exports.visualBasic,
4986
6809
  exports.vue,
6810
+ exports.vyper,
4987
6811
  exports.webassembly,
4988
- wgsl,
6812
+ exports.wgsl,
6813
+ exports.wren,
4989
6814
  exports.xaml,
4990
6815
  exports.xml,
4991
6816
  exports.xquery,
4992
6817
  exports.xslt,
4993
6818
  exports.yaml,
6819
+ exports.zeek,
4994
6820
  exports.zig,
6821
+ exports.ziggy,
4995
6822
  exports.zsh
4996
6823
  ];
4997
6824
 
@@ -5052,6 +6879,7 @@ var languageIndex = [
5052
6879
  { slug: "abap", extensions: [".abap"] },
5053
6880
  { slug: "actionscript", extensions: [".as"] },
5054
6881
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
6882
+ { slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
5055
6883
  { slug: "antlr", extensions: [".g4"] },
5056
6884
  { slug: "apex", extensions: [".cls", ".trigger"] },
5057
6885
  { slug: "apl", extensions: [".apl", ".dyalog"] },
@@ -5075,11 +6903,15 @@ var languageIndex = [
5075
6903
  { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
5076
6904
  { slug: "blade", extensions: [".blade.php"] },
5077
6905
  { slug: "c", extensions: [".c", ".h"] },
6906
+ { slug: "carbon", extensions: [".carbon"] },
6907
+ { slug: "chapel", extensions: [".chpl"] },
6908
+ { slug: "circom", extensions: [".circom"] },
5078
6909
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
5079
6910
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
5080
6911
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
5081
6912
  { slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
5082
6913
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
6914
+ { slug: "coq", extensions: [".v"] },
5083
6915
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
5084
6916
  { slug: "csharp", extensions: [".cs", ".csx"] },
5085
6917
  { slug: "crystal", extensions: [".cr"] },
@@ -5089,7 +6921,10 @@ var languageIndex = [
5089
6921
  { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
5090
6922
  { slug: "d", extensions: [".d", ".di"] },
5091
6923
  { slug: "dart", extensions: [".dart"] },
6924
+ { slug: "dhall", extensions: [".dhall"] },
6925
+ { slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
5092
6926
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
6927
+ { slug: "earthly", extensions: ["Earthfile"] },
5093
6928
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
5094
6929
  { slug: "elm", extensions: [".elm"] },
5095
6930
  { slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
@@ -5116,82 +6951,120 @@ var languageIndex = [
5116
6951
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
5117
6952
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
5118
6953
  { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
6954
+ { slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
6955
+ { slug: "haml", extensions: [".haml"] },
5119
6956
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
5120
6957
  { slug: "haxe", extensions: [".hx", ".hxml"] },
5121
6958
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
5122
6959
  { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
5123
6960
  { slug: "html", extensions: [".html", ".htm"] },
6961
+ { slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
5124
6962
  { slug: "ini", extensions: [".ini"] },
5125
6963
  { slug: "java", extensions: [".java"] },
5126
6964
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
6965
+ { slug: "janet", extensions: [".janet", ".jdn"] },
5127
6966
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
5128
6967
  { slug: "json", extensions: [".json"] },
5129
6968
  { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
5130
6969
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
5131
6970
  { slug: "julia", extensions: [".jl"] },
5132
6971
  { slug: "kotlin", extensions: [".kt", ".kts"] },
6972
+ { slug: "lean", extensions: [".lean"] },
5133
6973
  { slug: "less", extensions: [".less"] },
5134
6974
  { slug: "liquid", extensions: [".liquid"] },
5135
6975
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
6976
+ { slug: "llvm-ir", extensions: [".ll", ".bc"] },
5136
6977
  { slug: "lua", extensions: [".lua", ".rockspec"] },
6978
+ { slug: "luau", extensions: [".luau"] },
6979
+ { slug: "mako", extensions: [".mako", ".mao"] },
5137
6980
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
6981
+ { slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
5138
6982
  { slug: "matlab", extensions: [".m", ".mlx"] },
5139
6983
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
5140
6984
  { slug: "mdx", extensions: [".mdx"] },
5141
6985
  { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
5142
6986
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
5143
6987
  { slug: "metal", extensions: [".metal"] },
6988
+ { slug: "mojo", extensions: [".mojo"] },
6989
+ { slug: "moonbit", extensions: [".mbt"] },
5144
6990
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
5145
6991
  { slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
5146
6992
  { slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
5147
6993
  { slug: "nix", extensions: [".nix"] },
5148
6994
  { slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
5149
6995
  { slug: "objective-c", extensions: [".m", ".mm"] },
6996
+ { slug: "odin", extensions: [".odin"] },
6997
+ { slug: "opencl", extensions: [".cl", ".clh"] },
5150
6998
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
5151
6999
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
5152
7000
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
7001
+ { slug: "pine-script", extensions: [".pine"] },
5153
7002
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
7003
+ { slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
7004
+ { slug: "pony", extensions: [".pony"] },
5154
7005
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
5155
7006
  { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
7007
+ { slug: "promql", extensions: [".promql"] },
5156
7008
  { slug: "protobuf", extensions: [".proto"] },
5157
7009
  { slug: "pug", extensions: [".pug", ".jade"] },
7010
+ { slug: "purescript", extensions: [".purs"] },
5158
7011
  { slug: "python", extensions: [".py", ".pyw"] },
5159
7012
  { slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
7013
+ { slug: "qsharp", extensions: [".qs"] },
5160
7014
  { slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
7015
+ { slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
5161
7016
  { slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
5162
7017
  { slug: "razor", extensions: [".cshtml", ".razor"] },
7018
+ { slug: "reasonml", extensions: [".re", ".rei"] },
5163
7019
  { slug: "rego", extensions: [".rego"] },
7020
+ { slug: "rescript", extensions: [".res", ".resi"] },
7021
+ { slug: "restructuredtext", extensions: [".rst", ".rest"] },
5164
7022
  {
5165
7023
  slug: "ruby",
5166
7024
  extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
5167
7025
  },
5168
7026
  { slug: "rust", extensions: [".rs"] },
7027
+ { slug: "sas", extensions: [".sas"] },
5169
7028
  { slug: "scala", extensions: [".scala", ".sc"] },
5170
7029
  { slug: "scss", extensions: [".scss", ".sass"] },
7030
+ { slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
7031
+ { slug: "smalltalk", extensions: [".st"] },
7032
+ { slug: "smarty", extensions: [".tpl", ".smarty"] },
5171
7033
  { slug: "solidity", extensions: [".sol"] },
5172
7034
  { slug: "sql", extensions: [".sql"] },
7035
+ { slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
5173
7036
  { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
7037
+ { slug: "stata", extensions: [".do", ".ado", ".mata"] },
7038
+ { slug: "stylus", extensions: [".styl"] },
5174
7039
  { slug: "svg", extensions: [".svg", ".svgz"] },
5175
7040
  { slug: "svelte", extensions: [".svelte"] },
5176
7041
  { slug: "swift", extensions: [".swift"] },
5177
7042
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
5178
7043
  { slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
7044
+ { slug: "thrift", extensions: [".thrift"] },
7045
+ { slug: "tla-plus", extensions: [".tla"] },
5179
7046
  { slug: "toml", extensions: [".toml"] },
5180
7047
  { slug: "twig", extensions: [".twig"] },
5181
7048
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
5182
7049
  { slug: "typst", extensions: [".typ"] },
7050
+ { slug: "v", extensions: [".v", ".vsh"] },
7051
+ { slug: "vala", extensions: [".vala", ".vapi"] },
5183
7052
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
5184
7053
  { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
5185
7054
  { slug: "visual-basic", extensions: [".vb"] },
5186
7055
  { slug: "vue", extensions: [".vue"] },
7056
+ { slug: "vyper", extensions: [".vy"] },
5187
7057
  { slug: "webassembly", extensions: [".wasm", ".wat"] },
5188
7058
  { slug: "wgsl", extensions: [".wgsl"] },
7059
+ { slug: "wren", extensions: [".wren"] },
5189
7060
  { slug: "xaml", extensions: [".xaml", ".baml"] },
5190
7061
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
5191
7062
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
5192
7063
  { slug: "xslt", extensions: [".xsl", ".xslt"] },
5193
7064
  { slug: "yaml", extensions: [".yaml", ".yml"] },
7065
+ { slug: "zeek", extensions: [".zeek", ".bro"] },
5194
7066
  { slug: "zig", extensions: [".zig", ".zon"] },
7067
+ { slug: "ziggy", extensions: [".ziggy", ".ziggy-schema"] },
5195
7068
  {
5196
7069
  slug: "zsh",
5197
7070
  extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"]
@@ -5201,6 +7074,7 @@ var languageLoaders = {
5201
7074
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
5202
7075
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
5203
7076
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
7077
+ agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
5204
7078
  antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
5205
7079
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
5206
7080
  apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
@@ -5218,11 +7092,15 @@ var languageLoaders = {
5218
7092
  bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
5219
7093
  blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
5220
7094
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
7095
+ carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
7096
+ chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
7097
+ circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
5221
7098
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
5222
7099
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
5223
7100
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
5224
7101
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
5225
7102
  coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
7103
+ coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
5226
7104
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
5227
7105
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
5228
7106
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
@@ -5232,7 +7110,10 @@ var languageLoaders = {
5232
7110
  cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
5233
7111
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
5234
7112
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
7113
+ dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
7114
+ dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
5235
7115
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
7116
+ earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
5236
7117
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
5237
7118
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
5238
7119
  erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
@@ -5250,79 +7131,117 @@ var languageLoaders = {
5250
7131
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
5251
7132
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
5252
7133
  handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
7134
+ hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
7135
+ haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
5253
7136
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
5254
7137
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
5255
7138
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
5256
7139
  hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
5257
7140
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
7141
+ idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
5258
7142
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
5259
7143
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
5260
7144
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
7145
+ janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
5261
7146
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
5262
7147
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
5263
7148
  jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
5264
7149
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
5265
7150
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
5266
7151
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
7152
+ lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
5267
7153
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
5268
7154
  liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
5269
7155
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
7156
+ "llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
5270
7157
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
7158
+ luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
7159
+ mako: () => Promise.resolve().then(() => (init_mako(), mako_exports)).then((module) => module.mako),
5271
7160
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
7161
+ mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
5272
7162
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
5273
7163
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
5274
7164
  mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
5275
7165
  mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
5276
7166
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
5277
7167
  metal: () => Promise.resolve().then(() => (init_metal(), metal_exports)).then((module) => module.metal),
7168
+ mojo: () => Promise.resolve().then(() => (init_mojo(), mojo_exports)).then((module) => module.mojo),
7169
+ moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
5278
7170
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
5279
7171
  nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
5280
7172
  nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
5281
7173
  nix: () => Promise.resolve().then(() => (init_nix(), nix_exports)).then((module) => module.nix),
5282
7174
  ocaml: () => Promise.resolve().then(() => (init_ocaml(), ocaml_exports)).then((module) => module.ocaml),
5283
7175
  "objective-c": () => Promise.resolve().then(() => (init_objective_c(), objective_c_exports)).then((module) => module.objectiveC),
7176
+ odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
7177
+ opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
5284
7178
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
5285
7179
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
5286
7180
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
7181
+ "pine-script": () => Promise.resolve().then(() => (init_pine_script(), pine_script_exports)).then((module) => module.pineScript),
5287
7182
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
7183
+ plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
7184
+ pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
5288
7185
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
5289
7186
  prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
7187
+ promql: () => Promise.resolve().then(() => (init_promql(), promql_exports)).then((module) => module.promql),
5290
7188
  protobuf: () => Promise.resolve().then(() => (init_protobuf(), protobuf_exports)).then((module) => module.protobuf),
5291
7189
  pug: () => Promise.resolve().then(() => (init_pug(), pug_exports)).then((module) => module.pug),
7190
+ purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
5292
7191
  python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
5293
7192
  qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
7193
+ qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
5294
7194
  r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
7195
+ raku: () => Promise.resolve().then(() => (init_raku(), raku_exports)).then((module) => module.raku),
5295
7196
  racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
5296
7197
  razor: () => Promise.resolve().then(() => (init_razor(), razor_exports)).then((module) => module.razor),
7198
+ reasonml: () => Promise.resolve().then(() => (init_reasonml(), reasonml_exports)).then((module) => module.reasonml),
5297
7199
  rego: () => Promise.resolve().then(() => (init_rego(), rego_exports)).then((module) => module.rego),
7200
+ rescript: () => Promise.resolve().then(() => (init_rescript(), rescript_exports)).then((module) => module.rescript),
7201
+ restructuredtext: () => Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports)).then((module) => module.restructuredtext),
5298
7202
  ruby: () => Promise.resolve().then(() => (init_ruby(), ruby_exports)).then((module) => module.ruby),
5299
7203
  rust: () => Promise.resolve().then(() => (init_rust(), rust_exports)).then((module) => module.rust),
7204
+ sas: () => Promise.resolve().then(() => (init_sas(), sas_exports)).then((module) => module.sas),
5300
7205
  scala: () => Promise.resolve().then(() => (init_scala(), scala_exports)).then((module) => module.scala),
5301
7206
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
7207
+ scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
7208
+ smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
7209
+ smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
5302
7210
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
5303
7211
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
7212
+ "standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
5304
7213
  starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
7214
+ stata: () => Promise.resolve().then(() => (init_stata(), stata_exports)).then((module) => module.stata),
7215
+ stylus: () => Promise.resolve().then(() => (init_stylus(), stylus_exports)).then((module) => module.stylus),
5305
7216
  svelte: () => Promise.resolve().then(() => (init_svelte(), svelte_exports)).then((module) => module.svelte),
5306
7217
  svg: () => Promise.resolve().then(() => (init_svg(), svg_exports)).then((module) => module.svg),
5307
7218
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
5308
7219
  tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
5309
7220
  tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
7221
+ thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
7222
+ "tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
5310
7223
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
5311
7224
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
5312
7225
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
5313
7226
  typst: () => Promise.resolve().then(() => (init_typst(), typst_exports)).then((module) => module.typst),
7227
+ v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
7228
+ vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
5314
7229
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
5315
7230
  vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
5316
7231
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
5317
7232
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),
7233
+ vyper: () => Promise.resolve().then(() => (init_vyper(), vyper_exports)).then((module) => module.vyper),
5318
7234
  webassembly: () => Promise.resolve().then(() => (init_webassembly(), webassembly_exports)).then((module) => module.webassembly),
5319
7235
  wgsl: () => Promise.resolve().then(() => (init_wgsl(), wgsl_exports)).then((module) => module.wgsl),
7236
+ wren: () => Promise.resolve().then(() => (init_wren(), wren_exports)).then((module) => module.wren),
5320
7237
  xaml: () => Promise.resolve().then(() => (init_xaml(), xaml_exports)).then((module) => module.xaml),
5321
7238
  xml: () => Promise.resolve().then(() => (init_xml(), xml_exports)).then((module) => module.xml),
5322
7239
  xquery: () => Promise.resolve().then(() => (init_xquery(), xquery_exports)).then((module) => module.xquery),
5323
7240
  xslt: () => Promise.resolve().then(() => (init_xslt(), xslt_exports)).then((module) => module.xslt),
5324
7241
  yaml: () => Promise.resolve().then(() => (init_yaml(), yaml_exports)).then((module) => module.yaml),
7242
+ zeek: () => Promise.resolve().then(() => (init_zeek(), zeek_exports)).then((module) => module.zeek),
5325
7243
  zig: () => Promise.resolve().then(() => (init_zig(), zig_exports)).then((module) => module.zig),
7244
+ ziggy: () => Promise.resolve().then(() => (init_ziggy(), ziggy_exports)).then((module) => module.ziggy),
5326
7245
  zsh: () => Promise.resolve().then(() => (init_zsh(), zsh_exports)).then((module) => module.zsh)
5327
7246
  };
5328
7247
  var loadLanguage = (slug) => languageLoaders[slug]?.();
@@ -5424,6 +7343,7 @@ var api = {
5424
7343
  init_abap();
5425
7344
  init_actionscript();
5426
7345
  init_ada();
7346
+ init_agda();
5427
7347
  init_antlr();
5428
7348
  init_apex();
5429
7349
  init_apl();
@@ -5436,21 +7356,32 @@ init_awk();
5436
7356
  init_autohotkey();
5437
7357
  init_bash();
5438
7358
  init_batch();
7359
+ init_bazel();
7360
+ init_bicep();
7361
+ init_blade();
5439
7362
  init_c();
7363
+ init_carbon();
7364
+ init_chapel();
7365
+ init_circom();
5440
7366
  init_cmake();
5441
7367
  init_clojure();
5442
7368
  init_coffeescript();
5443
7369
  init_cobol();
5444
7370
  init_coldfusion();
7371
+ init_coq();
5445
7372
  init_csharp();
5446
7373
  init_cpp();
5447
7374
  init_crystal();
5448
7375
  init_css();
5449
7376
  init_cuda();
7377
+ init_cue();
5450
7378
  init_cython();
5451
7379
  init_d();
5452
7380
  init_dart();
7381
+ init_dhall();
7382
+ init_dita();
5453
7383
  init_dockerfile();
7384
+ init_earthly();
5454
7385
  init_elixir();
5455
7386
  init_elm();
5456
7387
  init_erb();
@@ -5459,6 +7390,7 @@ init_fennel();
5459
7390
  init_fortran();
5460
7391
  init_forth();
5461
7392
  init_fsharp();
7393
+ init_gdscript();
5462
7394
  init_git();
5463
7395
  init_gleam();
5464
7396
  init_go();
@@ -5466,66 +7398,118 @@ init_gradle();
5466
7398
  init_glsl();
5467
7399
  init_graphql();
5468
7400
  init_groovy();
7401
+ init_handlebars();
7402
+ init_hack();
7403
+ init_haml();
5469
7404
  init_haskell();
5470
7405
  init_haxe();
5471
7406
  init_hcl();
7407
+ init_hlsl();
5472
7408
  init_html();
7409
+ init_idris();
5473
7410
  init_ini();
5474
7411
  init_java();
5475
7412
  init_javascript();
7413
+ init_janet();
7414
+ init_jinja();
5476
7415
  init_json();
5477
7416
  init_jsonnet();
5478
7417
  init_jupyter_notebook();
5479
7418
  init_julia();
5480
7419
  init_kotlin();
7420
+ init_lean();
5481
7421
  init_less();
7422
+ init_liquid();
5482
7423
  init_lisp();
7424
+ init_llvm_ir();
5483
7425
  init_lua();
7426
+ init_luau();
7427
+ init_mako();
5484
7428
  init_makefile();
7429
+ init_mathematica();
5485
7430
  init_matlab();
5486
7431
  init_markdown();
7432
+ init_mdx();
7433
+ init_mermaid();
5487
7434
  init_meson();
5488
7435
  init_metal();
7436
+ init_mojo();
7437
+ init_moonbit();
5489
7438
  init_nginx();
5490
7439
  init_nim();
5491
7440
  init_nix();
5492
7441
  init_ocaml();
5493
7442
  init_objective_c();
7443
+ init_odin();
7444
+ init_opencl();
5494
7445
  init_pascal();
5495
7446
  init_perl();
5496
7447
  init_php();
7448
+ init_pine_script();
7449
+ init_plantuml();
7450
+ init_plsql();
7451
+ init_pony();
5497
7452
  init_powershell();
7453
+ init_prolog();
7454
+ init_promql();
5498
7455
  init_protobuf();
5499
7456
  init_pug();
7457
+ init_purescript();
5500
7458
  init_python();
7459
+ init_qml();
7460
+ init_qsharp();
5501
7461
  init_r();
7462
+ init_raku();
5502
7463
  init_racket();
5503
7464
  init_razor();
7465
+ init_reasonml();
5504
7466
  init_rego();
7467
+ init_rescript();
7468
+ init_restructuredtext();
5505
7469
  init_ruby();
5506
7470
  init_rust();
7471
+ init_sas();
5507
7472
  init_scala();
5508
7473
  init_scss();
7474
+ init_scheme();
7475
+ init_smalltalk();
7476
+ init_smarty();
5509
7477
  init_solidity();
5510
7478
  init_sql();
7479
+ init_standard_ml();
7480
+ init_starlark();
7481
+ init_stata();
7482
+ init_stylus();
5511
7483
  init_svg();
5512
7484
  init_svn();
5513
7485
  init_svelte();
5514
7486
  init_swift();
5515
7487
  init_tcl();
5516
7488
  init_tex();
7489
+ init_thrift();
7490
+ init_tla_plus();
5517
7491
  init_toml();
5518
7492
  init_twig();
5519
7493
  init_typescript();
7494
+ init_typst();
7495
+ init_v();
7496
+ init_vala();
7497
+ init_verilog();
7498
+ init_vhdl();
5520
7499
  init_visual_basic();
5521
7500
  init_vue();
7501
+ init_vyper();
5522
7502
  init_webassembly();
7503
+ init_wgsl();
7504
+ init_wren();
5523
7505
  init_xaml();
5524
7506
  init_xml();
5525
7507
  init_xquery();
5526
7508
  init_xslt();
5527
7509
  init_yaml();
7510
+ init_zeek();
5528
7511
  init_zig();
7512
+ init_ziggy();
5529
7513
  init_zsh();
5530
7514
 
5531
7515
  exports.api = api;