code-languages 1.20.6 → 1.21.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 (108) hide show
  1. package/README.md +76 -0
  2. package/dist/api.cjs +630 -0
  3. package/dist/api.cjs.map +1 -1
  4. package/dist/api.d.cts +405 -0
  5. package/dist/api.d.ts +405 -0
  6. package/dist/api.js +630 -0
  7. package/dist/api.js.map +1 -1
  8. package/dist/detect.cjs +450 -0
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +450 -0
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +740 -76
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +424 -0
  15. package/dist/index.d.ts +424 -0
  16. package/dist/index.js +665 -1
  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/package.json +76 -1
package/dist/api.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: () => agda
129
+ });
130
+ var agda;
131
+ var init_agda = __esm({
132
+ "src/languages/agda.ts"() {
133
+ 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, {
@@ -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: () => carbon
809
+ });
810
+ var carbon;
811
+ var init_carbon = __esm({
812
+ "src/languages/carbon.ts"() {
813
+ 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: () => chapel
847
+ });
848
+ var chapel;
849
+ var init_chapel = __esm({
850
+ "src/languages/chapel.ts"() {
851
+ 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: () => circom
885
+ });
886
+ var circom;
887
+ var init_circom = __esm({
888
+ "src/languages/circom.ts"() {
889
+ 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: () => coq
1111
+ });
1112
+ var coq;
1113
+ var init_coq = __esm({
1114
+ "src/languages/coq.ts"() {
1115
+ 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, {
@@ -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: () => dhall
1486
+ });
1487
+ var dhall;
1488
+ var init_dhall = __esm({
1489
+ "src/languages/dhall.ts"() {
1490
+ 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: () => dita
1524
+ });
1525
+ var dita;
1526
+ var init_dita = __esm({
1527
+ "src/languages/dita.ts"() {
1528
+ 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: () => earthly
1599
+ });
1600
+ var earthly;
1601
+ var init_earthly = __esm({
1602
+ "src/languages/earthly.ts"() {
1603
+ 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, {
@@ -1932,6 +2236,82 @@ 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: () => hack
2243
+ });
2244
+ var hack;
2245
+ var init_hack = __esm({
2246
+ "src/languages/hack.ts"() {
2247
+ 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: () => haml
2281
+ });
2282
+ var haml;
2283
+ var init_haml = __esm({
2284
+ "src/languages/haml.ts"() {
2285
+ 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, {
@@ -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: () => idris
2542
+ });
2543
+ var idris;
2544
+ var init_idris = __esm({
2545
+ "src/languages/idris.ts"() {
2546
+ 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: () => janet
2616
+ });
2617
+ var janet;
2618
+ var init_janet = __esm({
2619
+ "src/languages/janet.ts"() {
2620
+ 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, {
@@ -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: () => lean
2953
+ });
2954
+ var lean;
2955
+ var init_lean = __esm({
2956
+ "src/languages/lean.ts"() {
2957
+ 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, {
@@ -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: () => llvmIr
3105
+ });
3106
+ var llvmIr;
3107
+ var init_llvm_ir = __esm({
3108
+ "src/languages/llvm-ir.ts"() {
3109
+ 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: () => luau
3181
+ });
3182
+ var luau;
3183
+ var init_luau = __esm({
3184
+ "src/languages/luau.ts"() {
3185
+ 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, {
@@ -4743,6 +5313,7 @@ var init_zsh = __esm({
4743
5313
  init_abap();
4744
5314
  init_actionscript();
4745
5315
  init_ada();
5316
+ init_agda();
4746
5317
  init_antlr();
4747
5318
  init_apex();
4748
5319
  init_apl();
@@ -4760,11 +5331,15 @@ init_bazel();
4760
5331
  init_bicep();
4761
5332
  init_blade();
4762
5333
  init_c();
5334
+ init_carbon();
5335
+ init_chapel();
5336
+ init_circom();
4763
5337
  init_clojure();
4764
5338
  init_cmake();
4765
5339
  init_cobol();
4766
5340
  init_coffeescript();
4767
5341
  init_coldfusion();
5342
+ init_coq();
4768
5343
  init_cpp();
4769
5344
  init_crystal();
4770
5345
  init_csharp();
@@ -4774,7 +5349,10 @@ init_cue();
4774
5349
  init_cython();
4775
5350
  init_d();
4776
5351
  init_dart();
5352
+ init_dhall();
5353
+ init_dita();
4777
5354
  init_dockerfile();
5355
+ init_earthly();
4778
5356
  init_elixir();
4779
5357
  init_elm();
4780
5358
  init_erb();
@@ -4791,13 +5369,17 @@ init_go();
4791
5369
  init_gradle();
4792
5370
  init_graphql();
4793
5371
  init_groovy();
5372
+ init_hack();
5373
+ init_haml();
4794
5374
  init_handlebars();
4795
5375
  init_haskell();
4796
5376
  init_haxe();
4797
5377
  init_hcl();
4798
5378
  init_hlsl();
4799
5379
  init_html();
5380
+ init_idris();
4800
5381
  init_ini();
5382
+ init_janet();
4801
5383
  init_java();
4802
5384
  init_javascript();
4803
5385
  init_jinja();
@@ -4806,10 +5388,13 @@ init_jsonnet();
4806
5388
  init_julia();
4807
5389
  init_jupyter_notebook();
4808
5390
  init_kotlin();
5391
+ init_lean();
4809
5392
  init_less();
4810
5393
  init_liquid();
4811
5394
  init_lisp();
5395
+ init_llvm_ir();
4812
5396
  init_lua();
5397
+ init_luau();
4813
5398
  init_makefile();
4814
5399
  init_markdown();
4815
5400
  init_matlab();
@@ -4870,6 +5455,7 @@ var languages = [
4870
5455
  abap,
4871
5456
  actionscript,
4872
5457
  ada,
5458
+ agda,
4873
5459
  antlr,
4874
5460
  apex,
4875
5461
  apl,
@@ -4887,11 +5473,15 @@ var languages = [
4887
5473
  bicep,
4888
5474
  blade,
4889
5475
  c,
5476
+ carbon,
5477
+ chapel,
5478
+ circom,
4890
5479
  cmake,
4891
5480
  clojure,
4892
5481
  coffeescript,
4893
5482
  coldfusion,
4894
5483
  cobol,
5484
+ coq,
4895
5485
  cpp,
4896
5486
  csharp,
4897
5487
  crystal,
@@ -4901,7 +5491,10 @@ var languages = [
4901
5491
  cython,
4902
5492
  d,
4903
5493
  dart,
5494
+ dhall,
5495
+ dita,
4904
5496
  dockerfile,
5497
+ earthly,
4905
5498
  elixir,
4906
5499
  elm,
4907
5500
  erb,
@@ -4919,24 +5512,31 @@ var languages = [
4919
5512
  graphql,
4920
5513
  groovy,
4921
5514
  handlebars,
5515
+ hack,
5516
+ haml,
4922
5517
  haskell,
4923
5518
  haxe,
4924
5519
  hcl,
4925
5520
  hlsl,
4926
5521
  html,
5522
+ idris,
4927
5523
  ini,
4928
5524
  java,
4929
5525
  javascript,
5526
+ janet,
4930
5527
  jinja,
4931
5528
  json,
4932
5529
  jsonnet,
4933
5530
  jupyterNotebook,
4934
5531
  julia,
4935
5532
  kotlin,
5533
+ lean,
4936
5534
  less,
4937
5535
  liquid,
4938
5536
  lisp,
5537
+ llvmIr,
4939
5538
  lua,
5539
+ luau,
4940
5540
  makefile,
4941
5541
  matlab,
4942
5542
  markdown,
@@ -5052,6 +5652,7 @@ var languageIndex = [
5052
5652
  { slug: "abap", extensions: [".abap"] },
5053
5653
  { slug: "actionscript", extensions: [".as"] },
5054
5654
  { slug: "ada", extensions: [".adb", ".ads", ".ada"] },
5655
+ { slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
5055
5656
  { slug: "antlr", extensions: [".g4"] },
5056
5657
  { slug: "apex", extensions: [".cls", ".trigger"] },
5057
5658
  { slug: "apl", extensions: [".apl", ".dyalog"] },
@@ -5075,11 +5676,15 @@ var languageIndex = [
5075
5676
  { slug: "bicep", extensions: [".bicep", ".bicepparam"] },
5076
5677
  { slug: "blade", extensions: [".blade.php"] },
5077
5678
  { slug: "c", extensions: [".c", ".h"] },
5679
+ { slug: "carbon", extensions: [".carbon"] },
5680
+ { slug: "chapel", extensions: [".chpl"] },
5681
+ { slug: "circom", extensions: [".circom"] },
5078
5682
  { slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
5079
5683
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
5080
5684
  { slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
5081
5685
  { slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
5082
5686
  { slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
5687
+ { slug: "coq", extensions: [".v"] },
5083
5688
  { slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
5084
5689
  { slug: "csharp", extensions: [".cs", ".csx"] },
5085
5690
  { slug: "crystal", extensions: [".cr"] },
@@ -5089,7 +5694,10 @@ var languageIndex = [
5089
5694
  { slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
5090
5695
  { slug: "d", extensions: [".d", ".di"] },
5091
5696
  { slug: "dart", extensions: [".dart"] },
5697
+ { slug: "dhall", extensions: [".dhall"] },
5698
+ { slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
5092
5699
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
5700
+ { slug: "earthly", extensions: ["Earthfile"] },
5093
5701
  { slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
5094
5702
  { slug: "elm", extensions: [".elm"] },
5095
5703
  { slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
@@ -5116,24 +5724,31 @@ var languageIndex = [
5116
5724
  { slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
5117
5725
  { slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
5118
5726
  { slug: "handlebars", extensions: [".hbs", ".handlebars"] },
5727
+ { slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
5728
+ { slug: "haml", extensions: [".haml"] },
5119
5729
  { slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
5120
5730
  { slug: "haxe", extensions: [".hx", ".hxml"] },
5121
5731
  { slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
5122
5732
  { slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
5123
5733
  { slug: "html", extensions: [".html", ".htm"] },
5734
+ { slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
5124
5735
  { slug: "ini", extensions: [".ini"] },
5125
5736
  { slug: "java", extensions: [".java"] },
5126
5737
  { slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
5738
+ { slug: "janet", extensions: [".janet", ".jdn"] },
5127
5739
  { slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
5128
5740
  { slug: "json", extensions: [".json"] },
5129
5741
  { slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
5130
5742
  { slug: "jupyter-notebook", extensions: [".ipynb"] },
5131
5743
  { slug: "julia", extensions: [".jl"] },
5132
5744
  { slug: "kotlin", extensions: [".kt", ".kts"] },
5745
+ { slug: "lean", extensions: [".lean"] },
5133
5746
  { slug: "less", extensions: [".less"] },
5134
5747
  { slug: "liquid", extensions: [".liquid"] },
5135
5748
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
5749
+ { slug: "llvm-ir", extensions: [".ll", ".bc"] },
5136
5750
  { slug: "lua", extensions: [".lua", ".rockspec"] },
5751
+ { slug: "luau", extensions: [".luau"] },
5137
5752
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
5138
5753
  { slug: "matlab", extensions: [".m", ".mlx"] },
5139
5754
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
@@ -5201,6 +5816,7 @@ var languageLoaders = {
5201
5816
  abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
5202
5817
  actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
5203
5818
  ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
5819
+ agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
5204
5820
  antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
5205
5821
  apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
5206
5822
  apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
@@ -5218,11 +5834,15 @@ var languageLoaders = {
5218
5834
  bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
5219
5835
  blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
5220
5836
  c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
5837
+ carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
5838
+ chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
5839
+ circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
5221
5840
  cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
5222
5841
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
5223
5842
  cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
5224
5843
  coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
5225
5844
  coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
5845
+ coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
5226
5846
  cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
5227
5847
  csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
5228
5848
  crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
@@ -5232,7 +5852,10 @@ var languageLoaders = {
5232
5852
  cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
5233
5853
  d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
5234
5854
  dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
5855
+ dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
5856
+ dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
5235
5857
  dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
5858
+ earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
5236
5859
  elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
5237
5860
  elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
5238
5861
  erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
@@ -5250,24 +5873,31 @@ var languageLoaders = {
5250
5873
  graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
5251
5874
  groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
5252
5875
  handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
5876
+ hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
5877
+ haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
5253
5878
  haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
5254
5879
  haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
5255
5880
  hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
5256
5881
  hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
5257
5882
  html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
5883
+ idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
5258
5884
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
5259
5885
  java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
5260
5886
  javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
5887
+ janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
5261
5888
  jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
5262
5889
  json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
5263
5890
  jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
5264
5891
  "jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
5265
5892
  julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
5266
5893
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
5894
+ lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
5267
5895
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
5268
5896
  liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
5269
5897
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
5898
+ "llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
5270
5899
  lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
5900
+ luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
5271
5901
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
5272
5902
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
5273
5903
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),