code-languages 1.35.0 → 1.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/README.md +55 -41
  2. package/dist/api.cjs +659 -40
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +659 -40
  6. package/dist/detect-slugs.cjs +10 -0
  7. package/dist/detect-slugs.d.cts +1 -1
  8. package/dist/detect-slugs.d.ts +1 -1
  9. package/dist/detect-slugs.js +10 -0
  10. package/dist/detect.cjs +539 -40
  11. package/dist/detect.js +539 -40
  12. package/dist/index.cjs +669 -40
  13. package/dist/index.d.cts +470 -1
  14. package/dist/index.d.ts +470 -1
  15. package/dist/index.js +670 -41
  16. package/dist/{language-registry-Bz9o1rt_.d.cts → language-registry-59NJVWeg.d.cts} +30 -0
  17. package/dist/{language-registry-Bz9o1rt_.d.ts → language-registry-59NJVWeg.d.ts} +30 -0
  18. package/dist/languages/ampl.cjs +1 -1
  19. package/dist/languages/ampl.js +1 -1
  20. package/dist/languages/ante.cjs +1 -1
  21. package/dist/languages/ante.js +1 -1
  22. package/dist/languages/aql.cjs +1 -1
  23. package/dist/languages/aql.js +1 -1
  24. package/dist/languages/astro.cjs +1 -1
  25. package/dist/languages/astro.js +1 -1
  26. package/dist/languages/avro-idl.cjs +52 -0
  27. package/dist/languages/avro-idl.d.cts +49 -0
  28. package/dist/languages/avro-idl.d.ts +49 -0
  29. package/dist/languages/avro-idl.js +50 -0
  30. package/dist/languages/awk.cjs +1 -1
  31. package/dist/languages/awk.js +1 -1
  32. package/dist/languages/bqn.cjs +1 -1
  33. package/dist/languages/bqn.js +1 -1
  34. package/dist/languages/capnproto.cjs +1 -1
  35. package/dist/languages/capnproto.js +1 -1
  36. package/dist/languages/cel.cjs +52 -0
  37. package/dist/languages/cel.d.cts +49 -0
  38. package/dist/languages/cel.d.ts +49 -0
  39. package/dist/languages/cel.js +50 -0
  40. package/dist/languages/chapel.cjs +1 -1
  41. package/dist/languages/chapel.js +1 -1
  42. package/dist/languages/cmake.cjs +1 -1
  43. package/dist/languages/cmake.js +1 -1
  44. package/dist/languages/curry.cjs +1 -1
  45. package/dist/languages/curry.js +1 -1
  46. package/dist/languages/dafny.cjs +1 -1
  47. package/dist/languages/dafny.js +1 -1
  48. package/dist/languages/dot.cjs +1 -1
  49. package/dist/languages/dot.js +1 -1
  50. package/dist/languages/editorconfig.cjs +1 -1
  51. package/dist/languages/editorconfig.js +1 -1
  52. package/dist/languages/erlang.cjs +1 -1
  53. package/dist/languages/erlang.js +1 -1
  54. package/dist/languages/factor.cjs +1 -1
  55. package/dist/languages/factor.js +1 -1
  56. package/dist/languages/fe.cjs +1 -1
  57. package/dist/languages/fe.js +1 -1
  58. package/dist/languages/flatbuffers.cjs +52 -0
  59. package/dist/languages/flatbuffers.d.cts +49 -0
  60. package/dist/languages/flatbuffers.d.ts +49 -0
  61. package/dist/languages/flatbuffers.js +50 -0
  62. package/dist/languages/freemarker.cjs +1 -1
  63. package/dist/languages/freemarker.js +1 -1
  64. package/dist/languages/fstar.cjs +1 -1
  65. package/dist/languages/fstar.js +1 -1
  66. package/dist/languages/gdscript.cjs +1 -1
  67. package/dist/languages/gdscript.js +1 -1
  68. package/dist/languages/gradle.cjs +1 -1
  69. package/dist/languages/gradle.js +1 -1
  70. package/dist/languages/ink.cjs +1 -1
  71. package/dist/languages/ink.js +1 -1
  72. package/dist/languages/isabelle.cjs +1 -1
  73. package/dist/languages/isabelle.js +1 -1
  74. package/dist/languages/jmespath.cjs +1 -1
  75. package/dist/languages/jmespath.js +1 -1
  76. package/dist/languages/json5.cjs +1 -1
  77. package/dist/languages/json5.js +1 -1
  78. package/dist/languages/kdl.cjs +1 -1
  79. package/dist/languages/kdl.js +1 -1
  80. package/dist/languages/koka.cjs +1 -1
  81. package/dist/languages/koka.js +1 -1
  82. package/dist/languages/lean.cjs +1 -1
  83. package/dist/languages/lean.js +1 -1
  84. package/dist/languages/ligo.cjs +1 -1
  85. package/dist/languages/ligo.js +1 -1
  86. package/dist/languages/llvm-ir.cjs +1 -1
  87. package/dist/languages/llvm-ir.js +1 -1
  88. package/dist/languages/logo.cjs +1 -1
  89. package/dist/languages/logo.js +1 -1
  90. package/dist/languages/luau.cjs +1 -1
  91. package/dist/languages/luau.js +1 -1
  92. package/dist/languages/marlowe.cjs +1 -1
  93. package/dist/languages/marlowe.js +1 -1
  94. package/dist/languages/maxima.cjs +52 -0
  95. package/dist/languages/maxima.d.cts +49 -0
  96. package/dist/languages/maxima.d.ts +49 -0
  97. package/dist/languages/maxima.js +50 -0
  98. package/dist/languages/mercury.cjs +1 -1
  99. package/dist/languages/mercury.js +1 -1
  100. package/dist/languages/nginx.cjs +1 -1
  101. package/dist/languages/nginx.js +1 -1
  102. package/dist/languages/nix.cjs +1 -1
  103. package/dist/languages/nix.js +1 -1
  104. package/dist/languages/org.cjs +52 -0
  105. package/dist/languages/org.d.cts +49 -0
  106. package/dist/languages/org.d.ts +49 -0
  107. package/dist/languages/org.js +50 -0
  108. package/dist/languages/pod.cjs +52 -0
  109. package/dist/languages/pod.d.cts +49 -0
  110. package/dist/languages/pod.d.ts +49 -0
  111. package/dist/languages/pod.js +50 -0
  112. package/dist/languages/powershell.cjs +1 -1
  113. package/dist/languages/powershell.js +1 -1
  114. package/dist/languages/qmake.cjs +1 -1
  115. package/dist/languages/qmake.js +1 -1
  116. package/dist/languages/rebol.cjs +1 -1
  117. package/dist/languages/rebol.js +1 -1
  118. package/dist/languages/self.cjs +1 -1
  119. package/dist/languages/self.js +1 -1
  120. package/dist/languages/tcsh.cjs +52 -0
  121. package/dist/languages/tcsh.d.cts +49 -0
  122. package/dist/languages/tcsh.d.ts +49 -0
  123. package/dist/languages/tcsh.js +50 -0
  124. package/dist/languages/textile.cjs +51 -0
  125. package/dist/languages/textile.d.cts +48 -0
  126. package/dist/languages/textile.d.ts +48 -0
  127. package/dist/languages/textile.js +49 -0
  128. package/dist/languages/troff.cjs +52 -0
  129. package/dist/languages/troff.d.cts +49 -0
  130. package/dist/languages/troff.d.ts +49 -0
  131. package/dist/languages/troff.js +50 -0
  132. package/dist/languages/typst.cjs +1 -1
  133. package/dist/languages/typst.js +1 -1
  134. package/dist/languages/velocity.cjs +52 -0
  135. package/dist/languages/velocity.d.cts +49 -0
  136. package/dist/languages/velocity.d.ts +49 -0
  137. package/dist/languages/velocity.js +50 -0
  138. package/package.json +51 -1
package/dist/index.js CHANGED
@@ -320,7 +320,7 @@ var init_ampl = __esm({
320
320
  ecosystems: ["Optimization", "Operations research"]
321
321
  },
322
322
  version: "stable",
323
- logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
323
+ logo: "https://ampl.com/wp-content/uploads/AMPL-favicon-36x29-1.svg",
324
324
  color: "#1D4ED8",
325
325
  i18n: {
326
326
  en: {
@@ -379,7 +379,7 @@ var init_ante = __esm({
379
379
  ecosystems: ["Systems Programming", "Research", "Compiler Development"]
380
380
  },
381
381
  version: "experimental",
382
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=A",
382
+ logo: "https://antelang.org/img/apple-touch-icon.png",
383
383
  color: "#4F46E5",
384
384
  i18n: {
385
385
  en: {
@@ -671,7 +671,7 @@ var init_aql = __esm({
671
671
  ecosystems: ["Graph databases", "Document databases"]
672
672
  },
673
673
  version: "ArangoDB AQL",
674
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=AQ",
674
+ logo: "https://cdn.simpleicons.org/arangodb/DDE072",
675
675
  color: "#16A34A",
676
676
  i18n: {
677
677
  en: {
@@ -965,7 +965,7 @@ var init_astro = __esm({
965
965
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
966
966
  ecosystems: ["Web", "Static Sites", "Content"]
967
967
  },
968
- version: "6.4.6",
968
+ version: "6.4.8",
969
969
  logo: "https://astro.build/assets/press/astro-icon-light.svg",
970
970
  color: "#FF5D01",
971
971
  i18n: {
@@ -1120,6 +1120,64 @@ var init_autohotkey = __esm({
1120
1120
  }
1121
1121
  });
1122
1122
 
1123
+ // src/languages/avro-idl.ts
1124
+ var avro_idl_exports = {};
1125
+ __export(avro_idl_exports, {
1126
+ avroIdl: () => avroIdl
1127
+ });
1128
+ var avroIdl;
1129
+ var init_avro_idl = __esm({
1130
+ "src/languages/avro-idl.ts"() {
1131
+ avroIdl = {
1132
+ slug: "avro-idl",
1133
+ publishedDate: "2009-11-02",
1134
+ extensions: [".avdl"],
1135
+ author: "Apache Software Foundation",
1136
+ website: "https://avro.apache.org/docs/current/idl-language/",
1137
+ paradigms: ["schema", "interface definition"],
1138
+ tooling: {
1139
+ runtimes: ["Apache Avro compiler"],
1140
+ ecosystems: ["Serialization", "RPC", "Data Engineering"]
1141
+ },
1142
+ version: "1.12.1",
1143
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Avro_Logo.svg",
1144
+ color: "#1E88E5",
1145
+ i18n: {
1146
+ en: {
1147
+ name: "Avro IDL",
1148
+ description: "A human-readable interface definition language for Apache Avro schemas and protocols.",
1149
+ longDescription: "Avro IDL defines records, enums, fixed values, errors, messages, namespaces, and imports using a syntax designed for human authors. The Avro compiler converts .avdl files into JSON protocol and schema representations.\n\nIt is used to describe serialized data and RPC interfaces shared by services and data pipelines. Generated schemas participate in Avro compatibility rules and support code generation across multiple programming languages."
1150
+ },
1151
+ es: {
1152
+ name: "Avro IDL",
1153
+ description: "Lenguaje legible de definicion de interfaces para esquemas y protocolos Apache Avro.",
1154
+ longDescription: "Avro IDL define registros, enums, valores fijos, errores, mensajes, espacios de nombres e imports con una sintaxis pensada para personas. El compilador Avro convierte archivos .avdl en protocolos y esquemas JSON.\n\nSe usa para describir datos serializados e interfaces RPC compartidas por servicios y pipelines. Los esquemas generados siguen reglas de compatibilidad Avro y permiten generar codigo en varios lenguajes."
1155
+ },
1156
+ it: {
1157
+ name: "Avro IDL",
1158
+ description: "Linguaggio leggibile di definizione interfacce per schemi e protocolli Apache Avro.",
1159
+ longDescription: "Avro IDL definisce record, enum, valori fissi, errori, messaggi, namespace e import con una sintassi pensata per gli autori. Il compilatore Avro converte i file .avdl in protocolli e schemi JSON.\n\nViene usato per descrivere dati serializzati e interfacce RPC condivise da servizi e pipeline. Gli schemi generati seguono le regole di compatibilita Avro e supportano generazione di codice in diversi linguaggi."
1160
+ },
1161
+ fr: {
1162
+ name: "Avro IDL",
1163
+ description: "Langage lisible de definition d interfaces pour schemas et protocoles Apache Avro.",
1164
+ longDescription: "Avro IDL definit enregistrements, enums, valeurs fixes, erreurs, messages, espaces de noms et imports avec une syntaxe destinee aux auteurs humains. Le compilateur Avro convertit les fichiers .avdl en protocoles et schemas JSON.\n\nIl sert a decrire donnees serialisees et interfaces RPC partagees par services et pipelines. Les schemas generes suivent les regles de compatibilite Avro et permettent la generation de code dans plusieurs langages."
1165
+ },
1166
+ de: {
1167
+ name: "Avro IDL",
1168
+ description: "Menschenlesbare Schnittstellensprache fur Apache-Avro-Schemas und Protokolle.",
1169
+ longDescription: "Avro IDL definiert Records, Enums, feste Werte, Fehler, Nachrichten, Namensraume und Importe mit einer fur Menschen entworfenen Syntax. Der Avro-Compiler wandelt .avdl-Dateien in JSON-Protokolle und Schemas um.\n\nDie Sprache beschreibt serialisierte Daten und RPC-Schnittstellen fur Dienste und Datenpipelines. Erzeugte Schemas folgen Avro-Kompatibilitatsregeln und unterstutzen Codegenerierung fur mehrere Programmiersprachen."
1170
+ },
1171
+ pt: {
1172
+ name: "Avro IDL",
1173
+ description: "Linguagem legivel de definicao de interfaces para esquemas e protocolos Apache Avro.",
1174
+ longDescription: "Avro IDL define registros, enums, valores fixos, erros, mensagens, namespaces e imports com sintaxe voltada a autores humanos. O compilador Avro converte arquivos .avdl em protocolos e esquemas JSON.\n\nE usada para descrever dados serializados e interfaces RPC compartilhadas por servicos e pipelines. Esquemas gerados seguem regras de compatibilidade Avro e permitem geracao de codigo em varias linguagens."
1175
+ }
1176
+ }
1177
+ };
1178
+ }
1179
+ });
1180
+
1123
1181
  // src/languages/awk.ts
1124
1182
  var awk_exports = {};
1125
1183
  __export(awk_exports, {
@@ -1141,7 +1199,7 @@ var init_awk = __esm({
1141
1199
  ecosystems: ["Unix", "Text Processing", "Shell", "Data Extraction"]
1142
1200
  },
1143
1201
  version: "GNU Awk 5.4.0",
1144
- logo: "https://www.gnu.org/graphics/heckert_gnu.small.png",
1202
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
1145
1203
  color: "#4E9A06",
1146
1204
  i18n: {
1147
1205
  en: {
@@ -1726,7 +1784,7 @@ var init_bqn = __esm({
1726
1784
  ecosystems: ["Array Programming", "Data Transformation", "Recreational Computing"]
1727
1785
  },
1728
1786
  version: "BQN specification",
1729
- logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=BQN",
1787
+ logo: "https://mlochbaum.github.io/BQN/favicon.ico",
1730
1788
  color: "#7C3AED",
1731
1789
  i18n: {
1732
1790
  en: {
@@ -1960,7 +2018,7 @@ var init_capnproto = __esm({
1960
2018
  ecosystems: ["RPC", "Serialization"]
1961
2019
  },
1962
2020
  version: "stable",
1963
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=CP",
2021
+ logo: "https://capnproto.org/images/logo.png",
1964
2022
  color: "#F97316",
1965
2023
  i18n: {
1966
2024
  en: {
@@ -2057,6 +2115,64 @@ var init_carbon = __esm({
2057
2115
  }
2058
2116
  });
2059
2117
 
2118
+ // src/languages/cel.ts
2119
+ var cel_exports = {};
2120
+ __export(cel_exports, {
2121
+ cel: () => cel
2122
+ });
2123
+ var cel;
2124
+ var init_cel = __esm({
2125
+ "src/languages/cel.ts"() {
2126
+ cel = {
2127
+ slug: "cel",
2128
+ publishedDate: "2018-01-01",
2129
+ extensions: [".cel"],
2130
+ author: "Google / CEL community",
2131
+ website: "https://cel.dev",
2132
+ paradigms: ["expression", "declarative", "configuration"],
2133
+ tooling: {
2134
+ runtimes: ["cel-go", "cel-java", "cel-cpp"],
2135
+ ecosystems: ["Cloud Native", "Policy", "Configuration"]
2136
+ },
2137
+ version: "0.25.2",
2138
+ logo: "https://www.gstatic.com/devrel-devsite/prod/v20cdb2337f656fc22df509b6d5402b3836a1b55334a8eea3301423a87970c4d5/cel/images/touchicon-180.png",
2139
+ color: "#4285F4",
2140
+ i18n: {
2141
+ en: {
2142
+ name: "Common Expression Language",
2143
+ description: "A portable, non-Turing-complete language for fast and safe expression evaluation.",
2144
+ longDescription: "Common Expression Language provides a compact syntax for evaluating conditions, transformations, and policy rules inside host applications. Its non-Turing-complete design keeps evaluation predictable and suitable for untrusted expressions.\n\nCEL is embedded in cloud APIs, validation systems, authorization policies, and configuration tools. A shared specification and conformance tests support compatible implementations across several host languages."
2145
+ },
2146
+ es: {
2147
+ name: "Lenguaje Comun de Expresiones",
2148
+ description: "Lenguaje portable y no Turing-completo para evaluar expresiones de forma rapida y segura.",
2149
+ longDescription: "Common Expression Language ofrece una sintaxis compacta para evaluar condiciones, transformaciones y reglas de politica dentro de aplicaciones anfitrionas. Su diseno no Turing-completo mantiene la evaluacion predecible y apta para expresiones no confiables.\n\nCEL se integra en API de nube, sistemas de validacion, politicas de autorizacion y herramientas de configuracion. Una especificacion comun y pruebas de conformidad permiten implementaciones compatibles en varios lenguajes."
2150
+ },
2151
+ it: {
2152
+ name: "Common Expression Language",
2153
+ description: "Linguaggio portabile e non Turing-completo per valutare espressioni in modo rapido e sicuro.",
2154
+ longDescription: "Common Expression Language offre una sintassi compatta per valutare condizioni, trasformazioni e regole di policy nelle applicazioni host. Il design non Turing-completo rende la valutazione prevedibile e adatta a espressioni non attendibili.\n\nCEL viene incorporato in API cloud, sistemi di validazione, policy di autorizzazione e strumenti di configurazione. Una specifica comune e test di conformita supportano implementazioni compatibili in diversi linguaggi."
2155
+ },
2156
+ fr: {
2157
+ name: "Common Expression Language",
2158
+ description: "Langage portable et non Turing-complet pour evaluer des expressions rapidement et surement.",
2159
+ longDescription: "Common Expression Language fournit une syntaxe compacte pour evaluer conditions, transformations et regles de politique dans des applications hotes. Sa conception non Turing-complete rend l evaluation previsible et adaptee aux expressions non fiables.\n\nCEL est integre aux API cloud, systemes de validation, politiques d autorisation et outils de configuration. Une specification commune et des tests de conformite assurent des implementations compatibles dans plusieurs langages."
2160
+ },
2161
+ de: {
2162
+ name: "Common Expression Language",
2163
+ description: "Portable, nicht Turing-vollstandige Sprache zur schnellen und sicheren Ausdrucksauswertung.",
2164
+ longDescription: "Common Expression Language bietet eine kompakte Syntax zur Auswertung von Bedingungen, Transformationen und Richtlinien in Host-Anwendungen. Das nicht Turing-vollstandige Design macht die Auswertung vorhersehbar und fur nicht vertrauenswurdige Ausdrucke geeignet.\n\nCEL wird in Cloud-APIs, Validierungssysteme, Autorisierungsrichtlinien und Konfigurationswerkzeuge eingebettet. Eine gemeinsame Spezifikation und Konformitatstests ermoglichen kompatible Implementierungen in mehreren Sprachen."
2165
+ },
2166
+ pt: {
2167
+ name: "Common Expression Language",
2168
+ description: "Linguagem portavel e nao Turing-completa para avaliar expressoes com rapidez e seguranca.",
2169
+ longDescription: "Common Expression Language oferece sintaxe compacta para avaliar condicoes, transformacoes e regras de politica em aplicacoes hospedeiras. Seu design nao Turing-completo torna a avaliacao previsivel e adequada para expressoes nao confiaveis.\n\nCEL e incorporada em APIs de nuvem, sistemas de validacao, politicas de autorizacao e ferramentas de configuracao. Uma especificacao comum e testes de conformidade sustentam implementacoes compativeis em varias linguagens."
2170
+ }
2171
+ }
2172
+ };
2173
+ }
2174
+ });
2175
+
2060
2176
  // src/languages/chapel.ts
2061
2177
  var chapel_exports = {};
2062
2178
  __export(chapel_exports, {
@@ -2077,7 +2193,7 @@ var init_chapel = __esm({
2077
2193
  packageManagers: ["Mason"],
2078
2194
  ecosystems: ["High-performance computing", "Parallel computing"]
2079
2195
  },
2080
- version: "2.8.0",
2196
+ version: "2.9.0",
2081
2197
  logo: "https://chapel-lang.org/images/chapel-logo.png",
2082
2198
  color: "#8C1AFF",
2083
2199
  i18n: {
@@ -2253,7 +2369,7 @@ var init_cmake = __esm({
2253
2369
  runtimes: ["CMake"],
2254
2370
  ecosystems: ["C", "C++", "Fortran", "Cross-platform Builds", "Embedded Systems"]
2255
2371
  },
2256
- version: "4.3.3",
2372
+ version: "4.3.4",
2257
2373
  logo: "https://cmake.org/wp-content/uploads/2023/08/CMake-Logo.svg",
2258
2374
  color: "#064F8C",
2259
2375
  i18n: {
@@ -2955,7 +3071,7 @@ var init_curry = __esm({
2955
3071
  ecosystems: ["Functional Logic Programming", "Constraint Solving", "Research"]
2956
3072
  },
2957
3073
  version: "Curry 0.9.0",
2958
- logo: "https://dummyimage.com/32x32/BE123C/ffffff.png&text=Cu",
3074
+ logo: "https://www.curry-language.org/assets/img/curry-32x32.png",
2959
3075
  color: "#BE123C",
2960
3076
  i18n: {
2961
3077
  en: {
@@ -3190,7 +3306,7 @@ var init_dafny = __esm({
3190
3306
  ecosystems: ["Formal Methods", ".NET", "Verification"]
3191
3307
  },
3192
3308
  version: "4.11.0",
3193
- logo: "https://dummyimage.com/32x32/0B6D91/ffffff.png&text=D",
3309
+ logo: "https://dafny.org/images/dafny-favicon.svg",
3194
3310
  color: "#0B6D91",
3195
3311
  i18n: {
3196
3312
  en: {
@@ -3483,7 +3599,7 @@ var init_dot = __esm({
3483
3599
  ecosystems: ["Visualization", "Documentation"]
3484
3600
  },
3485
3601
  version: "stable",
3486
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=GV",
3602
+ logo: "https://graphviz.org/Resources/favicon.png",
3487
3603
  color: "#16A34A",
3488
3604
  i18n: {
3489
3605
  en: {
@@ -3599,7 +3715,7 @@ var init_editorconfig = __esm({
3599
3715
  ecosystems: ["Editors", "Code formatting"]
3600
3716
  },
3601
3717
  version: "stable",
3602
- logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=EC",
3718
+ logo: "https://editorconfig.org/logo.png",
3603
3719
  color: "#0F766E",
3604
3720
  i18n: {
3605
3721
  en: {
@@ -3952,7 +4068,7 @@ var init_erlang = __esm({
3952
4068
  packageManagers: ["rebar3", "Hex"],
3953
4069
  ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
3954
4070
  },
3955
- version: "OTP 29.0",
4071
+ version: "OTP 29.0.2",
3956
4072
  logo: "https://cdn.simpleicons.org/erlang/A90533",
3957
4073
  color: "#A90533",
3958
4074
  i18n: {
@@ -4012,7 +4128,7 @@ var init_factor = __esm({
4012
4128
  ecosystems: ["Interactive Development", "Language Research", "Desktop Tools"]
4013
4129
  },
4014
4130
  version: "0.101",
4015
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=F",
4131
+ logo: "https://factorcode.org/favicon-96x96.png",
4016
4132
  color: "#F97316",
4017
4133
  i18n: {
4018
4134
  en: {
@@ -4070,7 +4186,7 @@ var init_fe = __esm({
4070
4186
  ecosystems: ["Ethereum", "EVM"]
4071
4187
  },
4072
4188
  version: "experimental",
4073
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=Fe",
4189
+ logo: "https://fe-lang.org/favicon.png",
4074
4190
  color: "#4F46E5",
4075
4191
  i18n: {
4076
4192
  en: {
@@ -4226,6 +4342,64 @@ var init_fish = __esm({
4226
4342
  }
4227
4343
  });
4228
4344
 
4345
+ // src/languages/flatbuffers.ts
4346
+ var flatbuffers_exports = {};
4347
+ __export(flatbuffers_exports, {
4348
+ flatbuffers: () => flatbuffers
4349
+ });
4350
+ var flatbuffers;
4351
+ var init_flatbuffers = __esm({
4352
+ "src/languages/flatbuffers.ts"() {
4353
+ flatbuffers = {
4354
+ slug: "flatbuffers",
4355
+ publishedDate: "2014-06-17",
4356
+ extensions: [".fbs"],
4357
+ author: "Wouter van Oortmerssen / Google",
4358
+ website: "https://flatbuffers.dev",
4359
+ paradigms: ["schema", "interface definition"],
4360
+ tooling: {
4361
+ runtimes: ["flatc"],
4362
+ ecosystems: ["Serialization", "Games", "Mobile"]
4363
+ },
4364
+ version: "25.12.19",
4365
+ logo: "https://flatbuffers.dev/assets/images/favicon.png",
4366
+ color: "#0F9D58",
4367
+ i18n: {
4368
+ en: {
4369
+ name: "FlatBuffers",
4370
+ description: "A schema language for memory-efficient, cross-platform serialization without unpacking.",
4371
+ longDescription: "FlatBuffers schemas define tables, structs, enums, unions, services, and namespaces for compact binary data. The flatc compiler generates strongly typed access code for many host languages.\n\nIts format lets applications read serialized data without a separate parsing or unpacking step. It is used in games, mobile applications, embedded systems, and performance-sensitive services where allocation and latency matter."
4372
+ },
4373
+ es: {
4374
+ name: "FlatBuffers",
4375
+ description: "Lenguaje de esquemas para serializacion eficiente y multiplataforma sin desempaquetado.",
4376
+ longDescription: "Los esquemas FlatBuffers definen tablas, structs, enums, uniones, servicios y espacios de nombres para datos binarios compactos. El compilador flatc genera acceso tipado para muchos lenguajes anfitriones.\n\nEl formato permite leer datos serializados sin una fase separada de parseo o desempaquetado. Se usa en juegos, aplicaciones moviles, sistemas embebidos y servicios sensibles a asignaciones y latencia."
4377
+ },
4378
+ it: {
4379
+ name: "FlatBuffers",
4380
+ description: "Linguaggio di schema per serializzazione efficiente e multipiattaforma senza unpacking.",
4381
+ longDescription: "Gli schemi FlatBuffers definiscono tabelle, struct, enum, unioni, servizi e namespace per dati binari compatti. Il compilatore flatc genera accesso fortemente tipizzato per molti linguaggi host.\n\nIl formato consente di leggere dati serializzati senza una fase separata di parsing o unpacking. E usato in giochi, applicazioni mobili, sistemi embedded e servizi sensibili ad allocazioni e latenza."
4382
+ },
4383
+ fr: {
4384
+ name: "FlatBuffers",
4385
+ description: "Langage de schema pour serialisation efficace et multiplateforme sans depaquetage.",
4386
+ longDescription: "Les schemas FlatBuffers definissent tables, structures, enums, unions, services et espaces de noms pour des donnees binaires compactes. Le compilateur flatc genere un acces fortement type pour de nombreux langages hotes.\n\nLe format permet de lire les donnees serialisees sans phase distincte d analyse ou de depaquetage. Il est utilise dans jeux, applications mobiles, systemes embarques et services sensibles aux allocations et a la latence."
4387
+ },
4388
+ de: {
4389
+ name: "FlatBuffers",
4390
+ description: "Schemasprache fur speichereffiziente, plattformubergreifende Serialisierung ohne Entpacken.",
4391
+ longDescription: "FlatBuffers-Schemas definieren Tabellen, Structs, Enums, Unions, Dienste und Namensraume fur kompakte Binardaten. Der flatc-Compiler erzeugt stark typisierten Zugriffscode fur viele Hostsprachen.\n\nDas Format erlaubt direkten Zugriff auf serialisierte Daten ohne separaten Parsing- oder Entpackschritt. Es wird in Spielen, mobilen Anwendungen, eingebetteten Systemen und latenzkritischen Diensten eingesetzt."
4392
+ },
4393
+ pt: {
4394
+ name: "FlatBuffers",
4395
+ description: "Linguagem de esquema para serializacao eficiente e multiplataforma sem desempacotar.",
4396
+ longDescription: "Esquemas FlatBuffers definem tabelas, structs, enums, unioes, servicos e namespaces para dados binarios compactos. O compilador flatc gera acesso fortemente tipado para varias linguagens hospedeiras.\n\nO formato permite ler dados serializados sem etapa separada de parsing ou desempacotamento. E usado em jogos, apps moveis, sistemas embarcados e servicos sensiveis a alocacao e latencia."
4397
+ }
4398
+ }
4399
+ };
4400
+ }
4401
+ });
4402
+
4229
4403
  // src/languages/flux.ts
4230
4404
  var flux_exports = {};
4231
4405
  __export(flux_exports, {
@@ -4480,7 +4654,7 @@ var init_freemarker = __esm({
4480
4654
  ecosystems: ["Java", "Web", "Apache"]
4481
4655
  },
4482
4656
  version: "2.3.34",
4483
- logo: "https://dummyimage.com/32x32/326CE5/ffffff.png&text=FM",
4657
+ logo: "https://freemarker.apache.org/favicon.png",
4484
4658
  color: "#326CE5",
4485
4659
  i18n: {
4486
4660
  en: {
@@ -4598,7 +4772,7 @@ var init_fstar = __esm({
4598
4772
  ecosystems: ["Formal Methods", "ML", "Low-level Verification"]
4599
4773
  },
4600
4774
  version: "2026.04.17",
4601
- logo: "https://dummyimage.com/32x32/572E91/ffffff.png&text=F%2A",
4775
+ logo: "https://fstar-lang.org/favicon.ico",
4602
4776
  color: "#572E91",
4603
4777
  i18n: {
4604
4778
  en: {
@@ -4714,7 +4888,7 @@ var init_gdscript = __esm({
4714
4888
  packageManagers: ["Godot Asset Library"],
4715
4889
  ecosystems: ["Game Development", "2D Games", "3D Games"]
4716
4890
  },
4717
- version: "4.6",
4891
+ version: "4.7",
4718
4892
  logo: "https://cdn.simpleicons.org/godotengine/478CBF",
4719
4893
  color: "#478CBF",
4720
4894
  i18n: {
@@ -5066,7 +5240,7 @@ var init_gradle = __esm({
5066
5240
  packageManagers: ["Gradle"],
5067
5241
  ecosystems: ["JVM", "Android", "Java", "Kotlin", "Groovy"]
5068
5242
  },
5069
- version: "9.5.1",
5243
+ version: "9.6.0",
5070
5244
  logo: "https://cdn.simpleicons.org/gradle/02303A",
5071
5245
  color: "#02303A",
5072
5246
  i18n: {
@@ -6119,7 +6293,7 @@ var init_ink = __esm({
6119
6293
  ecosystems: ["Polkadot", "Substrate", "Rust"]
6120
6294
  },
6121
6295
  version: "Ink! 6",
6122
- logo: "https://dummyimage.com/32x32/EC4899/ffffff.png&text=In",
6296
+ logo: "https://use.ink/img/favicon.png",
6123
6297
  color: "#EC4899",
6124
6298
  i18n: {
6125
6299
  en: {
@@ -6235,7 +6409,7 @@ var init_isabelle = __esm({
6235
6409
  ecosystems: ["Formal Methods", "Proof Assistants", "Higher-order Logic"]
6236
6410
  },
6237
6411
  version: "Isabelle2025-2",
6238
- logo: "https://dummyimage.com/32x32/6A5ACD/ffffff.png&text=Is",
6412
+ logo: "https://isabelle.in.tum.de/img/favicon.ico",
6239
6413
  color: "#6A5ACD",
6240
6414
  i18n: {
6241
6415
  en: {
@@ -6529,7 +6703,7 @@ var init_jmespath = __esm({
6529
6703
  ecosystems: ["JSON", "Cloud tooling"]
6530
6704
  },
6531
6705
  version: "stable",
6532
- logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
6706
+ logo: "https://jmespath.org/_static/img/logo.png",
6533
6707
  color: "#2F80ED",
6534
6708
  i18n: {
6535
6709
  en: {
@@ -6642,7 +6816,7 @@ var init_json5 = __esm({
6642
6816
  ecosystems: ["Configuration", "Web", "Node.js"]
6643
6817
  },
6644
6818
  version: "2.2.3",
6645
- logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
6819
+ logo: "https://json5.dev/favicon.svg",
6646
6820
  color: "#267CB9",
6647
6821
  i18n: {
6648
6822
  en: {
@@ -7111,7 +7285,7 @@ var init_kdl = __esm({
7111
7285
  ecosystems: ["Configuration", "Rust", "Structured Documents"]
7112
7286
  },
7113
7287
  version: "2.0.0",
7114
- logo: "https://dummyimage.com/32x32/6B4E9B/ffffff.png&text=KDL",
7288
+ logo: "https://kdl.dev/assets/apple-touch-icon-DYakp7eY.png",
7115
7289
  color: "#6B4E9B",
7116
7290
  i18n: {
7117
7291
  en: {
@@ -7170,7 +7344,7 @@ var init_koka = __esm({
7170
7344
  ecosystems: ["Effect Systems", "Functional Programming", "Research"]
7171
7345
  },
7172
7346
  version: "3.2.2",
7173
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=K",
7347
+ logo: "https://koka-lang.github.io/koka/doc/images/koka-logo-filled.png",
7174
7348
  color: "#0891B2",
7175
7349
  i18n: {
7176
7350
  en: {
@@ -7345,7 +7519,7 @@ var init_lean = __esm({
7345
7519
  packageManagers: ["Lake", "elan"],
7346
7520
  ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
7347
7521
  },
7348
- version: "4.30.0",
7522
+ version: "4.31.0",
7349
7523
  logo: "https://cdn.simpleicons.org/leanpub/262425",
7350
7524
  color: "#262425",
7351
7525
  i18n: {
@@ -7464,7 +7638,7 @@ var init_ligo = __esm({
7464
7638
  ecosystems: ["Tezos"]
7465
7639
  },
7466
7640
  version: "1.x",
7467
- logo: "https://dummyimage.com/32x32/0D9488/ffffff.png&text=Li",
7641
+ logo: "https://ligolang.org/img/logo/logo.png",
7468
7642
  color: "#0D9488",
7469
7643
  i18n: {
7470
7644
  en: {
@@ -7698,7 +7872,7 @@ var init_llvm_ir = __esm({
7698
7872
  packageManagers: ["LLVM releases"],
7699
7873
  ecosystems: ["Compilers", "Systems programming", "Toolchains"]
7700
7874
  },
7701
- version: "22.1.7",
7875
+ version: "22.1.8",
7702
7876
  logo: "https://cdn.simpleicons.org/llvm/262D3A",
7703
7877
  color: "#262D3A",
7704
7878
  i18n: {
@@ -7815,7 +7989,7 @@ var init_logo = __esm({
7815
7989
  ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
7816
7990
  },
7817
7991
  version: "UCBLogo 6.2",
7818
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
7992
+ logo: "https://people.eecs.berkeley.edu/~bh/ucblogo.png",
7819
7993
  color: "#16A34A",
7820
7994
  i18n: {
7821
7995
  en: {
@@ -7932,7 +8106,7 @@ var init_luau = __esm({
7932
8106
  packageManagers: ["Wally", "Pesde"],
7933
8107
  ecosystems: ["Roblox", "Games", "Embedded scripting"]
7934
8108
  },
7935
- version: "0.725",
8109
+ version: "0.726",
7936
8110
  logo: "https://cdn.simpleicons.org/roblox/000000",
7937
8111
  color: "#000000",
7938
8112
  i18n: {
@@ -8162,7 +8336,7 @@ var init_marlowe = __esm({
8162
8336
  ecosystems: ["Cardano", "Financial contracts"]
8163
8337
  },
8164
8338
  version: "Marlowe Runtime",
8165
- logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
8339
+ logo: "https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg",
8166
8340
  color: "#6D28D9",
8167
8341
  i18n: {
8168
8342
  en: {
@@ -8317,6 +8491,64 @@ var init_matlab = __esm({
8317
8491
  }
8318
8492
  });
8319
8493
 
8494
+ // src/languages/maxima.ts
8495
+ var maxima_exports = {};
8496
+ __export(maxima_exports, {
8497
+ maxima: () => maxima
8498
+ });
8499
+ var maxima;
8500
+ var init_maxima = __esm({
8501
+ "src/languages/maxima.ts"() {
8502
+ maxima = {
8503
+ slug: "maxima",
8504
+ publishedDate: "1982-01-01",
8505
+ extensions: [".mac", ".wxm"],
8506
+ author: "MIT Project MAC and the Maxima community",
8507
+ website: "https://maxima.sourceforge.io",
8508
+ paradigms: ["symbolic", "functional", "scientific"],
8509
+ tooling: {
8510
+ runtimes: ["Maxima"],
8511
+ ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
8512
+ },
8513
+ version: "5.49.0",
8514
+ logo: "https://maxima.sourceforge.io/img/maxima.svg",
8515
+ color: "#92278F",
8516
+ i18n: {
8517
+ en: {
8518
+ name: "Maxima",
8519
+ description: "A symbolic computation language and computer algebra system descended from Macsyma.",
8520
+ longDescription: "Maxima evaluates symbolic and numeric expressions for algebra, calculus, differential equations, linear algebra, number theory, and plotting. Its interactive language supports functions, rules, pattern matching, lists, matrices, and reusable packages.\n\nThe system descends from Macsyma and is implemented primarily in Common Lisp. It is used in education, research, engineering, and automated mathematical workflows through command-line and graphical interfaces."
8521
+ },
8522
+ es: {
8523
+ name: "Maxima",
8524
+ description: "Lenguaje de computacion simbolica y sistema algebraico descendiente de Macsyma.",
8525
+ longDescription: "Maxima evalua expresiones simbolicas y numericas para algebra, calculo, ecuaciones diferenciales, algebra lineal, teoria de numeros y graficos. Su lenguaje interactivo incluye funciones, reglas, patrones, listas, matrices y paquetes reutilizables.\n\nEl sistema desciende de Macsyma y esta implementado principalmente en Common Lisp. Se usa en educacion, investigacion, ingenieria y flujos matematicos automatizados mediante interfaces de terminal y graficas."
8526
+ },
8527
+ it: {
8528
+ name: "Maxima",
8529
+ description: "Linguaggio di calcolo simbolico e sistema di algebra derivato da Macsyma.",
8530
+ longDescription: "Maxima valuta espressioni simboliche e numeriche per algebra, analisi, equazioni differenziali, algebra lineare, teoria dei numeri e grafici. Il linguaggio interattivo supporta funzioni, regole, pattern, liste, matrici e pacchetti riutilizzabili.\n\nIl sistema discende da Macsyma ed e implementato soprattutto in Common Lisp. Viene usato in didattica, ricerca, ingegneria e workflow matematici automatizzati tramite interfacce testuali e grafiche."
8531
+ },
8532
+ fr: {
8533
+ name: "Maxima",
8534
+ description: "Langage de calcul symbolique et systeme d algebre descendant de Macsyma.",
8535
+ longDescription: "Maxima evalue des expressions symboliques et numeriques pour algebre, calcul, equations differentielles, algebre lineaire, theorie des nombres et graphiques. Son langage interactif prend en charge fonctions, regles, motifs, listes, matrices et paquets reutilisables.\n\nLe systeme descend de Macsyma et est principalement implemente en Common Lisp. Il sert en enseignement, recherche, ingenierie et automatisation mathematique via interfaces texte et graphiques."
8536
+ },
8537
+ de: {
8538
+ name: "Maxima",
8539
+ description: "Sprache fur symbolisches Rechnen und Computeralgebrasystem auf Basis von Macsyma.",
8540
+ longDescription: "Maxima wertet symbolische und numerische Ausdrucke fur Algebra, Analysis, Differentialgleichungen, lineare Algebra, Zahlentheorie und Diagramme aus. Die interaktive Sprache unterstutzt Funktionen, Regeln, Muster, Listen, Matrizen und wiederverwendbare Pakete.\n\nDas System stammt von Macsyma ab und ist hauptsachlich in Common Lisp implementiert. Es wird in Lehre, Forschung, Technik und automatisierten Mathematik-Workflows uber Text- und Grafikoberflachen eingesetzt."
8541
+ },
8542
+ pt: {
8543
+ name: "Maxima",
8544
+ description: "Linguagem de computacao simbolica e sistema de algebra descendente do Macsyma.",
8545
+ longDescription: "Maxima avalia expressoes simbolicas e numericas para algebra, calculo, equacoes diferenciais, algebra linear, teoria dos numeros e graficos. Sua linguagem interativa suporta funcoes, regras, padroes, listas, matrizes e pacotes reutilizaveis.\n\nO sistema descende do Macsyma e e implementado principalmente em Common Lisp. E usado em ensino, pesquisa, engenharia e fluxos matematicos automatizados por interfaces de terminal e graficas."
8546
+ }
8547
+ }
8548
+ };
8549
+ }
8550
+ });
8551
+
8320
8552
  // src/languages/mdx.ts
8321
8553
  var mdx_exports = {};
8322
8554
  __export(mdx_exports, {
@@ -8397,7 +8629,7 @@ var init_mercury = __esm({
8397
8629
  ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
8398
8630
  },
8399
8631
  version: "22.01.8",
8400
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
8632
+ logo: "https://www.mercurylang.org/favicon.ico",
8401
8633
  color: "#0891B2",
8402
8634
  i18n: {
8403
8635
  en: {
@@ -8980,7 +9212,7 @@ var init_nginx = __esm({
8980
9212
  runtimes: ["nginx", "NGINX Plus", "OpenResty"],
8981
9213
  ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
8982
9214
  },
8983
- version: "1.30.2",
9215
+ version: "1.30.3",
8984
9216
  logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
8985
9217
  color: "#009639",
8986
9218
  i18n: {
@@ -9156,7 +9388,7 @@ var init_nix = __esm({
9156
9388
  packageManagers: ["nix", "nix flakes"],
9157
9389
  ecosystems: ["Linux", "macOS", "NixOS", "DevOps"]
9158
9390
  },
9159
- version: "2.34.7",
9391
+ version: "2.34.8",
9160
9392
  logo: "https://cdn.simpleicons.org/nixos/5277C3",
9161
9393
  color: "#5277C3",
9162
9394
  i18n: {
@@ -9665,6 +9897,64 @@ var init_opencl = __esm({
9665
9897
  }
9666
9898
  });
9667
9899
 
9900
+ // src/languages/org.ts
9901
+ var org_exports = {};
9902
+ __export(org_exports, {
9903
+ org: () => org
9904
+ });
9905
+ var org;
9906
+ var init_org = __esm({
9907
+ "src/languages/org.ts"() {
9908
+ org = {
9909
+ slug: "org",
9910
+ publishedDate: "2003-01-01",
9911
+ extensions: [".org"],
9912
+ author: "Carsten Dominik and Org mode contributors",
9913
+ website: "https://orgmode.org",
9914
+ paradigms: ["markup", "outlining", "literate programming"],
9915
+ tooling: {
9916
+ runtimes: ["GNU Emacs"],
9917
+ ecosystems: ["Documentation", "Knowledge Management", "Reproducible Research"]
9918
+ },
9919
+ version: "9.8",
9920
+ logo: "https://orgmode.org/resources/img/org-mode-unicorn.svg",
9921
+ color: "#77AA99",
9922
+ i18n: {
9923
+ en: {
9924
+ name: "Org-mode",
9925
+ description: "A plain-text markup format for outlines, notes, planning, and literate programming.",
9926
+ longDescription: "Org syntax structures plain-text documents with headings, lists, links, tables, properties, timestamps, tasks, and source blocks. Files remain readable without specialized software while GNU Emacs provides rich editing and agenda features.\n\nOrg-mode supports note-taking, project planning, publishing, spreadsheets, code execution, and reproducible research. Exporters convert documents to formats such as HTML, LaTeX, Markdown, and OpenDocument."
9927
+ },
9928
+ es: {
9929
+ name: "Org-mode",
9930
+ description: "Formato de texto plano para esquemas, notas, planificacion y programacion literaria.",
9931
+ longDescription: "La sintaxis Org estructura documentos de texto con encabezados, listas, enlaces, tablas, propiedades, fechas, tareas y bloques de codigo. Los archivos siguen siendo legibles sin software especial, mientras GNU Emacs aporta edicion y agendas avanzadas.\n\nOrg-mode permite tomar notas, planificar proyectos, publicar, usar hojas de calculo, ejecutar codigo y crear investigacion reproducible. Sus exportadores generan HTML, LaTeX, Markdown y OpenDocument."
9932
+ },
9933
+ it: {
9934
+ name: "Org-mode",
9935
+ description: "Formato di testo semplice per outline, note, pianificazione e programmazione letterata.",
9936
+ longDescription: "La sintassi Org struttura documenti di testo con titoli, liste, link, tabelle, proprieta, timestamp, attivita e blocchi di codice. I file restano leggibili senza software speciale, mentre GNU Emacs offre modifica e agenda avanzate.\n\nOrg-mode supporta note, pianificazione, pubblicazione, fogli di calcolo, esecuzione di codice e ricerca riproducibile. Gli esportatori convertono i documenti in HTML, LaTeX, Markdown e OpenDocument."
9937
+ },
9938
+ fr: {
9939
+ name: "Org-mode",
9940
+ description: "Format texte pour plans, notes, planification et programmation litteraire.",
9941
+ longDescription: "La syntaxe Org structure les documents texte avec titres, listes, liens, tableaux, proprietes, horodatages, taches et blocs de code. Les fichiers restent lisibles sans logiciel specialise, tandis que GNU Emacs fournit edition et agendas avances.\n\nOrg-mode prend en charge notes, gestion de projets, publication, feuilles de calcul, execution de code et recherche reproductible. Ses exportateurs produisent HTML, LaTeX, Markdown et OpenDocument."
9942
+ },
9943
+ de: {
9944
+ name: "Org-mode",
9945
+ description: "Klartext-Markupformat fur Gliederungen, Notizen, Planung und literarisches Programmieren.",
9946
+ longDescription: "Org-Syntax strukturiert Klartextdokumente mit Uberschriften, Listen, Links, Tabellen, Eigenschaften, Zeitangaben, Aufgaben und Codeblocken. Dateien bleiben ohne Spezialsoftware lesbar, wahrend GNU Emacs umfangreiche Bearbeitungs- und Agenda-Funktionen bietet.\n\nOrg-mode unterstutzt Notizen, Projektplanung, Publikation, Tabellenkalkulation, Codeausfuhrung und reproduzierbare Forschung. Exporter erzeugen HTML, LaTeX, Markdown und OpenDocument."
9947
+ },
9948
+ pt: {
9949
+ name: "Org-mode",
9950
+ description: "Formato de texto simples para estruturas, notas, planejamento e programacao literaria.",
9951
+ longDescription: "A sintaxe Org estrutura documentos de texto com titulos, listas, links, tabelas, propriedades, datas, tarefas e blocos de codigo. Arquivos continuam legiveis sem software especial, enquanto GNU Emacs oferece edicao e agendas avancadas.\n\nOrg-mode suporta notas, planejamento de projetos, publicacao, planilhas, execucao de codigo e pesquisa reproduzivel. Exportadores convertem documentos para HTML, LaTeX, Markdown e OpenDocument."
9952
+ }
9953
+ }
9954
+ };
9955
+ }
9956
+ });
9957
+
9668
9958
  // src/languages/pascal.ts
9669
9959
  var pascal_exports = {};
9670
9960
  __export(pascal_exports, {
@@ -10192,6 +10482,64 @@ var init_plsql = __esm({
10192
10482
  }
10193
10483
  });
10194
10484
 
10485
+ // src/languages/pod.ts
10486
+ var pod_exports = {};
10487
+ __export(pod_exports, {
10488
+ pod: () => pod
10489
+ });
10490
+ var pod;
10491
+ var init_pod = __esm({
10492
+ "src/languages/pod.ts"() {
10493
+ pod = {
10494
+ slug: "pod",
10495
+ publishedDate: "1994-01-01",
10496
+ extensions: [".pod"],
10497
+ author: "Larry Wall and the Perl community",
10498
+ website: "https://perldoc.perl.org/perlpod",
10499
+ paradigms: ["markup", "documentation"],
10500
+ tooling: {
10501
+ runtimes: ["perldoc", "Pod::Simple"],
10502
+ ecosystems: ["Perl", "Documentation"]
10503
+ },
10504
+ version: "Perl 5.42.2",
10505
+ logo: "https://cdn.simpleicons.org/perl/39457E",
10506
+ color: "#39457E",
10507
+ i18n: {
10508
+ en: {
10509
+ name: "Plain Old Documentation",
10510
+ description: "A lightweight documentation markup format distributed with Perl.",
10511
+ longDescription: "Plain Old Documentation uses paragraph-oriented directives for headings, lists, links, code, formatting, and embedded metadata. POD can live in standalone .pod files or alongside Perl source code after the interpreter has finished reading executable statements.\n\nPerl tooling converts POD into terminal help, manual pages, HTML, and other formats. It is the standard documentation source for Perl modules, commands, language manuals, and CPAN distributions."
10512
+ },
10513
+ es: {
10514
+ name: "Plain Old Documentation",
10515
+ description: "Formato ligero de documentacion distribuido con Perl.",
10516
+ longDescription: "Plain Old Documentation usa directivas orientadas a parrafos para encabezados, listas, enlaces, codigo, formato y metadatos. POD puede vivir en archivos .pod independientes o junto al codigo Perl despues de las sentencias ejecutables.\n\nLas herramientas Perl convierten POD en ayuda de terminal, paginas man, HTML y otros formatos. Es la fuente estandar de documentacion para modulos, comandos, manuales y distribuciones CPAN."
10517
+ },
10518
+ it: {
10519
+ name: "Plain Old Documentation",
10520
+ description: "Formato leggero di documentazione distribuito con Perl.",
10521
+ longDescription: "Plain Old Documentation usa direttive orientate ai paragrafi per titoli, liste, link, codice, formattazione e metadati. POD puo vivere in file .pod autonomi o insieme al codice Perl dopo le istruzioni eseguibili.\n\nGli strumenti Perl convertono POD in aiuto da terminale, pagine man, HTML e altri formati. E la fonte standard di documentazione per moduli, comandi, manuali e distribuzioni CPAN."
10522
+ },
10523
+ fr: {
10524
+ name: "Plain Old Documentation",
10525
+ description: "Format leger de documentation distribue avec Perl.",
10526
+ longDescription: "Plain Old Documentation utilise des directives par paragraphes pour titres, listes, liens, code, mise en forme et metadonnees. POD peut vivre dans des fichiers .pod autonomes ou avec le code Perl apres les instructions executables.\n\nLes outils Perl convertissent POD en aide terminal, pages man, HTML et autres formats. Il constitue la source standard de documentation pour modules, commandes, manuels et distributions CPAN."
10527
+ },
10528
+ de: {
10529
+ name: "Plain Old Documentation",
10530
+ description: "Leichtgewichtiges Dokumentationsformat, das mit Perl ausgeliefert wird.",
10531
+ longDescription: "Plain Old Documentation verwendet absatzorientierte Direktiven fur Uberschriften, Listen, Links, Code, Formatierung und Metadaten. POD kann in eigenstandigen .pod-Dateien oder nach ausfuhrbaren Anweisungen direkt im Perl-Quellcode stehen.\n\nPerl-Werkzeuge wandeln POD in Terminalhilfe, Handbuchseiten, HTML und weitere Formate um. Es ist die Standardquelle fur Dokumentation von Modulen, Befehlen, Sprachhandbuchern und CPAN-Distributionen."
10532
+ },
10533
+ pt: {
10534
+ name: "Plain Old Documentation",
10535
+ description: "Formato leve de documentacao distribuido com Perl.",
10536
+ longDescription: "Plain Old Documentation usa diretivas orientadas a paragrafos para titulos, listas, links, codigo, formatacao e metadados. POD pode existir em arquivos .pod independentes ou junto ao codigo Perl apos instrucoes executaveis.\n\nFerramentas Perl convertem POD em ajuda de terminal, paginas man, HTML e outros formatos. E a fonte padrao de documentacao para modulos, comandos, manuais e distribuicoes CPAN."
10537
+ }
10538
+ }
10539
+ };
10540
+ }
10541
+ });
10542
+
10195
10543
  // src/languages/pony.ts
10196
10544
  var pony_exports = {};
10197
10545
  __export(pony_exports, {
@@ -10271,7 +10619,7 @@ var init_powershell = __esm({
10271
10619
  packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
10272
10620
  ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
10273
10621
  },
10274
- version: "7.6.2",
10622
+ version: "7.6.3",
10275
10623
  logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
10276
10624
  color: "#5391FE",
10277
10625
  i18n: {
@@ -10742,7 +11090,7 @@ var init_qmake = __esm({
10742
11090
  ecosystems: ["Qt", "C++"]
10743
11091
  },
10744
11092
  version: "stable",
10745
- logo: "https://dummyimage.com/32x32/41CD52/ffffff.png&text=Qt",
11093
+ logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
10746
11094
  color: "#41CD52",
10747
11095
  i18n: {
10748
11096
  en: {
@@ -11213,7 +11561,7 @@ var init_rebol = __esm({
11213
11561
  ecosystems: ["Scripting", "DSLs", "Network Tools"]
11214
11562
  },
11215
11563
  version: "Rebol 3",
11216
- logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
11564
+ logo: "https://www.rebol.com/graphics/reb-logo.gif",
11217
11565
  color: "#7C2D12",
11218
11566
  i18n: {
11219
11567
  en: {
@@ -11917,7 +12265,7 @@ var init_self = __esm({
11917
12265
  ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
11918
12266
  },
11919
12267
  version: "2024.1",
11920
- logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
12268
+ logo: "https://selflanguage.org/img/self-logo.png",
11921
12269
  color: "#EA580C",
11922
12270
  i18n: {
11923
12271
  en: {
@@ -13060,6 +13408,64 @@ var init_tcl = __esm({
13060
13408
  }
13061
13409
  });
13062
13410
 
13411
+ // src/languages/tcsh.ts
13412
+ var tcsh_exports = {};
13413
+ __export(tcsh_exports, {
13414
+ tcsh: () => tcsh
13415
+ });
13416
+ var tcsh;
13417
+ var init_tcsh = __esm({
13418
+ "src/languages/tcsh.ts"() {
13419
+ tcsh = {
13420
+ slug: "tcsh",
13421
+ publishedDate: "1981-01-01",
13422
+ extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"],
13423
+ author: "Ken Greer, Paul Placeway, Christos Zoulas, and contributors",
13424
+ website: "https://www.tcsh.org",
13425
+ paradigms: ["shell", "scripting", "imperative"],
13426
+ tooling: {
13427
+ runtimes: ["tcsh"],
13428
+ ecosystems: ["Unix", "BSD"]
13429
+ },
13430
+ version: "6.24.16",
13431
+ logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
13432
+ color: "#2563EB",
13433
+ i18n: {
13434
+ en: {
13435
+ name: "Tcsh",
13436
+ description: "A C shell-compatible Unix command interpreter with editing and programmable completion.",
13437
+ longDescription: "Tcsh extends the C shell with command-line editing, history, aliases, job control, and programmable completion. It remains largely compatible with csh scripts while providing a more interactive command environment.\n\nThe shell is available across Unix-like systems and has longstanding use in BSD environments, engineering workstations, and legacy automation. Scripts typically use csh-style control flow and variable syntax."
13438
+ },
13439
+ es: {
13440
+ name: "Tcsh",
13441
+ description: "Interprete Unix compatible con C shell, con edicion y completado programable.",
13442
+ longDescription: "Tcsh amplia C shell con edicion de linea, historial, alias, control de trabajos y completado programable. Mantiene amplia compatibilidad con scripts csh y ofrece un entorno de comandos mas interactivo.\n\nEl shell esta disponible en sistemas tipo Unix y tiene una larga presencia en entornos BSD, estaciones de ingenieria y automatizacion heredada. Sus scripts usan control de flujo y variables al estilo csh."
13443
+ },
13444
+ it: {
13445
+ name: "Tcsh",
13446
+ description: "Interprete Unix compatibile con C shell, con modifica e completamento programmabile.",
13447
+ longDescription: "Tcsh estende C shell con modifica della riga di comando, cronologia, alias, controllo dei job e completamento programmabile. Mantiene ampia compatibilita con gli script csh offrendo un ambiente interattivo piu ricco.\n\nLa shell e disponibile sui sistemi Unix-like ed e usata da tempo in ambienti BSD, workstation tecniche e automazione legacy. Gli script adottano flusso di controllo e sintassi delle variabili in stile csh."
13448
+ },
13449
+ fr: {
13450
+ name: "Tcsh",
13451
+ description: "Interpreteur Unix compatible C shell avec edition et completion programmable.",
13452
+ longDescription: "Tcsh etend C shell avec edition de ligne, historique, alias, controle des taches et completion programmable. Il conserve une large compatibilite avec les scripts csh tout en offrant un environnement interactif plus riche.\n\nLe shell est disponible sur les systemes de type Unix et reste utilise dans les environnements BSD, les stations techniques et l automatisation historique. Les scripts emploient le controle de flux et les variables de style csh."
13453
+ },
13454
+ de: {
13455
+ name: "Tcsh",
13456
+ description: "C-Shell-kompatibler Unix-Interpreter mit Bearbeitung und programmierbarer Erganzung.",
13457
+ longDescription: "Tcsh erweitert die C Shell um Kommandozeilenbearbeitung, Verlauf, Aliase, Job-Steuerung und programmierbare Vervollstandigung. Die Sprache bleibt weitgehend mit csh-Skripten kompatibel und bietet eine reichere interaktive Umgebung.\n\nDie Shell ist auf Unix-artigen Systemen verfugbar und wird seit langem in BSD-Umgebungen, technischen Workstations und alterer Automatisierung eingesetzt. Skripte verwenden Kontrollfluss und Variablensyntax im csh-Stil."
13458
+ },
13459
+ pt: {
13460
+ name: "Tcsh",
13461
+ description: "Interpretador Unix compativel com C shell, com edicao e conclusao programavel.",
13462
+ longDescription: "Tcsh estende C shell com edicao de linha, historico, aliases, controle de tarefas e conclusao programavel. Mantem ampla compatibilidade com scripts csh e oferece um ambiente interativo mais rico.\n\nO shell esta disponivel em sistemas semelhantes ao Unix e tem uso historico em ambientes BSD, estacoes tecnicas e automacao legada. Scripts usam fluxo de controle e sintaxe de variaveis no estilo csh."
13463
+ }
13464
+ }
13465
+ };
13466
+ }
13467
+ });
13468
+
13063
13469
  // src/languages/tex.ts
13064
13470
  var tex_exports = {};
13065
13471
  __export(tex_exports, {
@@ -13119,6 +13525,63 @@ var init_tex = __esm({
13119
13525
  }
13120
13526
  });
13121
13527
 
13528
+ // src/languages/textile.ts
13529
+ var textile_exports = {};
13530
+ __export(textile_exports, {
13531
+ textile: () => textile
13532
+ });
13533
+ var textile;
13534
+ var init_textile = __esm({
13535
+ "src/languages/textile.ts"() {
13536
+ textile = {
13537
+ slug: "textile",
13538
+ publishedDate: "2002-12-26",
13539
+ extensions: [".textile"],
13540
+ author: "Dean Allen",
13541
+ website: "https://textile-lang.com",
13542
+ paradigms: ["markup", "documentation"],
13543
+ tooling: {
13544
+ ecosystems: ["Web", "CMS", "Documentation"]
13545
+ },
13546
+ version: "4.1.4",
13547
+ logo: "https://textile-lang.com/icon.svg",
13548
+ color: "#CC0000",
13549
+ i18n: {
13550
+ en: {
13551
+ name: "Textile",
13552
+ description: "A lightweight markup language that converts readable plain text into structured HTML.",
13553
+ longDescription: "Textile provides concise syntax for headings, emphasis, links, images, lists, tables, code, and typographic substitutions. Processors transform the source into HTML while preserving readable authoring text.\n\nThe format has been used by content management systems, issue trackers, forums, and publishing tools. Multiple implementations exist, with PHP Textile serving as a maintained reference in the current ecosystem."
13554
+ },
13555
+ es: {
13556
+ name: "Textile",
13557
+ description: "Lenguaje de marcado ligero que convierte texto legible en HTML estructurado.",
13558
+ longDescription: "Textile ofrece sintaxis concisa para encabezados, enfasis, enlaces, imagenes, listas, tablas, codigo y sustituciones tipograficas. Sus procesadores convierten la fuente en HTML manteniendo un texto facil de escribir y leer.\n\nEl formato se ha usado en gestores de contenido, trackers, foros y herramientas de publicacion. Existen varias implementaciones; PHP Textile funciona como referencia mantenida del ecosistema actual."
13559
+ },
13560
+ it: {
13561
+ name: "Textile",
13562
+ description: "Linguaggio di markup leggero che converte testo leggibile in HTML strutturato.",
13563
+ longDescription: "Textile offre una sintassi concisa per titoli, enfasi, link, immagini, liste, tabelle, codice e sostituzioni tipografiche. I processori trasformano il sorgente in HTML mantenendo il testo facile da scrivere e leggere.\n\nIl formato e stato usato in CMS, issue tracker, forum e strumenti di pubblicazione. Esistono diverse implementazioni; PHP Textile funge da riferimento mantenuto nell ecosistema attuale."
13564
+ },
13565
+ fr: {
13566
+ name: "Textile",
13567
+ description: "Langage de balisage leger convertissant un texte lisible en HTML structure.",
13568
+ longDescription: "Textile fournit une syntaxe concise pour titres, emphase, liens, images, listes, tableaux, code et substitutions typographiques. Les processeurs transforment la source en HTML tout en gardant un texte facile a ecrire et lire.\n\nLe format a servi dans gestionnaires de contenu, suivis de problemes, forums et outils de publication. Plusieurs implementations existent; PHP Textile reste une reference maintenue de l ecosysteme actuel."
13569
+ },
13570
+ de: {
13571
+ name: "Textile",
13572
+ description: "Leichtgewichtige Markup-Sprache, die lesbaren Klartext in strukturiertes HTML umwandelt.",
13573
+ longDescription: "Textile bietet kompakte Syntax fur Uberschriften, Hervorhebung, Links, Bilder, Listen, Tabellen, Code und typografische Ersetzungen. Prozessoren wandeln den Quelltext in HTML um, wahrend der Autorentext lesbar bleibt.\n\nDas Format wurde in Content-Management-Systemen, Issue-Trackern, Foren und Publikationswerkzeugen eingesetzt. Mehrere Implementierungen existieren; PHP Textile dient als gepflegte Referenz."
13574
+ },
13575
+ pt: {
13576
+ name: "Textile",
13577
+ description: "Linguagem de marcacao leve que converte texto legivel em HTML estruturado.",
13578
+ longDescription: "Textile oferece sintaxe concisa para titulos, enfase, links, imagens, listas, tabelas, codigo e substituicoes tipograficas. Processadores transformam a fonte em HTML mantendo texto facil de escrever e ler.\n\nO formato foi usado em gestores de conteudo, rastreadores, foruns e ferramentas de publicacao. Existem varias implementacoes; PHP Textile funciona como referencia mantida no ecossistema atual."
13579
+ }
13580
+ }
13581
+ };
13582
+ }
13583
+ });
13584
+
13122
13585
  // src/languages/thrift.ts
13123
13586
  var thrift_exports = {};
13124
13587
  __export(thrift_exports, {
@@ -13290,6 +13753,64 @@ var init_toml = __esm({
13290
13753
  }
13291
13754
  });
13292
13755
 
13756
+ // src/languages/troff.ts
13757
+ var troff_exports = {};
13758
+ __export(troff_exports, {
13759
+ troff: () => troff
13760
+ });
13761
+ var troff;
13762
+ var init_troff = __esm({
13763
+ "src/languages/troff.ts"() {
13764
+ troff = {
13765
+ slug: "troff",
13766
+ publishedDate: "1973-01-01",
13767
+ extensions: [".roff", ".troff", ".man", ".me", ".ms"],
13768
+ author: "Joe Ossanna, Brian Kernighan, and GNU contributors",
13769
+ website: "https://www.gnu.org/software/groff/",
13770
+ paradigms: ["markup", "typesetting"],
13771
+ tooling: {
13772
+ runtimes: ["GNU groff", "troff", "nroff"],
13773
+ ecosystems: ["Unix", "Documentation", "Typesetting"]
13774
+ },
13775
+ version: "GNU groff 1.24.1",
13776
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
13777
+ color: "#8F5902",
13778
+ i18n: {
13779
+ en: {
13780
+ name: "Troff/Groff",
13781
+ description: "A typesetting markup language and GNU implementation used for Unix documents and man pages.",
13782
+ longDescription: "Troff source combines text with requests, escapes, registers, strings, and macros that control layout and typography. Macro packages such as man, mdoc, ms, me, and mom provide higher-level document conventions.\n\nGNU groff is the maintained free implementation of the historical Unix troff system. It formats manual pages, technical papers, books, and other documents for terminals, PostScript, PDF, HTML, and additional output devices."
13783
+ },
13784
+ es: {
13785
+ name: "Troff/Groff",
13786
+ description: "Lenguaje tipografico e implementacion GNU usado para documentos Unix y paginas man.",
13787
+ longDescription: "La fuente Troff combina texto con peticiones, escapes, registros, cadenas y macros que controlan maquetacion y tipografia. Paquetes como man, mdoc, ms, me y mom ofrecen convenciones documentales de mayor nivel.\n\nGNU groff es la implementacion libre mantenida del sistema troff historico de Unix. Formatea paginas man, articulos tecnicos, libros y otros documentos para terminal, PostScript, PDF, HTML y mas destinos."
13788
+ },
13789
+ it: {
13790
+ name: "Troff/Groff",
13791
+ description: "Linguaggio tipografico e implementazione GNU per documenti Unix e pagine man.",
13792
+ longDescription: "Il sorgente Troff combina testo con richieste, escape, registri, stringhe e macro che controllano impaginazione e tipografia. Pacchetti come man, mdoc, ms, me e mom offrono convenzioni documentali di livello superiore.\n\nGNU groff e l implementazione libera mantenuta dello storico sistema troff Unix. Formatta pagine man, articoli tecnici, libri e altri documenti per terminale, PostScript, PDF, HTML e ulteriori dispositivi."
13793
+ },
13794
+ fr: {
13795
+ name: "Troff/Groff",
13796
+ description: "Langage de composition et implementation GNU pour documents Unix et pages man.",
13797
+ longDescription: "Une source Troff combine texte, requetes, echappements, registres, chaines et macros qui controlent mise en page et typographie. Les paquets man, mdoc, ms, me et mom fournissent des conventions documentaires de plus haut niveau.\n\nGNU groff est l implementation libre maintenue du systeme troff historique d Unix. Il formate pages man, articles techniques, livres et autres documents pour terminal, PostScript, PDF, HTML et autres sorties."
13798
+ },
13799
+ de: {
13800
+ name: "Troff/Groff",
13801
+ description: "Satz-Markup-Sprache und GNU-Implementierung fur Unix-Dokumente und Handbuchseiten.",
13802
+ longDescription: "Troff-Quelltext kombiniert Text mit Befehlen, Escape-Sequenzen, Registern, Zeichenketten und Makros zur Steuerung von Layout und Typografie. Pakete wie man, mdoc, ms, me und mom bieten hohere Dokumentkonventionen.\n\nGNU groff ist die gepflegte freie Implementierung des historischen Unix-troff-Systems. Es formatiert Handbuchseiten, technische Artikel, Bucher und andere Dokumente fur Terminal, PostScript, PDF, HTML und weitere Ausgaben."
13803
+ },
13804
+ pt: {
13805
+ name: "Troff/Groff",
13806
+ description: "Linguagem tipografica e implementacao GNU usada em documentos Unix e paginas man.",
13807
+ longDescription: "Fontes Troff combinam texto com requisicoes, escapes, registradores, strings e macros que controlam layout e tipografia. Pacotes como man, mdoc, ms, me e mom oferecem convencoes documentais de nivel mais alto.\n\nGNU groff e a implementacao livre mantida do sistema troff historico do Unix. Formata paginas man, artigos tecnicos, livros e outros documentos para terminal, PostScript, PDF, HTML e outras saidas."
13808
+ }
13809
+ }
13810
+ };
13811
+ }
13812
+ });
13813
+
13293
13814
  // src/languages/tsql.ts
13294
13815
  var tsql_exports = {};
13295
13816
  __export(tsql_exports, {
@@ -13491,7 +14012,7 @@ var init_typst = __esm({
13491
14012
  packageManagers: ["Typst Packages"],
13492
14013
  ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
13493
14014
  },
13494
- version: "0.14.2",
14015
+ version: "0.15.0",
13495
14016
  logo: "https://cdn.simpleicons.org/typst/239DAD",
13496
14017
  color: "#239DAD",
13497
14018
  i18n: {
@@ -13765,6 +14286,64 @@ var init_vale = __esm({
13765
14286
  }
13766
14287
  });
13767
14288
 
14289
+ // src/languages/velocity.ts
14290
+ var velocity_exports = {};
14291
+ __export(velocity_exports, {
14292
+ velocity: () => velocity
14293
+ });
14294
+ var velocity;
14295
+ var init_velocity = __esm({
14296
+ "src/languages/velocity.ts"() {
14297
+ velocity = {
14298
+ slug: "velocity",
14299
+ publishedDate: "2001-01-01",
14300
+ extensions: [".vm", ".vtl"],
14301
+ author: "Apache Software Foundation",
14302
+ website: "https://velocity.apache.org",
14303
+ paradigms: ["template", "declarative"],
14304
+ tooling: {
14305
+ runtimes: ["Apache Velocity Engine"],
14306
+ ecosystems: ["Java", "Web", "Code Generation"]
14307
+ },
14308
+ version: "2.4.1",
14309
+ logo: "https://velocity.apache.org/engine/devel/images/velocity-logo.png",
14310
+ color: "#2D3E50",
14311
+ i18n: {
14312
+ en: {
14313
+ name: "Apache Velocity",
14314
+ description: "A Java template language for generating text from application data and objects.",
14315
+ longDescription: "Apache Velocity Template Language combines references, directives, loops, conditions, and macros to render text from Java objects. Templates remain separate from application code and can target HTML, email, source code, or configuration files.\n\nVelocity is commonly embedded in Java applications, build tools, generators, and web frameworks. Its engine supplies the context that templates read while controlling resource loading, escaping, and execution behavior."
14316
+ },
14317
+ es: {
14318
+ name: "Apache Velocity",
14319
+ description: "Lenguaje de plantillas Java para generar texto desde datos y objetos de aplicaciones.",
14320
+ longDescription: "Apache Velocity Template Language combina referencias, directivas, bucles, condiciones y macros para renderizar texto desde objetos Java. Las plantillas permanecen separadas del codigo y pueden producir HTML, correos, codigo fuente o configuracion.\n\nVelocity suele integrarse en aplicaciones Java, herramientas de construccion, generadores y frameworks web. Su motor aporta el contexto que leen las plantillas y controla carga de recursos, escape y ejecucion."
14321
+ },
14322
+ it: {
14323
+ name: "Apache Velocity",
14324
+ description: "Linguaggio di template Java per generare testo da dati e oggetti applicativi.",
14325
+ longDescription: "Apache Velocity Template Language combina riferimenti, direttive, cicli, condizioni e macro per produrre testo da oggetti Java. I template restano separati dal codice e possono generare HTML, email, codice sorgente o configurazioni.\n\nVelocity viene incorporato in applicazioni Java, strumenti di build, generatori e framework web. Il motore fornisce il contesto letto dai template e controlla caricamento delle risorse, escaping ed esecuzione."
14326
+ },
14327
+ fr: {
14328
+ name: "Apache Velocity",
14329
+ description: "Langage de templates Java pour generer du texte depuis les donnees et objets applicatifs.",
14330
+ longDescription: "Apache Velocity Template Language combine references, directives, boucles, conditions et macros pour produire du texte a partir d objets Java. Les templates restent separes du code et peuvent generer HTML, courriels, code source ou configuration.\n\nVelocity est integre aux applications Java, outils de build, generateurs et frameworks web. Son moteur fournit le contexte lu par les templates et controle chargement des ressources, echappement et execution."
14331
+ },
14332
+ de: {
14333
+ name: "Apache Velocity",
14334
+ description: "Java-Templatesprache zur Texterzeugung aus Anwendungsdaten und Objekten.",
14335
+ longDescription: "Apache Velocity Template Language kombiniert Referenzen, Direktiven, Schleifen, Bedingungen und Makros, um Text aus Java-Objekten zu erzeugen. Templates bleiben vom Anwendungscode getrennt und konnen HTML, E-Mails, Quellcode oder Konfiguration ausgeben.\n\nVelocity wird in Java-Anwendungen, Build-Werkzeuge, Generatoren und Web-Frameworks eingebettet. Die Engine liefert den Template-Kontext und steuert Ressourcenladen, Escaping und Ausfuhrung."
14336
+ },
14337
+ pt: {
14338
+ name: "Apache Velocity",
14339
+ description: "Linguagem de templates Java para gerar texto a partir de dados e objetos da aplicacao.",
14340
+ longDescription: "Apache Velocity Template Language combina referencias, diretivas, lacos, condicoes e macros para produzir texto a partir de objetos Java. Templates ficam separados do codigo e podem gerar HTML, emails, codigo-fonte ou configuracao.\n\nVelocity e incorporado em aplicacoes Java, ferramentas de build, geradores e frameworks web. Seu motor fornece o contexto lido pelos templates e controla carregamento de recursos, escape e execucao."
14341
+ }
14342
+ }
14343
+ };
14344
+ }
14345
+ });
14346
+
13768
14347
  // src/languages/verilog.ts
13769
14348
  var verilog_exports = {};
13770
14349
  __export(verilog_exports, {
@@ -14892,6 +15471,7 @@ init_assembly();
14892
15471
  init_astro();
14893
15472
  init_austral();
14894
15473
  init_autohotkey();
15474
+ init_avro_idl();
14895
15475
  init_awk();
14896
15476
  init_ballerina();
14897
15477
  init_bash();
@@ -14908,6 +15488,7 @@ init_c();
14908
15488
  init_cairo();
14909
15489
  init_capnproto();
14910
15490
  init_carbon();
15491
+ init_cel();
14911
15492
  init_chapel();
14912
15493
  init_circom();
14913
15494
  init_clojure();
@@ -14945,6 +15526,7 @@ init_factor();
14945
15526
  init_fe();
14946
15527
  init_fennel();
14947
15528
  init_fish();
15529
+ init_flatbuffers();
14948
15530
  init_flux();
14949
15531
  init_forth();
14950
15532
  init_fortran();
@@ -15015,6 +15597,7 @@ init_markdown();
15015
15597
  init_marlowe();
15016
15598
  init_mathematica();
15017
15599
  init_matlab();
15600
+ init_maxima();
15018
15601
  init_mdx();
15019
15602
  init_mercury();
15020
15603
  init_mermaid();
@@ -15038,6 +15621,7 @@ init_ocaml();
15038
15621
  init_odin();
15039
15622
  init_openapi();
15040
15623
  init_opencl();
15624
+ init_org();
15041
15625
  init_pascal();
15042
15626
  init_perl();
15043
15627
  init_php();
@@ -15047,6 +15631,7 @@ init_pl_i();
15047
15631
  init_plantuml();
15048
15632
  init_plpgsql();
15049
15633
  init_plsql();
15634
+ init_pod();
15050
15635
  init_pony();
15051
15636
  init_powershell();
15052
15637
  init_prolog();
@@ -15096,10 +15681,13 @@ init_svg();
15096
15681
  init_svn();
15097
15682
  init_swift();
15098
15683
  init_tcl();
15684
+ init_tcsh();
15099
15685
  init_tex();
15686
+ init_textile();
15100
15687
  init_thrift();
15101
15688
  init_tla_plus();
15102
15689
  init_toml();
15690
+ init_troff();
15103
15691
  init_tsql();
15104
15692
  init_twig();
15105
15693
  init_typescript();
@@ -15108,6 +15696,7 @@ init_unison();
15108
15696
  init_v();
15109
15697
  init_vala();
15110
15698
  init_vale();
15699
+ init_velocity();
15111
15700
  init_verilog();
15112
15701
  init_verse();
15113
15702
  init_vhdl();
@@ -15147,6 +15736,7 @@ var languages = [
15147
15736
  astro,
15148
15737
  austral,
15149
15738
  autohotkey,
15739
+ avroIdl,
15150
15740
  awk,
15151
15741
  ballerina,
15152
15742
  bash,
@@ -15163,6 +15753,7 @@ var languages = [
15163
15753
  cairo,
15164
15754
  capnproto,
15165
15755
  carbon,
15756
+ cel,
15166
15757
  chapel,
15167
15758
  circom,
15168
15759
  clojure,
@@ -15200,6 +15791,7 @@ var languages = [
15200
15791
  fe,
15201
15792
  fennel,
15202
15793
  fish,
15794
+ flatbuffers,
15203
15795
  flux,
15204
15796
  forth,
15205
15797
  fortran,
@@ -15270,6 +15862,7 @@ var languages = [
15270
15862
  marlowe,
15271
15863
  mathematica,
15272
15864
  matlab,
15865
+ maxima,
15273
15866
  mdx,
15274
15867
  mermaid,
15275
15868
  meson,
@@ -15293,6 +15886,7 @@ var languages = [
15293
15886
  odin,
15294
15887
  openapi,
15295
15888
  opencl,
15889
+ org,
15296
15890
  pascal,
15297
15891
  perl,
15298
15892
  php,
@@ -15302,6 +15896,7 @@ var languages = [
15302
15896
  plantuml,
15303
15897
  plpgsql,
15304
15898
  plsql,
15899
+ pod,
15305
15900
  pony,
15306
15901
  powershell,
15307
15902
  prolog,
@@ -15351,10 +15946,13 @@ var languages = [
15351
15946
  svn,
15352
15947
  swift,
15353
15948
  tcl,
15949
+ tcsh,
15354
15950
  tex,
15951
+ textile,
15355
15952
  thrift,
15356
15953
  tlaPlus,
15357
15954
  toml,
15955
+ troff,
15358
15956
  tsql,
15359
15957
  twig,
15360
15958
  typescript,
@@ -15363,6 +15961,7 @@ var languages = [
15363
15961
  v,
15364
15962
  vala,
15365
15963
  vale,
15964
+ velocity,
15366
15965
  verilog,
15367
15966
  verse,
15368
15967
  vhdl,
@@ -15405,6 +16004,7 @@ var languageIndex = [
15405
16004
  { slug: "astro", extensions: [".astro"] },
15406
16005
  { slug: "austral", extensions: [".aum", ".aui"] },
15407
16006
  { slug: "autohotkey", extensions: [".ahk", ".ah2"] },
16007
+ { slug: "avro-idl", extensions: [".avdl"] },
15408
16008
  { slug: "awk", extensions: [".awk"] },
15409
16009
  { slug: "ballerina", extensions: [".bal"] },
15410
16010
  {
@@ -15424,6 +16024,7 @@ var languageIndex = [
15424
16024
  { slug: "cairo", extensions: [".cairo"] },
15425
16025
  { slug: "capnproto", extensions: [".capnp"] },
15426
16026
  { slug: "carbon", extensions: [".carbon"] },
16027
+ { slug: "cel", extensions: [".cel"] },
15427
16028
  { slug: "chapel", extensions: [".chpl"] },
15428
16029
  { slug: "circom", extensions: [".circom"] },
15429
16030
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -15464,6 +16065,7 @@ var languageIndex = [
15464
16065
  { slug: "fe", extensions: [".fe"] },
15465
16066
  { slug: "fennel", extensions: [".fnl"] },
15466
16067
  { slug: "fish", extensions: [".fish"] },
16068
+ { slug: "flatbuffers", extensions: [".fbs"] },
15467
16069
  { slug: "flux", extensions: [".flux"] },
15468
16070
  { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
15469
16071
  {
@@ -15540,6 +16142,7 @@ var languageIndex = [
15540
16142
  { slug: "marlowe", extensions: [".marlowe"] },
15541
16143
  { slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
15542
16144
  { slug: "matlab", extensions: [".m", ".mlx"] },
16145
+ { slug: "maxima", extensions: [".mac", ".wxm"] },
15543
16146
  { slug: "mdx", extensions: [".mdx"] },
15544
16147
  { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
15545
16148
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
@@ -15563,6 +16166,7 @@ var languageIndex = [
15563
16166
  { slug: "odin", extensions: [".odin"] },
15564
16167
  { slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
15565
16168
  { slug: "opencl", extensions: [".cl", ".clh"] },
16169
+ { slug: "org", extensions: [".org"] },
15566
16170
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
15567
16171
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
15568
16172
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
@@ -15572,6 +16176,7 @@ var languageIndex = [
15572
16176
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
15573
16177
  { slug: "plpgsql", extensions: [".pgsql", ".plpgsql"] },
15574
16178
  { slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
16179
+ { slug: "pod", extensions: [".pod"] },
15575
16180
  { slug: "pony", extensions: [".pony"] },
15576
16181
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
15577
16182
  { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
@@ -15624,10 +16229,13 @@ var languageIndex = [
15624
16229
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
15625
16230
  { slug: "swift", extensions: [".swift"] },
15626
16231
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
16232
+ { slug: "tcsh", extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"] },
15627
16233
  { slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
16234
+ { slug: "textile", extensions: [".textile"] },
15628
16235
  { slug: "thrift", extensions: [".thrift"] },
15629
16236
  { slug: "tla-plus", extensions: [".tla"] },
15630
16237
  { slug: "toml", extensions: [".toml"] },
16238
+ { slug: "troff", extensions: [".roff", ".troff", ".man", ".me", ".ms"] },
15631
16239
  { slug: "tsql", extensions: [".sql", ".tsql"] },
15632
16240
  { slug: "twig", extensions: [".twig"] },
15633
16241
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
@@ -15636,6 +16244,7 @@ var languageIndex = [
15636
16244
  { slug: "v", extensions: [".v", ".vsh"] },
15637
16245
  { slug: "vala", extensions: [".vala", ".vapi"] },
15638
16246
  { slug: "vale", extensions: [".vale"] },
16247
+ { slug: "velocity", extensions: [".vm", ".vtl"] },
15639
16248
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
15640
16249
  { slug: "verse", extensions: [".verse"] },
15641
16250
  { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
@@ -15679,6 +16288,7 @@ var languageLoaders = {
15679
16288
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
15680
16289
  austral: () => Promise.resolve().then(() => (init_austral(), austral_exports)).then((module) => module.austral),
15681
16290
  autohotkey: () => Promise.resolve().then(() => (init_autohotkey(), autohotkey_exports)).then((module) => module.autohotkey),
16291
+ "avro-idl": () => Promise.resolve().then(() => (init_avro_idl(), avro_idl_exports)).then((module) => module.avroIdl),
15682
16292
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
15683
16293
  ballerina: () => Promise.resolve().then(() => (init_ballerina(), ballerina_exports)).then((module) => module.ballerina),
15684
16294
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
@@ -15695,6 +16305,7 @@ var languageLoaders = {
15695
16305
  cairo: () => Promise.resolve().then(() => (init_cairo(), cairo_exports)).then((module) => module.cairo),
15696
16306
  capnproto: () => Promise.resolve().then(() => (init_capnproto(), capnproto_exports)).then((module) => module.capnproto),
15697
16307
  carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
16308
+ cel: () => Promise.resolve().then(() => (init_cel(), cel_exports)).then((module) => module.cel),
15698
16309
  chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
15699
16310
  circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
15700
16311
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -15732,6 +16343,7 @@ var languageLoaders = {
15732
16343
  fe: () => Promise.resolve().then(() => (init_fe(), fe_exports)).then((module) => module.fe),
15733
16344
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
15734
16345
  fish: () => Promise.resolve().then(() => (init_fish(), fish_exports)).then((module) => module.fish),
16346
+ flatbuffers: () => Promise.resolve().then(() => (init_flatbuffers(), flatbuffers_exports)).then((module) => module.flatbuffers),
15735
16347
  flux: () => Promise.resolve().then(() => (init_flux(), flux_exports)).then((module) => module.flux),
15736
16348
  forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
15737
16349
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
@@ -15802,6 +16414,7 @@ var languageLoaders = {
15802
16414
  marlowe: () => Promise.resolve().then(() => (init_marlowe(), marlowe_exports)).then((module) => module.marlowe),
15803
16415
  mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
15804
16416
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
16417
+ maxima: () => Promise.resolve().then(() => (init_maxima(), maxima_exports)).then((module) => module.maxima),
15805
16418
  mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
15806
16419
  mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
15807
16420
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
@@ -15825,6 +16438,7 @@ var languageLoaders = {
15825
16438
  odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
15826
16439
  openapi: () => Promise.resolve().then(() => (init_openapi(), openapi_exports)).then((module) => module.openapi),
15827
16440
  opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
16441
+ org: () => Promise.resolve().then(() => (init_org(), org_exports)).then((module) => module.org),
15828
16442
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
15829
16443
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
15830
16444
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
@@ -15834,6 +16448,7 @@ var languageLoaders = {
15834
16448
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
15835
16449
  plpgsql: () => Promise.resolve().then(() => (init_plpgsql(), plpgsql_exports)).then((module) => module.plpgsql),
15836
16450
  plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
16451
+ pod: () => Promise.resolve().then(() => (init_pod(), pod_exports)).then((module) => module.pod),
15837
16452
  pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
15838
16453
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
15839
16454
  prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
@@ -15883,10 +16498,13 @@ var languageLoaders = {
15883
16498
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
15884
16499
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
15885
16500
  tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
16501
+ tcsh: () => Promise.resolve().then(() => (init_tcsh(), tcsh_exports)).then((module) => module.tcsh),
15886
16502
  tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
16503
+ textile: () => Promise.resolve().then(() => (init_textile(), textile_exports)).then((module) => module.textile),
15887
16504
  thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
15888
16505
  "tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
15889
16506
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
16507
+ troff: () => Promise.resolve().then(() => (init_troff(), troff_exports)).then((module) => module.troff),
15890
16508
  tsql: () => Promise.resolve().then(() => (init_tsql(), tsql_exports)).then((module) => module.tsql),
15891
16509
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
15892
16510
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
@@ -15895,6 +16513,7 @@ var languageLoaders = {
15895
16513
  v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
15896
16514
  vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
15897
16515
  vale: () => Promise.resolve().then(() => (init_vale(), vale_exports)).then((module) => module.vale),
16516
+ velocity: () => Promise.resolve().then(() => (init_velocity(), velocity_exports)).then((module) => module.velocity),
15898
16517
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
15899
16518
  verse: () => Promise.resolve().then(() => (init_verse(), verse_exports)).then((module) => module.verse),
15900
16519
  vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
@@ -16108,6 +16727,7 @@ init_assembly();
16108
16727
  init_astro();
16109
16728
  init_austral();
16110
16729
  init_autohotkey();
16730
+ init_avro_idl();
16111
16731
  init_awk();
16112
16732
  init_ballerina();
16113
16733
  init_bash();
@@ -16124,6 +16744,7 @@ init_c();
16124
16744
  init_cairo();
16125
16745
  init_capnproto();
16126
16746
  init_carbon();
16747
+ init_cel();
16127
16748
  init_chapel();
16128
16749
  init_circom();
16129
16750
  init_clojure();
@@ -16161,6 +16782,7 @@ init_factor();
16161
16782
  init_fe();
16162
16783
  init_fennel();
16163
16784
  init_fish();
16785
+ init_flatbuffers();
16164
16786
  init_flux();
16165
16787
  init_forth();
16166
16788
  init_fortran();
@@ -16231,6 +16853,7 @@ init_markdown();
16231
16853
  init_marlowe();
16232
16854
  init_mathematica();
16233
16855
  init_matlab();
16856
+ init_maxima();
16234
16857
  init_mdx();
16235
16858
  init_mercury();
16236
16859
  init_mermaid();
@@ -16254,6 +16877,7 @@ init_ocaml();
16254
16877
  init_odin();
16255
16878
  init_openapi();
16256
16879
  init_opencl();
16880
+ init_org();
16257
16881
  init_pascal();
16258
16882
  init_perl();
16259
16883
  init_php();
@@ -16263,6 +16887,7 @@ init_pl_i();
16263
16887
  init_plantuml();
16264
16888
  init_plpgsql();
16265
16889
  init_plsql();
16890
+ init_pod();
16266
16891
  init_pony();
16267
16892
  init_powershell();
16268
16893
  init_prolog();
@@ -16312,10 +16937,13 @@ init_svg();
16312
16937
  init_svn();
16313
16938
  init_swift();
16314
16939
  init_tcl();
16940
+ init_tcsh();
16315
16941
  init_tex();
16942
+ init_textile();
16316
16943
  init_thrift();
16317
16944
  init_tla_plus();
16318
16945
  init_toml();
16946
+ init_troff();
16319
16947
  init_tsql();
16320
16948
  init_twig();
16321
16949
  init_typescript();
@@ -16324,6 +16952,7 @@ init_unison();
16324
16952
  init_v();
16325
16953
  init_vala();
16326
16954
  init_vale();
16955
+ init_velocity();
16327
16956
  init_verilog();
16328
16957
  init_verse();
16329
16958
  init_vhdl();
@@ -16344,4 +16973,4 @@ init_zig();
16344
16973
  init_ziggy();
16345
16974
  init_zsh();
16346
16975
 
16347
- export { abap, actionscript, ada, agda, algol, ampl, ante, antlr, apex, api, apl, applescript, aql, arduino, asciidoc, asp, assembly, astro, austral, autohotkey, awk, ballerina, bash, batch, bazel, bcpl, bibtex, bicep, blade, bosque, bqn, brainfuck, c, cairo, capnproto, carbon, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, cql, crystal, csharp, css, cuda, cue, curry, cypher, cython, d, dafny, dart, detectLanguage, detectLanguageSlug, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, dot, earthly, editorconfig, eiffel, ejs, elixir, elm, erb, erlang, factor, fe, fennel, fish, flux, forth, fortran, fql, freemarker, fsharp, fstar, gcode, gdscript, gettext, git, gleam, glsl, go, gradle, grain, graphql, gremlin, groovy, hack, haml, handlebars, hare, haskell, haxe, hcl, hlsl, hocon, html, hy, idris, ini, ink, io, isabelle, janet, java, javascript, jinja, jmespath, json, json5, jsonata, jsonc, jsonnet, julia, jupyterNotebook, just, kcl, kdl, koka, kotlin, kql, languages, lean, less, ligo, linkerscript, liquid, lisp, llvmIr, lobster, localizeLanguage, logo, lua, luau, makefile, mako, markdown, marlowe, mathematica, matlab, mdx, mercury, mermaid, meson, metal, modula2, mojo, moonbit, move, mustache, n1ql, nginx, nickel, nim, nix, nunjucks, nushell, oberon, objectiveC, ocaml, odin, openapi, opencl, pascal, perl, php, pineScript, pkl, plI, plantuml, plpgsql, plsql, pony, powershell, prolog, promql, protobuf, pug, puppet, purescript, python, qmake, qml, qsharp, r, racket, raku, razor, reasonml, rebol, red, rego, rescript, restructuredtext, roc, ruby, rust, sas, scala, scheme, scss, self, simula, smalltalk, smarty, snobol, solidity, soql, spark, sparql, spl, sql, standardMl, starlark, stata, stylus, svelte, svg, svn, swift, tcl, tex, thrift, tlaPlus, toml, tsql, twig, typescript, typst, unison, v, vala, vale, verilog, verse, vhdl, visualBasic, vue, vyper, webassembly, wgsl, wren, xaml, xml, xquery, xslt, yaml, yara, zeek, zig, ziggy, zsh };
16976
+ export { abap, actionscript, ada, agda, algol, ampl, ante, antlr, apex, api, apl, applescript, aql, arduino, asciidoc, asp, assembly, astro, austral, autohotkey, avroIdl, awk, ballerina, bash, batch, bazel, bcpl, bibtex, bicep, blade, bosque, bqn, brainfuck, c, cairo, capnproto, carbon, cel, chapel, circom, clojure, cmake, cobol, coffeescript, coldfusion, coq, cpp, cql, crystal, csharp, css, cuda, cue, curry, cypher, cython, d, dafny, dart, detectLanguage, detectLanguageSlug, detectLanguageSlugs, detectLanguages, detectProjectLanguages, dhall, dita, dockerfile, dot, earthly, editorconfig, eiffel, ejs, elixir, elm, erb, erlang, factor, fe, fennel, fish, flatbuffers, flux, forth, fortran, fql, freemarker, fsharp, fstar, gcode, gdscript, gettext, git, gleam, glsl, go, gradle, grain, graphql, gremlin, groovy, hack, haml, handlebars, hare, haskell, haxe, hcl, hlsl, hocon, html, hy, idris, ini, ink, io, isabelle, janet, java, javascript, jinja, jmespath, json, json5, jsonata, jsonc, jsonnet, julia, jupyterNotebook, just, kcl, kdl, koka, kotlin, kql, languages, lean, less, ligo, linkerscript, liquid, lisp, llvmIr, lobster, localizeLanguage, logo, lua, luau, makefile, mako, markdown, marlowe, mathematica, matlab, maxima, mdx, mercury, mermaid, meson, metal, modula2, mojo, moonbit, move, mustache, n1ql, nginx, nickel, nim, nix, nunjucks, nushell, oberon, objectiveC, ocaml, odin, openapi, opencl, org, pascal, perl, php, pineScript, pkl, plI, plantuml, plpgsql, plsql, pod, pony, powershell, prolog, promql, protobuf, pug, puppet, purescript, python, qmake, qml, qsharp, r, racket, raku, razor, reasonml, rebol, red, rego, rescript, restructuredtext, roc, ruby, rust, sas, scala, scheme, scss, self, simula, smalltalk, smarty, snobol, solidity, soql, spark, sparql, spl, sql, standardMl, starlark, stata, stylus, svelte, svg, svn, swift, tcl, tcsh, tex, textile, thrift, tlaPlus, toml, troff, tsql, twig, typescript, typst, unison, v, vala, vale, velocity, verilog, verse, vhdl, visualBasic, vue, vyper, webassembly, wgsl, wren, xaml, xml, xquery, xslt, yaml, yara, zeek, zig, ziggy, zsh };