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.
- package/README.md +76 -0
- package/dist/api.cjs +630 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +405 -0
- package/dist/api.d.ts +405 -0
- package/dist/api.js +630 -0
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +450 -0
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +450 -0
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +740 -76
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +424 -0
- package/dist/index.d.ts +424 -0
- package/dist/index.js +665 -1
- package/dist/index.js.map +1 -1
- package/dist/languages/agda.cjs +34 -0
- package/dist/languages/agda.cjs.map +1 -0
- package/dist/languages/agda.d.cts +29 -0
- package/dist/languages/agda.d.ts +29 -0
- package/dist/languages/agda.js +32 -0
- package/dist/languages/agda.js.map +1 -0
- package/dist/languages/carbon.cjs +34 -0
- package/dist/languages/carbon.cjs.map +1 -0
- package/dist/languages/carbon.d.cts +29 -0
- package/dist/languages/carbon.d.ts +29 -0
- package/dist/languages/carbon.js +32 -0
- package/dist/languages/carbon.js.map +1 -0
- package/dist/languages/chapel.cjs +34 -0
- package/dist/languages/chapel.cjs.map +1 -0
- package/dist/languages/chapel.d.cts +29 -0
- package/dist/languages/chapel.d.ts +29 -0
- package/dist/languages/chapel.js +32 -0
- package/dist/languages/chapel.js.map +1 -0
- package/dist/languages/circom.cjs +34 -0
- package/dist/languages/circom.cjs.map +1 -0
- package/dist/languages/circom.d.cts +29 -0
- package/dist/languages/circom.d.ts +29 -0
- package/dist/languages/circom.js +32 -0
- package/dist/languages/circom.js.map +1 -0
- package/dist/languages/coq.cjs +34 -0
- package/dist/languages/coq.cjs.map +1 -0
- package/dist/languages/coq.d.cts +29 -0
- package/dist/languages/coq.d.ts +29 -0
- package/dist/languages/coq.js +32 -0
- package/dist/languages/coq.js.map +1 -0
- package/dist/languages/dhall.cjs +34 -0
- package/dist/languages/dhall.cjs.map +1 -0
- package/dist/languages/dhall.d.cts +29 -0
- package/dist/languages/dhall.d.ts +29 -0
- package/dist/languages/dhall.js +32 -0
- package/dist/languages/dhall.js.map +1 -0
- package/dist/languages/dita.cjs +34 -0
- package/dist/languages/dita.cjs.map +1 -0
- package/dist/languages/dita.d.cts +29 -0
- package/dist/languages/dita.d.ts +29 -0
- package/dist/languages/dita.js +32 -0
- package/dist/languages/dita.js.map +1 -0
- package/dist/languages/earthly.cjs +34 -0
- package/dist/languages/earthly.cjs.map +1 -0
- package/dist/languages/earthly.d.cts +29 -0
- package/dist/languages/earthly.d.ts +29 -0
- package/dist/languages/earthly.js +32 -0
- package/dist/languages/earthly.js.map +1 -0
- package/dist/languages/hack.cjs +34 -0
- package/dist/languages/hack.cjs.map +1 -0
- package/dist/languages/hack.d.cts +29 -0
- package/dist/languages/hack.d.ts +29 -0
- package/dist/languages/hack.js +32 -0
- package/dist/languages/hack.js.map +1 -0
- package/dist/languages/haml.cjs +34 -0
- package/dist/languages/haml.cjs.map +1 -0
- package/dist/languages/haml.d.cts +29 -0
- package/dist/languages/haml.d.ts +29 -0
- package/dist/languages/haml.js +32 -0
- package/dist/languages/haml.js.map +1 -0
- package/dist/languages/idris.cjs +34 -0
- package/dist/languages/idris.cjs.map +1 -0
- package/dist/languages/idris.d.cts +29 -0
- package/dist/languages/idris.d.ts +29 -0
- package/dist/languages/idris.js +32 -0
- package/dist/languages/idris.js.map +1 -0
- package/dist/languages/janet.cjs +34 -0
- package/dist/languages/janet.cjs.map +1 -0
- package/dist/languages/janet.d.cts +29 -0
- package/dist/languages/janet.d.ts +29 -0
- package/dist/languages/janet.js +32 -0
- package/dist/languages/janet.js.map +1 -0
- package/dist/languages/lean.cjs +34 -0
- package/dist/languages/lean.cjs.map +1 -0
- package/dist/languages/lean.d.cts +29 -0
- package/dist/languages/lean.d.ts +29 -0
- package/dist/languages/lean.js +32 -0
- package/dist/languages/lean.js.map +1 -0
- package/dist/languages/llvm-ir.cjs +34 -0
- package/dist/languages/llvm-ir.cjs.map +1 -0
- package/dist/languages/llvm-ir.d.cts +29 -0
- package/dist/languages/llvm-ir.d.ts +29 -0
- package/dist/languages/llvm-ir.js +32 -0
- package/dist/languages/llvm-ir.js.map +1 -0
- package/dist/languages/luau.cjs +34 -0
- package/dist/languages/luau.cjs.map +1 -0
- package/dist/languages/luau.d.cts +29 -0
- package/dist/languages/luau.d.ts +29 -0
- package/dist/languages/luau.js +32 -0
- package/dist/languages/luau.js.map +1 -0
- package/package.json +76 -1
package/dist/index.js
CHANGED
|
@@ -120,6 +120,44 @@ var init_ada = __esm({
|
|
|
120
120
|
}
|
|
121
121
|
});
|
|
122
122
|
|
|
123
|
+
// src/languages/agda.ts
|
|
124
|
+
var agda_exports = {};
|
|
125
|
+
__export(agda_exports, {
|
|
126
|
+
agda: () => agda
|
|
127
|
+
});
|
|
128
|
+
var agda;
|
|
129
|
+
var init_agda = __esm({
|
|
130
|
+
"src/languages/agda.ts"() {
|
|
131
|
+
agda = {
|
|
132
|
+
slug: "agda",
|
|
133
|
+
publishedDate: "2007-01-01",
|
|
134
|
+
extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"],
|
|
135
|
+
author: "Ulf Norell / Chalmers University of Technology",
|
|
136
|
+
website: "https://wiki.portal.chalmers.se/agda/",
|
|
137
|
+
paradigms: ["functional", "dependently typed", "total", "proof-oriented"],
|
|
138
|
+
tooling: {
|
|
139
|
+
runtimes: ["GHC", "JavaScript"],
|
|
140
|
+
packageManagers: ["Cabal", "Stack"],
|
|
141
|
+
ecosystems: ["Haskell", "Formal methods", "Proof assistants"]
|
|
142
|
+
},
|
|
143
|
+
version: "2.8.0",
|
|
144
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_agda.svg",
|
|
145
|
+
i18n: {
|
|
146
|
+
en: {
|
|
147
|
+
name: "Agda",
|
|
148
|
+
description: "A dependently typed functional language and proof assistant.",
|
|
149
|
+
longDescription: "Agda is a dependently typed functional programming language and interactive proof assistant. It supports inductive families, pattern matching, modules, mixfix operators, Unicode syntax, and a type system expressive enough to encode mathematical proofs as programs.\n\nIt is used in programming language research, constructive mathematics, certified algorithms, and education where precise specifications and machine-checked proofs matter as much as executable code."
|
|
150
|
+
},
|
|
151
|
+
es: {
|
|
152
|
+
name: "Agda",
|
|
153
|
+
description: "Un lenguaje funcional con tipos dependientes y asistente de pruebas.",
|
|
154
|
+
longDescription: "Agda es un lenguaje de programacion funcional con tipos dependientes y un asistente interactivo de pruebas. Soporta familias inductivas, pattern matching, modulos, operadores mixfix, sintaxis Unicode y un sistema de tipos expresivo para codificar pruebas matematicas como programas.\n\nSe usa en investigacion de lenguajes, matematica constructiva, algoritmos certificados y educacion cuando las especificaciones precisas y las pruebas verificadas por maquina importan tanto como el codigo ejecutable."
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
|
|
123
161
|
// src/languages/antlr.ts
|
|
124
162
|
var antlr_exports = {};
|
|
125
163
|
__export(antlr_exports, {
|
|
@@ -762,6 +800,120 @@ var init_c = __esm({
|
|
|
762
800
|
}
|
|
763
801
|
});
|
|
764
802
|
|
|
803
|
+
// src/languages/carbon.ts
|
|
804
|
+
var carbon_exports = {};
|
|
805
|
+
__export(carbon_exports, {
|
|
806
|
+
carbon: () => carbon
|
|
807
|
+
});
|
|
808
|
+
var carbon;
|
|
809
|
+
var init_carbon = __esm({
|
|
810
|
+
"src/languages/carbon.ts"() {
|
|
811
|
+
carbon = {
|
|
812
|
+
slug: "carbon",
|
|
813
|
+
publishedDate: "2022-07-19",
|
|
814
|
+
extensions: [".carbon"],
|
|
815
|
+
author: "Carbon Language Project",
|
|
816
|
+
website: "https://docs.carbon-lang.dev",
|
|
817
|
+
paradigms: ["imperative", "object-oriented", "generic", "statically typed"],
|
|
818
|
+
tooling: {
|
|
819
|
+
runtimes: ["LLVM"],
|
|
820
|
+
packageManagers: ["Bazel"],
|
|
821
|
+
ecosystems: ["C++", "Systems programming"]
|
|
822
|
+
},
|
|
823
|
+
version: "0.0.0 nightly",
|
|
824
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png",
|
|
825
|
+
i18n: {
|
|
826
|
+
en: {
|
|
827
|
+
name: "Carbon",
|
|
828
|
+
description: "An experimental successor language for C++ interoperability and migration.",
|
|
829
|
+
longDescription: "Carbon is an experimental systems programming language designed as a possible successor to C++. It focuses on readable syntax, strong generics, modern tooling, and incremental migration paths for large C++ codebases.\n\nThe project is still pre-stable, so real-world use is centered on experiments, design evaluation, compiler development, and discussions about long-term interoperability with existing C++ ecosystems."
|
|
830
|
+
},
|
|
831
|
+
es: {
|
|
832
|
+
name: "Carbon",
|
|
833
|
+
description: "Un lenguaje experimental sucesor para interoperabilidad y migracion desde C++.",
|
|
834
|
+
longDescription: "Carbon es un lenguaje experimental de programacion de sistemas disenado como posible sucesor de C++. Se enfoca en sintaxis legible, genericos fuertes, herramientas modernas y rutas de migracion incremental para bases de codigo grandes en C++.\n\nEl proyecto aun no es estable, asi que su uso real se centra en experimentos, evaluacion de diseno, desarrollo del compilador y debates sobre interoperabilidad a largo plazo con ecosistemas C++ existentes."
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
};
|
|
838
|
+
}
|
|
839
|
+
});
|
|
840
|
+
|
|
841
|
+
// src/languages/chapel.ts
|
|
842
|
+
var chapel_exports = {};
|
|
843
|
+
__export(chapel_exports, {
|
|
844
|
+
chapel: () => chapel
|
|
845
|
+
});
|
|
846
|
+
var chapel;
|
|
847
|
+
var init_chapel = __esm({
|
|
848
|
+
"src/languages/chapel.ts"() {
|
|
849
|
+
chapel = {
|
|
850
|
+
slug: "chapel",
|
|
851
|
+
publishedDate: "2009-04-01",
|
|
852
|
+
extensions: [".chpl"],
|
|
853
|
+
author: "Cray Inc. / Hewlett Packard Enterprise",
|
|
854
|
+
website: "https://chapel-lang.org",
|
|
855
|
+
paradigms: ["parallel", "imperative", "object-oriented", "generic"],
|
|
856
|
+
tooling: {
|
|
857
|
+
runtimes: ["Chapel runtime"],
|
|
858
|
+
packageManagers: ["Mason"],
|
|
859
|
+
ecosystems: ["High-performance computing", "Parallel computing"]
|
|
860
|
+
},
|
|
861
|
+
version: "2.6.0",
|
|
862
|
+
logo: "https://chapel-lang.org/images/chapel-logo.png",
|
|
863
|
+
i18n: {
|
|
864
|
+
en: {
|
|
865
|
+
name: "Chapel",
|
|
866
|
+
description: "A productive parallel programming language for scalable systems.",
|
|
867
|
+
longDescription: "Chapel is a parallel programming language created to make high-performance and distributed computing more approachable. It provides domains, arrays, task parallelism, data parallelism, locality control, and abstractions for writing scalable programs without dropping into low-level message passing everywhere.\n\nIt is used for research, numerical computing, data analytics, simulations, and high-performance applications that need to express parallel algorithms clearly across laptops, clusters, and supercomputers."
|
|
868
|
+
},
|
|
869
|
+
es: {
|
|
870
|
+
name: "Chapel",
|
|
871
|
+
description: "Un lenguaje de programacion paralela productivo para sistemas escalables.",
|
|
872
|
+
longDescription: "Chapel es un lenguaje de programacion paralela creado para hacer mas accesible la computacion de alto rendimiento y distribuida. Ofrece dominios, arreglos, paralelismo de tareas, paralelismo de datos, control de localidad y abstracciones para escribir programas escalables sin depender siempre de paso de mensajes de bajo nivel.\n\nSe usa en investigacion, computacion numerica, analitica de datos, simulaciones y aplicaciones de alto rendimiento que necesitan expresar algoritmos paralelos con claridad en laptops, clusters y supercomputadoras."
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
};
|
|
876
|
+
}
|
|
877
|
+
});
|
|
878
|
+
|
|
879
|
+
// src/languages/circom.ts
|
|
880
|
+
var circom_exports = {};
|
|
881
|
+
__export(circom_exports, {
|
|
882
|
+
circom: () => circom
|
|
883
|
+
});
|
|
884
|
+
var circom;
|
|
885
|
+
var init_circom = __esm({
|
|
886
|
+
"src/languages/circom.ts"() {
|
|
887
|
+
circom = {
|
|
888
|
+
slug: "circom",
|
|
889
|
+
publishedDate: "2018-01-01",
|
|
890
|
+
extensions: [".circom"],
|
|
891
|
+
author: "iden3",
|
|
892
|
+
website: "https://docs.circom.io",
|
|
893
|
+
paradigms: ["declarative", "constraint-based", "domain-specific"],
|
|
894
|
+
tooling: {
|
|
895
|
+
runtimes: ["circom compiler", "WebAssembly", "C++"],
|
|
896
|
+
packageManagers: ["npm", "Cargo"],
|
|
897
|
+
ecosystems: ["Zero-knowledge proofs", "Ethereum", "zkSNARKs"]
|
|
898
|
+
},
|
|
899
|
+
version: "2.2.3",
|
|
900
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_circom.svg",
|
|
901
|
+
i18n: {
|
|
902
|
+
en: {
|
|
903
|
+
name: "Circom",
|
|
904
|
+
description: "A DSL for writing arithmetic circuits used in zero-knowledge proofs.",
|
|
905
|
+
longDescription: "Circom is a domain-specific language for defining arithmetic circuits used by zkSNARK proving systems. Its compiler can generate constraint systems together with witness-generation code for C++ or WebAssembly.\n\nIt is common in privacy-preserving protocols, identity systems, blockchain applications, and cryptographic projects that need reusable circuits for zero-knowledge proofs."
|
|
906
|
+
},
|
|
907
|
+
es: {
|
|
908
|
+
name: "Circom",
|
|
909
|
+
description: "Un DSL para escribir circuitos aritmeticos usados en pruebas de conocimiento cero.",
|
|
910
|
+
longDescription: "Circom es un lenguaje especifico de dominio para definir circuitos aritmeticos usados por sistemas de prueba zkSNARK. Su compilador puede generar sistemas de restricciones junto con codigo de generacion de testigos para C++ o WebAssembly.\n\nEs comun en protocolos de privacidad, sistemas de identidad, aplicaciones blockchain y proyectos criptograficos que necesitan circuitos reutilizables para pruebas de conocimiento cero."
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
};
|
|
914
|
+
}
|
|
915
|
+
});
|
|
916
|
+
|
|
765
917
|
// src/languages/clojure.ts
|
|
766
918
|
var clojure_exports = {};
|
|
767
919
|
__export(clojure_exports, {
|
|
@@ -950,6 +1102,44 @@ var init_coldfusion = __esm({
|
|
|
950
1102
|
}
|
|
951
1103
|
});
|
|
952
1104
|
|
|
1105
|
+
// src/languages/coq.ts
|
|
1106
|
+
var coq_exports = {};
|
|
1107
|
+
__export(coq_exports, {
|
|
1108
|
+
coq: () => coq
|
|
1109
|
+
});
|
|
1110
|
+
var coq;
|
|
1111
|
+
var init_coq = __esm({
|
|
1112
|
+
"src/languages/coq.ts"() {
|
|
1113
|
+
coq = {
|
|
1114
|
+
slug: "coq",
|
|
1115
|
+
publishedDate: "1989-01-01",
|
|
1116
|
+
extensions: [".v"],
|
|
1117
|
+
author: "INRIA / Rocq Prover Development Team",
|
|
1118
|
+
website: "https://rocq-prover.org",
|
|
1119
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "tactic-based"],
|
|
1120
|
+
tooling: {
|
|
1121
|
+
runtimes: ["Rocq Prover", "OCaml"],
|
|
1122
|
+
packageManagers: ["opam", "Rocq Platform"],
|
|
1123
|
+
ecosystems: ["Formal methods", "Proof assistants", "OCaml"]
|
|
1124
|
+
},
|
|
1125
|
+
version: "9.2.0",
|
|
1126
|
+
logo: "https://avatars.githubusercontent.com/u/621198?v=4",
|
|
1127
|
+
i18n: {
|
|
1128
|
+
en: {
|
|
1129
|
+
name: "Coq / Rocq",
|
|
1130
|
+
description: "A proof assistant and dependently typed language for certified mathematics and software.",
|
|
1131
|
+
longDescription: "Coq, now released under the Rocq Prover name, is an interactive theorem prover and dependently typed language. It lets users write definitions, executable programs, theorems, and machine-checked proofs in one environment.\n\nIt is widely used in formal verification, programming language metatheory, certified compilers, mathematics, cryptography, and projects where correctness arguments need to be checked with high confidence."
|
|
1132
|
+
},
|
|
1133
|
+
es: {
|
|
1134
|
+
name: "Coq / Rocq",
|
|
1135
|
+
description: "Un asistente de pruebas y lenguaje con tipos dependientes para software certificado.",
|
|
1136
|
+
longDescription: "Coq, publicado ahora bajo el nombre Rocq Prover, es un demostrador interactivo de teoremas y un lenguaje con tipos dependientes. Permite escribir definiciones, programas ejecutables, teoremas y pruebas verificadas por maquina en un mismo entorno.\n\nSe usa ampliamente en verificacion formal, metateoria de lenguajes, compiladores certificados, matematica, criptografia y proyectos donde los argumentos de correccion deben comprobarse con alta confianza."
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
};
|
|
1140
|
+
}
|
|
1141
|
+
});
|
|
1142
|
+
|
|
953
1143
|
// src/languages/cpp.ts
|
|
954
1144
|
var cpp_exports = {};
|
|
955
1145
|
__export(cpp_exports, {
|
|
@@ -1287,6 +1477,82 @@ var init_dart = __esm({
|
|
|
1287
1477
|
}
|
|
1288
1478
|
});
|
|
1289
1479
|
|
|
1480
|
+
// src/languages/dhall.ts
|
|
1481
|
+
var dhall_exports = {};
|
|
1482
|
+
__export(dhall_exports, {
|
|
1483
|
+
dhall: () => dhall
|
|
1484
|
+
});
|
|
1485
|
+
var dhall;
|
|
1486
|
+
var init_dhall = __esm({
|
|
1487
|
+
"src/languages/dhall.ts"() {
|
|
1488
|
+
dhall = {
|
|
1489
|
+
slug: "dhall",
|
|
1490
|
+
publishedDate: "2016-12-22",
|
|
1491
|
+
extensions: [".dhall"],
|
|
1492
|
+
author: "Gabriel Gonzalez",
|
|
1493
|
+
website: "https://dhall-lang.org",
|
|
1494
|
+
paradigms: ["functional", "declarative", "statically typed", "configuration"],
|
|
1495
|
+
tooling: {
|
|
1496
|
+
runtimes: ["dhall"],
|
|
1497
|
+
packageManagers: ["Cabal", "Stack", "Nix"],
|
|
1498
|
+
ecosystems: ["Configuration", "Haskell", "DevOps"]
|
|
1499
|
+
},
|
|
1500
|
+
version: "23.1.0",
|
|
1501
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_dhall.svg",
|
|
1502
|
+
i18n: {
|
|
1503
|
+
en: {
|
|
1504
|
+
name: "Dhall",
|
|
1505
|
+
description: "A programmable, typed configuration language that normalizes safely.",
|
|
1506
|
+
longDescription: "Dhall is a programmable configuration language with a strong static type system, imports, functions, records, and guaranteed normalization. It is designed to replace repetitive JSON, YAML, and similar configuration formats with reusable typed expressions.\n\nIt is used for infrastructure configuration, application settings, generated YAML or JSON, and systems that need shared configuration without arbitrary code execution."
|
|
1507
|
+
},
|
|
1508
|
+
es: {
|
|
1509
|
+
name: "Dhall",
|
|
1510
|
+
description: "Un lenguaje de configuracion programable, tipado y de normalizacion segura.",
|
|
1511
|
+
longDescription: "Dhall es un lenguaje de configuracion programable con un sistema de tipos estatico fuerte, imports, funciones, registros y normalizacion garantizada. Esta disenado para reemplazar JSON, YAML y formatos similares repetitivos con expresiones tipadas reutilizables.\n\nSe usa en configuracion de infraestructura, ajustes de aplicaciones, generacion de YAML o JSON y sistemas que necesitan configuracion compartida sin ejecucion arbitraria de codigo."
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
};
|
|
1515
|
+
}
|
|
1516
|
+
});
|
|
1517
|
+
|
|
1518
|
+
// src/languages/dita.ts
|
|
1519
|
+
var dita_exports = {};
|
|
1520
|
+
__export(dita_exports, {
|
|
1521
|
+
dita: () => dita
|
|
1522
|
+
});
|
|
1523
|
+
var dita;
|
|
1524
|
+
var init_dita = __esm({
|
|
1525
|
+
"src/languages/dita.ts"() {
|
|
1526
|
+
dita = {
|
|
1527
|
+
slug: "dita",
|
|
1528
|
+
publishedDate: "2005-05-03",
|
|
1529
|
+
extensions: [".dita", ".ditamap", ".ditaval"],
|
|
1530
|
+
author: "OASIS",
|
|
1531
|
+
website: "https://www.oasis-open.org/standard/dita/",
|
|
1532
|
+
paradigms: ["markup", "structured authoring", "XML-based", "documentation"],
|
|
1533
|
+
tooling: {
|
|
1534
|
+
runtimes: ["DITA Open Toolkit"],
|
|
1535
|
+
packageManagers: ["npm", "Maven"],
|
|
1536
|
+
ecosystems: ["Technical writing", "XML", "Publishing"]
|
|
1537
|
+
},
|
|
1538
|
+
version: "1.3",
|
|
1539
|
+
logo: "https://avatars.githubusercontent.com/u/20116735?v=4",
|
|
1540
|
+
i18n: {
|
|
1541
|
+
en: {
|
|
1542
|
+
name: "DITA",
|
|
1543
|
+
description: "An XML-based architecture for structured technical documentation.",
|
|
1544
|
+
longDescription: "DITA is the Darwin Information Typing Architecture, an XML-based standard for topic-oriented authoring. It defines topic types, maps, specialization, reuse mechanisms, and publishing-oriented metadata for large documentation sets.\n\nIt is used in technical writing, product documentation, regulated content, localization workflows, and publishing pipelines that need structured reusable topics rather than page-by-page documents."
|
|
1545
|
+
},
|
|
1546
|
+
es: {
|
|
1547
|
+
name: "DITA",
|
|
1548
|
+
description: "Una arquitectura basada en XML para documentacion tecnica estructurada.",
|
|
1549
|
+
longDescription: "DITA es Darwin Information Typing Architecture, un estandar basado en XML para autoria orientada a topicos. Define tipos de topico, mapas, especializacion, mecanismos de reutilizacion y metadatos de publicacion para grandes conjuntos de documentacion.\n\nSe usa en redaccion tecnica, documentacion de productos, contenido regulado, flujos de localizacion y pipelines de publicacion que necesitan topicos estructurados y reutilizables en vez de documentos pagina por pagina."
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
};
|
|
1553
|
+
}
|
|
1554
|
+
});
|
|
1555
|
+
|
|
1290
1556
|
// src/languages/dockerfile.ts
|
|
1291
1557
|
var dockerfile_exports = {};
|
|
1292
1558
|
__export(dockerfile_exports, {
|
|
@@ -1324,6 +1590,44 @@ var init_dockerfile = __esm({
|
|
|
1324
1590
|
}
|
|
1325
1591
|
});
|
|
1326
1592
|
|
|
1593
|
+
// src/languages/earthly.ts
|
|
1594
|
+
var earthly_exports = {};
|
|
1595
|
+
__export(earthly_exports, {
|
|
1596
|
+
earthly: () => earthly
|
|
1597
|
+
});
|
|
1598
|
+
var earthly;
|
|
1599
|
+
var init_earthly = __esm({
|
|
1600
|
+
"src/languages/earthly.ts"() {
|
|
1601
|
+
earthly = {
|
|
1602
|
+
slug: "earthly",
|
|
1603
|
+
publishedDate: "2020-04-15",
|
|
1604
|
+
extensions: ["Earthfile"],
|
|
1605
|
+
author: "Earthly Technologies",
|
|
1606
|
+
website: "https://earthly.dev",
|
|
1607
|
+
paradigms: ["declarative", "build automation", "container-based"],
|
|
1608
|
+
tooling: {
|
|
1609
|
+
runtimes: ["Earthly", "BuildKit", "Docker"],
|
|
1610
|
+
packageManagers: ["Docker"],
|
|
1611
|
+
ecosystems: ["CI/CD", "Containers", "DevOps"]
|
|
1612
|
+
},
|
|
1613
|
+
version: "0.8.16",
|
|
1614
|
+
logo: "https://avatars.githubusercontent.com/u/63060917?v=4",
|
|
1615
|
+
i18n: {
|
|
1616
|
+
en: {
|
|
1617
|
+
name: "Earthly",
|
|
1618
|
+
description: "A container-oriented build language for repeatable CI/CD pipelines.",
|
|
1619
|
+
longDescription: "Earthly is a build automation language and tool centered on Earthfiles. Its syntax combines ideas from Dockerfiles and Makefiles to define repeatable builds, targets, artifacts, images, and CI-friendly workflows.\n\nIt is used by teams that want local and CI builds to behave consistently, especially in container-heavy projects where caching, reproducibility, and readable build steps matter."
|
|
1620
|
+
},
|
|
1621
|
+
es: {
|
|
1622
|
+
name: "Earthly",
|
|
1623
|
+
description: "Un lenguaje de builds orientado a contenedores para pipelines CI/CD repetibles.",
|
|
1624
|
+
longDescription: "Earthly es un lenguaje y herramienta de automatizacion de builds centrado en Earthfiles. Su sintaxis combina ideas de Dockerfiles y Makefiles para definir builds repetibles, targets, artefactos, imagenes y flujos adecuados para CI.\n\nLo usan equipos que quieren que los builds locales y de CI se comporten de forma consistente, especialmente en proyectos con muchos contenedores donde importan cache, reproducibilidad y pasos de build legibles."
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
};
|
|
1628
|
+
}
|
|
1629
|
+
});
|
|
1630
|
+
|
|
1327
1631
|
// src/languages/elixir.ts
|
|
1328
1632
|
var elixir_exports = {};
|
|
1329
1633
|
__export(elixir_exports, {
|
|
@@ -1930,6 +2234,82 @@ var init_groovy = __esm({
|
|
|
1930
2234
|
}
|
|
1931
2235
|
});
|
|
1932
2236
|
|
|
2237
|
+
// src/languages/hack.ts
|
|
2238
|
+
var hack_exports = {};
|
|
2239
|
+
__export(hack_exports, {
|
|
2240
|
+
hack: () => hack
|
|
2241
|
+
});
|
|
2242
|
+
var hack;
|
|
2243
|
+
var init_hack = __esm({
|
|
2244
|
+
"src/languages/hack.ts"() {
|
|
2245
|
+
hack = {
|
|
2246
|
+
slug: "hack",
|
|
2247
|
+
publishedDate: "2014-03-20",
|
|
2248
|
+
extensions: [".hack", ".hh", ".hhi"],
|
|
2249
|
+
author: "Meta",
|
|
2250
|
+
website: "https://docs.hhvm.com/hack/",
|
|
2251
|
+
paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
|
|
2252
|
+
tooling: {
|
|
2253
|
+
runtimes: ["HHVM"],
|
|
2254
|
+
packageManagers: ["Composer"],
|
|
2255
|
+
ecosystems: ["HHVM", "Web", "PHP"]
|
|
2256
|
+
},
|
|
2257
|
+
version: "HHVM 4.x",
|
|
2258
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/a/a7/Hack_%28programming_language%29_logo.svg",
|
|
2259
|
+
i18n: {
|
|
2260
|
+
en: {
|
|
2261
|
+
name: "Hack",
|
|
2262
|
+
description: "A gradually typed language for HHVM with PHP heritage.",
|
|
2263
|
+
longDescription: "Hack is a programming language for HHVM that evolved from PHP and adds static typing, generics, async features, shapes, collections, and tooling built around the Hack typechecker. It is designed for large web codebases that need gradual typing and fast feedback.\n\nIt is used mainly in HHVM deployments and large server-side applications where PHP-like ergonomics are paired with stronger static analysis and modern language constructs."
|
|
2264
|
+
},
|
|
2265
|
+
es: {
|
|
2266
|
+
name: "Hack",
|
|
2267
|
+
description: "Un lenguaje con tipado gradual para HHVM con herencia de PHP.",
|
|
2268
|
+
longDescription: "Hack es un lenguaje de programacion para HHVM que evoluciono desde PHP y agrega tipado estatico, genericos, funciones async, shapes, colecciones y herramientas basadas en el typechecker de Hack. Esta disenado para grandes bases de codigo web que necesitan tipado gradual y feedback rapido.\n\nSe usa principalmente en despliegues HHVM y aplicaciones grandes del lado servidor donde la ergonomia similar a PHP se combina con analisis estatico mas fuerte y construcciones modernas del lenguaje."
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
};
|
|
2272
|
+
}
|
|
2273
|
+
});
|
|
2274
|
+
|
|
2275
|
+
// src/languages/haml.ts
|
|
2276
|
+
var haml_exports = {};
|
|
2277
|
+
__export(haml_exports, {
|
|
2278
|
+
haml: () => haml
|
|
2279
|
+
});
|
|
2280
|
+
var haml;
|
|
2281
|
+
var init_haml = __esm({
|
|
2282
|
+
"src/languages/haml.ts"() {
|
|
2283
|
+
haml = {
|
|
2284
|
+
slug: "haml",
|
|
2285
|
+
publishedDate: "2006-10-01",
|
|
2286
|
+
extensions: [".haml"],
|
|
2287
|
+
author: "Hampton Catlin",
|
|
2288
|
+
website: "https://haml.info",
|
|
2289
|
+
paradigms: ["template", "markup", "declarative"],
|
|
2290
|
+
tooling: {
|
|
2291
|
+
runtimes: ["Ruby"],
|
|
2292
|
+
packageManagers: ["RubyGems", "Bundler"],
|
|
2293
|
+
ecosystems: ["Ruby", "Ruby on Rails", "Web"]
|
|
2294
|
+
},
|
|
2295
|
+
version: "7.2.0",
|
|
2296
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg",
|
|
2297
|
+
i18n: {
|
|
2298
|
+
en: {
|
|
2299
|
+
name: "Haml",
|
|
2300
|
+
description: "A whitespace-sensitive template language for writing HTML tersely.",
|
|
2301
|
+
longDescription: "Haml is a markup and template language for generating HTML with indentation-based structure. It removes closing tags, reduces boilerplate, and integrates with Ruby frameworks such as Ruby on Rails.\n\nIt is used in web applications and static rendering pipelines that prefer concise templates, readable nesting, and Ruby-powered interpolation over explicit HTML syntax."
|
|
2302
|
+
},
|
|
2303
|
+
es: {
|
|
2304
|
+
name: "Haml",
|
|
2305
|
+
description: "Un lenguaje de templates sensible a espacios para escribir HTML de forma concisa.",
|
|
2306
|
+
longDescription: "Haml es un lenguaje de marcado y templates para generar HTML con estructura basada en indentacion. Elimina etiquetas de cierre, reduce repeticion e integra con frameworks Ruby como Ruby on Rails.\n\nSe usa en aplicaciones web y pipelines de renderizado estatico que prefieren templates concisos, anidacion legible e interpolacion con Ruby en vez de sintaxis HTML explicita."
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
};
|
|
2310
|
+
}
|
|
2311
|
+
});
|
|
2312
|
+
|
|
1933
2313
|
// src/languages/handlebars.ts
|
|
1934
2314
|
var handlebars_exports = {};
|
|
1935
2315
|
__export(handlebars_exports, {
|
|
@@ -2153,6 +2533,44 @@ var init_html = __esm({
|
|
|
2153
2533
|
}
|
|
2154
2534
|
});
|
|
2155
2535
|
|
|
2536
|
+
// src/languages/idris.ts
|
|
2537
|
+
var idris_exports = {};
|
|
2538
|
+
__export(idris_exports, {
|
|
2539
|
+
idris: () => idris
|
|
2540
|
+
});
|
|
2541
|
+
var idris;
|
|
2542
|
+
var init_idris = __esm({
|
|
2543
|
+
"src/languages/idris.ts"() {
|
|
2544
|
+
idris = {
|
|
2545
|
+
slug: "idris",
|
|
2546
|
+
publishedDate: "2009-01-01",
|
|
2547
|
+
extensions: [".idr", ".lidr", ".ipkg"],
|
|
2548
|
+
author: "Edwin Brady",
|
|
2549
|
+
website: "https://www.idris-lang.org",
|
|
2550
|
+
paradigms: ["functional", "dependently typed", "total", "statically typed"],
|
|
2551
|
+
tooling: {
|
|
2552
|
+
runtimes: ["Chez Scheme", "Racket", "JavaScript", "Node.js"],
|
|
2553
|
+
packageManagers: ["pack", "idris2"],
|
|
2554
|
+
ecosystems: ["Formal methods", "Functional programming"]
|
|
2555
|
+
},
|
|
2556
|
+
version: "0.8.0",
|
|
2557
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_idris.svg",
|
|
2558
|
+
i18n: {
|
|
2559
|
+
en: {
|
|
2560
|
+
name: "Idris",
|
|
2561
|
+
description: "A dependently typed functional language focused on practical programs.",
|
|
2562
|
+
longDescription: "Idris is a dependently typed functional programming language that brings theorem-proving ideas into general-purpose software development. Idris 2 adds a quantitative type system, totality checking, elaborator reflection, and multiple code generation backends.\n\nIt is used for type-driven development, language research, certified programming, education, and experiments where rich types help describe program behavior precisely."
|
|
2563
|
+
},
|
|
2564
|
+
es: {
|
|
2565
|
+
name: "Idris",
|
|
2566
|
+
description: "Un lenguaje funcional con tipos dependientes enfocado en programas practicos.",
|
|
2567
|
+
longDescription: "Idris es un lenguaje de programacion funcional con tipos dependientes que lleva ideas de demostracion de teoremas al desarrollo general. Idris 2 agrega un sistema de tipos cuantitativo, chequeo de totalidad, reflexion de elaborador y multiples backends de generacion de codigo.\n\nSe usa en desarrollo guiado por tipos, investigacion de lenguajes, programacion certificada, educacion y experimentos donde tipos ricos ayudan a describir con precision el comportamiento de los programas."
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
};
|
|
2571
|
+
}
|
|
2572
|
+
});
|
|
2573
|
+
|
|
2156
2574
|
// src/languages/ini.ts
|
|
2157
2575
|
var ini_exports = {};
|
|
2158
2576
|
__export(ini_exports, {
|
|
@@ -2189,6 +2607,44 @@ var init_ini = __esm({
|
|
|
2189
2607
|
}
|
|
2190
2608
|
});
|
|
2191
2609
|
|
|
2610
|
+
// src/languages/janet.ts
|
|
2611
|
+
var janet_exports = {};
|
|
2612
|
+
__export(janet_exports, {
|
|
2613
|
+
janet: () => janet
|
|
2614
|
+
});
|
|
2615
|
+
var janet;
|
|
2616
|
+
var init_janet = __esm({
|
|
2617
|
+
"src/languages/janet.ts"() {
|
|
2618
|
+
janet = {
|
|
2619
|
+
slug: "janet",
|
|
2620
|
+
publishedDate: "2017-09-01",
|
|
2621
|
+
extensions: [".janet", ".jdn"],
|
|
2622
|
+
author: "Calvin Rose",
|
|
2623
|
+
website: "https://janet-lang.org",
|
|
2624
|
+
paradigms: ["functional", "imperative", "lisp", "embedded"],
|
|
2625
|
+
tooling: {
|
|
2626
|
+
runtimes: ["Janet VM"],
|
|
2627
|
+
packageManagers: ["jpm"],
|
|
2628
|
+
ecosystems: ["Scripting", "Embedded systems", "Command-line tools"]
|
|
2629
|
+
},
|
|
2630
|
+
version: "1.39.1",
|
|
2631
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg",
|
|
2632
|
+
i18n: {
|
|
2633
|
+
en: {
|
|
2634
|
+
name: "Janet",
|
|
2635
|
+
description: "A small Lisp-like language and embeddable runtime for scripting.",
|
|
2636
|
+
longDescription: "Janet is a small Lisp-like programming language with a compact C implementation, fibers, tables, pattern matching, macros, and an embeddable runtime. It is designed for scripting, tools, and applications that need a lightweight extension language.\n\nIt is used for command-line programs, configuration, automation, embedding in native applications, and experiments that benefit from Lisp-style metaprogramming without a large runtime."
|
|
2637
|
+
},
|
|
2638
|
+
es: {
|
|
2639
|
+
name: "Janet",
|
|
2640
|
+
description: "Un lenguaje pequeno tipo Lisp y runtime embebible para scripting.",
|
|
2641
|
+
longDescription: "Janet es un lenguaje de programacion pequeno tipo Lisp con una implementacion compacta en C, fibras, tablas, pattern matching, macros y un runtime embebible. Esta disenado para scripting, herramientas y aplicaciones que necesitan un lenguaje de extension liviano.\n\nSe usa en programas de linea de comandos, configuracion, automatizacion, embedding en aplicaciones nativas y experimentos que aprovechan metaprogramacion tipo Lisp sin un runtime grande."
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2644
|
+
};
|
|
2645
|
+
}
|
|
2646
|
+
});
|
|
2647
|
+
|
|
2192
2648
|
// src/languages/java.ts
|
|
2193
2649
|
var java_exports = {};
|
|
2194
2650
|
__export(java_exports, {
|
|
@@ -2488,6 +2944,44 @@ var init_kotlin = __esm({
|
|
|
2488
2944
|
}
|
|
2489
2945
|
});
|
|
2490
2946
|
|
|
2947
|
+
// src/languages/lean.ts
|
|
2948
|
+
var lean_exports = {};
|
|
2949
|
+
__export(lean_exports, {
|
|
2950
|
+
lean: () => lean
|
|
2951
|
+
});
|
|
2952
|
+
var lean;
|
|
2953
|
+
var init_lean = __esm({
|
|
2954
|
+
"src/languages/lean.ts"() {
|
|
2955
|
+
lean = {
|
|
2956
|
+
slug: "lean",
|
|
2957
|
+
publishedDate: "2013-06-16",
|
|
2958
|
+
extensions: [".lean"],
|
|
2959
|
+
author: "Leonardo de Moura / Microsoft Research",
|
|
2960
|
+
website: "https://lean-lang.org",
|
|
2961
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "metaprogramming"],
|
|
2962
|
+
tooling: {
|
|
2963
|
+
runtimes: ["Lean"],
|
|
2964
|
+
packageManagers: ["Lake", "elan"],
|
|
2965
|
+
ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
|
|
2966
|
+
},
|
|
2967
|
+
version: "4.29.1",
|
|
2968
|
+
logo: "https://cdn.simpleicons.org/leanpub/262425",
|
|
2969
|
+
i18n: {
|
|
2970
|
+
en: {
|
|
2971
|
+
name: "Lean",
|
|
2972
|
+
description: "A theorem prover and functional language for formalized mathematics and software.",
|
|
2973
|
+
longDescription: "Lean is a theorem prover and dependently typed functional programming language. Lean 4 includes an efficient compiler, extensible syntax, metaprogramming facilities, tactics, and tooling for large formalization projects.\n\nIt is used in formalized mathematics, program verification, theorem proving research, educational games, and software projects where proofs and executable definitions can evolve together."
|
|
2974
|
+
},
|
|
2975
|
+
es: {
|
|
2976
|
+
name: "Lean",
|
|
2977
|
+
description: "Un demostrador de teoremas y lenguaje funcional para matematica y software formalizados.",
|
|
2978
|
+
longDescription: "Lean es un demostrador de teoremas y lenguaje funcional con tipos dependientes. Lean 4 incluye un compilador eficiente, sintaxis extensible, metaprogramacion, tacticas y herramientas para grandes proyectos de formalizacion.\n\nSe usa en matematica formalizada, verificacion de programas, investigacion en demostracion de teoremas, juegos educativos y proyectos donde pruebas y definiciones ejecutables pueden evolucionar juntas."
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
};
|
|
2982
|
+
}
|
|
2983
|
+
});
|
|
2984
|
+
|
|
2491
2985
|
// src/languages/less.ts
|
|
2492
2986
|
var less_exports = {};
|
|
2493
2987
|
__export(less_exports, {
|
|
@@ -2602,6 +3096,44 @@ var init_lisp = __esm({
|
|
|
2602
3096
|
}
|
|
2603
3097
|
});
|
|
2604
3098
|
|
|
3099
|
+
// src/languages/llvm-ir.ts
|
|
3100
|
+
var llvm_ir_exports = {};
|
|
3101
|
+
__export(llvm_ir_exports, {
|
|
3102
|
+
llvmIr: () => llvmIr
|
|
3103
|
+
});
|
|
3104
|
+
var llvmIr;
|
|
3105
|
+
var init_llvm_ir = __esm({
|
|
3106
|
+
"src/languages/llvm-ir.ts"() {
|
|
3107
|
+
llvmIr = {
|
|
3108
|
+
slug: "llvm-ir",
|
|
3109
|
+
publishedDate: "2003-10-01",
|
|
3110
|
+
extensions: [".ll", ".bc"],
|
|
3111
|
+
author: "LLVM Project",
|
|
3112
|
+
website: "https://llvm.org/docs/LangRef.html",
|
|
3113
|
+
paradigms: ["intermediate representation", "static single assignment", "compiler"],
|
|
3114
|
+
tooling: {
|
|
3115
|
+
runtimes: ["LLVM"],
|
|
3116
|
+
packageManagers: ["LLVM releases"],
|
|
3117
|
+
ecosystems: ["Compilers", "Systems programming", "Toolchains"]
|
|
3118
|
+
},
|
|
3119
|
+
version: "22.1.5",
|
|
3120
|
+
logo: "https://cdn.simpleicons.org/llvm/262D3A",
|
|
3121
|
+
i18n: {
|
|
3122
|
+
en: {
|
|
3123
|
+
name: "LLVM IR",
|
|
3124
|
+
description: "The typed intermediate representation used by the LLVM compiler infrastructure.",
|
|
3125
|
+
longDescription: "LLVM IR is the typed, low-level intermediate representation used by the LLVM compiler infrastructure. It has a textual form, bitcode form, SSA-based values, explicit control flow, and a language reference that defines instructions, types, attributes, and metadata.\n\nIt is used by compilers, optimizers, static analyzers, JIT systems, language implementations, and tools that need a portable representation between source languages and machine code."
|
|
3126
|
+
},
|
|
3127
|
+
es: {
|
|
3128
|
+
name: "LLVM IR",
|
|
3129
|
+
description: "La representacion intermedia tipada usada por la infraestructura de compiladores LLVM.",
|
|
3130
|
+
longDescription: "LLVM IR es la representacion intermedia tipada y de bajo nivel usada por la infraestructura de compiladores LLVM. Tiene forma textual, forma bitcode, valores basados en SSA, flujo de control explicito y una referencia que define instrucciones, tipos, atributos y metadatos.\n\nSe usa en compiladores, optimizadores, analizadores estaticos, sistemas JIT, implementaciones de lenguajes y herramientas que necesitan una representacion portable entre lenguajes fuente y codigo maquina."
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
};
|
|
3134
|
+
}
|
|
3135
|
+
});
|
|
3136
|
+
|
|
2605
3137
|
// src/languages/lua.ts
|
|
2606
3138
|
var lua_exports = {};
|
|
2607
3139
|
__export(lua_exports, {
|
|
@@ -2640,6 +3172,44 @@ var init_lua = __esm({
|
|
|
2640
3172
|
}
|
|
2641
3173
|
});
|
|
2642
3174
|
|
|
3175
|
+
// src/languages/luau.ts
|
|
3176
|
+
var luau_exports = {};
|
|
3177
|
+
__export(luau_exports, {
|
|
3178
|
+
luau: () => luau
|
|
3179
|
+
});
|
|
3180
|
+
var luau;
|
|
3181
|
+
var init_luau = __esm({
|
|
3182
|
+
"src/languages/luau.ts"() {
|
|
3183
|
+
luau = {
|
|
3184
|
+
slug: "luau",
|
|
3185
|
+
publishedDate: "2021-11-03",
|
|
3186
|
+
extensions: [".luau"],
|
|
3187
|
+
author: "Roblox",
|
|
3188
|
+
website: "https://luau.org",
|
|
3189
|
+
paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
|
|
3190
|
+
tooling: {
|
|
3191
|
+
runtimes: ["Luau VM", "Roblox"],
|
|
3192
|
+
packageManagers: ["Wally", "Pesde"],
|
|
3193
|
+
ecosystems: ["Roblox", "Games", "Embedded scripting"]
|
|
3194
|
+
},
|
|
3195
|
+
version: "0.719",
|
|
3196
|
+
logo: "https://cdn.simpleicons.org/roblox/000000",
|
|
3197
|
+
i18n: {
|
|
3198
|
+
en: {
|
|
3199
|
+
name: "Luau",
|
|
3200
|
+
description: "A fast Lua-derived scripting language with gradual typing.",
|
|
3201
|
+
longDescription: "Luau is a scripting language derived from Lua 5.1 and developed by Roblox. It adds gradual typing, performance-focused compiler and VM work, linting, type inference, and features aimed at large game codebases.\n\nIt is used in Roblox experiences, game tooling, embedded scripting, and projects that want Lua-like ergonomics with stronger static analysis and modern runtime performance."
|
|
3202
|
+
},
|
|
3203
|
+
es: {
|
|
3204
|
+
name: "Luau",
|
|
3205
|
+
description: "Un lenguaje de scripting derivado de Lua, rapido y con tipado gradual.",
|
|
3206
|
+
longDescription: "Luau es un lenguaje de scripting derivado de Lua 5.1 y desarrollado por Roblox. Agrega tipado gradual, trabajo de compilador y VM orientado al rendimiento, linting, inferencia de tipos y caracteristicas para grandes bases de codigo de juegos.\n\nSe usa en experiencias de Roblox, herramientas de juegos, scripting embebido y proyectos que quieren ergonomia similar a Lua con analisis estatico mas fuerte y rendimiento moderno."
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
};
|
|
3210
|
+
}
|
|
3211
|
+
});
|
|
3212
|
+
|
|
2643
3213
|
// src/languages/makefile.ts
|
|
2644
3214
|
var makefile_exports = {};
|
|
2645
3215
|
__export(makefile_exports, {
|
|
@@ -4741,6 +5311,7 @@ var init_zsh = __esm({
|
|
|
4741
5311
|
init_abap();
|
|
4742
5312
|
init_actionscript();
|
|
4743
5313
|
init_ada();
|
|
5314
|
+
init_agda();
|
|
4744
5315
|
init_antlr();
|
|
4745
5316
|
init_apex();
|
|
4746
5317
|
init_apl();
|
|
@@ -4758,11 +5329,15 @@ init_bazel();
|
|
|
4758
5329
|
init_bicep();
|
|
4759
5330
|
init_blade();
|
|
4760
5331
|
init_c();
|
|
5332
|
+
init_carbon();
|
|
5333
|
+
init_chapel();
|
|
5334
|
+
init_circom();
|
|
4761
5335
|
init_clojure();
|
|
4762
5336
|
init_cmake();
|
|
4763
5337
|
init_cobol();
|
|
4764
5338
|
init_coffeescript();
|
|
4765
5339
|
init_coldfusion();
|
|
5340
|
+
init_coq();
|
|
4766
5341
|
init_cpp();
|
|
4767
5342
|
init_crystal();
|
|
4768
5343
|
init_csharp();
|
|
@@ -4772,7 +5347,10 @@ init_cue();
|
|
|
4772
5347
|
init_cython();
|
|
4773
5348
|
init_d();
|
|
4774
5349
|
init_dart();
|
|
5350
|
+
init_dhall();
|
|
5351
|
+
init_dita();
|
|
4775
5352
|
init_dockerfile();
|
|
5353
|
+
init_earthly();
|
|
4776
5354
|
init_elixir();
|
|
4777
5355
|
init_elm();
|
|
4778
5356
|
init_erb();
|
|
@@ -4789,13 +5367,17 @@ init_go();
|
|
|
4789
5367
|
init_gradle();
|
|
4790
5368
|
init_graphql();
|
|
4791
5369
|
init_groovy();
|
|
5370
|
+
init_hack();
|
|
5371
|
+
init_haml();
|
|
4792
5372
|
init_handlebars();
|
|
4793
5373
|
init_haskell();
|
|
4794
5374
|
init_haxe();
|
|
4795
5375
|
init_hcl();
|
|
4796
5376
|
init_hlsl();
|
|
4797
5377
|
init_html();
|
|
5378
|
+
init_idris();
|
|
4798
5379
|
init_ini();
|
|
5380
|
+
init_janet();
|
|
4799
5381
|
init_java();
|
|
4800
5382
|
init_javascript();
|
|
4801
5383
|
init_jinja();
|
|
@@ -4804,10 +5386,13 @@ init_jsonnet();
|
|
|
4804
5386
|
init_julia();
|
|
4805
5387
|
init_jupyter_notebook();
|
|
4806
5388
|
init_kotlin();
|
|
5389
|
+
init_lean();
|
|
4807
5390
|
init_less();
|
|
4808
5391
|
init_liquid();
|
|
4809
5392
|
init_lisp();
|
|
5393
|
+
init_llvm_ir();
|
|
4810
5394
|
init_lua();
|
|
5395
|
+
init_luau();
|
|
4811
5396
|
init_makefile();
|
|
4812
5397
|
init_markdown();
|
|
4813
5398
|
init_matlab();
|
|
@@ -4868,6 +5453,7 @@ var languages = [
|
|
|
4868
5453
|
abap,
|
|
4869
5454
|
actionscript,
|
|
4870
5455
|
ada,
|
|
5456
|
+
agda,
|
|
4871
5457
|
antlr,
|
|
4872
5458
|
apex,
|
|
4873
5459
|
apl,
|
|
@@ -4885,11 +5471,15 @@ var languages = [
|
|
|
4885
5471
|
bicep,
|
|
4886
5472
|
blade,
|
|
4887
5473
|
c,
|
|
5474
|
+
carbon,
|
|
5475
|
+
chapel,
|
|
5476
|
+
circom,
|
|
4888
5477
|
cmake,
|
|
4889
5478
|
clojure,
|
|
4890
5479
|
coffeescript,
|
|
4891
5480
|
coldfusion,
|
|
4892
5481
|
cobol,
|
|
5482
|
+
coq,
|
|
4893
5483
|
cpp,
|
|
4894
5484
|
csharp,
|
|
4895
5485
|
crystal,
|
|
@@ -4899,7 +5489,10 @@ var languages = [
|
|
|
4899
5489
|
cython,
|
|
4900
5490
|
d,
|
|
4901
5491
|
dart,
|
|
5492
|
+
dhall,
|
|
5493
|
+
dita,
|
|
4902
5494
|
dockerfile,
|
|
5495
|
+
earthly,
|
|
4903
5496
|
elixir,
|
|
4904
5497
|
elm,
|
|
4905
5498
|
erb,
|
|
@@ -4917,24 +5510,31 @@ var languages = [
|
|
|
4917
5510
|
graphql,
|
|
4918
5511
|
groovy,
|
|
4919
5512
|
handlebars,
|
|
5513
|
+
hack,
|
|
5514
|
+
haml,
|
|
4920
5515
|
haskell,
|
|
4921
5516
|
haxe,
|
|
4922
5517
|
hcl,
|
|
4923
5518
|
hlsl,
|
|
4924
5519
|
html,
|
|
5520
|
+
idris,
|
|
4925
5521
|
ini,
|
|
4926
5522
|
java,
|
|
4927
5523
|
javascript,
|
|
5524
|
+
janet,
|
|
4928
5525
|
jinja,
|
|
4929
5526
|
json,
|
|
4930
5527
|
jsonnet,
|
|
4931
5528
|
jupyterNotebook,
|
|
4932
5529
|
julia,
|
|
4933
5530
|
kotlin,
|
|
5531
|
+
lean,
|
|
4934
5532
|
less,
|
|
4935
5533
|
liquid,
|
|
4936
5534
|
lisp,
|
|
5535
|
+
llvmIr,
|
|
4937
5536
|
lua,
|
|
5537
|
+
luau,
|
|
4938
5538
|
makefile,
|
|
4939
5539
|
matlab,
|
|
4940
5540
|
markdown,
|
|
@@ -5050,6 +5650,7 @@ var languageIndex = [
|
|
|
5050
5650
|
{ slug: "abap", extensions: [".abap"] },
|
|
5051
5651
|
{ slug: "actionscript", extensions: [".as"] },
|
|
5052
5652
|
{ slug: "ada", extensions: [".adb", ".ads", ".ada"] },
|
|
5653
|
+
{ slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
|
|
5053
5654
|
{ slug: "antlr", extensions: [".g4"] },
|
|
5054
5655
|
{ slug: "apex", extensions: [".cls", ".trigger"] },
|
|
5055
5656
|
{ slug: "apl", extensions: [".apl", ".dyalog"] },
|
|
@@ -5073,11 +5674,15 @@ var languageIndex = [
|
|
|
5073
5674
|
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
5074
5675
|
{ slug: "blade", extensions: [".blade.php"] },
|
|
5075
5676
|
{ slug: "c", extensions: [".c", ".h"] },
|
|
5677
|
+
{ slug: "carbon", extensions: [".carbon"] },
|
|
5678
|
+
{ slug: "chapel", extensions: [".chpl"] },
|
|
5679
|
+
{ slug: "circom", extensions: [".circom"] },
|
|
5076
5680
|
{ slug: "cmake", extensions: ["CMakeLists.txt", ".cmake"] },
|
|
5077
5681
|
{ slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
|
|
5078
5682
|
{ slug: "coffeescript", extensions: [".coffee", ".litcoffee", ".cson"] },
|
|
5079
5683
|
{ slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
|
|
5080
5684
|
{ slug: "cobol", extensions: [".cob", ".cbl", ".cobol", ".cpy"] },
|
|
5685
|
+
{ slug: "coq", extensions: [".v"] },
|
|
5081
5686
|
{ slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
|
|
5082
5687
|
{ slug: "csharp", extensions: [".cs", ".csx"] },
|
|
5083
5688
|
{ slug: "crystal", extensions: [".cr"] },
|
|
@@ -5087,7 +5692,10 @@ var languageIndex = [
|
|
|
5087
5692
|
{ slug: "cython", extensions: [".pyx", ".pxd", ".pxi"] },
|
|
5088
5693
|
{ slug: "d", extensions: [".d", ".di"] },
|
|
5089
5694
|
{ slug: "dart", extensions: [".dart"] },
|
|
5695
|
+
{ slug: "dhall", extensions: [".dhall"] },
|
|
5696
|
+
{ slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
|
|
5090
5697
|
{ slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
|
|
5698
|
+
{ slug: "earthly", extensions: ["Earthfile"] },
|
|
5091
5699
|
{ slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
|
|
5092
5700
|
{ slug: "elm", extensions: [".elm"] },
|
|
5093
5701
|
{ slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
|
|
@@ -5114,24 +5722,31 @@ var languageIndex = [
|
|
|
5114
5722
|
{ slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
|
|
5115
5723
|
{ slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
|
|
5116
5724
|
{ slug: "handlebars", extensions: [".hbs", ".handlebars"] },
|
|
5725
|
+
{ slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
|
|
5726
|
+
{ slug: "haml", extensions: [".haml"] },
|
|
5117
5727
|
{ slug: "haskell", extensions: [".hs", ".lhs", ".hsc", ".hs-boot", ".hsig", ".cabal"] },
|
|
5118
5728
|
{ slug: "haxe", extensions: [".hx", ".hxml"] },
|
|
5119
5729
|
{ slug: "hcl", extensions: [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"] },
|
|
5120
5730
|
{ slug: "hlsl", extensions: [".hlsl", ".fx", ".fxh", ".hlsli"] },
|
|
5121
5731
|
{ slug: "html", extensions: [".html", ".htm"] },
|
|
5732
|
+
{ slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
|
|
5122
5733
|
{ slug: "ini", extensions: [".ini"] },
|
|
5123
5734
|
{ slug: "java", extensions: [".java"] },
|
|
5124
5735
|
{ slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
|
|
5736
|
+
{ slug: "janet", extensions: [".janet", ".jdn"] },
|
|
5125
5737
|
{ slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
|
|
5126
5738
|
{ slug: "json", extensions: [".json"] },
|
|
5127
5739
|
{ slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
|
|
5128
5740
|
{ slug: "jupyter-notebook", extensions: [".ipynb"] },
|
|
5129
5741
|
{ slug: "julia", extensions: [".jl"] },
|
|
5130
5742
|
{ slug: "kotlin", extensions: [".kt", ".kts"] },
|
|
5743
|
+
{ slug: "lean", extensions: [".lean"] },
|
|
5131
5744
|
{ slug: "less", extensions: [".less"] },
|
|
5132
5745
|
{ slug: "liquid", extensions: [".liquid"] },
|
|
5133
5746
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
5747
|
+
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
5134
5748
|
{ slug: "lua", extensions: [".lua", ".rockspec"] },
|
|
5749
|
+
{ slug: "luau", extensions: [".luau"] },
|
|
5135
5750
|
{ slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
|
|
5136
5751
|
{ slug: "matlab", extensions: [".m", ".mlx"] },
|
|
5137
5752
|
{ slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
|
|
@@ -5199,6 +5814,7 @@ var languageLoaders = {
|
|
|
5199
5814
|
abap: () => Promise.resolve().then(() => (init_abap(), abap_exports)).then((module) => module.abap),
|
|
5200
5815
|
actionscript: () => Promise.resolve().then(() => (init_actionscript(), actionscript_exports)).then((module) => module.actionscript),
|
|
5201
5816
|
ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
|
|
5817
|
+
agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
|
|
5202
5818
|
antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
|
|
5203
5819
|
apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
|
|
5204
5820
|
apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
|
|
@@ -5216,11 +5832,15 @@ var languageLoaders = {
|
|
|
5216
5832
|
bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
|
|
5217
5833
|
blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
|
|
5218
5834
|
c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
|
|
5835
|
+
carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
|
|
5836
|
+
chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
|
|
5837
|
+
circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
|
|
5219
5838
|
cmake: () => Promise.resolve().then(() => (init_cmake(), cmake_exports)).then((module) => module.cmake),
|
|
5220
5839
|
clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
|
|
5221
5840
|
cobol: () => Promise.resolve().then(() => (init_cobol(), cobol_exports)).then((module) => module.cobol),
|
|
5222
5841
|
coffeescript: () => Promise.resolve().then(() => (init_coffeescript(), coffeescript_exports)).then((module) => module.coffeescript),
|
|
5223
5842
|
coldfusion: () => Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports)).then((module) => module.coldfusion),
|
|
5843
|
+
coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
|
|
5224
5844
|
cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
|
|
5225
5845
|
csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
|
|
5226
5846
|
crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
|
|
@@ -5230,7 +5850,10 @@ var languageLoaders = {
|
|
|
5230
5850
|
cython: () => Promise.resolve().then(() => (init_cython(), cython_exports)).then((module) => module.cython),
|
|
5231
5851
|
d: () => Promise.resolve().then(() => (init_d(), d_exports)).then((module) => module.d),
|
|
5232
5852
|
dart: () => Promise.resolve().then(() => (init_dart(), dart_exports)).then((module) => module.dart),
|
|
5853
|
+
dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
|
|
5854
|
+
dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
|
|
5233
5855
|
dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
|
|
5856
|
+
earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
|
|
5234
5857
|
elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
|
|
5235
5858
|
elm: () => Promise.resolve().then(() => (init_elm(), elm_exports)).then((module) => module.elm),
|
|
5236
5859
|
erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
|
|
@@ -5248,24 +5871,31 @@ var languageLoaders = {
|
|
|
5248
5871
|
graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
|
|
5249
5872
|
groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
|
|
5250
5873
|
handlebars: () => Promise.resolve().then(() => (init_handlebars(), handlebars_exports)).then((module) => module.handlebars),
|
|
5874
|
+
hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
|
|
5875
|
+
haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
|
|
5251
5876
|
haskell: () => Promise.resolve().then(() => (init_haskell(), haskell_exports)).then((module) => module.haskell),
|
|
5252
5877
|
haxe: () => Promise.resolve().then(() => (init_haxe(), haxe_exports)).then((module) => module.haxe),
|
|
5253
5878
|
hcl: () => Promise.resolve().then(() => (init_hcl(), hcl_exports)).then((module) => module.hcl),
|
|
5254
5879
|
hlsl: () => Promise.resolve().then(() => (init_hlsl(), hlsl_exports)).then((module) => module.hlsl),
|
|
5255
5880
|
html: () => Promise.resolve().then(() => (init_html(), html_exports)).then((module) => module.html),
|
|
5881
|
+
idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
|
|
5256
5882
|
ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
|
|
5257
5883
|
java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
|
|
5258
5884
|
javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
|
|
5885
|
+
janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
|
|
5259
5886
|
jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
|
|
5260
5887
|
json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
|
|
5261
5888
|
jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
|
|
5262
5889
|
"jupyter-notebook": () => Promise.resolve().then(() => (init_jupyter_notebook(), jupyter_notebook_exports)).then((module) => module.jupyterNotebook),
|
|
5263
5890
|
julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
|
|
5264
5891
|
kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
|
|
5892
|
+
lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
|
|
5265
5893
|
less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
|
|
5266
5894
|
liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
|
|
5267
5895
|
lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
|
|
5896
|
+
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
5268
5897
|
lua: () => Promise.resolve().then(() => (init_lua(), lua_exports)).then((module) => module.lua),
|
|
5898
|
+
luau: () => Promise.resolve().then(() => (init_luau(), luau_exports)).then((module) => module.luau),
|
|
5269
5899
|
makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
|
|
5270
5900
|
matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
|
|
5271
5901
|
markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
|
|
@@ -5422,6 +6052,7 @@ var api = {
|
|
|
5422
6052
|
init_abap();
|
|
5423
6053
|
init_actionscript();
|
|
5424
6054
|
init_ada();
|
|
6055
|
+
init_agda();
|
|
5425
6056
|
init_antlr();
|
|
5426
6057
|
init_apex();
|
|
5427
6058
|
init_apl();
|
|
@@ -5434,21 +6065,32 @@ init_awk();
|
|
|
5434
6065
|
init_autohotkey();
|
|
5435
6066
|
init_bash();
|
|
5436
6067
|
init_batch();
|
|
6068
|
+
init_bazel();
|
|
6069
|
+
init_bicep();
|
|
6070
|
+
init_blade();
|
|
5437
6071
|
init_c();
|
|
6072
|
+
init_carbon();
|
|
6073
|
+
init_chapel();
|
|
6074
|
+
init_circom();
|
|
5438
6075
|
init_cmake();
|
|
5439
6076
|
init_clojure();
|
|
5440
6077
|
init_coffeescript();
|
|
5441
6078
|
init_cobol();
|
|
5442
6079
|
init_coldfusion();
|
|
6080
|
+
init_coq();
|
|
5443
6081
|
init_csharp();
|
|
5444
6082
|
init_cpp();
|
|
5445
6083
|
init_crystal();
|
|
5446
6084
|
init_css();
|
|
5447
6085
|
init_cuda();
|
|
6086
|
+
init_cue();
|
|
5448
6087
|
init_cython();
|
|
5449
6088
|
init_d();
|
|
5450
6089
|
init_dart();
|
|
6090
|
+
init_dhall();
|
|
6091
|
+
init_dita();
|
|
5451
6092
|
init_dockerfile();
|
|
6093
|
+
init_earthly();
|
|
5452
6094
|
init_elixir();
|
|
5453
6095
|
init_elm();
|
|
5454
6096
|
init_erb();
|
|
@@ -5457,6 +6099,7 @@ init_fennel();
|
|
|
5457
6099
|
init_fortran();
|
|
5458
6100
|
init_forth();
|
|
5459
6101
|
init_fsharp();
|
|
6102
|
+
init_gdscript();
|
|
5460
6103
|
init_git();
|
|
5461
6104
|
init_gleam();
|
|
5462
6105
|
init_go();
|
|
@@ -5464,24 +6107,37 @@ init_gradle();
|
|
|
5464
6107
|
init_glsl();
|
|
5465
6108
|
init_graphql();
|
|
5466
6109
|
init_groovy();
|
|
6110
|
+
init_handlebars();
|
|
6111
|
+
init_hack();
|
|
6112
|
+
init_haml();
|
|
5467
6113
|
init_haskell();
|
|
5468
6114
|
init_haxe();
|
|
5469
6115
|
init_hcl();
|
|
6116
|
+
init_hlsl();
|
|
5470
6117
|
init_html();
|
|
6118
|
+
init_idris();
|
|
5471
6119
|
init_ini();
|
|
5472
6120
|
init_java();
|
|
5473
6121
|
init_javascript();
|
|
6122
|
+
init_janet();
|
|
6123
|
+
init_jinja();
|
|
5474
6124
|
init_json();
|
|
5475
6125
|
init_jsonnet();
|
|
5476
6126
|
init_jupyter_notebook();
|
|
5477
6127
|
init_julia();
|
|
5478
6128
|
init_kotlin();
|
|
6129
|
+
init_lean();
|
|
5479
6130
|
init_less();
|
|
6131
|
+
init_liquid();
|
|
5480
6132
|
init_lisp();
|
|
6133
|
+
init_llvm_ir();
|
|
5481
6134
|
init_lua();
|
|
6135
|
+
init_luau();
|
|
5482
6136
|
init_makefile();
|
|
5483
6137
|
init_matlab();
|
|
5484
6138
|
init_markdown();
|
|
6139
|
+
init_mdx();
|
|
6140
|
+
init_mermaid();
|
|
5485
6141
|
init_meson();
|
|
5486
6142
|
init_metal();
|
|
5487
6143
|
init_nginx();
|
|
@@ -5492,10 +6148,13 @@ init_objective_c();
|
|
|
5492
6148
|
init_pascal();
|
|
5493
6149
|
init_perl();
|
|
5494
6150
|
init_php();
|
|
6151
|
+
init_plantuml();
|
|
5495
6152
|
init_powershell();
|
|
6153
|
+
init_prolog();
|
|
5496
6154
|
init_protobuf();
|
|
5497
6155
|
init_pug();
|
|
5498
6156
|
init_python();
|
|
6157
|
+
init_qml();
|
|
5499
6158
|
init_r();
|
|
5500
6159
|
init_racket();
|
|
5501
6160
|
init_razor();
|
|
@@ -5506,6 +6165,7 @@ init_scala();
|
|
|
5506
6165
|
init_scss();
|
|
5507
6166
|
init_solidity();
|
|
5508
6167
|
init_sql();
|
|
6168
|
+
init_starlark();
|
|
5509
6169
|
init_svg();
|
|
5510
6170
|
init_svn();
|
|
5511
6171
|
init_svelte();
|
|
@@ -5515,9 +6175,13 @@ init_tex();
|
|
|
5515
6175
|
init_toml();
|
|
5516
6176
|
init_twig();
|
|
5517
6177
|
init_typescript();
|
|
6178
|
+
init_typst();
|
|
6179
|
+
init_verilog();
|
|
6180
|
+
init_vhdl();
|
|
5518
6181
|
init_visual_basic();
|
|
5519
6182
|
init_vue();
|
|
5520
6183
|
init_webassembly();
|
|
6184
|
+
init_wgsl();
|
|
5521
6185
|
init_xaml();
|
|
5522
6186
|
init_xml();
|
|
5523
6187
|
init_xquery();
|
|
@@ -5526,6 +6190,6 @@ init_yaml();
|
|
|
5526
6190
|
init_zig();
|
|
5527
6191
|
init_zsh();
|
|
5528
6192
|
|
|
5529
|
-
export { abap, actionscript, ada, antlr, apex, api, apl, applescript, arduino, asp, assembly, astro, autohotkey, awk, bash, batch, c, clojure, cmake, cobol, coffeescript, coldfusion, cpp, crystal, csharp, css, cuda, cython, d, dart, detectLanguage, detectLanguages, dockerfile, elixir, elm, erb, erlang, fennel, forth, fortran, fsharp, git, gleam, glsl, go, gradle, graphql, groovy, haskell, haxe, hcl, html, ini, java, javascript, json, jsonnet, julia, jupyterNotebook, kotlin, languages, less, lisp, localizeLanguage, lua, makefile, markdown, matlab, meson, metal, nginx, nim, nix, objectiveC, ocaml, pascal, perl, php, powershell, protobuf, pug, python, r, racket, razor, rego, ruby, rust, scala, scss, solidity, sql, svelte, svg, svn, swift, tcl, tex, toml, twig, typescript, visualBasic, vue, webassembly, xaml, xml, xquery, xslt, yaml, zig, zsh };
|
|
6193
|
+
export { abap, actionscript, ada, agda, antlr, apex, api, apl, applescript, arduino, asp, assembly, astro, autohotkey, awk, bash, batch, bazel, bicep, blade, c, carbon, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, crystal, csharp, css, cuda, cue, cython, d, dart, detectLanguage, detectLanguages, dhall, dita, dockerfile, earthly, elixir, elm, erb, erlang, fennel, forth, fortran, fsharp, gdscript, git, gleam, glsl, go, gradle, graphql, groovy, hack, haml, handlebars, haskell, haxe, hcl, hlsl, html, idris, ini, janet, java, javascript, jinja, json, jsonnet, julia, jupyterNotebook, kotlin, languages, lean, less, liquid, lisp, llvmIr, localizeLanguage, lua, luau, makefile, markdown, matlab, mdx, mermaid, meson, metal, nginx, nim, nix, objectiveC, ocaml, pascal, perl, php, plantuml, powershell, prolog, protobuf, pug, python, qml, r, racket, razor, rego, ruby, rust, scala, scss, solidity, sql, starlark, svelte, svg, svn, swift, tcl, tex, toml, twig, typescript, typst, verilog, vhdl, visualBasic, vue, webassembly, wgsl, xaml, xml, xquery, xslt, yaml, zig, zsh };
|
|
5530
6194
|
//# sourceMappingURL=index.js.map
|
|
5531
6195
|
//# sourceMappingURL=index.js.map
|