code-languages 1.20.5 → 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 +80 -4
- package/dist/api.cjs +634 -4
- 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 +634 -4
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +454 -4
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +454 -4
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +744 -80
- 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 +669 -5
- 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/astro.cjs +1 -1
- package/dist/languages/astro.cjs.map +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/astro.js.map +1 -1
- 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/liquid.cjs +1 -1
- package/dist/languages/liquid.cjs.map +1 -1
- package/dist/languages/liquid.js +1 -1
- package/dist/languages/liquid.js.map +1 -1
- 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/dist/languages/mermaid.cjs +1 -1
- package/dist/languages/mermaid.cjs.map +1 -1
- package/dist/languages/mermaid.js +1 -1
- package/dist/languages/mermaid.js.map +1 -1
- package/dist/languages/nix.cjs +1 -1
- package/dist/languages/nix.cjs.map +1 -1
- package/dist/languages/nix.js +1 -1
- package/dist/languages/nix.js.map +1 -1
- package/package.json +76 -1
package/dist/detect.js
CHANGED
|
@@ -83,6 +83,35 @@ var ada = {
|
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
|
|
86
|
+
// src/languages/agda.ts
|
|
87
|
+
var agda = {
|
|
88
|
+
slug: "agda",
|
|
89
|
+
publishedDate: "2007-01-01",
|
|
90
|
+
extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"],
|
|
91
|
+
author: "Ulf Norell / Chalmers University of Technology",
|
|
92
|
+
website: "https://wiki.portal.chalmers.se/agda/",
|
|
93
|
+
paradigms: ["functional", "dependently typed", "total", "proof-oriented"],
|
|
94
|
+
tooling: {
|
|
95
|
+
runtimes: ["GHC", "JavaScript"],
|
|
96
|
+
packageManagers: ["Cabal", "Stack"],
|
|
97
|
+
ecosystems: ["Haskell", "Formal methods", "Proof assistants"]
|
|
98
|
+
},
|
|
99
|
+
version: "2.8.0",
|
|
100
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_agda.svg",
|
|
101
|
+
i18n: {
|
|
102
|
+
en: {
|
|
103
|
+
name: "Agda",
|
|
104
|
+
description: "A dependently typed functional language and proof assistant.",
|
|
105
|
+
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."
|
|
106
|
+
},
|
|
107
|
+
es: {
|
|
108
|
+
name: "Agda",
|
|
109
|
+
description: "Un lenguaje funcional con tipos dependientes y asistente de pruebas.",
|
|
110
|
+
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."
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
|
|
86
115
|
// src/languages/antlr.ts
|
|
87
116
|
var antlr = {
|
|
88
117
|
slug: "antlr",
|
|
@@ -326,7 +355,7 @@ var astro = {
|
|
|
326
355
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
327
356
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
328
357
|
},
|
|
329
|
-
version: "6.3.
|
|
358
|
+
version: "6.3.5",
|
|
330
359
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
331
360
|
i18n: {
|
|
332
361
|
en: {
|
|
@@ -572,6 +601,93 @@ var c = {
|
|
|
572
601
|
}
|
|
573
602
|
};
|
|
574
603
|
|
|
604
|
+
// src/languages/carbon.ts
|
|
605
|
+
var carbon = {
|
|
606
|
+
slug: "carbon",
|
|
607
|
+
publishedDate: "2022-07-19",
|
|
608
|
+
extensions: [".carbon"],
|
|
609
|
+
author: "Carbon Language Project",
|
|
610
|
+
website: "https://docs.carbon-lang.dev",
|
|
611
|
+
paradigms: ["imperative", "object-oriented", "generic", "statically typed"],
|
|
612
|
+
tooling: {
|
|
613
|
+
runtimes: ["LLVM"],
|
|
614
|
+
packageManagers: ["Bazel"],
|
|
615
|
+
ecosystems: ["C++", "Systems programming"]
|
|
616
|
+
},
|
|
617
|
+
version: "0.0.0 nightly",
|
|
618
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png",
|
|
619
|
+
i18n: {
|
|
620
|
+
en: {
|
|
621
|
+
name: "Carbon",
|
|
622
|
+
description: "An experimental successor language for C++ interoperability and migration.",
|
|
623
|
+
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."
|
|
624
|
+
},
|
|
625
|
+
es: {
|
|
626
|
+
name: "Carbon",
|
|
627
|
+
description: "Un lenguaje experimental sucesor para interoperabilidad y migracion desde C++.",
|
|
628
|
+
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."
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
// src/languages/chapel.ts
|
|
634
|
+
var chapel = {
|
|
635
|
+
slug: "chapel",
|
|
636
|
+
publishedDate: "2009-04-01",
|
|
637
|
+
extensions: [".chpl"],
|
|
638
|
+
author: "Cray Inc. / Hewlett Packard Enterprise",
|
|
639
|
+
website: "https://chapel-lang.org",
|
|
640
|
+
paradigms: ["parallel", "imperative", "object-oriented", "generic"],
|
|
641
|
+
tooling: {
|
|
642
|
+
runtimes: ["Chapel runtime"],
|
|
643
|
+
packageManagers: ["Mason"],
|
|
644
|
+
ecosystems: ["High-performance computing", "Parallel computing"]
|
|
645
|
+
},
|
|
646
|
+
version: "2.6.0",
|
|
647
|
+
logo: "https://chapel-lang.org/images/chapel-logo.png",
|
|
648
|
+
i18n: {
|
|
649
|
+
en: {
|
|
650
|
+
name: "Chapel",
|
|
651
|
+
description: "A productive parallel programming language for scalable systems.",
|
|
652
|
+
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."
|
|
653
|
+
},
|
|
654
|
+
es: {
|
|
655
|
+
name: "Chapel",
|
|
656
|
+
description: "Un lenguaje de programacion paralela productivo para sistemas escalables.",
|
|
657
|
+
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."
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
};
|
|
661
|
+
|
|
662
|
+
// src/languages/circom.ts
|
|
663
|
+
var circom = {
|
|
664
|
+
slug: "circom",
|
|
665
|
+
publishedDate: "2018-01-01",
|
|
666
|
+
extensions: [".circom"],
|
|
667
|
+
author: "iden3",
|
|
668
|
+
website: "https://docs.circom.io",
|
|
669
|
+
paradigms: ["declarative", "constraint-based", "domain-specific"],
|
|
670
|
+
tooling: {
|
|
671
|
+
runtimes: ["circom compiler", "WebAssembly", "C++"],
|
|
672
|
+
packageManagers: ["npm", "Cargo"],
|
|
673
|
+
ecosystems: ["Zero-knowledge proofs", "Ethereum", "zkSNARKs"]
|
|
674
|
+
},
|
|
675
|
+
version: "2.2.3",
|
|
676
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_circom.svg",
|
|
677
|
+
i18n: {
|
|
678
|
+
en: {
|
|
679
|
+
name: "Circom",
|
|
680
|
+
description: "A DSL for writing arithmetic circuits used in zero-knowledge proofs.",
|
|
681
|
+
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."
|
|
682
|
+
},
|
|
683
|
+
es: {
|
|
684
|
+
name: "Circom",
|
|
685
|
+
description: "Un DSL para escribir circuitos aritmeticos usados en pruebas de conocimiento cero.",
|
|
686
|
+
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."
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
};
|
|
690
|
+
|
|
575
691
|
// src/languages/clojure.ts
|
|
576
692
|
var clojure = {
|
|
577
693
|
slug: "clojure",
|
|
@@ -715,6 +831,35 @@ var coldfusion = {
|
|
|
715
831
|
}
|
|
716
832
|
};
|
|
717
833
|
|
|
834
|
+
// src/languages/coq.ts
|
|
835
|
+
var coq = {
|
|
836
|
+
slug: "coq",
|
|
837
|
+
publishedDate: "1989-01-01",
|
|
838
|
+
extensions: [".v"],
|
|
839
|
+
author: "INRIA / Rocq Prover Development Team",
|
|
840
|
+
website: "https://rocq-prover.org",
|
|
841
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "tactic-based"],
|
|
842
|
+
tooling: {
|
|
843
|
+
runtimes: ["Rocq Prover", "OCaml"],
|
|
844
|
+
packageManagers: ["opam", "Rocq Platform"],
|
|
845
|
+
ecosystems: ["Formal methods", "Proof assistants", "OCaml"]
|
|
846
|
+
},
|
|
847
|
+
version: "9.2.0",
|
|
848
|
+
logo: "https://avatars.githubusercontent.com/u/621198?v=4",
|
|
849
|
+
i18n: {
|
|
850
|
+
en: {
|
|
851
|
+
name: "Coq / Rocq",
|
|
852
|
+
description: "A proof assistant and dependently typed language for certified mathematics and software.",
|
|
853
|
+
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."
|
|
854
|
+
},
|
|
855
|
+
es: {
|
|
856
|
+
name: "Coq / Rocq",
|
|
857
|
+
description: "Un asistente de pruebas y lenguaje con tipos dependientes para software certificado.",
|
|
858
|
+
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."
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
};
|
|
862
|
+
|
|
718
863
|
// src/languages/cpp.ts
|
|
719
864
|
var cpp = {
|
|
720
865
|
slug: "cpp",
|
|
@@ -971,6 +1116,64 @@ var dart = {
|
|
|
971
1116
|
}
|
|
972
1117
|
};
|
|
973
1118
|
|
|
1119
|
+
// src/languages/dhall.ts
|
|
1120
|
+
var dhall = {
|
|
1121
|
+
slug: "dhall",
|
|
1122
|
+
publishedDate: "2016-12-22",
|
|
1123
|
+
extensions: [".dhall"],
|
|
1124
|
+
author: "Gabriel Gonzalez",
|
|
1125
|
+
website: "https://dhall-lang.org",
|
|
1126
|
+
paradigms: ["functional", "declarative", "statically typed", "configuration"],
|
|
1127
|
+
tooling: {
|
|
1128
|
+
runtimes: ["dhall"],
|
|
1129
|
+
packageManagers: ["Cabal", "Stack", "Nix"],
|
|
1130
|
+
ecosystems: ["Configuration", "Haskell", "DevOps"]
|
|
1131
|
+
},
|
|
1132
|
+
version: "23.1.0",
|
|
1133
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_dhall.svg",
|
|
1134
|
+
i18n: {
|
|
1135
|
+
en: {
|
|
1136
|
+
name: "Dhall",
|
|
1137
|
+
description: "A programmable, typed configuration language that normalizes safely.",
|
|
1138
|
+
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."
|
|
1139
|
+
},
|
|
1140
|
+
es: {
|
|
1141
|
+
name: "Dhall",
|
|
1142
|
+
description: "Un lenguaje de configuracion programable, tipado y de normalizacion segura.",
|
|
1143
|
+
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."
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
// src/languages/dita.ts
|
|
1149
|
+
var dita = {
|
|
1150
|
+
slug: "dita",
|
|
1151
|
+
publishedDate: "2005-05-03",
|
|
1152
|
+
extensions: [".dita", ".ditamap", ".ditaval"],
|
|
1153
|
+
author: "OASIS",
|
|
1154
|
+
website: "https://www.oasis-open.org/standard/dita/",
|
|
1155
|
+
paradigms: ["markup", "structured authoring", "XML-based", "documentation"],
|
|
1156
|
+
tooling: {
|
|
1157
|
+
runtimes: ["DITA Open Toolkit"],
|
|
1158
|
+
packageManagers: ["npm", "Maven"],
|
|
1159
|
+
ecosystems: ["Technical writing", "XML", "Publishing"]
|
|
1160
|
+
},
|
|
1161
|
+
version: "1.3",
|
|
1162
|
+
logo: "https://avatars.githubusercontent.com/u/20116735?v=4",
|
|
1163
|
+
i18n: {
|
|
1164
|
+
en: {
|
|
1165
|
+
name: "DITA",
|
|
1166
|
+
description: "An XML-based architecture for structured technical documentation.",
|
|
1167
|
+
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."
|
|
1168
|
+
},
|
|
1169
|
+
es: {
|
|
1170
|
+
name: "DITA",
|
|
1171
|
+
description: "Una arquitectura basada en XML para documentacion tecnica estructurada.",
|
|
1172
|
+
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."
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
};
|
|
1176
|
+
|
|
974
1177
|
// src/languages/dockerfile.ts
|
|
975
1178
|
var dockerfile = {
|
|
976
1179
|
slug: "dockerfile",
|
|
@@ -999,6 +1202,35 @@ var dockerfile = {
|
|
|
999
1202
|
}
|
|
1000
1203
|
};
|
|
1001
1204
|
|
|
1205
|
+
// src/languages/earthly.ts
|
|
1206
|
+
var earthly = {
|
|
1207
|
+
slug: "earthly",
|
|
1208
|
+
publishedDate: "2020-04-15",
|
|
1209
|
+
extensions: ["Earthfile"],
|
|
1210
|
+
author: "Earthly Technologies",
|
|
1211
|
+
website: "https://earthly.dev",
|
|
1212
|
+
paradigms: ["declarative", "build automation", "container-based"],
|
|
1213
|
+
tooling: {
|
|
1214
|
+
runtimes: ["Earthly", "BuildKit", "Docker"],
|
|
1215
|
+
packageManagers: ["Docker"],
|
|
1216
|
+
ecosystems: ["CI/CD", "Containers", "DevOps"]
|
|
1217
|
+
},
|
|
1218
|
+
version: "0.8.16",
|
|
1219
|
+
logo: "https://avatars.githubusercontent.com/u/63060917?v=4",
|
|
1220
|
+
i18n: {
|
|
1221
|
+
en: {
|
|
1222
|
+
name: "Earthly",
|
|
1223
|
+
description: "A container-oriented build language for repeatable CI/CD pipelines.",
|
|
1224
|
+
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."
|
|
1225
|
+
},
|
|
1226
|
+
es: {
|
|
1227
|
+
name: "Earthly",
|
|
1228
|
+
description: "Un lenguaje de builds orientado a contenedores para pipelines CI/CD repetibles.",
|
|
1229
|
+
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."
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1002
1234
|
// src/languages/elixir.ts
|
|
1003
1235
|
var elixir = {
|
|
1004
1236
|
slug: "elixir",
|
|
@@ -1461,6 +1693,64 @@ var groovy = {
|
|
|
1461
1693
|
}
|
|
1462
1694
|
};
|
|
1463
1695
|
|
|
1696
|
+
// src/languages/hack.ts
|
|
1697
|
+
var hack = {
|
|
1698
|
+
slug: "hack",
|
|
1699
|
+
publishedDate: "2014-03-20",
|
|
1700
|
+
extensions: [".hack", ".hh", ".hhi"],
|
|
1701
|
+
author: "Meta",
|
|
1702
|
+
website: "https://docs.hhvm.com/hack/",
|
|
1703
|
+
paradigms: ["object-oriented", "functional", "gradually typed", "imperative"],
|
|
1704
|
+
tooling: {
|
|
1705
|
+
runtimes: ["HHVM"],
|
|
1706
|
+
packageManagers: ["Composer"],
|
|
1707
|
+
ecosystems: ["HHVM", "Web", "PHP"]
|
|
1708
|
+
},
|
|
1709
|
+
version: "HHVM 4.x",
|
|
1710
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/a/a7/Hack_%28programming_language%29_logo.svg",
|
|
1711
|
+
i18n: {
|
|
1712
|
+
en: {
|
|
1713
|
+
name: "Hack",
|
|
1714
|
+
description: "A gradually typed language for HHVM with PHP heritage.",
|
|
1715
|
+
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."
|
|
1716
|
+
},
|
|
1717
|
+
es: {
|
|
1718
|
+
name: "Hack",
|
|
1719
|
+
description: "Un lenguaje con tipado gradual para HHVM con herencia de PHP.",
|
|
1720
|
+
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."
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
};
|
|
1724
|
+
|
|
1725
|
+
// src/languages/haml.ts
|
|
1726
|
+
var haml = {
|
|
1727
|
+
slug: "haml",
|
|
1728
|
+
publishedDate: "2006-10-01",
|
|
1729
|
+
extensions: [".haml"],
|
|
1730
|
+
author: "Hampton Catlin",
|
|
1731
|
+
website: "https://haml.info",
|
|
1732
|
+
paradigms: ["template", "markup", "declarative"],
|
|
1733
|
+
tooling: {
|
|
1734
|
+
runtimes: ["Ruby"],
|
|
1735
|
+
packageManagers: ["RubyGems", "Bundler"],
|
|
1736
|
+
ecosystems: ["Ruby", "Ruby on Rails", "Web"]
|
|
1737
|
+
},
|
|
1738
|
+
version: "7.2.0",
|
|
1739
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg",
|
|
1740
|
+
i18n: {
|
|
1741
|
+
en: {
|
|
1742
|
+
name: "Haml",
|
|
1743
|
+
description: "A whitespace-sensitive template language for writing HTML tersely.",
|
|
1744
|
+
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."
|
|
1745
|
+
},
|
|
1746
|
+
es: {
|
|
1747
|
+
name: "Haml",
|
|
1748
|
+
description: "Un lenguaje de templates sensible a espacios para escribir HTML de forma concisa.",
|
|
1749
|
+
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."
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
};
|
|
1753
|
+
|
|
1464
1754
|
// src/languages/handlebars.ts
|
|
1465
1755
|
var handlebars = {
|
|
1466
1756
|
slug: "handlebars",
|
|
@@ -1630,6 +1920,35 @@ var html = {
|
|
|
1630
1920
|
}
|
|
1631
1921
|
};
|
|
1632
1922
|
|
|
1923
|
+
// src/languages/idris.ts
|
|
1924
|
+
var idris = {
|
|
1925
|
+
slug: "idris",
|
|
1926
|
+
publishedDate: "2009-01-01",
|
|
1927
|
+
extensions: [".idr", ".lidr", ".ipkg"],
|
|
1928
|
+
author: "Edwin Brady",
|
|
1929
|
+
website: "https://www.idris-lang.org",
|
|
1930
|
+
paradigms: ["functional", "dependently typed", "total", "statically typed"],
|
|
1931
|
+
tooling: {
|
|
1932
|
+
runtimes: ["Chez Scheme", "Racket", "JavaScript", "Node.js"],
|
|
1933
|
+
packageManagers: ["pack", "idris2"],
|
|
1934
|
+
ecosystems: ["Formal methods", "Functional programming"]
|
|
1935
|
+
},
|
|
1936
|
+
version: "0.8.0",
|
|
1937
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_idris.svg",
|
|
1938
|
+
i18n: {
|
|
1939
|
+
en: {
|
|
1940
|
+
name: "Idris",
|
|
1941
|
+
description: "A dependently typed functional language focused on practical programs.",
|
|
1942
|
+
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."
|
|
1943
|
+
},
|
|
1944
|
+
es: {
|
|
1945
|
+
name: "Idris",
|
|
1946
|
+
description: "Un lenguaje funcional con tipos dependientes enfocado en programas practicos.",
|
|
1947
|
+
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."
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
};
|
|
1951
|
+
|
|
1633
1952
|
// src/languages/ini.ts
|
|
1634
1953
|
var ini = {
|
|
1635
1954
|
slug: "ini",
|
|
@@ -1657,6 +1976,35 @@ var ini = {
|
|
|
1657
1976
|
}
|
|
1658
1977
|
};
|
|
1659
1978
|
|
|
1979
|
+
// src/languages/janet.ts
|
|
1980
|
+
var janet = {
|
|
1981
|
+
slug: "janet",
|
|
1982
|
+
publishedDate: "2017-09-01",
|
|
1983
|
+
extensions: [".janet", ".jdn"],
|
|
1984
|
+
author: "Calvin Rose",
|
|
1985
|
+
website: "https://janet-lang.org",
|
|
1986
|
+
paradigms: ["functional", "imperative", "lisp", "embedded"],
|
|
1987
|
+
tooling: {
|
|
1988
|
+
runtimes: ["Janet VM"],
|
|
1989
|
+
packageManagers: ["jpm"],
|
|
1990
|
+
ecosystems: ["Scripting", "Embedded systems", "Command-line tools"]
|
|
1991
|
+
},
|
|
1992
|
+
version: "1.39.1",
|
|
1993
|
+
logo: "https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg",
|
|
1994
|
+
i18n: {
|
|
1995
|
+
en: {
|
|
1996
|
+
name: "Janet",
|
|
1997
|
+
description: "A small Lisp-like language and embeddable runtime for scripting.",
|
|
1998
|
+
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."
|
|
1999
|
+
},
|
|
2000
|
+
es: {
|
|
2001
|
+
name: "Janet",
|
|
2002
|
+
description: "Un lenguaje pequeno tipo Lisp y runtime embebible para scripting.",
|
|
2003
|
+
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."
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
};
|
|
2007
|
+
|
|
1660
2008
|
// src/languages/java.ts
|
|
1661
2009
|
var java = {
|
|
1662
2010
|
slug: "java",
|
|
@@ -1884,6 +2232,35 @@ var kotlin = {
|
|
|
1884
2232
|
}
|
|
1885
2233
|
};
|
|
1886
2234
|
|
|
2235
|
+
// src/languages/lean.ts
|
|
2236
|
+
var lean = {
|
|
2237
|
+
slug: "lean",
|
|
2238
|
+
publishedDate: "2013-06-16",
|
|
2239
|
+
extensions: [".lean"],
|
|
2240
|
+
author: "Leonardo de Moura / Microsoft Research",
|
|
2241
|
+
website: "https://lean-lang.org",
|
|
2242
|
+
paradigms: ["functional", "dependently typed", "proof-oriented", "metaprogramming"],
|
|
2243
|
+
tooling: {
|
|
2244
|
+
runtimes: ["Lean"],
|
|
2245
|
+
packageManagers: ["Lake", "elan"],
|
|
2246
|
+
ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
|
|
2247
|
+
},
|
|
2248
|
+
version: "4.29.1",
|
|
2249
|
+
logo: "https://cdn.simpleicons.org/leanpub/262425",
|
|
2250
|
+
i18n: {
|
|
2251
|
+
en: {
|
|
2252
|
+
name: "Lean",
|
|
2253
|
+
description: "A theorem prover and functional language for formalized mathematics and software.",
|
|
2254
|
+
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."
|
|
2255
|
+
},
|
|
2256
|
+
es: {
|
|
2257
|
+
name: "Lean",
|
|
2258
|
+
description: "Un demostrador de teoremas y lenguaje funcional para matematica y software formalizados.",
|
|
2259
|
+
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."
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
};
|
|
2263
|
+
|
|
1887
2264
|
// src/languages/less.ts
|
|
1888
2265
|
var less = {
|
|
1889
2266
|
slug: "less",
|
|
@@ -1926,7 +2303,7 @@ var liquid = {
|
|
|
1926
2303
|
packageManagers: ["RubyGems", "npm"],
|
|
1927
2304
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
1928
2305
|
},
|
|
1929
|
-
version: "10.
|
|
2306
|
+
version: "10.27.0",
|
|
1930
2307
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
1931
2308
|
i18n: {
|
|
1932
2309
|
en: {
|
|
@@ -1971,6 +2348,35 @@ var lisp = {
|
|
|
1971
2348
|
}
|
|
1972
2349
|
};
|
|
1973
2350
|
|
|
2351
|
+
// src/languages/llvm-ir.ts
|
|
2352
|
+
var llvmIr = {
|
|
2353
|
+
slug: "llvm-ir",
|
|
2354
|
+
publishedDate: "2003-10-01",
|
|
2355
|
+
extensions: [".ll", ".bc"],
|
|
2356
|
+
author: "LLVM Project",
|
|
2357
|
+
website: "https://llvm.org/docs/LangRef.html",
|
|
2358
|
+
paradigms: ["intermediate representation", "static single assignment", "compiler"],
|
|
2359
|
+
tooling: {
|
|
2360
|
+
runtimes: ["LLVM"],
|
|
2361
|
+
packageManagers: ["LLVM releases"],
|
|
2362
|
+
ecosystems: ["Compilers", "Systems programming", "Toolchains"]
|
|
2363
|
+
},
|
|
2364
|
+
version: "22.1.5",
|
|
2365
|
+
logo: "https://cdn.simpleicons.org/llvm/262D3A",
|
|
2366
|
+
i18n: {
|
|
2367
|
+
en: {
|
|
2368
|
+
name: "LLVM IR",
|
|
2369
|
+
description: "The typed intermediate representation used by the LLVM compiler infrastructure.",
|
|
2370
|
+
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."
|
|
2371
|
+
},
|
|
2372
|
+
es: {
|
|
2373
|
+
name: "LLVM IR",
|
|
2374
|
+
description: "La representacion intermedia tipada usada por la infraestructura de compiladores LLVM.",
|
|
2375
|
+
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."
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
};
|
|
2379
|
+
|
|
1974
2380
|
// src/languages/lua.ts
|
|
1975
2381
|
var lua = {
|
|
1976
2382
|
slug: "lua",
|
|
@@ -2000,6 +2406,35 @@ var lua = {
|
|
|
2000
2406
|
}
|
|
2001
2407
|
};
|
|
2002
2408
|
|
|
2409
|
+
// src/languages/luau.ts
|
|
2410
|
+
var luau = {
|
|
2411
|
+
slug: "luau",
|
|
2412
|
+
publishedDate: "2021-11-03",
|
|
2413
|
+
extensions: [".luau"],
|
|
2414
|
+
author: "Roblox",
|
|
2415
|
+
website: "https://luau.org",
|
|
2416
|
+
paradigms: ["imperative", "scripting", "gradually typed", "embeddable"],
|
|
2417
|
+
tooling: {
|
|
2418
|
+
runtimes: ["Luau VM", "Roblox"],
|
|
2419
|
+
packageManagers: ["Wally", "Pesde"],
|
|
2420
|
+
ecosystems: ["Roblox", "Games", "Embedded scripting"]
|
|
2421
|
+
},
|
|
2422
|
+
version: "0.719",
|
|
2423
|
+
logo: "https://cdn.simpleicons.org/roblox/000000",
|
|
2424
|
+
i18n: {
|
|
2425
|
+
en: {
|
|
2426
|
+
name: "Luau",
|
|
2427
|
+
description: "A fast Lua-derived scripting language with gradual typing.",
|
|
2428
|
+
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."
|
|
2429
|
+
},
|
|
2430
|
+
es: {
|
|
2431
|
+
name: "Luau",
|
|
2432
|
+
description: "Un lenguaje de scripting derivado de Lua, rapido y con tipado gradual.",
|
|
2433
|
+
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."
|
|
2434
|
+
}
|
|
2435
|
+
}
|
|
2436
|
+
};
|
|
2437
|
+
|
|
2003
2438
|
// src/languages/makefile.ts
|
|
2004
2439
|
var makefile = {
|
|
2005
2440
|
slug: "makefile",
|
|
@@ -2123,7 +2558,7 @@ var mermaid = {
|
|
|
2123
2558
|
packageManagers: ["npm", "Yarn", "pnpm"],
|
|
2124
2559
|
ecosystems: ["Documentation", "Markdown", "Diagrams", "Knowledge Management"]
|
|
2125
2560
|
},
|
|
2126
|
-
version: "11.
|
|
2561
|
+
version: "11.15.0",
|
|
2127
2562
|
logo: "https://cdn.simpleicons.org/mermaid/FF3670",
|
|
2128
2563
|
i18n: {
|
|
2129
2564
|
en: {
|
|
@@ -2266,7 +2701,7 @@ var nix = {
|
|
|
2266
2701
|
packageManagers: ["nix", "nix flakes"],
|
|
2267
2702
|
ecosystems: ["Linux", "macOS", "NixOS", "DevOps"]
|
|
2268
2703
|
},
|
|
2269
|
-
version: "2.
|
|
2704
|
+
version: "2.34.7",
|
|
2270
2705
|
logo: "https://cdn.simpleicons.org/nixos/5277C3",
|
|
2271
2706
|
i18n: {
|
|
2272
2707
|
en: {
|
|
@@ -3598,6 +4033,7 @@ var languages = [
|
|
|
3598
4033
|
abap,
|
|
3599
4034
|
actionscript,
|
|
3600
4035
|
ada,
|
|
4036
|
+
agda,
|
|
3601
4037
|
antlr,
|
|
3602
4038
|
apex,
|
|
3603
4039
|
apl,
|
|
@@ -3615,11 +4051,15 @@ var languages = [
|
|
|
3615
4051
|
bicep,
|
|
3616
4052
|
blade,
|
|
3617
4053
|
c,
|
|
4054
|
+
carbon,
|
|
4055
|
+
chapel,
|
|
4056
|
+
circom,
|
|
3618
4057
|
cmake,
|
|
3619
4058
|
clojure,
|
|
3620
4059
|
coffeescript,
|
|
3621
4060
|
coldfusion,
|
|
3622
4061
|
cobol,
|
|
4062
|
+
coq,
|
|
3623
4063
|
cpp,
|
|
3624
4064
|
csharp,
|
|
3625
4065
|
crystal,
|
|
@@ -3629,7 +4069,10 @@ var languages = [
|
|
|
3629
4069
|
cython,
|
|
3630
4070
|
d,
|
|
3631
4071
|
dart,
|
|
4072
|
+
dhall,
|
|
4073
|
+
dita,
|
|
3632
4074
|
dockerfile,
|
|
4075
|
+
earthly,
|
|
3633
4076
|
elixir,
|
|
3634
4077
|
elm,
|
|
3635
4078
|
erb,
|
|
@@ -3647,24 +4090,31 @@ var languages = [
|
|
|
3647
4090
|
graphql,
|
|
3648
4091
|
groovy,
|
|
3649
4092
|
handlebars,
|
|
4093
|
+
hack,
|
|
4094
|
+
haml,
|
|
3650
4095
|
haskell,
|
|
3651
4096
|
haxe,
|
|
3652
4097
|
hcl,
|
|
3653
4098
|
hlsl,
|
|
3654
4099
|
html,
|
|
4100
|
+
idris,
|
|
3655
4101
|
ini,
|
|
3656
4102
|
java,
|
|
3657
4103
|
javascript,
|
|
4104
|
+
janet,
|
|
3658
4105
|
jinja,
|
|
3659
4106
|
json,
|
|
3660
4107
|
jsonnet,
|
|
3661
4108
|
jupyterNotebook,
|
|
3662
4109
|
julia,
|
|
3663
4110
|
kotlin,
|
|
4111
|
+
lean,
|
|
3664
4112
|
less,
|
|
3665
4113
|
liquid,
|
|
3666
4114
|
lisp,
|
|
4115
|
+
llvmIr,
|
|
3667
4116
|
lua,
|
|
4117
|
+
luau,
|
|
3668
4118
|
makefile,
|
|
3669
4119
|
matlab,
|
|
3670
4120
|
markdown,
|