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.cjs
CHANGED
|
@@ -122,6 +122,44 @@ var init_ada = __esm({
|
|
|
122
122
|
}
|
|
123
123
|
});
|
|
124
124
|
|
|
125
|
+
// src/languages/agda.ts
|
|
126
|
+
var agda_exports = {};
|
|
127
|
+
__export(agda_exports, {
|
|
128
|
+
agda: () => exports.agda
|
|
129
|
+
});
|
|
130
|
+
exports.agda = void 0;
|
|
131
|
+
var init_agda = __esm({
|
|
132
|
+
"src/languages/agda.ts"() {
|
|
133
|
+
exports.agda = {
|
|
134
|
+
slug: "agda",
|
|
135
|
+
publishedDate: "2007-01-01",
|
|
136
|
+
extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"],
|
|
137
|
+
author: "Ulf Norell / Chalmers University of Technology",
|
|
138
|
+
website: "https://wiki.portal.chalmers.se/agda/",
|
|
139
|
+
paradigms: ["functional", "dependently typed", "total", "proof-oriented"],
|
|
140
|
+
tooling: {
|
|
141
|
+
runtimes: ["GHC", "JavaScript"],
|
|
142
|
+
packageManagers: ["Cabal", "Stack"],
|
|
143
|
+
ecosystems: ["Haskell", "Formal methods", "Proof assistants"]
|
|
144
|
+
},
|
|
145
|
+
version: "2.8.0",
|
|
146
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_agda.svg",
|
|
147
|
+
i18n: {
|
|
148
|
+
en: {
|
|
149
|
+
name: "Agda",
|
|
150
|
+
description: "A dependently typed functional language and proof assistant.",
|
|
151
|
+
longDescription: "Agda is a dependently typed functional programming language and interactive proof assistant. It supports inductive families, pattern matching, modules, mixfix operators, Unicode syntax, and a type system expressive enough to encode mathematical proofs as programs.\n\nIt is used in programming language research, constructive mathematics, certified algorithms, and education where precise specifications and machine-checked proofs matter as much as executable code."
|
|
152
|
+
},
|
|
153
|
+
es: {
|
|
154
|
+
name: "Agda",
|
|
155
|
+
description: "Un lenguaje funcional con tipos dependientes y asistente de pruebas.",
|
|
156
|
+
longDescription: "Agda es un lenguaje de programacion funcional con tipos dependientes y un asistente interactivo de pruebas. Soporta familias inductivas, pattern matching, modulos, operadores mixfix, sintaxis Unicode y un sistema de tipos expresivo para codificar pruebas matematicas como programas.\n\nSe usa en investigacion de lenguajes, matematica constructiva, algoritmos certificados y educacion cuando las especificaciones precisas y las pruebas verificadas por maquina importan tanto como el codigo ejecutable."
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
|
|
125
163
|
// src/languages/antlr.ts
|
|
126
164
|
var antlr_exports = {};
|
|
127
165
|
__export(antlr_exports, {
|
|
@@ -615,12 +653,12 @@ var init_batch = __esm({
|
|
|
615
653
|
// src/languages/bazel.ts
|
|
616
654
|
var bazel_exports = {};
|
|
617
655
|
__export(bazel_exports, {
|
|
618
|
-
bazel: () => bazel
|
|
656
|
+
bazel: () => exports.bazel
|
|
619
657
|
});
|
|
620
|
-
|
|
658
|
+
exports.bazel = void 0;
|
|
621
659
|
var init_bazel = __esm({
|
|
622
660
|
"src/languages/bazel.ts"() {
|
|
623
|
-
bazel = {
|
|
661
|
+
exports.bazel = {
|
|
624
662
|
slug: "bazel",
|
|
625
663
|
publishedDate: "2015-03-25",
|
|
626
664
|
extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"],
|
|
@@ -653,12 +691,12 @@ var init_bazel = __esm({
|
|
|
653
691
|
// src/languages/bicep.ts
|
|
654
692
|
var bicep_exports = {};
|
|
655
693
|
__export(bicep_exports, {
|
|
656
|
-
bicep: () => bicep
|
|
694
|
+
bicep: () => exports.bicep
|
|
657
695
|
});
|
|
658
|
-
|
|
696
|
+
exports.bicep = void 0;
|
|
659
697
|
var init_bicep = __esm({
|
|
660
698
|
"src/languages/bicep.ts"() {
|
|
661
|
-
bicep = {
|
|
699
|
+
exports.bicep = {
|
|
662
700
|
slug: "bicep",
|
|
663
701
|
publishedDate: "2020-09-01",
|
|
664
702
|
extensions: [".bicep", ".bicepparam"],
|
|
@@ -691,12 +729,12 @@ var init_bicep = __esm({
|
|
|
691
729
|
// src/languages/blade.ts
|
|
692
730
|
var blade_exports = {};
|
|
693
731
|
__export(blade_exports, {
|
|
694
|
-
blade: () => blade
|
|
732
|
+
blade: () => exports.blade
|
|
695
733
|
});
|
|
696
|
-
|
|
734
|
+
exports.blade = void 0;
|
|
697
735
|
var init_blade = __esm({
|
|
698
736
|
"src/languages/blade.ts"() {
|
|
699
|
-
blade = {
|
|
737
|
+
exports.blade = {
|
|
700
738
|
slug: "blade",
|
|
701
739
|
publishedDate: "2011-06-09",
|
|
702
740
|
extensions: [".blade.php"],
|
|
@@ -764,6 +802,120 @@ var init_c = __esm({
|
|
|
764
802
|
}
|
|
765
803
|
});
|
|
766
804
|
|
|
805
|
+
// src/languages/carbon.ts
|
|
806
|
+
var carbon_exports = {};
|
|
807
|
+
__export(carbon_exports, {
|
|
808
|
+
carbon: () => exports.carbon
|
|
809
|
+
});
|
|
810
|
+
exports.carbon = void 0;
|
|
811
|
+
var init_carbon = __esm({
|
|
812
|
+
"src/languages/carbon.ts"() {
|
|
813
|
+
exports.carbon = {
|
|
814
|
+
slug: "carbon",
|
|
815
|
+
publishedDate: "2022-07-19",
|
|
816
|
+
extensions: [".carbon"],
|
|
817
|
+
author: "Carbon Language Project",
|
|
818
|
+
website: "https://docs.carbon-lang.dev",
|
|
819
|
+
paradigms: ["imperative", "object-oriented", "generic", "statically typed"],
|
|
820
|
+
tooling: {
|
|
821
|
+
runtimes: ["LLVM"],
|
|
822
|
+
packageManagers: ["Bazel"],
|
|
823
|
+
ecosystems: ["C++", "Systems programming"]
|
|
824
|
+
},
|
|
825
|
+
version: "0.0.0 nightly",
|
|
826
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png",
|
|
827
|
+
i18n: {
|
|
828
|
+
en: {
|
|
829
|
+
name: "Carbon",
|
|
830
|
+
description: "An experimental successor language for C++ interoperability and migration.",
|
|
831
|
+
longDescription: "Carbon is an experimental systems programming language designed as a possible successor to C++. It focuses on readable syntax, strong generics, modern tooling, and incremental migration paths for large C++ codebases.\n\nThe project is still pre-stable, so real-world use is centered on experiments, design evaluation, compiler development, and discussions about long-term interoperability with existing C++ ecosystems."
|
|
832
|
+
},
|
|
833
|
+
es: {
|
|
834
|
+
name: "Carbon",
|
|
835
|
+
description: "Un lenguaje experimental sucesor para interoperabilidad y migracion desde C++.",
|
|
836
|
+
longDescription: "Carbon es un lenguaje experimental de programacion de sistemas disenado como posible sucesor de C++. Se enfoca en sintaxis legible, genericos fuertes, herramientas modernas y rutas de migracion incremental para bases de codigo grandes en C++.\n\nEl proyecto aun no es estable, asi que su uso real se centra en experimentos, evaluacion de diseno, desarrollo del compilador y debates sobre interoperabilidad a largo plazo con ecosistemas C++ existentes."
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
}
|
|
841
|
+
});
|
|
842
|
+
|
|
843
|
+
// src/languages/chapel.ts
|
|
844
|
+
var chapel_exports = {};
|
|
845
|
+
__export(chapel_exports, {
|
|
846
|
+
chapel: () => exports.chapel
|
|
847
|
+
});
|
|
848
|
+
exports.chapel = void 0;
|
|
849
|
+
var init_chapel = __esm({
|
|
850
|
+
"src/languages/chapel.ts"() {
|
|
851
|
+
exports.chapel = {
|
|
852
|
+
slug: "chapel",
|
|
853
|
+
publishedDate: "2009-04-01",
|
|
854
|
+
extensions: [".chpl"],
|
|
855
|
+
author: "Cray Inc. / Hewlett Packard Enterprise",
|
|
856
|
+
website: "https://chapel-lang.org",
|
|
857
|
+
paradigms: ["parallel", "imperative", "object-oriented", "generic"],
|
|
858
|
+
tooling: {
|
|
859
|
+
runtimes: ["Chapel runtime"],
|
|
860
|
+
packageManagers: ["Mason"],
|
|
861
|
+
ecosystems: ["High-performance computing", "Parallel computing"]
|
|
862
|
+
},
|
|
863
|
+
version: "2.6.0",
|
|
864
|
+
logo: "https://chapel-lang.org/images/chapel-logo.png",
|
|
865
|
+
i18n: {
|
|
866
|
+
en: {
|
|
867
|
+
name: "Chapel",
|
|
868
|
+
description: "A productive parallel programming language for scalable systems.",
|
|
869
|
+
longDescription: "Chapel is a parallel programming language created to make high-performance and distributed computing more approachable. It provides domains, arrays, task parallelism, data parallelism, locality control, and abstractions for writing scalable programs without dropping into low-level message passing everywhere.\n\nIt is used for research, numerical computing, data analytics, simulations, and high-performance applications that need to express parallel algorithms clearly across laptops, clusters, and supercomputers."
|
|
870
|
+
},
|
|
871
|
+
es: {
|
|
872
|
+
name: "Chapel",
|
|
873
|
+
description: "Un lenguaje de programacion paralela productivo para sistemas escalables.",
|
|
874
|
+
longDescription: "Chapel es un lenguaje de programacion paralela creado para hacer mas accesible la computacion de alto rendimiento y distribuida. Ofrece dominios, arreglos, paralelismo de tareas, paralelismo de datos, control de localidad y abstracciones para escribir programas escalables sin depender siempre de paso de mensajes de bajo nivel.\n\nSe usa en investigacion, computacion numerica, analitica de datos, simulaciones y aplicaciones de alto rendimiento que necesitan expresar algoritmos paralelos con claridad en laptops, clusters y supercomputadoras."
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
};
|
|
878
|
+
}
|
|
879
|
+
});
|
|
880
|
+
|
|
881
|
+
// src/languages/circom.ts
|
|
882
|
+
var circom_exports = {};
|
|
883
|
+
__export(circom_exports, {
|
|
884
|
+
circom: () => exports.circom
|
|
885
|
+
});
|
|
886
|
+
exports.circom = void 0;
|
|
887
|
+
var init_circom = __esm({
|
|
888
|
+
"src/languages/circom.ts"() {
|
|
889
|
+
exports.circom = {
|
|
890
|
+
slug: "circom",
|
|
891
|
+
publishedDate: "2018-01-01",
|
|
892
|
+
extensions: [".circom"],
|
|
893
|
+
author: "iden3",
|
|
894
|
+
website: "https://docs.circom.io",
|
|
895
|
+
paradigms: ["declarative", "constraint-based", "domain-specific"],
|
|
896
|
+
tooling: {
|
|
897
|
+
runtimes: ["circom compiler", "WebAssembly", "C++"],
|
|
898
|
+
packageManagers: ["npm", "Cargo"],
|
|
899
|
+
ecosystems: ["Zero-knowledge proofs", "Ethereum", "zkSNARKs"]
|
|
900
|
+
},
|
|
901
|
+
version: "2.2.3",
|
|
902
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_circom.svg",
|
|
903
|
+
i18n: {
|
|
904
|
+
en: {
|
|
905
|
+
name: "Circom",
|
|
906
|
+
description: "A DSL for writing arithmetic circuits used in zero-knowledge proofs.",
|
|
907
|
+
longDescription: "Circom is a domain-specific language for defining arithmetic circuits used by zkSNARK proving systems. Its compiler can generate constraint systems together with witness-generation code for C++ or WebAssembly.\n\nIt is common in privacy-preserving protocols, identity systems, blockchain applications, and cryptographic projects that need reusable circuits for zero-knowledge proofs."
|
|
908
|
+
},
|
|
909
|
+
es: {
|
|
910
|
+
name: "Circom",
|
|
911
|
+
description: "Un DSL para escribir circuitos aritmeticos usados en pruebas de conocimiento cero.",
|
|
912
|
+
longDescription: "Circom es un lenguaje especifico de dominio para definir circuitos aritmeticos usados por sistemas de prueba zkSNARK. Su compilador puede generar sistemas de restricciones junto con codigo de generacion de testigos para C++ o WebAssembly.\n\nEs comun en protocolos de privacidad, sistemas de identidad, aplicaciones blockchain y proyectos criptograficos que necesitan circuitos reutilizables para pruebas de conocimiento cero."
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
};
|
|
916
|
+
}
|
|
917
|
+
});
|
|
918
|
+
|
|
767
919
|
// src/languages/clojure.ts
|
|
768
920
|
var clojure_exports = {};
|
|
769
921
|
__export(clojure_exports, {
|
|
@@ -952,6 +1104,44 @@ var init_coldfusion = __esm({
|
|
|
952
1104
|
}
|
|
953
1105
|
});
|
|
954
1106
|
|
|
1107
|
+
// src/languages/coq.ts
|
|
1108
|
+
var coq_exports = {};
|
|
1109
|
+
__export(coq_exports, {
|
|
1110
|
+
coq: () => exports.coq
|
|
1111
|
+
});
|
|
1112
|
+
exports.coq = void 0;
|
|
1113
|
+
var init_coq = __esm({
|
|
1114
|
+
"src/languages/coq.ts"() {
|
|
1115
|
+
exports.coq = {
|
|
1116
|
+
slug: "coq",
|
|
1117
|
+
publishedDate: "1989-01-01",
|
|
1118
|
+
extensions: [".v"],
|
|
1119
|
+
author: "INRIA / Rocq Prover Development Team",
|
|
1120
|
+
website: "https://rocq-prover.org",
|
|
1121
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "tactic-based"],
|
|
1122
|
+
tooling: {
|
|
1123
|
+
runtimes: ["Rocq Prover", "OCaml"],
|
|
1124
|
+
packageManagers: ["opam", "Rocq Platform"],
|
|
1125
|
+
ecosystems: ["Formal methods", "Proof assistants", "OCaml"]
|
|
1126
|
+
},
|
|
1127
|
+
version: "9.2.0",
|
|
1128
|
+
logo: "https://avatars.githubusercontent.com/u/621198?v=4",
|
|
1129
|
+
i18n: {
|
|
1130
|
+
en: {
|
|
1131
|
+
name: "Coq / Rocq",
|
|
1132
|
+
description: "A proof assistant and dependently typed language for certified mathematics and software.",
|
|
1133
|
+
longDescription: "Coq, now released under the Rocq Prover name, is an interactive theorem prover and dependently typed language. It lets users write definitions, executable programs, theorems, and machine-checked proofs in one environment.\n\nIt is widely used in formal verification, programming language metatheory, certified compilers, mathematics, cryptography, and projects where correctness arguments need to be checked with high confidence."
|
|
1134
|
+
},
|
|
1135
|
+
es: {
|
|
1136
|
+
name: "Coq / Rocq",
|
|
1137
|
+
description: "Un asistente de pruebas y lenguaje con tipos dependientes para software certificado.",
|
|
1138
|
+
longDescription: "Coq, publicado ahora bajo el nombre Rocq Prover, es un demostrador interactivo de teoremas y un lenguaje con tipos dependientes. Permite escribir definiciones, programas ejecutables, teoremas y pruebas verificadas por maquina en un mismo entorno.\n\nSe usa ampliamente en verificacion formal, metateoria de lenguajes, compiladores certificados, matematica, criptografia y proyectos donde los argumentos de correccion deben comprobarse con alta confianza."
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
};
|
|
1142
|
+
}
|
|
1143
|
+
});
|
|
1144
|
+
|
|
955
1145
|
// src/languages/cpp.ts
|
|
956
1146
|
var cpp_exports = {};
|
|
957
1147
|
__export(cpp_exports, {
|
|
@@ -1140,12 +1330,12 @@ var init_cuda = __esm({
|
|
|
1140
1330
|
// src/languages/cue.ts
|
|
1141
1331
|
var cue_exports = {};
|
|
1142
1332
|
__export(cue_exports, {
|
|
1143
|
-
cue: () => cue
|
|
1333
|
+
cue: () => exports.cue
|
|
1144
1334
|
});
|
|
1145
|
-
|
|
1335
|
+
exports.cue = void 0;
|
|
1146
1336
|
var init_cue = __esm({
|
|
1147
1337
|
"src/languages/cue.ts"() {
|
|
1148
|
-
cue = {
|
|
1338
|
+
exports.cue = {
|
|
1149
1339
|
slug: "cue",
|
|
1150
1340
|
publishedDate: "2019-02-27",
|
|
1151
1341
|
extensions: [".cue"],
|
|
@@ -1289,6 +1479,82 @@ var init_dart = __esm({
|
|
|
1289
1479
|
}
|
|
1290
1480
|
});
|
|
1291
1481
|
|
|
1482
|
+
// src/languages/dhall.ts
|
|
1483
|
+
var dhall_exports = {};
|
|
1484
|
+
__export(dhall_exports, {
|
|
1485
|
+
dhall: () => exports.dhall
|
|
1486
|
+
});
|
|
1487
|
+
exports.dhall = void 0;
|
|
1488
|
+
var init_dhall = __esm({
|
|
1489
|
+
"src/languages/dhall.ts"() {
|
|
1490
|
+
exports.dhall = {
|
|
1491
|
+
slug: "dhall",
|
|
1492
|
+
publishedDate: "2016-12-22",
|
|
1493
|
+
extensions: [".dhall"],
|
|
1494
|
+
author: "Gabriel Gonzalez",
|
|
1495
|
+
website: "https://dhall-lang.org",
|
|
1496
|
+
paradigms: ["functional", "declarative", "statically typed", "configuration"],
|
|
1497
|
+
tooling: {
|
|
1498
|
+
runtimes: ["dhall"],
|
|
1499
|
+
packageManagers: ["Cabal", "Stack", "Nix"],
|
|
1500
|
+
ecosystems: ["Configuration", "Haskell", "DevOps"]
|
|
1501
|
+
},
|
|
1502
|
+
version: "23.1.0",
|
|
1503
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_dhall.svg",
|
|
1504
|
+
i18n: {
|
|
1505
|
+
en: {
|
|
1506
|
+
name: "Dhall",
|
|
1507
|
+
description: "A programmable, typed configuration language that normalizes safely.",
|
|
1508
|
+
longDescription: "Dhall is a programmable configuration language with a strong static type system, imports, functions, records, and guaranteed normalization. It is designed to replace repetitive JSON, YAML, and similar configuration formats with reusable typed expressions.\n\nIt is used for infrastructure configuration, application settings, generated YAML or JSON, and systems that need shared configuration without arbitrary code execution."
|
|
1509
|
+
},
|
|
1510
|
+
es: {
|
|
1511
|
+
name: "Dhall",
|
|
1512
|
+
description: "Un lenguaje de configuracion programable, tipado y de normalizacion segura.",
|
|
1513
|
+
longDescription: "Dhall es un lenguaje de configuracion programable con un sistema de tipos estatico fuerte, imports, funciones, registros y normalizacion garantizada. Esta disenado para reemplazar JSON, YAML y formatos similares repetitivos con expresiones tipadas reutilizables.\n\nSe usa en configuracion de infraestructura, ajustes de aplicaciones, generacion de YAML o JSON y sistemas que necesitan configuracion compartida sin ejecucion arbitraria de codigo."
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
};
|
|
1517
|
+
}
|
|
1518
|
+
});
|
|
1519
|
+
|
|
1520
|
+
// src/languages/dita.ts
|
|
1521
|
+
var dita_exports = {};
|
|
1522
|
+
__export(dita_exports, {
|
|
1523
|
+
dita: () => exports.dita
|
|
1524
|
+
});
|
|
1525
|
+
exports.dita = void 0;
|
|
1526
|
+
var init_dita = __esm({
|
|
1527
|
+
"src/languages/dita.ts"() {
|
|
1528
|
+
exports.dita = {
|
|
1529
|
+
slug: "dita",
|
|
1530
|
+
publishedDate: "2005-05-03",
|
|
1531
|
+
extensions: [".dita", ".ditamap", ".ditaval"],
|
|
1532
|
+
author: "OASIS",
|
|
1533
|
+
website: "https://www.oasis-open.org/standard/dita/",
|
|
1534
|
+
paradigms: ["markup", "structured authoring", "XML-based", "documentation"],
|
|
1535
|
+
tooling: {
|
|
1536
|
+
runtimes: ["DITA Open Toolkit"],
|
|
1537
|
+
packageManagers: ["npm", "Maven"],
|
|
1538
|
+
ecosystems: ["Technical writing", "XML", "Publishing"]
|
|
1539
|
+
},
|
|
1540
|
+
version: "1.3",
|
|
1541
|
+
logo: "https://avatars.githubusercontent.com/u/20116735?v=4",
|
|
1542
|
+
i18n: {
|
|
1543
|
+
en: {
|
|
1544
|
+
name: "DITA",
|
|
1545
|
+
description: "An XML-based architecture for structured technical documentation.",
|
|
1546
|
+
longDescription: "DITA is the Darwin Information Typing Architecture, an XML-based standard for topic-oriented authoring. It defines topic types, maps, specialization, reuse mechanisms, and publishing-oriented metadata for large documentation sets.\n\nIt is used in technical writing, product documentation, regulated content, localization workflows, and publishing pipelines that need structured reusable topics rather than page-by-page documents."
|
|
1547
|
+
},
|
|
1548
|
+
es: {
|
|
1549
|
+
name: "DITA",
|
|
1550
|
+
description: "Una arquitectura basada en XML para documentacion tecnica estructurada.",
|
|
1551
|
+
longDescription: "DITA es Darwin Information Typing Architecture, un estandar basado en XML para autoria orientada a topicos. Define tipos de topico, mapas, especializacion, mecanismos de reutilizacion y metadatos de publicacion para grandes conjuntos de documentacion.\n\nSe usa en redaccion tecnica, documentacion de productos, contenido regulado, flujos de localizacion y pipelines de publicacion que necesitan topicos estructurados y reutilizables en vez de documentos pagina por pagina."
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
};
|
|
1555
|
+
}
|
|
1556
|
+
});
|
|
1557
|
+
|
|
1292
1558
|
// src/languages/dockerfile.ts
|
|
1293
1559
|
var dockerfile_exports = {};
|
|
1294
1560
|
__export(dockerfile_exports, {
|
|
@@ -1326,6 +1592,44 @@ var init_dockerfile = __esm({
|
|
|
1326
1592
|
}
|
|
1327
1593
|
});
|
|
1328
1594
|
|
|
1595
|
+
// src/languages/earthly.ts
|
|
1596
|
+
var earthly_exports = {};
|
|
1597
|
+
__export(earthly_exports, {
|
|
1598
|
+
earthly: () => exports.earthly
|
|
1599
|
+
});
|
|
1600
|
+
exports.earthly = void 0;
|
|
1601
|
+
var init_earthly = __esm({
|
|
1602
|
+
"src/languages/earthly.ts"() {
|
|
1603
|
+
exports.earthly = {
|
|
1604
|
+
slug: "earthly",
|
|
1605
|
+
publishedDate: "2020-04-15",
|
|
1606
|
+
extensions: ["Earthfile"],
|
|
1607
|
+
author: "Earthly Technologies",
|
|
1608
|
+
website: "https://earthly.dev",
|
|
1609
|
+
paradigms: ["declarative", "build automation", "container-based"],
|
|
1610
|
+
tooling: {
|
|
1611
|
+
runtimes: ["Earthly", "BuildKit", "Docker"],
|
|
1612
|
+
packageManagers: ["Docker"],
|
|
1613
|
+
ecosystems: ["CI/CD", "Containers", "DevOps"]
|
|
1614
|
+
},
|
|
1615
|
+
version: "0.8.16",
|
|
1616
|
+
logo: "https://avatars.githubusercontent.com/u/63060917?v=4",
|
|
1617
|
+
i18n: {
|
|
1618
|
+
en: {
|
|
1619
|
+
name: "Earthly",
|
|
1620
|
+
description: "A container-oriented build language for repeatable CI/CD pipelines.",
|
|
1621
|
+
longDescription: "Earthly is a build automation language and tool centered on Earthfiles. Its syntax combines ideas from Dockerfiles and Makefiles to define repeatable builds, targets, artifacts, images, and CI-friendly workflows.\n\nIt is used by teams that want local and CI builds to behave consistently, especially in container-heavy projects where caching, reproducibility, and readable build steps matter."
|
|
1622
|
+
},
|
|
1623
|
+
es: {
|
|
1624
|
+
name: "Earthly",
|
|
1625
|
+
description: "Un lenguaje de builds orientado a contenedores para pipelines CI/CD repetibles.",
|
|
1626
|
+
longDescription: "Earthly es un lenguaje y herramienta de automatizacion de builds centrado en Earthfiles. Su sintaxis combina ideas de Dockerfiles y Makefiles para definir builds repetibles, targets, artefactos, imagenes y flujos adecuados para CI.\n\nLo usan equipos que quieren que los builds locales y de CI se comporten de forma consistente, especialmente en proyectos con muchos contenedores donde importan cache, reproducibilidad y pasos de build legibles."
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
};
|
|
1630
|
+
}
|
|
1631
|
+
});
|
|
1632
|
+
|
|
1329
1633
|
// src/languages/elixir.ts
|
|
1330
1634
|
var elixir_exports = {};
|
|
1331
1635
|
__export(elixir_exports, {
|
|
@@ -1632,12 +1936,12 @@ var init_fsharp = __esm({
|
|
|
1632
1936
|
// src/languages/gdscript.ts
|
|
1633
1937
|
var gdscript_exports = {};
|
|
1634
1938
|
__export(gdscript_exports, {
|
|
1635
|
-
gdscript: () => gdscript
|
|
1939
|
+
gdscript: () => exports.gdscript
|
|
1636
1940
|
});
|
|
1637
|
-
|
|
1941
|
+
exports.gdscript = void 0;
|
|
1638
1942
|
var init_gdscript = __esm({
|
|
1639
1943
|
"src/languages/gdscript.ts"() {
|
|
1640
|
-
gdscript = {
|
|
1944
|
+
exports.gdscript = {
|
|
1641
1945
|
slug: "gdscript",
|
|
1642
1946
|
publishedDate: "2014-12-15",
|
|
1643
1947
|
extensions: [".gd"],
|
|
@@ -1932,15 +2236,91 @@ var init_groovy = __esm({
|
|
|
1932
2236
|
}
|
|
1933
2237
|
});
|
|
1934
2238
|
|
|
2239
|
+
// src/languages/hack.ts
|
|
2240
|
+
var hack_exports = {};
|
|
2241
|
+
__export(hack_exports, {
|
|
2242
|
+
hack: () => exports.hack
|
|
2243
|
+
});
|
|
2244
|
+
exports.hack = void 0;
|
|
2245
|
+
var init_hack = __esm({
|
|
2246
|
+
"src/languages/hack.ts"() {
|
|
2247
|
+
exports.hack = {
|
|
2248
|
+
slug: "hack",
|
|
2249
|
+
publishedDate: "2014-03-20",
|
|
2250
|
+
extensions: [".hack", ".hh", ".hhi"],
|
|
2251
|
+
author: "Meta",
|
|
2252
|
+
website: "https://docs.hhvm.com/hack/",
|
|
2253
|
+
paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
|
|
2254
|
+
tooling: {
|
|
2255
|
+
runtimes: ["HHVM"],
|
|
2256
|
+
packageManagers: ["Composer"],
|
|
2257
|
+
ecosystems: ["HHVM", "Web", "PHP"]
|
|
2258
|
+
},
|
|
2259
|
+
version: "HHVM 4.x",
|
|
2260
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/a/a7/Hack_%28programming_language%29_logo.svg",
|
|
2261
|
+
i18n: {
|
|
2262
|
+
en: {
|
|
2263
|
+
name: "Hack",
|
|
2264
|
+
description: "A gradually typed language for HHVM with PHP heritage.",
|
|
2265
|
+
longDescription: "Hack is a programming language for HHVM that evolved from PHP and adds static typing, generics, async features, shapes, collections, and tooling built around the Hack typechecker. It is designed for large web codebases that need gradual typing and fast feedback.\n\nIt is used mainly in HHVM deployments and large server-side applications where PHP-like ergonomics are paired with stronger static analysis and modern language constructs."
|
|
2266
|
+
},
|
|
2267
|
+
es: {
|
|
2268
|
+
name: "Hack",
|
|
2269
|
+
description: "Un lenguaje con tipado gradual para HHVM con herencia de PHP.",
|
|
2270
|
+
longDescription: "Hack es un lenguaje de programacion para HHVM que evoluciono desde PHP y agrega tipado estatico, genericos, funciones async, shapes, colecciones y herramientas basadas en el typechecker de Hack. Esta disenado para grandes bases de codigo web que necesitan tipado gradual y feedback rapido.\n\nSe usa principalmente en despliegues HHVM y aplicaciones grandes del lado servidor donde la ergonomia similar a PHP se combina con analisis estatico mas fuerte y construcciones modernas del lenguaje."
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
};
|
|
2274
|
+
}
|
|
2275
|
+
});
|
|
2276
|
+
|
|
2277
|
+
// src/languages/haml.ts
|
|
2278
|
+
var haml_exports = {};
|
|
2279
|
+
__export(haml_exports, {
|
|
2280
|
+
haml: () => exports.haml
|
|
2281
|
+
});
|
|
2282
|
+
exports.haml = void 0;
|
|
2283
|
+
var init_haml = __esm({
|
|
2284
|
+
"src/languages/haml.ts"() {
|
|
2285
|
+
exports.haml = {
|
|
2286
|
+
slug: "haml",
|
|
2287
|
+
publishedDate: "2006-10-01",
|
|
2288
|
+
extensions: [".haml"],
|
|
2289
|
+
author: "Hampton Catlin",
|
|
2290
|
+
website: "https://haml.info",
|
|
2291
|
+
paradigms: ["template", "markup", "declarative"],
|
|
2292
|
+
tooling: {
|
|
2293
|
+
runtimes: ["Ruby"],
|
|
2294
|
+
packageManagers: ["RubyGems", "Bundler"],
|
|
2295
|
+
ecosystems: ["Ruby", "Ruby on Rails", "Web"]
|
|
2296
|
+
},
|
|
2297
|
+
version: "7.2.0",
|
|
2298
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg",
|
|
2299
|
+
i18n: {
|
|
2300
|
+
en: {
|
|
2301
|
+
name: "Haml",
|
|
2302
|
+
description: "A whitespace-sensitive template language for writing HTML tersely.",
|
|
2303
|
+
longDescription: "Haml is a markup and template language for generating HTML with indentation-based structure. It removes closing tags, reduces boilerplate, and integrates with Ruby frameworks such as Ruby on Rails.\n\nIt is used in web applications and static rendering pipelines that prefer concise templates, readable nesting, and Ruby-powered interpolation over explicit HTML syntax."
|
|
2304
|
+
},
|
|
2305
|
+
es: {
|
|
2306
|
+
name: "Haml",
|
|
2307
|
+
description: "Un lenguaje de templates sensible a espacios para escribir HTML de forma concisa.",
|
|
2308
|
+
longDescription: "Haml es un lenguaje de marcado y templates para generar HTML con estructura basada en indentacion. Elimina etiquetas de cierre, reduce repeticion e integra con frameworks Ruby como Ruby on Rails.\n\nSe usa en aplicaciones web y pipelines de renderizado estatico que prefieren templates concisos, anidacion legible e interpolacion con Ruby en vez de sintaxis HTML explicita."
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
};
|
|
2312
|
+
}
|
|
2313
|
+
});
|
|
2314
|
+
|
|
1935
2315
|
// src/languages/handlebars.ts
|
|
1936
2316
|
var handlebars_exports = {};
|
|
1937
2317
|
__export(handlebars_exports, {
|
|
1938
|
-
handlebars: () => handlebars
|
|
2318
|
+
handlebars: () => exports.handlebars
|
|
1939
2319
|
});
|
|
1940
|
-
|
|
2320
|
+
exports.handlebars = void 0;
|
|
1941
2321
|
var init_handlebars = __esm({
|
|
1942
2322
|
"src/languages/handlebars.ts"() {
|
|
1943
|
-
handlebars = {
|
|
2323
|
+
exports.handlebars = {
|
|
1944
2324
|
slug: "handlebars",
|
|
1945
2325
|
publishedDate: "2010-07-01",
|
|
1946
2326
|
extensions: [".hbs", ".handlebars"],
|
|
@@ -2087,12 +2467,12 @@ var init_hcl = __esm({
|
|
|
2087
2467
|
// src/languages/hlsl.ts
|
|
2088
2468
|
var hlsl_exports = {};
|
|
2089
2469
|
__export(hlsl_exports, {
|
|
2090
|
-
hlsl: () => hlsl
|
|
2470
|
+
hlsl: () => exports.hlsl
|
|
2091
2471
|
});
|
|
2092
|
-
|
|
2472
|
+
exports.hlsl = void 0;
|
|
2093
2473
|
var init_hlsl = __esm({
|
|
2094
2474
|
"src/languages/hlsl.ts"() {
|
|
2095
|
-
hlsl = {
|
|
2475
|
+
exports.hlsl = {
|
|
2096
2476
|
slug: "hlsl",
|
|
2097
2477
|
publishedDate: "2002-12-01",
|
|
2098
2478
|
extensions: [".hlsl", ".fx", ".fxh", ".hlsli"],
|
|
@@ -2155,6 +2535,44 @@ var init_html = __esm({
|
|
|
2155
2535
|
}
|
|
2156
2536
|
});
|
|
2157
2537
|
|
|
2538
|
+
// src/languages/idris.ts
|
|
2539
|
+
var idris_exports = {};
|
|
2540
|
+
__export(idris_exports, {
|
|
2541
|
+
idris: () => exports.idris
|
|
2542
|
+
});
|
|
2543
|
+
exports.idris = void 0;
|
|
2544
|
+
var init_idris = __esm({
|
|
2545
|
+
"src/languages/idris.ts"() {
|
|
2546
|
+
exports.idris = {
|
|
2547
|
+
slug: "idris",
|
|
2548
|
+
publishedDate: "2009-01-01",
|
|
2549
|
+
extensions: [".idr", ".lidr", ".ipkg"],
|
|
2550
|
+
author: "Edwin Brady",
|
|
2551
|
+
website: "https://www.idris-lang.org",
|
|
2552
|
+
paradigms: ["functional", "dependently typed", "total", "statically typed"],
|
|
2553
|
+
tooling: {
|
|
2554
|
+
runtimes: ["Chez Scheme", "Racket", "JavaScript", "Node.js"],
|
|
2555
|
+
packageManagers: ["pack", "idris2"],
|
|
2556
|
+
ecosystems: ["Formal methods", "Functional programming"]
|
|
2557
|
+
},
|
|
2558
|
+
version: "0.8.0",
|
|
2559
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_idris.svg",
|
|
2560
|
+
i18n: {
|
|
2561
|
+
en: {
|
|
2562
|
+
name: "Idris",
|
|
2563
|
+
description: "A dependently typed functional language focused on practical programs.",
|
|
2564
|
+
longDescription: "Idris is a dependently typed functional programming language that brings theorem-proving ideas into general-purpose software development. Idris 2 adds a quantitative type system, totality checking, elaborator reflection, and multiple code generation backends.\n\nIt is used for type-driven development, language research, certified programming, education, and experiments where rich types help describe program behavior precisely."
|
|
2565
|
+
},
|
|
2566
|
+
es: {
|
|
2567
|
+
name: "Idris",
|
|
2568
|
+
description: "Un lenguaje funcional con tipos dependientes enfocado en programas practicos.",
|
|
2569
|
+
longDescription: "Idris es un lenguaje de programacion funcional con tipos dependientes que lleva ideas de demostracion de teoremas al desarrollo general. Idris 2 agrega un sistema de tipos cuantitativo, chequeo de totalidad, reflexion de elaborador y multiples backends de generacion de codigo.\n\nSe usa en desarrollo guiado por tipos, investigacion de lenguajes, programacion certificada, educacion y experimentos donde tipos ricos ayudan a describir con precision el comportamiento de los programas."
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
};
|
|
2573
|
+
}
|
|
2574
|
+
});
|
|
2575
|
+
|
|
2158
2576
|
// src/languages/ini.ts
|
|
2159
2577
|
var ini_exports = {};
|
|
2160
2578
|
__export(ini_exports, {
|
|
@@ -2191,6 +2609,44 @@ var init_ini = __esm({
|
|
|
2191
2609
|
}
|
|
2192
2610
|
});
|
|
2193
2611
|
|
|
2612
|
+
// src/languages/janet.ts
|
|
2613
|
+
var janet_exports = {};
|
|
2614
|
+
__export(janet_exports, {
|
|
2615
|
+
janet: () => exports.janet
|
|
2616
|
+
});
|
|
2617
|
+
exports.janet = void 0;
|
|
2618
|
+
var init_janet = __esm({
|
|
2619
|
+
"src/languages/janet.ts"() {
|
|
2620
|
+
exports.janet = {
|
|
2621
|
+
slug: "janet",
|
|
2622
|
+
publishedDate: "2017-09-01",
|
|
2623
|
+
extensions: [".janet", ".jdn"],
|
|
2624
|
+
author: "Calvin Rose",
|
|
2625
|
+
website: "https://janet-lang.org",
|
|
2626
|
+
paradigms: ["functional", "imperative", "lisp", "embedded"],
|
|
2627
|
+
tooling: {
|
|
2628
|
+
runtimes: ["Janet VM"],
|
|
2629
|
+
packageManagers: ["jpm"],
|
|
2630
|
+
ecosystems: ["Scripting", "Embedded systems", "Command-line tools"]
|
|
2631
|
+
},
|
|
2632
|
+
version: "1.39.1",
|
|
2633
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg",
|
|
2634
|
+
i18n: {
|
|
2635
|
+
en: {
|
|
2636
|
+
name: "Janet",
|
|
2637
|
+
description: "A small Lisp-like language and embeddable runtime for scripting.",
|
|
2638
|
+
longDescription: "Janet is a small Lisp-like programming language with a compact C implementation, fibers, tables, pattern matching, macros, and an embeddable runtime. It is designed for scripting, tools, and applications that need a lightweight extension language.\n\nIt is used for command-line programs, configuration, automation, embedding in native applications, and experiments that benefit from Lisp-style metaprogramming without a large runtime."
|
|
2639
|
+
},
|
|
2640
|
+
es: {
|
|
2641
|
+
name: "Janet",
|
|
2642
|
+
description: "Un lenguaje pequeno tipo Lisp y runtime embebible para scripting.",
|
|
2643
|
+
longDescription: "Janet es un lenguaje de programacion pequeno tipo Lisp con una implementacion compacta en C, fibras, tablas, pattern matching, macros y un runtime embebible. Esta disenado para scripting, herramientas y aplicaciones que necesitan un lenguaje de extension liviano.\n\nSe usa en programas de linea de comandos, configuracion, automatizacion, embedding en aplicaciones nativas y experimentos que aprovechan metaprogramacion tipo Lisp sin un runtime grande."
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
};
|
|
2647
|
+
}
|
|
2648
|
+
});
|
|
2649
|
+
|
|
2194
2650
|
// src/languages/java.ts
|
|
2195
2651
|
var java_exports = {};
|
|
2196
2652
|
__export(java_exports, {
|
|
@@ -2270,12 +2726,12 @@ var init_javascript = __esm({
|
|
|
2270
2726
|
// src/languages/jinja.ts
|
|
2271
2727
|
var jinja_exports = {};
|
|
2272
2728
|
__export(jinja_exports, {
|
|
2273
|
-
jinja: () => jinja
|
|
2729
|
+
jinja: () => exports.jinja
|
|
2274
2730
|
});
|
|
2275
|
-
|
|
2731
|
+
exports.jinja = void 0;
|
|
2276
2732
|
var init_jinja = __esm({
|
|
2277
2733
|
"src/languages/jinja.ts"() {
|
|
2278
|
-
jinja = {
|
|
2734
|
+
exports.jinja = {
|
|
2279
2735
|
slug: "jinja",
|
|
2280
2736
|
publishedDate: "2008-07-17",
|
|
2281
2737
|
extensions: [".jinja", ".jinja2", ".j2"],
|
|
@@ -2490,6 +2946,44 @@ var init_kotlin = __esm({
|
|
|
2490
2946
|
}
|
|
2491
2947
|
});
|
|
2492
2948
|
|
|
2949
|
+
// src/languages/lean.ts
|
|
2950
|
+
var lean_exports = {};
|
|
2951
|
+
__export(lean_exports, {
|
|
2952
|
+
lean: () => exports.lean
|
|
2953
|
+
});
|
|
2954
|
+
exports.lean = void 0;
|
|
2955
|
+
var init_lean = __esm({
|
|
2956
|
+
"src/languages/lean.ts"() {
|
|
2957
|
+
exports.lean = {
|
|
2958
|
+
slug: "lean",
|
|
2959
|
+
publishedDate: "2013-06-16",
|
|
2960
|
+
extensions: [".lean"],
|
|
2961
|
+
author: "Leonardo de Moura / Microsoft Research",
|
|
2962
|
+
website: "https://lean-lang.org",
|
|
2963
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "metaprogramming"],
|
|
2964
|
+
tooling: {
|
|
2965
|
+
runtimes: ["Lean"],
|
|
2966
|
+
packageManagers: ["Lake", "elan"],
|
|
2967
|
+
ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
|
|
2968
|
+
},
|
|
2969
|
+
version: "4.29.1",
|
|
2970
|
+
logo: "https://cdn.simpleicons.org/leanpub/262425",
|
|
2971
|
+
i18n: {
|
|
2972
|
+
en: {
|
|
2973
|
+
name: "Lean",
|
|
2974
|
+
description: "A theorem prover and functional language for formalized mathematics and software.",
|
|
2975
|
+
longDescription: "Lean is a theorem prover and dependently typed functional programming language. Lean 4 includes an efficient compiler, extensible syntax, metaprogramming facilities, tactics, and tooling for large formalization projects.\n\nIt is used in formalized mathematics, program verification, theorem proving research, educational games, and software projects where proofs and executable definitions can evolve together."
|
|
2976
|
+
},
|
|
2977
|
+
es: {
|
|
2978
|
+
name: "Lean",
|
|
2979
|
+
description: "Un demostrador de teoremas y lenguaje funcional para matematica y software formalizados.",
|
|
2980
|
+
longDescription: "Lean es un demostrador de teoremas y lenguaje funcional con tipos dependientes. Lean 4 incluye un compilador eficiente, sintaxis extensible, metaprogramacion, tacticas y herramientas para grandes proyectos de formalizacion.\n\nSe usa en matematica formalizada, verificacion de programas, investigacion en demostracion de teoremas, juegos educativos y proyectos donde pruebas y definiciones ejecutables pueden evolucionar juntas."
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
};
|
|
2984
|
+
}
|
|
2985
|
+
});
|
|
2986
|
+
|
|
2493
2987
|
// src/languages/less.ts
|
|
2494
2988
|
var less_exports = {};
|
|
2495
2989
|
__export(less_exports, {
|
|
@@ -2531,12 +3025,12 @@ var init_less = __esm({
|
|
|
2531
3025
|
// src/languages/liquid.ts
|
|
2532
3026
|
var liquid_exports = {};
|
|
2533
3027
|
__export(liquid_exports, {
|
|
2534
|
-
liquid: () => liquid
|
|
3028
|
+
liquid: () => exports.liquid
|
|
2535
3029
|
});
|
|
2536
|
-
|
|
3030
|
+
exports.liquid = void 0;
|
|
2537
3031
|
var init_liquid = __esm({
|
|
2538
3032
|
"src/languages/liquid.ts"() {
|
|
2539
|
-
liquid = {
|
|
3033
|
+
exports.liquid = {
|
|
2540
3034
|
slug: "liquid",
|
|
2541
3035
|
publishedDate: "2006-06-01",
|
|
2542
3036
|
extensions: [".liquid"],
|
|
@@ -2604,6 +3098,44 @@ var init_lisp = __esm({
|
|
|
2604
3098
|
}
|
|
2605
3099
|
});
|
|
2606
3100
|
|
|
3101
|
+
// src/languages/llvm-ir.ts
|
|
3102
|
+
var llvm_ir_exports = {};
|
|
3103
|
+
__export(llvm_ir_exports, {
|
|
3104
|
+
llvmIr: () => exports.llvmIr
|
|
3105
|
+
});
|
|
3106
|
+
exports.llvmIr = void 0;
|
|
3107
|
+
var init_llvm_ir = __esm({
|
|
3108
|
+
"src/languages/llvm-ir.ts"() {
|
|
3109
|
+
exports.llvmIr = {
|
|
3110
|
+
slug: "llvm-ir",
|
|
3111
|
+
publishedDate: "2003-10-01",
|
|
3112
|
+
extensions: [".ll", ".bc"],
|
|
3113
|
+
author: "LLVM Project",
|
|
3114
|
+
website: "https://llvm.org/docs/LangRef.html",
|
|
3115
|
+
paradigms: ["intermediate representation", "static single assignment", "compiler"],
|
|
3116
|
+
tooling: {
|
|
3117
|
+
runtimes: ["LLVM"],
|
|
3118
|
+
packageManagers: ["LLVM releases"],
|
|
3119
|
+
ecosystems: ["Compilers", "Systems programming", "Toolchains"]
|
|
3120
|
+
},
|
|
3121
|
+
version: "22.1.5",
|
|
3122
|
+
logo: "https://cdn.simpleicons.org/llvm/262D3A",
|
|
3123
|
+
i18n: {
|
|
3124
|
+
en: {
|
|
3125
|
+
name: "LLVM IR",
|
|
3126
|
+
description: "The typed intermediate representation used by the LLVM compiler infrastructure.",
|
|
3127
|
+
longDescription: "LLVM IR is the typed, low-level intermediate representation used by the LLVM compiler infrastructure. It has a textual form, bitcode form, SSA-based values, explicit control flow, and a language reference that defines instructions, types, attributes, and metadata.\n\nIt is used by compilers, optimizers, static analyzers, JIT systems, language implementations, and tools that need a portable representation between source languages and machine code."
|
|
3128
|
+
},
|
|
3129
|
+
es: {
|
|
3130
|
+
name: "LLVM IR",
|
|
3131
|
+
description: "La representacion intermedia tipada usada por la infraestructura de compiladores LLVM.",
|
|
3132
|
+
longDescription: "LLVM IR es la representacion intermedia tipada y de bajo nivel usada por la infraestructura de compiladores LLVM. Tiene forma textual, forma bitcode, valores basados en SSA, flujo de control explicito y una referencia que define instrucciones, tipos, atributos y metadatos.\n\nSe usa en compiladores, optimizadores, analizadores estaticos, sistemas JIT, implementaciones de lenguajes y herramientas que necesitan una representacion portable entre lenguajes fuente y codigo maquina."
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
};
|
|
3136
|
+
}
|
|
3137
|
+
});
|
|
3138
|
+
|
|
2607
3139
|
// src/languages/lua.ts
|
|
2608
3140
|
var lua_exports = {};
|
|
2609
3141
|
__export(lua_exports, {
|
|
@@ -2642,6 +3174,44 @@ var init_lua = __esm({
|
|
|
2642
3174
|
}
|
|
2643
3175
|
});
|
|
2644
3176
|
|
|
3177
|
+
// src/languages/luau.ts
|
|
3178
|
+
var luau_exports = {};
|
|
3179
|
+
__export(luau_exports, {
|
|
3180
|
+
luau: () => exports.luau
|
|
3181
|
+
});
|
|
3182
|
+
exports.luau = void 0;
|
|
3183
|
+
var init_luau = __esm({
|
|
3184
|
+
"src/languages/luau.ts"() {
|
|
3185
|
+
exports.luau = {
|
|
3186
|
+
slug: "luau",
|
|
3187
|
+
publishedDate: "2021-11-03",
|
|
3188
|
+
extensions: [".luau"],
|
|
3189
|
+
author: "Roblox",
|
|
3190
|
+
website: "https://luau.org",
|
|
3191
|
+
paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
|
|
3192
|
+
tooling: {
|
|
3193
|
+
runtimes: ["Luau VM", "Roblox"],
|
|
3194
|
+
packageManagers: ["Wally", "Pesde"],
|
|
3195
|
+
ecosystems: ["Roblox", "Games", "Embedded scripting"]
|
|
3196
|
+
},
|
|
3197
|
+
version: "0.719",
|
|
3198
|
+
logo: "https://cdn.simpleicons.org/roblox/000000",
|
|
3199
|
+
i18n: {
|
|
3200
|
+
en: {
|
|
3201
|
+
name: "Luau",
|
|
3202
|
+
description: "A fast Lua-derived scripting language with gradual typing.",
|
|
3203
|
+
longDescription: "Luau is a scripting language derived from Lua 5.1 and developed by Roblox. It adds gradual typing, performance-focused compiler and VM work, linting, type inference, and features aimed at large game codebases.\n\nIt is used in Roblox experiences, game tooling, embedded scripting, and projects that want Lua-like ergonomics with stronger static analysis and modern runtime performance."
|
|
3204
|
+
},
|
|
3205
|
+
es: {
|
|
3206
|
+
name: "Luau",
|
|
3207
|
+
description: "Un lenguaje de scripting derivado de Lua, rapido y con tipado gradual.",
|
|
3208
|
+
longDescription: "Luau es un lenguaje de scripting derivado de Lua 5.1 y desarrollado por Roblox. Agrega tipado gradual, trabajo de compilador y VM orientado al rendimiento, linting, inferencia de tipos y caracteristicas para grandes bases de codigo de juegos.\n\nSe usa en experiencias de Roblox, herramientas de juegos, scripting embebido y proyectos que quieren ergonomia similar a Lua con analisis estatico mas fuerte y rendimiento moderno."
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
};
|
|
3212
|
+
}
|
|
3213
|
+
});
|
|
3214
|
+
|
|
2645
3215
|
// src/languages/makefile.ts
|
|
2646
3216
|
var makefile_exports = {};
|
|
2647
3217
|
__export(makefile_exports, {
|
|
@@ -2753,12 +3323,12 @@ var init_matlab = __esm({
|
|
|
2753
3323
|
// src/languages/mdx.ts
|
|
2754
3324
|
var mdx_exports = {};
|
|
2755
3325
|
__export(mdx_exports, {
|
|
2756
|
-
mdx: () => mdx
|
|
3326
|
+
mdx: () => exports.mdx
|
|
2757
3327
|
});
|
|
2758
|
-
|
|
3328
|
+
exports.mdx = void 0;
|
|
2759
3329
|
var init_mdx = __esm({
|
|
2760
3330
|
"src/languages/mdx.ts"() {
|
|
2761
|
-
mdx = {
|
|
3331
|
+
exports.mdx = {
|
|
2762
3332
|
slug: "mdx",
|
|
2763
3333
|
publishedDate: "2018-03-23",
|
|
2764
3334
|
extensions: [".mdx"],
|
|
@@ -2791,12 +3361,12 @@ var init_mdx = __esm({
|
|
|
2791
3361
|
// src/languages/mermaid.ts
|
|
2792
3362
|
var mermaid_exports = {};
|
|
2793
3363
|
__export(mermaid_exports, {
|
|
2794
|
-
mermaid: () => mermaid
|
|
3364
|
+
mermaid: () => exports.mermaid
|
|
2795
3365
|
});
|
|
2796
|
-
|
|
3366
|
+
exports.mermaid = void 0;
|
|
2797
3367
|
var init_mermaid = __esm({
|
|
2798
3368
|
"src/languages/mermaid.ts"() {
|
|
2799
|
-
mermaid = {
|
|
3369
|
+
exports.mermaid = {
|
|
2800
3370
|
slug: "mermaid",
|
|
2801
3371
|
publishedDate: "2014-11-04",
|
|
2802
3372
|
extensions: [".mmd", ".mermaid"],
|
|
@@ -3207,12 +3777,12 @@ var init_php = __esm({
|
|
|
3207
3777
|
// src/languages/plantuml.ts
|
|
3208
3778
|
var plantuml_exports = {};
|
|
3209
3779
|
__export(plantuml_exports, {
|
|
3210
|
-
plantuml: () => plantuml
|
|
3780
|
+
plantuml: () => exports.plantuml
|
|
3211
3781
|
});
|
|
3212
|
-
|
|
3782
|
+
exports.plantuml = void 0;
|
|
3213
3783
|
var init_plantuml = __esm({
|
|
3214
3784
|
"src/languages/plantuml.ts"() {
|
|
3215
|
-
plantuml = {
|
|
3785
|
+
exports.plantuml = {
|
|
3216
3786
|
slug: "plantuml",
|
|
3217
3787
|
publishedDate: "2009-04-17",
|
|
3218
3788
|
extensions: [".puml", ".plantuml", ".iuml"],
|
|
@@ -3283,12 +3853,12 @@ var init_powershell = __esm({
|
|
|
3283
3853
|
// src/languages/prolog.ts
|
|
3284
3854
|
var prolog_exports = {};
|
|
3285
3855
|
__export(prolog_exports, {
|
|
3286
|
-
prolog: () => prolog
|
|
3856
|
+
prolog: () => exports.prolog
|
|
3287
3857
|
});
|
|
3288
|
-
|
|
3858
|
+
exports.prolog = void 0;
|
|
3289
3859
|
var init_prolog = __esm({
|
|
3290
3860
|
"src/languages/prolog.ts"() {
|
|
3291
|
-
prolog = {
|
|
3861
|
+
exports.prolog = {
|
|
3292
3862
|
slug: "prolog",
|
|
3293
3863
|
publishedDate: "1972-01-01",
|
|
3294
3864
|
extensions: [".pl", ".pro", ".prolog", ".P"],
|
|
@@ -3435,12 +4005,12 @@ var init_python = __esm({
|
|
|
3435
4005
|
// src/languages/qml.ts
|
|
3436
4006
|
var qml_exports = {};
|
|
3437
4007
|
__export(qml_exports, {
|
|
3438
|
-
qml: () => qml
|
|
4008
|
+
qml: () => exports.qml
|
|
3439
4009
|
});
|
|
3440
|
-
|
|
4010
|
+
exports.qml = void 0;
|
|
3441
4011
|
var init_qml = __esm({
|
|
3442
4012
|
"src/languages/qml.ts"() {
|
|
3443
|
-
qml = {
|
|
4013
|
+
exports.qml = {
|
|
3444
4014
|
slug: "qml",
|
|
3445
4015
|
publishedDate: "2009-01-01",
|
|
3446
4016
|
extensions: [".qml", ".qmltypes", ".qmlproject"],
|
|
@@ -3848,12 +4418,12 @@ var init_sql = __esm({
|
|
|
3848
4418
|
// src/languages/starlark.ts
|
|
3849
4419
|
var starlark_exports = {};
|
|
3850
4420
|
__export(starlark_exports, {
|
|
3851
|
-
starlark: () => starlark
|
|
4421
|
+
starlark: () => exports.starlark
|
|
3852
4422
|
});
|
|
3853
|
-
|
|
4423
|
+
exports.starlark = void 0;
|
|
3854
4424
|
var init_starlark = __esm({
|
|
3855
4425
|
"src/languages/starlark.ts"() {
|
|
3856
|
-
starlark = {
|
|
4426
|
+
exports.starlark = {
|
|
3857
4427
|
slug: "starlark",
|
|
3858
4428
|
publishedDate: "2015-03-25",
|
|
3859
4429
|
extensions: [".bzl", ".star", ".sky"],
|
|
@@ -4221,12 +4791,12 @@ var init_typescript = __esm({
|
|
|
4221
4791
|
// src/languages/typst.ts
|
|
4222
4792
|
var typst_exports = {};
|
|
4223
4793
|
__export(typst_exports, {
|
|
4224
|
-
typst: () => typst
|
|
4794
|
+
typst: () => exports.typst
|
|
4225
4795
|
});
|
|
4226
|
-
|
|
4796
|
+
exports.typst = void 0;
|
|
4227
4797
|
var init_typst = __esm({
|
|
4228
4798
|
"src/languages/typst.ts"() {
|
|
4229
|
-
typst = {
|
|
4799
|
+
exports.typst = {
|
|
4230
4800
|
slug: "typst",
|
|
4231
4801
|
publishedDate: "2023-03-21",
|
|
4232
4802
|
extensions: [".typ"],
|
|
@@ -4259,12 +4829,12 @@ var init_typst = __esm({
|
|
|
4259
4829
|
// src/languages/verilog.ts
|
|
4260
4830
|
var verilog_exports = {};
|
|
4261
4831
|
__export(verilog_exports, {
|
|
4262
|
-
verilog: () => verilog
|
|
4832
|
+
verilog: () => exports.verilog
|
|
4263
4833
|
});
|
|
4264
|
-
|
|
4834
|
+
exports.verilog = void 0;
|
|
4265
4835
|
var init_verilog = __esm({
|
|
4266
4836
|
"src/languages/verilog.ts"() {
|
|
4267
|
-
verilog = {
|
|
4837
|
+
exports.verilog = {
|
|
4268
4838
|
slug: "verilog",
|
|
4269
4839
|
publishedDate: "1984-01-01",
|
|
4270
4840
|
extensions: [".v", ".vh", ".sv", ".svh"],
|
|
@@ -4297,12 +4867,12 @@ var init_verilog = __esm({
|
|
|
4297
4867
|
// src/languages/vhdl.ts
|
|
4298
4868
|
var vhdl_exports = {};
|
|
4299
4869
|
__export(vhdl_exports, {
|
|
4300
|
-
vhdl: () => vhdl
|
|
4870
|
+
vhdl: () => exports.vhdl
|
|
4301
4871
|
});
|
|
4302
|
-
|
|
4872
|
+
exports.vhdl = void 0;
|
|
4303
4873
|
var init_vhdl = __esm({
|
|
4304
4874
|
"src/languages/vhdl.ts"() {
|
|
4305
|
-
vhdl = {
|
|
4875
|
+
exports.vhdl = {
|
|
4306
4876
|
slug: "vhdl",
|
|
4307
4877
|
publishedDate: "1987-01-01",
|
|
4308
4878
|
extensions: [".vhd", ".vhdl"],
|
|
@@ -4449,12 +5019,12 @@ var init_webassembly = __esm({
|
|
|
4449
5019
|
// src/languages/wgsl.ts
|
|
4450
5020
|
var wgsl_exports = {};
|
|
4451
5021
|
__export(wgsl_exports, {
|
|
4452
|
-
wgsl: () => wgsl
|
|
5022
|
+
wgsl: () => exports.wgsl
|
|
4453
5023
|
});
|
|
4454
|
-
|
|
5024
|
+
exports.wgsl = void 0;
|
|
4455
5025
|
var init_wgsl = __esm({
|
|
4456
5026
|
"src/languages/wgsl.ts"() {
|
|
4457
|
-
wgsl = {
|
|
5027
|
+
exports.wgsl = {
|
|
4458
5028
|
slug: "wgsl",
|
|
4459
5029
|
publishedDate: "2021-05-18",
|
|
4460
5030
|
extensions: [".wgsl"],
|
|
@@ -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
|
exports.abap,
|
|
4871
5456
|
exports.actionscript,
|
|
4872
5457
|
exports.ada,
|
|
5458
|
+
exports.agda,
|
|
4873
5459
|
exports.antlr,
|
|
4874
5460
|
exports.apex,
|
|
4875
5461
|
exports.apl,
|
|
@@ -4883,25 +5469,32 @@ var languages = [
|
|
|
4883
5469
|
exports.autohotkey,
|
|
4884
5470
|
exports.bash,
|
|
4885
5471
|
exports.batch,
|
|
4886
|
-
bazel,
|
|
4887
|
-
bicep,
|
|
4888
|
-
blade,
|
|
5472
|
+
exports.bazel,
|
|
5473
|
+
exports.bicep,
|
|
5474
|
+
exports.blade,
|
|
4889
5475
|
exports.c,
|
|
5476
|
+
exports.carbon,
|
|
5477
|
+
exports.chapel,
|
|
5478
|
+
exports.circom,
|
|
4890
5479
|
exports.cmake,
|
|
4891
5480
|
exports.clojure,
|
|
4892
5481
|
exports.coffeescript,
|
|
4893
5482
|
exports.coldfusion,
|
|
4894
5483
|
exports.cobol,
|
|
5484
|
+
exports.coq,
|
|
4895
5485
|
exports.cpp,
|
|
4896
5486
|
exports.csharp,
|
|
4897
5487
|
exports.crystal,
|
|
4898
5488
|
exports.css,
|
|
4899
|
-
cue,
|
|
5489
|
+
exports.cue,
|
|
4900
5490
|
exports.cuda,
|
|
4901
5491
|
exports.cython,
|
|
4902
5492
|
exports.d,
|
|
4903
5493
|
exports.dart,
|
|
5494
|
+
exports.dhall,
|
|
5495
|
+
exports.dita,
|
|
4904
5496
|
exports.dockerfile,
|
|
5497
|
+
exports.earthly,
|
|
4905
5498
|
exports.elixir,
|
|
4906
5499
|
exports.elm,
|
|
4907
5500
|
exports.erb,
|
|
@@ -4910,7 +5503,7 @@ var languages = [
|
|
|
4910
5503
|
exports.fortran,
|
|
4911
5504
|
exports.forth,
|
|
4912
5505
|
exports.fsharp,
|
|
4913
|
-
gdscript,
|
|
5506
|
+
exports.gdscript,
|
|
4914
5507
|
exports.git,
|
|
4915
5508
|
exports.gleam,
|
|
4916
5509
|
exports.go,
|
|
@@ -4918,30 +5511,37 @@ var languages = [
|
|
|
4918
5511
|
exports.glsl,
|
|
4919
5512
|
exports.graphql,
|
|
4920
5513
|
exports.groovy,
|
|
4921
|
-
handlebars,
|
|
5514
|
+
exports.handlebars,
|
|
5515
|
+
exports.hack,
|
|
5516
|
+
exports.haml,
|
|
4922
5517
|
exports.haskell,
|
|
4923
5518
|
exports.haxe,
|
|
4924
5519
|
exports.hcl,
|
|
4925
|
-
hlsl,
|
|
5520
|
+
exports.hlsl,
|
|
4926
5521
|
exports.html,
|
|
5522
|
+
exports.idris,
|
|
4927
5523
|
exports.ini,
|
|
4928
5524
|
exports.java,
|
|
4929
5525
|
exports.javascript,
|
|
4930
|
-
|
|
5526
|
+
exports.janet,
|
|
5527
|
+
exports.jinja,
|
|
4931
5528
|
exports.json,
|
|
4932
5529
|
exports.jsonnet,
|
|
4933
5530
|
exports.jupyterNotebook,
|
|
4934
5531
|
exports.julia,
|
|
4935
5532
|
exports.kotlin,
|
|
5533
|
+
exports.lean,
|
|
4936
5534
|
exports.less,
|
|
4937
|
-
liquid,
|
|
5535
|
+
exports.liquid,
|
|
4938
5536
|
exports.lisp,
|
|
5537
|
+
exports.llvmIr,
|
|
4939
5538
|
exports.lua,
|
|
5539
|
+
exports.luau,
|
|
4940
5540
|
exports.makefile,
|
|
4941
5541
|
exports.matlab,
|
|
4942
5542
|
exports.markdown,
|
|
4943
|
-
mdx,
|
|
4944
|
-
mermaid,
|
|
5543
|
+
exports.mdx,
|
|
5544
|
+
exports.mermaid,
|
|
4945
5545
|
exports.meson,
|
|
4946
5546
|
exports.metal,
|
|
4947
5547
|
exports.svn,
|
|
@@ -4953,13 +5553,13 @@ var languages = [
|
|
|
4953
5553
|
exports.pascal,
|
|
4954
5554
|
exports.perl,
|
|
4955
5555
|
exports.php,
|
|
4956
|
-
plantuml,
|
|
5556
|
+
exports.plantuml,
|
|
4957
5557
|
exports.powershell,
|
|
4958
|
-
prolog,
|
|
5558
|
+
exports.prolog,
|
|
4959
5559
|
exports.protobuf,
|
|
4960
5560
|
exports.pug,
|
|
4961
5561
|
exports.python,
|
|
4962
|
-
qml,
|
|
5562
|
+
exports.qml,
|
|
4963
5563
|
exports.r,
|
|
4964
5564
|
exports.racket,
|
|
4965
5565
|
exports.razor,
|
|
@@ -4970,7 +5570,7 @@ var languages = [
|
|
|
4970
5570
|
exports.scss,
|
|
4971
5571
|
exports.solidity,
|
|
4972
5572
|
exports.sql,
|
|
4973
|
-
starlark,
|
|
5573
|
+
exports.starlark,
|
|
4974
5574
|
exports.svg,
|
|
4975
5575
|
exports.svelte,
|
|
4976
5576
|
exports.swift,
|
|
@@ -4979,13 +5579,13 @@ var languages = [
|
|
|
4979
5579
|
exports.toml,
|
|
4980
5580
|
exports.twig,
|
|
4981
5581
|
exports.typescript,
|
|
4982
|
-
typst,
|
|
4983
|
-
verilog,
|
|
4984
|
-
vhdl,
|
|
5582
|
+
exports.typst,
|
|
5583
|
+
exports.verilog,
|
|
5584
|
+
exports.vhdl,
|
|
4985
5585
|
exports.visualBasic,
|
|
4986
5586
|
exports.vue,
|
|
4987
5587
|
exports.webassembly,
|
|
4988
|
-
wgsl,
|
|
5588
|
+
exports.wgsl,
|
|
4989
5589
|
exports.xaml,
|
|
4990
5590
|
exports.xml,
|
|
4991
5591
|
exports.xquery,
|
|
@@ -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),
|
|
@@ -5424,6 +6054,7 @@ var api = {
|
|
|
5424
6054
|
init_abap();
|
|
5425
6055
|
init_actionscript();
|
|
5426
6056
|
init_ada();
|
|
6057
|
+
init_agda();
|
|
5427
6058
|
init_antlr();
|
|
5428
6059
|
init_apex();
|
|
5429
6060
|
init_apl();
|
|
@@ -5436,21 +6067,32 @@ init_awk();
|
|
|
5436
6067
|
init_autohotkey();
|
|
5437
6068
|
init_bash();
|
|
5438
6069
|
init_batch();
|
|
6070
|
+
init_bazel();
|
|
6071
|
+
init_bicep();
|
|
6072
|
+
init_blade();
|
|
5439
6073
|
init_c();
|
|
6074
|
+
init_carbon();
|
|
6075
|
+
init_chapel();
|
|
6076
|
+
init_circom();
|
|
5440
6077
|
init_cmake();
|
|
5441
6078
|
init_clojure();
|
|
5442
6079
|
init_coffeescript();
|
|
5443
6080
|
init_cobol();
|
|
5444
6081
|
init_coldfusion();
|
|
6082
|
+
init_coq();
|
|
5445
6083
|
init_csharp();
|
|
5446
6084
|
init_cpp();
|
|
5447
6085
|
init_crystal();
|
|
5448
6086
|
init_css();
|
|
5449
6087
|
init_cuda();
|
|
6088
|
+
init_cue();
|
|
5450
6089
|
init_cython();
|
|
5451
6090
|
init_d();
|
|
5452
6091
|
init_dart();
|
|
6092
|
+
init_dhall();
|
|
6093
|
+
init_dita();
|
|
5453
6094
|
init_dockerfile();
|
|
6095
|
+
init_earthly();
|
|
5454
6096
|
init_elixir();
|
|
5455
6097
|
init_elm();
|
|
5456
6098
|
init_erb();
|
|
@@ -5459,6 +6101,7 @@ init_fennel();
|
|
|
5459
6101
|
init_fortran();
|
|
5460
6102
|
init_forth();
|
|
5461
6103
|
init_fsharp();
|
|
6104
|
+
init_gdscript();
|
|
5462
6105
|
init_git();
|
|
5463
6106
|
init_gleam();
|
|
5464
6107
|
init_go();
|
|
@@ -5466,24 +6109,37 @@ init_gradle();
|
|
|
5466
6109
|
init_glsl();
|
|
5467
6110
|
init_graphql();
|
|
5468
6111
|
init_groovy();
|
|
6112
|
+
init_handlebars();
|
|
6113
|
+
init_hack();
|
|
6114
|
+
init_haml();
|
|
5469
6115
|
init_haskell();
|
|
5470
6116
|
init_haxe();
|
|
5471
6117
|
init_hcl();
|
|
6118
|
+
init_hlsl();
|
|
5472
6119
|
init_html();
|
|
6120
|
+
init_idris();
|
|
5473
6121
|
init_ini();
|
|
5474
6122
|
init_java();
|
|
5475
6123
|
init_javascript();
|
|
6124
|
+
init_janet();
|
|
6125
|
+
init_jinja();
|
|
5476
6126
|
init_json();
|
|
5477
6127
|
init_jsonnet();
|
|
5478
6128
|
init_jupyter_notebook();
|
|
5479
6129
|
init_julia();
|
|
5480
6130
|
init_kotlin();
|
|
6131
|
+
init_lean();
|
|
5481
6132
|
init_less();
|
|
6133
|
+
init_liquid();
|
|
5482
6134
|
init_lisp();
|
|
6135
|
+
init_llvm_ir();
|
|
5483
6136
|
init_lua();
|
|
6137
|
+
init_luau();
|
|
5484
6138
|
init_makefile();
|
|
5485
6139
|
init_matlab();
|
|
5486
6140
|
init_markdown();
|
|
6141
|
+
init_mdx();
|
|
6142
|
+
init_mermaid();
|
|
5487
6143
|
init_meson();
|
|
5488
6144
|
init_metal();
|
|
5489
6145
|
init_nginx();
|
|
@@ -5494,10 +6150,13 @@ init_objective_c();
|
|
|
5494
6150
|
init_pascal();
|
|
5495
6151
|
init_perl();
|
|
5496
6152
|
init_php();
|
|
6153
|
+
init_plantuml();
|
|
5497
6154
|
init_powershell();
|
|
6155
|
+
init_prolog();
|
|
5498
6156
|
init_protobuf();
|
|
5499
6157
|
init_pug();
|
|
5500
6158
|
init_python();
|
|
6159
|
+
init_qml();
|
|
5501
6160
|
init_r();
|
|
5502
6161
|
init_racket();
|
|
5503
6162
|
init_razor();
|
|
@@ -5508,6 +6167,7 @@ init_scala();
|
|
|
5508
6167
|
init_scss();
|
|
5509
6168
|
init_solidity();
|
|
5510
6169
|
init_sql();
|
|
6170
|
+
init_starlark();
|
|
5511
6171
|
init_svg();
|
|
5512
6172
|
init_svn();
|
|
5513
6173
|
init_svelte();
|
|
@@ -5517,9 +6177,13 @@ init_tex();
|
|
|
5517
6177
|
init_toml();
|
|
5518
6178
|
init_twig();
|
|
5519
6179
|
init_typescript();
|
|
6180
|
+
init_typst();
|
|
6181
|
+
init_verilog();
|
|
6182
|
+
init_vhdl();
|
|
5520
6183
|
init_visual_basic();
|
|
5521
6184
|
init_vue();
|
|
5522
6185
|
init_webassembly();
|
|
6186
|
+
init_wgsl();
|
|
5523
6187
|
init_xaml();
|
|
5524
6188
|
init_xml();
|
|
5525
6189
|
init_xquery();
|