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.cjs CHANGED
@@ -322,7 +322,7 @@ var init_ampl = __esm({
322
322
  ecosystems: ["Optimization", "Operations research"]
323
323
  },
324
324
  version: "stable",
325
- logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
325
+ logo: "https://ampl.com/wp-content/uploads/AMPL-favicon-36x29-1.svg",
326
326
  color: "#1D4ED8",
327
327
  i18n: {
328
328
  en: {
@@ -381,7 +381,7 @@ var init_ante = __esm({
381
381
  ecosystems: ["Systems Programming", "Research", "Compiler Development"]
382
382
  },
383
383
  version: "experimental",
384
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=A",
384
+ logo: "https://antelang.org/img/apple-touch-icon.png",
385
385
  color: "#4F46E5",
386
386
  i18n: {
387
387
  en: {
@@ -673,7 +673,7 @@ var init_aql = __esm({
673
673
  ecosystems: ["Graph databases", "Document databases"]
674
674
  },
675
675
  version: "ArangoDB AQL",
676
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=AQ",
676
+ logo: "https://cdn.simpleicons.org/arangodb/DDE072",
677
677
  color: "#16A34A",
678
678
  i18n: {
679
679
  en: {
@@ -967,7 +967,7 @@ var init_astro = __esm({
967
967
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
968
968
  ecosystems: ["Web", "Static Sites", "Content"]
969
969
  },
970
- version: "6.4.6",
970
+ version: "6.4.8",
971
971
  logo: "https://astro.build/assets/press/astro-icon-light.svg",
972
972
  color: "#FF5D01",
973
973
  i18n: {
@@ -1122,6 +1122,64 @@ var init_autohotkey = __esm({
1122
1122
  }
1123
1123
  });
1124
1124
 
1125
+ // src/languages/avro-idl.ts
1126
+ var avro_idl_exports = {};
1127
+ __export(avro_idl_exports, {
1128
+ avroIdl: () => exports.avroIdl
1129
+ });
1130
+ exports.avroIdl = void 0;
1131
+ var init_avro_idl = __esm({
1132
+ "src/languages/avro-idl.ts"() {
1133
+ exports.avroIdl = {
1134
+ slug: "avro-idl",
1135
+ publishedDate: "2009-11-02",
1136
+ extensions: [".avdl"],
1137
+ author: "Apache Software Foundation",
1138
+ website: "https://avro.apache.org/docs/current/idl-language/",
1139
+ paradigms: ["schema", "interface definition"],
1140
+ tooling: {
1141
+ runtimes: ["Apache Avro compiler"],
1142
+ ecosystems: ["Serialization", "RPC", "Data Engineering"]
1143
+ },
1144
+ version: "1.12.1",
1145
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Avro_Logo.svg",
1146
+ color: "#1E88E5",
1147
+ i18n: {
1148
+ en: {
1149
+ name: "Avro IDL",
1150
+ description: "A human-readable interface definition language for Apache Avro schemas and protocols.",
1151
+ 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."
1152
+ },
1153
+ es: {
1154
+ name: "Avro IDL",
1155
+ description: "Lenguaje legible de definicion de interfaces para esquemas y protocolos Apache Avro.",
1156
+ 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."
1157
+ },
1158
+ it: {
1159
+ name: "Avro IDL",
1160
+ description: "Linguaggio leggibile di definizione interfacce per schemi e protocolli Apache Avro.",
1161
+ 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."
1162
+ },
1163
+ fr: {
1164
+ name: "Avro IDL",
1165
+ description: "Langage lisible de definition d interfaces pour schemas et protocoles Apache Avro.",
1166
+ 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."
1167
+ },
1168
+ de: {
1169
+ name: "Avro IDL",
1170
+ description: "Menschenlesbare Schnittstellensprache fur Apache-Avro-Schemas und Protokolle.",
1171
+ 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."
1172
+ },
1173
+ pt: {
1174
+ name: "Avro IDL",
1175
+ description: "Linguagem legivel de definicao de interfaces para esquemas e protocolos Apache Avro.",
1176
+ 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."
1177
+ }
1178
+ }
1179
+ };
1180
+ }
1181
+ });
1182
+
1125
1183
  // src/languages/awk.ts
1126
1184
  var awk_exports = {};
1127
1185
  __export(awk_exports, {
@@ -1143,7 +1201,7 @@ var init_awk = __esm({
1143
1201
  ecosystems: ["Unix", "Text Processing", "Shell", "Data Extraction"]
1144
1202
  },
1145
1203
  version: "GNU Awk 5.4.0",
1146
- logo: "https://www.gnu.org/graphics/heckert_gnu.small.png",
1204
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
1147
1205
  color: "#4E9A06",
1148
1206
  i18n: {
1149
1207
  en: {
@@ -1728,7 +1786,7 @@ var init_bqn = __esm({
1728
1786
  ecosystems: ["Array Programming", "Data Transformation", "Recreational Computing"]
1729
1787
  },
1730
1788
  version: "BQN specification",
1731
- logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=BQN",
1789
+ logo: "https://mlochbaum.github.io/BQN/favicon.ico",
1732
1790
  color: "#7C3AED",
1733
1791
  i18n: {
1734
1792
  en: {
@@ -1962,7 +2020,7 @@ var init_capnproto = __esm({
1962
2020
  ecosystems: ["RPC", "Serialization"]
1963
2021
  },
1964
2022
  version: "stable",
1965
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=CP",
2023
+ logo: "https://capnproto.org/images/logo.png",
1966
2024
  color: "#F97316",
1967
2025
  i18n: {
1968
2026
  en: {
@@ -2059,6 +2117,64 @@ var init_carbon = __esm({
2059
2117
  }
2060
2118
  });
2061
2119
 
2120
+ // src/languages/cel.ts
2121
+ var cel_exports = {};
2122
+ __export(cel_exports, {
2123
+ cel: () => exports.cel
2124
+ });
2125
+ exports.cel = void 0;
2126
+ var init_cel = __esm({
2127
+ "src/languages/cel.ts"() {
2128
+ exports.cel = {
2129
+ slug: "cel",
2130
+ publishedDate: "2018-01-01",
2131
+ extensions: [".cel"],
2132
+ author: "Google / CEL community",
2133
+ website: "https://cel.dev",
2134
+ paradigms: ["expression", "declarative", "configuration"],
2135
+ tooling: {
2136
+ runtimes: ["cel-go", "cel-java", "cel-cpp"],
2137
+ ecosystems: ["Cloud Native", "Policy", "Configuration"]
2138
+ },
2139
+ version: "0.25.2",
2140
+ logo: "https://www.gstatic.com/devrel-devsite/prod/v20cdb2337f656fc22df509b6d5402b3836a1b55334a8eea3301423a87970c4d5/cel/images/touchicon-180.png",
2141
+ color: "#4285F4",
2142
+ i18n: {
2143
+ en: {
2144
+ name: "Common Expression Language",
2145
+ description: "A portable, non-Turing-complete language for fast and safe expression evaluation.",
2146
+ 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."
2147
+ },
2148
+ es: {
2149
+ name: "Lenguaje Comun de Expresiones",
2150
+ description: "Lenguaje portable y no Turing-completo para evaluar expresiones de forma rapida y segura.",
2151
+ 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."
2152
+ },
2153
+ it: {
2154
+ name: "Common Expression Language",
2155
+ description: "Linguaggio portabile e non Turing-completo per valutare espressioni in modo rapido e sicuro.",
2156
+ 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."
2157
+ },
2158
+ fr: {
2159
+ name: "Common Expression Language",
2160
+ description: "Langage portable et non Turing-complet pour evaluer des expressions rapidement et surement.",
2161
+ 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."
2162
+ },
2163
+ de: {
2164
+ name: "Common Expression Language",
2165
+ description: "Portable, nicht Turing-vollstandige Sprache zur schnellen und sicheren Ausdrucksauswertung.",
2166
+ 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."
2167
+ },
2168
+ pt: {
2169
+ name: "Common Expression Language",
2170
+ description: "Linguagem portavel e nao Turing-completa para avaliar expressoes com rapidez e seguranca.",
2171
+ 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."
2172
+ }
2173
+ }
2174
+ };
2175
+ }
2176
+ });
2177
+
2062
2178
  // src/languages/chapel.ts
2063
2179
  var chapel_exports = {};
2064
2180
  __export(chapel_exports, {
@@ -2079,7 +2195,7 @@ var init_chapel = __esm({
2079
2195
  packageManagers: ["Mason"],
2080
2196
  ecosystems: ["High-performance computing", "Parallel computing"]
2081
2197
  },
2082
- version: "2.8.0",
2198
+ version: "2.9.0",
2083
2199
  logo: "https://chapel-lang.org/images/chapel-logo.png",
2084
2200
  color: "#8C1AFF",
2085
2201
  i18n: {
@@ -2255,7 +2371,7 @@ var init_cmake = __esm({
2255
2371
  runtimes: ["CMake"],
2256
2372
  ecosystems: ["C", "C++", "Fortran", "Cross-platform Builds", "Embedded Systems"]
2257
2373
  },
2258
- version: "4.3.3",
2374
+ version: "4.3.4",
2259
2375
  logo: "https://cmake.org/wp-content/uploads/2023/08/CMake-Logo.svg",
2260
2376
  color: "#064F8C",
2261
2377
  i18n: {
@@ -2957,7 +3073,7 @@ var init_curry = __esm({
2957
3073
  ecosystems: ["Functional Logic Programming", "Constraint Solving", "Research"]
2958
3074
  },
2959
3075
  version: "Curry 0.9.0",
2960
- logo: "https://dummyimage.com/32x32/BE123C/ffffff.png&text=Cu",
3076
+ logo: "https://www.curry-language.org/assets/img/curry-32x32.png",
2961
3077
  color: "#BE123C",
2962
3078
  i18n: {
2963
3079
  en: {
@@ -3192,7 +3308,7 @@ var init_dafny = __esm({
3192
3308
  ecosystems: ["Formal Methods", ".NET", "Verification"]
3193
3309
  },
3194
3310
  version: "4.11.0",
3195
- logo: "https://dummyimage.com/32x32/0B6D91/ffffff.png&text=D",
3311
+ logo: "https://dafny.org/images/dafny-favicon.svg",
3196
3312
  color: "#0B6D91",
3197
3313
  i18n: {
3198
3314
  en: {
@@ -3485,7 +3601,7 @@ var init_dot = __esm({
3485
3601
  ecosystems: ["Visualization", "Documentation"]
3486
3602
  },
3487
3603
  version: "stable",
3488
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=GV",
3604
+ logo: "https://graphviz.org/Resources/favicon.png",
3489
3605
  color: "#16A34A",
3490
3606
  i18n: {
3491
3607
  en: {
@@ -3601,7 +3717,7 @@ var init_editorconfig = __esm({
3601
3717
  ecosystems: ["Editors", "Code formatting"]
3602
3718
  },
3603
3719
  version: "stable",
3604
- logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=EC",
3720
+ logo: "https://editorconfig.org/logo.png",
3605
3721
  color: "#0F766E",
3606
3722
  i18n: {
3607
3723
  en: {
@@ -3954,7 +4070,7 @@ var init_erlang = __esm({
3954
4070
  packageManagers: ["rebar3", "Hex"],
3955
4071
  ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
3956
4072
  },
3957
- version: "OTP 29.0",
4073
+ version: "OTP 29.0.2",
3958
4074
  logo: "https://cdn.simpleicons.org/erlang/A90533",
3959
4075
  color: "#A90533",
3960
4076
  i18n: {
@@ -4014,7 +4130,7 @@ var init_factor = __esm({
4014
4130
  ecosystems: ["Interactive Development", "Language Research", "Desktop Tools"]
4015
4131
  },
4016
4132
  version: "0.101",
4017
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=F",
4133
+ logo: "https://factorcode.org/favicon-96x96.png",
4018
4134
  color: "#F97316",
4019
4135
  i18n: {
4020
4136
  en: {
@@ -4072,7 +4188,7 @@ var init_fe = __esm({
4072
4188
  ecosystems: ["Ethereum", "EVM"]
4073
4189
  },
4074
4190
  version: "experimental",
4075
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=Fe",
4191
+ logo: "https://fe-lang.org/favicon.png",
4076
4192
  color: "#4F46E5",
4077
4193
  i18n: {
4078
4194
  en: {
@@ -4228,6 +4344,64 @@ var init_fish = __esm({
4228
4344
  }
4229
4345
  });
4230
4346
 
4347
+ // src/languages/flatbuffers.ts
4348
+ var flatbuffers_exports = {};
4349
+ __export(flatbuffers_exports, {
4350
+ flatbuffers: () => exports.flatbuffers
4351
+ });
4352
+ exports.flatbuffers = void 0;
4353
+ var init_flatbuffers = __esm({
4354
+ "src/languages/flatbuffers.ts"() {
4355
+ exports.flatbuffers = {
4356
+ slug: "flatbuffers",
4357
+ publishedDate: "2014-06-17",
4358
+ extensions: [".fbs"],
4359
+ author: "Wouter van Oortmerssen / Google",
4360
+ website: "https://flatbuffers.dev",
4361
+ paradigms: ["schema", "interface definition"],
4362
+ tooling: {
4363
+ runtimes: ["flatc"],
4364
+ ecosystems: ["Serialization", "Games", "Mobile"]
4365
+ },
4366
+ version: "25.12.19",
4367
+ logo: "https://flatbuffers.dev/assets/images/favicon.png",
4368
+ color: "#0F9D58",
4369
+ i18n: {
4370
+ en: {
4371
+ name: "FlatBuffers",
4372
+ description: "A schema language for memory-efficient, cross-platform serialization without unpacking.",
4373
+ 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."
4374
+ },
4375
+ es: {
4376
+ name: "FlatBuffers",
4377
+ description: "Lenguaje de esquemas para serializacion eficiente y multiplataforma sin desempaquetado.",
4378
+ 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."
4379
+ },
4380
+ it: {
4381
+ name: "FlatBuffers",
4382
+ description: "Linguaggio di schema per serializzazione efficiente e multipiattaforma senza unpacking.",
4383
+ 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."
4384
+ },
4385
+ fr: {
4386
+ name: "FlatBuffers",
4387
+ description: "Langage de schema pour serialisation efficace et multiplateforme sans depaquetage.",
4388
+ 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."
4389
+ },
4390
+ de: {
4391
+ name: "FlatBuffers",
4392
+ description: "Schemasprache fur speichereffiziente, plattformubergreifende Serialisierung ohne Entpacken.",
4393
+ 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."
4394
+ },
4395
+ pt: {
4396
+ name: "FlatBuffers",
4397
+ description: "Linguagem de esquema para serializacao eficiente e multiplataforma sem desempacotar.",
4398
+ 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."
4399
+ }
4400
+ }
4401
+ };
4402
+ }
4403
+ });
4404
+
4231
4405
  // src/languages/flux.ts
4232
4406
  var flux_exports = {};
4233
4407
  __export(flux_exports, {
@@ -4482,7 +4656,7 @@ var init_freemarker = __esm({
4482
4656
  ecosystems: ["Java", "Web", "Apache"]
4483
4657
  },
4484
4658
  version: "2.3.34",
4485
- logo: "https://dummyimage.com/32x32/326CE5/ffffff.png&text=FM",
4659
+ logo: "https://freemarker.apache.org/favicon.png",
4486
4660
  color: "#326CE5",
4487
4661
  i18n: {
4488
4662
  en: {
@@ -4600,7 +4774,7 @@ var init_fstar = __esm({
4600
4774
  ecosystems: ["Formal Methods", "ML", "Low-level Verification"]
4601
4775
  },
4602
4776
  version: "2026.04.17",
4603
- logo: "https://dummyimage.com/32x32/572E91/ffffff.png&text=F%2A",
4777
+ logo: "https://fstar-lang.org/favicon.ico",
4604
4778
  color: "#572E91",
4605
4779
  i18n: {
4606
4780
  en: {
@@ -4716,7 +4890,7 @@ var init_gdscript = __esm({
4716
4890
  packageManagers: ["Godot Asset Library"],
4717
4891
  ecosystems: ["Game Development", "2D Games", "3D Games"]
4718
4892
  },
4719
- version: "4.6",
4893
+ version: "4.7",
4720
4894
  logo: "https://cdn.simpleicons.org/godotengine/478CBF",
4721
4895
  color: "#478CBF",
4722
4896
  i18n: {
@@ -5068,7 +5242,7 @@ var init_gradle = __esm({
5068
5242
  packageManagers: ["Gradle"],
5069
5243
  ecosystems: ["JVM", "Android", "Java", "Kotlin", "Groovy"]
5070
5244
  },
5071
- version: "9.5.1",
5245
+ version: "9.6.0",
5072
5246
  logo: "https://cdn.simpleicons.org/gradle/02303A",
5073
5247
  color: "#02303A",
5074
5248
  i18n: {
@@ -6121,7 +6295,7 @@ var init_ink = __esm({
6121
6295
  ecosystems: ["Polkadot", "Substrate", "Rust"]
6122
6296
  },
6123
6297
  version: "Ink! 6",
6124
- logo: "https://dummyimage.com/32x32/EC4899/ffffff.png&text=In",
6298
+ logo: "https://use.ink/img/favicon.png",
6125
6299
  color: "#EC4899",
6126
6300
  i18n: {
6127
6301
  en: {
@@ -6237,7 +6411,7 @@ var init_isabelle = __esm({
6237
6411
  ecosystems: ["Formal Methods", "Proof Assistants", "Higher-order Logic"]
6238
6412
  },
6239
6413
  version: "Isabelle2025-2",
6240
- logo: "https://dummyimage.com/32x32/6A5ACD/ffffff.png&text=Is",
6414
+ logo: "https://isabelle.in.tum.de/img/favicon.ico",
6241
6415
  color: "#6A5ACD",
6242
6416
  i18n: {
6243
6417
  en: {
@@ -6531,7 +6705,7 @@ var init_jmespath = __esm({
6531
6705
  ecosystems: ["JSON", "Cloud tooling"]
6532
6706
  },
6533
6707
  version: "stable",
6534
- logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
6708
+ logo: "https://jmespath.org/_static/img/logo.png",
6535
6709
  color: "#2F80ED",
6536
6710
  i18n: {
6537
6711
  en: {
@@ -6644,7 +6818,7 @@ var init_json5 = __esm({
6644
6818
  ecosystems: ["Configuration", "Web", "Node.js"]
6645
6819
  },
6646
6820
  version: "2.2.3",
6647
- logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
6821
+ logo: "https://json5.dev/favicon.svg",
6648
6822
  color: "#267CB9",
6649
6823
  i18n: {
6650
6824
  en: {
@@ -7113,7 +7287,7 @@ var init_kdl = __esm({
7113
7287
  ecosystems: ["Configuration", "Rust", "Structured Documents"]
7114
7288
  },
7115
7289
  version: "2.0.0",
7116
- logo: "https://dummyimage.com/32x32/6B4E9B/ffffff.png&text=KDL",
7290
+ logo: "https://kdl.dev/assets/apple-touch-icon-DYakp7eY.png",
7117
7291
  color: "#6B4E9B",
7118
7292
  i18n: {
7119
7293
  en: {
@@ -7172,7 +7346,7 @@ var init_koka = __esm({
7172
7346
  ecosystems: ["Effect Systems", "Functional Programming", "Research"]
7173
7347
  },
7174
7348
  version: "3.2.2",
7175
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=K",
7349
+ logo: "https://koka-lang.github.io/koka/doc/images/koka-logo-filled.png",
7176
7350
  color: "#0891B2",
7177
7351
  i18n: {
7178
7352
  en: {
@@ -7347,7 +7521,7 @@ var init_lean = __esm({
7347
7521
  packageManagers: ["Lake", "elan"],
7348
7522
  ecosystems: ["Formal methods", "Mathematics", "Proof assistants"]
7349
7523
  },
7350
- version: "4.30.0",
7524
+ version: "4.31.0",
7351
7525
  logo: "https://cdn.simpleicons.org/leanpub/262425",
7352
7526
  color: "#262425",
7353
7527
  i18n: {
@@ -7466,7 +7640,7 @@ var init_ligo = __esm({
7466
7640
  ecosystems: ["Tezos"]
7467
7641
  },
7468
7642
  version: "1.x",
7469
- logo: "https://dummyimage.com/32x32/0D9488/ffffff.png&text=Li",
7643
+ logo: "https://ligolang.org/img/logo/logo.png",
7470
7644
  color: "#0D9488",
7471
7645
  i18n: {
7472
7646
  en: {
@@ -7700,7 +7874,7 @@ var init_llvm_ir = __esm({
7700
7874
  packageManagers: ["LLVM releases"],
7701
7875
  ecosystems: ["Compilers", "Systems programming", "Toolchains"]
7702
7876
  },
7703
- version: "22.1.7",
7877
+ version: "22.1.8",
7704
7878
  logo: "https://cdn.simpleicons.org/llvm/262D3A",
7705
7879
  color: "#262D3A",
7706
7880
  i18n: {
@@ -7817,7 +7991,7 @@ var init_logo = __esm({
7817
7991
  ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
7818
7992
  },
7819
7993
  version: "UCBLogo 6.2",
7820
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
7994
+ logo: "https://people.eecs.berkeley.edu/~bh/ucblogo.png",
7821
7995
  color: "#16A34A",
7822
7996
  i18n: {
7823
7997
  en: {
@@ -7934,7 +8108,7 @@ var init_luau = __esm({
7934
8108
  packageManagers: ["Wally", "Pesde"],
7935
8109
  ecosystems: ["Roblox", "Games", "Embedded scripting"]
7936
8110
  },
7937
- version: "0.725",
8111
+ version: "0.726",
7938
8112
  logo: "https://cdn.simpleicons.org/roblox/000000",
7939
8113
  color: "#000000",
7940
8114
  i18n: {
@@ -8164,7 +8338,7 @@ var init_marlowe = __esm({
8164
8338
  ecosystems: ["Cardano", "Financial contracts"]
8165
8339
  },
8166
8340
  version: "Marlowe Runtime",
8167
- logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
8341
+ logo: "https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg",
8168
8342
  color: "#6D28D9",
8169
8343
  i18n: {
8170
8344
  en: {
@@ -8319,6 +8493,64 @@ var init_matlab = __esm({
8319
8493
  }
8320
8494
  });
8321
8495
 
8496
+ // src/languages/maxima.ts
8497
+ var maxima_exports = {};
8498
+ __export(maxima_exports, {
8499
+ maxima: () => exports.maxima
8500
+ });
8501
+ exports.maxima = void 0;
8502
+ var init_maxima = __esm({
8503
+ "src/languages/maxima.ts"() {
8504
+ exports.maxima = {
8505
+ slug: "maxima",
8506
+ publishedDate: "1982-01-01",
8507
+ extensions: [".mac", ".wxm"],
8508
+ author: "MIT Project MAC and the Maxima community",
8509
+ website: "https://maxima.sourceforge.io",
8510
+ paradigms: ["symbolic", "functional", "scientific"],
8511
+ tooling: {
8512
+ runtimes: ["Maxima"],
8513
+ ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
8514
+ },
8515
+ version: "5.49.0",
8516
+ logo: "https://maxima.sourceforge.io/img/maxima.svg",
8517
+ color: "#92278F",
8518
+ i18n: {
8519
+ en: {
8520
+ name: "Maxima",
8521
+ description: "A symbolic computation language and computer algebra system descended from Macsyma.",
8522
+ 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."
8523
+ },
8524
+ es: {
8525
+ name: "Maxima",
8526
+ description: "Lenguaje de computacion simbolica y sistema algebraico descendiente de Macsyma.",
8527
+ 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."
8528
+ },
8529
+ it: {
8530
+ name: "Maxima",
8531
+ description: "Linguaggio di calcolo simbolico e sistema di algebra derivato da Macsyma.",
8532
+ 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."
8533
+ },
8534
+ fr: {
8535
+ name: "Maxima",
8536
+ description: "Langage de calcul symbolique et systeme d algebre descendant de Macsyma.",
8537
+ 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."
8538
+ },
8539
+ de: {
8540
+ name: "Maxima",
8541
+ description: "Sprache fur symbolisches Rechnen und Computeralgebrasystem auf Basis von Macsyma.",
8542
+ 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."
8543
+ },
8544
+ pt: {
8545
+ name: "Maxima",
8546
+ description: "Linguagem de computacao simbolica e sistema de algebra descendente do Macsyma.",
8547
+ 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."
8548
+ }
8549
+ }
8550
+ };
8551
+ }
8552
+ });
8553
+
8322
8554
  // src/languages/mdx.ts
8323
8555
  var mdx_exports = {};
8324
8556
  __export(mdx_exports, {
@@ -8399,7 +8631,7 @@ var init_mercury = __esm({
8399
8631
  ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
8400
8632
  },
8401
8633
  version: "22.01.8",
8402
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
8634
+ logo: "https://www.mercurylang.org/favicon.ico",
8403
8635
  color: "#0891B2",
8404
8636
  i18n: {
8405
8637
  en: {
@@ -8982,7 +9214,7 @@ var init_nginx = __esm({
8982
9214
  runtimes: ["nginx", "NGINX Plus", "OpenResty"],
8983
9215
  ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
8984
9216
  },
8985
- version: "1.30.2",
9217
+ version: "1.30.3",
8986
9218
  logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
8987
9219
  color: "#009639",
8988
9220
  i18n: {
@@ -9158,7 +9390,7 @@ var init_nix = __esm({
9158
9390
  packageManagers: ["nix", "nix flakes"],
9159
9391
  ecosystems: ["Linux", "macOS", "NixOS", "DevOps"]
9160
9392
  },
9161
- version: "2.34.7",
9393
+ version: "2.34.8",
9162
9394
  logo: "https://cdn.simpleicons.org/nixos/5277C3",
9163
9395
  color: "#5277C3",
9164
9396
  i18n: {
@@ -9667,6 +9899,64 @@ var init_opencl = __esm({
9667
9899
  }
9668
9900
  });
9669
9901
 
9902
+ // src/languages/org.ts
9903
+ var org_exports = {};
9904
+ __export(org_exports, {
9905
+ org: () => exports.org
9906
+ });
9907
+ exports.org = void 0;
9908
+ var init_org = __esm({
9909
+ "src/languages/org.ts"() {
9910
+ exports.org = {
9911
+ slug: "org",
9912
+ publishedDate: "2003-01-01",
9913
+ extensions: [".org"],
9914
+ author: "Carsten Dominik and Org mode contributors",
9915
+ website: "https://orgmode.org",
9916
+ paradigms: ["markup", "outlining", "literate programming"],
9917
+ tooling: {
9918
+ runtimes: ["GNU Emacs"],
9919
+ ecosystems: ["Documentation", "Knowledge Management", "Reproducible Research"]
9920
+ },
9921
+ version: "9.8",
9922
+ logo: "https://orgmode.org/resources/img/org-mode-unicorn.svg",
9923
+ color: "#77AA99",
9924
+ i18n: {
9925
+ en: {
9926
+ name: "Org-mode",
9927
+ description: "A plain-text markup format for outlines, notes, planning, and literate programming.",
9928
+ 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."
9929
+ },
9930
+ es: {
9931
+ name: "Org-mode",
9932
+ description: "Formato de texto plano para esquemas, notas, planificacion y programacion literaria.",
9933
+ 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."
9934
+ },
9935
+ it: {
9936
+ name: "Org-mode",
9937
+ description: "Formato di testo semplice per outline, note, pianificazione e programmazione letterata.",
9938
+ 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."
9939
+ },
9940
+ fr: {
9941
+ name: "Org-mode",
9942
+ description: "Format texte pour plans, notes, planification et programmation litteraire.",
9943
+ 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."
9944
+ },
9945
+ de: {
9946
+ name: "Org-mode",
9947
+ description: "Klartext-Markupformat fur Gliederungen, Notizen, Planung und literarisches Programmieren.",
9948
+ 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."
9949
+ },
9950
+ pt: {
9951
+ name: "Org-mode",
9952
+ description: "Formato de texto simples para estruturas, notas, planejamento e programacao literaria.",
9953
+ 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."
9954
+ }
9955
+ }
9956
+ };
9957
+ }
9958
+ });
9959
+
9670
9960
  // src/languages/pascal.ts
9671
9961
  var pascal_exports = {};
9672
9962
  __export(pascal_exports, {
@@ -10194,6 +10484,64 @@ var init_plsql = __esm({
10194
10484
  }
10195
10485
  });
10196
10486
 
10487
+ // src/languages/pod.ts
10488
+ var pod_exports = {};
10489
+ __export(pod_exports, {
10490
+ pod: () => exports.pod
10491
+ });
10492
+ exports.pod = void 0;
10493
+ var init_pod = __esm({
10494
+ "src/languages/pod.ts"() {
10495
+ exports.pod = {
10496
+ slug: "pod",
10497
+ publishedDate: "1994-01-01",
10498
+ extensions: [".pod"],
10499
+ author: "Larry Wall and the Perl community",
10500
+ website: "https://perldoc.perl.org/perlpod",
10501
+ paradigms: ["markup", "documentation"],
10502
+ tooling: {
10503
+ runtimes: ["perldoc", "Pod::Simple"],
10504
+ ecosystems: ["Perl", "Documentation"]
10505
+ },
10506
+ version: "Perl 5.42.2",
10507
+ logo: "https://cdn.simpleicons.org/perl/39457E",
10508
+ color: "#39457E",
10509
+ i18n: {
10510
+ en: {
10511
+ name: "Plain Old Documentation",
10512
+ description: "A lightweight documentation markup format distributed with Perl.",
10513
+ 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."
10514
+ },
10515
+ es: {
10516
+ name: "Plain Old Documentation",
10517
+ description: "Formato ligero de documentacion distribuido con Perl.",
10518
+ 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."
10519
+ },
10520
+ it: {
10521
+ name: "Plain Old Documentation",
10522
+ description: "Formato leggero di documentazione distribuito con Perl.",
10523
+ 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."
10524
+ },
10525
+ fr: {
10526
+ name: "Plain Old Documentation",
10527
+ description: "Format leger de documentation distribue avec Perl.",
10528
+ 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."
10529
+ },
10530
+ de: {
10531
+ name: "Plain Old Documentation",
10532
+ description: "Leichtgewichtiges Dokumentationsformat, das mit Perl ausgeliefert wird.",
10533
+ 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."
10534
+ },
10535
+ pt: {
10536
+ name: "Plain Old Documentation",
10537
+ description: "Formato leve de documentacao distribuido com Perl.",
10538
+ 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."
10539
+ }
10540
+ }
10541
+ };
10542
+ }
10543
+ });
10544
+
10197
10545
  // src/languages/pony.ts
10198
10546
  var pony_exports = {};
10199
10547
  __export(pony_exports, {
@@ -10273,7 +10621,7 @@ var init_powershell = __esm({
10273
10621
  packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
10274
10622
  ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
10275
10623
  },
10276
- version: "7.6.2",
10624
+ version: "7.6.3",
10277
10625
  logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
10278
10626
  color: "#5391FE",
10279
10627
  i18n: {
@@ -10744,7 +11092,7 @@ var init_qmake = __esm({
10744
11092
  ecosystems: ["Qt", "C++"]
10745
11093
  },
10746
11094
  version: "stable",
10747
- logo: "https://dummyimage.com/32x32/41CD52/ffffff.png&text=Qt",
11095
+ logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
10748
11096
  color: "#41CD52",
10749
11097
  i18n: {
10750
11098
  en: {
@@ -11215,7 +11563,7 @@ var init_rebol = __esm({
11215
11563
  ecosystems: ["Scripting", "DSLs", "Network Tools"]
11216
11564
  },
11217
11565
  version: "Rebol 3",
11218
- logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
11566
+ logo: "https://www.rebol.com/graphics/reb-logo.gif",
11219
11567
  color: "#7C2D12",
11220
11568
  i18n: {
11221
11569
  en: {
@@ -11919,7 +12267,7 @@ var init_self = __esm({
11919
12267
  ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
11920
12268
  },
11921
12269
  version: "2024.1",
11922
- logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
12270
+ logo: "https://selflanguage.org/img/self-logo.png",
11923
12271
  color: "#EA580C",
11924
12272
  i18n: {
11925
12273
  en: {
@@ -13062,6 +13410,64 @@ var init_tcl = __esm({
13062
13410
  }
13063
13411
  });
13064
13412
 
13413
+ // src/languages/tcsh.ts
13414
+ var tcsh_exports = {};
13415
+ __export(tcsh_exports, {
13416
+ tcsh: () => exports.tcsh
13417
+ });
13418
+ exports.tcsh = void 0;
13419
+ var init_tcsh = __esm({
13420
+ "src/languages/tcsh.ts"() {
13421
+ exports.tcsh = {
13422
+ slug: "tcsh",
13423
+ publishedDate: "1981-01-01",
13424
+ extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"],
13425
+ author: "Ken Greer, Paul Placeway, Christos Zoulas, and contributors",
13426
+ website: "https://www.tcsh.org",
13427
+ paradigms: ["shell", "scripting", "imperative"],
13428
+ tooling: {
13429
+ runtimes: ["tcsh"],
13430
+ ecosystems: ["Unix", "BSD"]
13431
+ },
13432
+ version: "6.24.16",
13433
+ logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
13434
+ color: "#2563EB",
13435
+ i18n: {
13436
+ en: {
13437
+ name: "Tcsh",
13438
+ description: "A C shell-compatible Unix command interpreter with editing and programmable completion.",
13439
+ 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."
13440
+ },
13441
+ es: {
13442
+ name: "Tcsh",
13443
+ description: "Interprete Unix compatible con C shell, con edicion y completado programable.",
13444
+ 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."
13445
+ },
13446
+ it: {
13447
+ name: "Tcsh",
13448
+ description: "Interprete Unix compatibile con C shell, con modifica e completamento programmabile.",
13449
+ 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."
13450
+ },
13451
+ fr: {
13452
+ name: "Tcsh",
13453
+ description: "Interpreteur Unix compatible C shell avec edition et completion programmable.",
13454
+ 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."
13455
+ },
13456
+ de: {
13457
+ name: "Tcsh",
13458
+ description: "C-Shell-kompatibler Unix-Interpreter mit Bearbeitung und programmierbarer Erganzung.",
13459
+ 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."
13460
+ },
13461
+ pt: {
13462
+ name: "Tcsh",
13463
+ description: "Interpretador Unix compativel com C shell, com edicao e conclusao programavel.",
13464
+ 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."
13465
+ }
13466
+ }
13467
+ };
13468
+ }
13469
+ });
13470
+
13065
13471
  // src/languages/tex.ts
13066
13472
  var tex_exports = {};
13067
13473
  __export(tex_exports, {
@@ -13121,6 +13527,63 @@ var init_tex = __esm({
13121
13527
  }
13122
13528
  });
13123
13529
 
13530
+ // src/languages/textile.ts
13531
+ var textile_exports = {};
13532
+ __export(textile_exports, {
13533
+ textile: () => exports.textile
13534
+ });
13535
+ exports.textile = void 0;
13536
+ var init_textile = __esm({
13537
+ "src/languages/textile.ts"() {
13538
+ exports.textile = {
13539
+ slug: "textile",
13540
+ publishedDate: "2002-12-26",
13541
+ extensions: [".textile"],
13542
+ author: "Dean Allen",
13543
+ website: "https://textile-lang.com",
13544
+ paradigms: ["markup", "documentation"],
13545
+ tooling: {
13546
+ ecosystems: ["Web", "CMS", "Documentation"]
13547
+ },
13548
+ version: "4.1.4",
13549
+ logo: "https://textile-lang.com/icon.svg",
13550
+ color: "#CC0000",
13551
+ i18n: {
13552
+ en: {
13553
+ name: "Textile",
13554
+ description: "A lightweight markup language that converts readable plain text into structured HTML.",
13555
+ 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."
13556
+ },
13557
+ es: {
13558
+ name: "Textile",
13559
+ description: "Lenguaje de marcado ligero que convierte texto legible en HTML estructurado.",
13560
+ 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."
13561
+ },
13562
+ it: {
13563
+ name: "Textile",
13564
+ description: "Linguaggio di markup leggero che converte testo leggibile in HTML strutturato.",
13565
+ 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."
13566
+ },
13567
+ fr: {
13568
+ name: "Textile",
13569
+ description: "Langage de balisage leger convertissant un texte lisible en HTML structure.",
13570
+ 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."
13571
+ },
13572
+ de: {
13573
+ name: "Textile",
13574
+ description: "Leichtgewichtige Markup-Sprache, die lesbaren Klartext in strukturiertes HTML umwandelt.",
13575
+ 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."
13576
+ },
13577
+ pt: {
13578
+ name: "Textile",
13579
+ description: "Linguagem de marcacao leve que converte texto legivel em HTML estruturado.",
13580
+ 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."
13581
+ }
13582
+ }
13583
+ };
13584
+ }
13585
+ });
13586
+
13124
13587
  // src/languages/thrift.ts
13125
13588
  var thrift_exports = {};
13126
13589
  __export(thrift_exports, {
@@ -13292,6 +13755,64 @@ var init_toml = __esm({
13292
13755
  }
13293
13756
  });
13294
13757
 
13758
+ // src/languages/troff.ts
13759
+ var troff_exports = {};
13760
+ __export(troff_exports, {
13761
+ troff: () => exports.troff
13762
+ });
13763
+ exports.troff = void 0;
13764
+ var init_troff = __esm({
13765
+ "src/languages/troff.ts"() {
13766
+ exports.troff = {
13767
+ slug: "troff",
13768
+ publishedDate: "1973-01-01",
13769
+ extensions: [".roff", ".troff", ".man", ".me", ".ms"],
13770
+ author: "Joe Ossanna, Brian Kernighan, and GNU contributors",
13771
+ website: "https://www.gnu.org/software/groff/",
13772
+ paradigms: ["markup", "typesetting"],
13773
+ tooling: {
13774
+ runtimes: ["GNU groff", "troff", "nroff"],
13775
+ ecosystems: ["Unix", "Documentation", "Typesetting"]
13776
+ },
13777
+ version: "GNU groff 1.24.1",
13778
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
13779
+ color: "#8F5902",
13780
+ i18n: {
13781
+ en: {
13782
+ name: "Troff/Groff",
13783
+ description: "A typesetting markup language and GNU implementation used for Unix documents and man pages.",
13784
+ 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."
13785
+ },
13786
+ es: {
13787
+ name: "Troff/Groff",
13788
+ description: "Lenguaje tipografico e implementacion GNU usado para documentos Unix y paginas man.",
13789
+ 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."
13790
+ },
13791
+ it: {
13792
+ name: "Troff/Groff",
13793
+ description: "Linguaggio tipografico e implementazione GNU per documenti Unix e pagine man.",
13794
+ 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."
13795
+ },
13796
+ fr: {
13797
+ name: "Troff/Groff",
13798
+ description: "Langage de composition et implementation GNU pour documents Unix et pages man.",
13799
+ 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."
13800
+ },
13801
+ de: {
13802
+ name: "Troff/Groff",
13803
+ description: "Satz-Markup-Sprache und GNU-Implementierung fur Unix-Dokumente und Handbuchseiten.",
13804
+ 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."
13805
+ },
13806
+ pt: {
13807
+ name: "Troff/Groff",
13808
+ description: "Linguagem tipografica e implementacao GNU usada em documentos Unix e paginas man.",
13809
+ 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."
13810
+ }
13811
+ }
13812
+ };
13813
+ }
13814
+ });
13815
+
13295
13816
  // src/languages/tsql.ts
13296
13817
  var tsql_exports = {};
13297
13818
  __export(tsql_exports, {
@@ -13493,7 +14014,7 @@ var init_typst = __esm({
13493
14014
  packageManagers: ["Typst Packages"],
13494
14015
  ecosystems: ["Publishing", "Academic Writing", "Documentation", "Typesetting"]
13495
14016
  },
13496
- version: "0.14.2",
14017
+ version: "0.15.0",
13497
14018
  logo: "https://cdn.simpleicons.org/typst/239DAD",
13498
14019
  color: "#239DAD",
13499
14020
  i18n: {
@@ -13767,6 +14288,64 @@ var init_vale = __esm({
13767
14288
  }
13768
14289
  });
13769
14290
 
14291
+ // src/languages/velocity.ts
14292
+ var velocity_exports = {};
14293
+ __export(velocity_exports, {
14294
+ velocity: () => exports.velocity
14295
+ });
14296
+ exports.velocity = void 0;
14297
+ var init_velocity = __esm({
14298
+ "src/languages/velocity.ts"() {
14299
+ exports.velocity = {
14300
+ slug: "velocity",
14301
+ publishedDate: "2001-01-01",
14302
+ extensions: [".vm", ".vtl"],
14303
+ author: "Apache Software Foundation",
14304
+ website: "https://velocity.apache.org",
14305
+ paradigms: ["template", "declarative"],
14306
+ tooling: {
14307
+ runtimes: ["Apache Velocity Engine"],
14308
+ ecosystems: ["Java", "Web", "Code Generation"]
14309
+ },
14310
+ version: "2.4.1",
14311
+ logo: "https://velocity.apache.org/engine/devel/images/velocity-logo.png",
14312
+ color: "#2D3E50",
14313
+ i18n: {
14314
+ en: {
14315
+ name: "Apache Velocity",
14316
+ description: "A Java template language for generating text from application data and objects.",
14317
+ 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."
14318
+ },
14319
+ es: {
14320
+ name: "Apache Velocity",
14321
+ description: "Lenguaje de plantillas Java para generar texto desde datos y objetos de aplicaciones.",
14322
+ 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."
14323
+ },
14324
+ it: {
14325
+ name: "Apache Velocity",
14326
+ description: "Linguaggio di template Java per generare testo da dati e oggetti applicativi.",
14327
+ 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."
14328
+ },
14329
+ fr: {
14330
+ name: "Apache Velocity",
14331
+ description: "Langage de templates Java pour generer du texte depuis les donnees et objets applicatifs.",
14332
+ 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."
14333
+ },
14334
+ de: {
14335
+ name: "Apache Velocity",
14336
+ description: "Java-Templatesprache zur Texterzeugung aus Anwendungsdaten und Objekten.",
14337
+ 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."
14338
+ },
14339
+ pt: {
14340
+ name: "Apache Velocity",
14341
+ description: "Linguagem de templates Java para gerar texto a partir de dados e objetos da aplicacao.",
14342
+ 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."
14343
+ }
14344
+ }
14345
+ };
14346
+ }
14347
+ });
14348
+
13770
14349
  // src/languages/verilog.ts
13771
14350
  var verilog_exports = {};
13772
14351
  __export(verilog_exports, {
@@ -14894,6 +15473,7 @@ init_assembly();
14894
15473
  init_astro();
14895
15474
  init_austral();
14896
15475
  init_autohotkey();
15476
+ init_avro_idl();
14897
15477
  init_awk();
14898
15478
  init_ballerina();
14899
15479
  init_bash();
@@ -14910,6 +15490,7 @@ init_c();
14910
15490
  init_cairo();
14911
15491
  init_capnproto();
14912
15492
  init_carbon();
15493
+ init_cel();
14913
15494
  init_chapel();
14914
15495
  init_circom();
14915
15496
  init_clojure();
@@ -14947,6 +15528,7 @@ init_factor();
14947
15528
  init_fe();
14948
15529
  init_fennel();
14949
15530
  init_fish();
15531
+ init_flatbuffers();
14950
15532
  init_flux();
14951
15533
  init_forth();
14952
15534
  init_fortran();
@@ -15017,6 +15599,7 @@ init_markdown();
15017
15599
  init_marlowe();
15018
15600
  init_mathematica();
15019
15601
  init_matlab();
15602
+ init_maxima();
15020
15603
  init_mdx();
15021
15604
  init_mercury();
15022
15605
  init_mermaid();
@@ -15040,6 +15623,7 @@ init_ocaml();
15040
15623
  init_odin();
15041
15624
  init_openapi();
15042
15625
  init_opencl();
15626
+ init_org();
15043
15627
  init_pascal();
15044
15628
  init_perl();
15045
15629
  init_php();
@@ -15049,6 +15633,7 @@ init_pl_i();
15049
15633
  init_plantuml();
15050
15634
  init_plpgsql();
15051
15635
  init_plsql();
15636
+ init_pod();
15052
15637
  init_pony();
15053
15638
  init_powershell();
15054
15639
  init_prolog();
@@ -15098,10 +15683,13 @@ init_svg();
15098
15683
  init_svn();
15099
15684
  init_swift();
15100
15685
  init_tcl();
15686
+ init_tcsh();
15101
15687
  init_tex();
15688
+ init_textile();
15102
15689
  init_thrift();
15103
15690
  init_tla_plus();
15104
15691
  init_toml();
15692
+ init_troff();
15105
15693
  init_tsql();
15106
15694
  init_twig();
15107
15695
  init_typescript();
@@ -15110,6 +15698,7 @@ init_unison();
15110
15698
  init_v();
15111
15699
  init_vala();
15112
15700
  init_vale();
15701
+ init_velocity();
15113
15702
  init_verilog();
15114
15703
  init_verse();
15115
15704
  init_vhdl();
@@ -15149,6 +15738,7 @@ var languages = [
15149
15738
  exports.astro,
15150
15739
  exports.austral,
15151
15740
  exports.autohotkey,
15741
+ exports.avroIdl,
15152
15742
  exports.awk,
15153
15743
  exports.ballerina,
15154
15744
  exports.bash,
@@ -15165,6 +15755,7 @@ var languages = [
15165
15755
  exports.cairo,
15166
15756
  exports.capnproto,
15167
15757
  exports.carbon,
15758
+ exports.cel,
15168
15759
  exports.chapel,
15169
15760
  exports.circom,
15170
15761
  exports.clojure,
@@ -15202,6 +15793,7 @@ var languages = [
15202
15793
  exports.fe,
15203
15794
  exports.fennel,
15204
15795
  exports.fish,
15796
+ exports.flatbuffers,
15205
15797
  exports.flux,
15206
15798
  exports.forth,
15207
15799
  exports.fortran,
@@ -15272,6 +15864,7 @@ var languages = [
15272
15864
  exports.marlowe,
15273
15865
  exports.mathematica,
15274
15866
  exports.matlab,
15867
+ exports.maxima,
15275
15868
  exports.mdx,
15276
15869
  exports.mermaid,
15277
15870
  exports.meson,
@@ -15295,6 +15888,7 @@ var languages = [
15295
15888
  exports.odin,
15296
15889
  exports.openapi,
15297
15890
  exports.opencl,
15891
+ exports.org,
15298
15892
  exports.pascal,
15299
15893
  exports.perl,
15300
15894
  exports.php,
@@ -15304,6 +15898,7 @@ var languages = [
15304
15898
  exports.plantuml,
15305
15899
  exports.plpgsql,
15306
15900
  exports.plsql,
15901
+ exports.pod,
15307
15902
  exports.pony,
15308
15903
  exports.powershell,
15309
15904
  exports.prolog,
@@ -15353,10 +15948,13 @@ var languages = [
15353
15948
  exports.svn,
15354
15949
  exports.swift,
15355
15950
  exports.tcl,
15951
+ exports.tcsh,
15356
15952
  exports.tex,
15953
+ exports.textile,
15357
15954
  exports.thrift,
15358
15955
  exports.tlaPlus,
15359
15956
  exports.toml,
15957
+ exports.troff,
15360
15958
  exports.tsql,
15361
15959
  exports.twig,
15362
15960
  exports.typescript,
@@ -15365,6 +15963,7 @@ var languages = [
15365
15963
  exports.v,
15366
15964
  exports.vala,
15367
15965
  exports.vale,
15966
+ exports.velocity,
15368
15967
  exports.verilog,
15369
15968
  exports.verse,
15370
15969
  exports.vhdl,
@@ -15407,6 +16006,7 @@ var languageIndex = [
15407
16006
  { slug: "astro", extensions: [".astro"] },
15408
16007
  { slug: "austral", extensions: [".aum", ".aui"] },
15409
16008
  { slug: "autohotkey", extensions: [".ahk", ".ah2"] },
16009
+ { slug: "avro-idl", extensions: [".avdl"] },
15410
16010
  { slug: "awk", extensions: [".awk"] },
15411
16011
  { slug: "ballerina", extensions: [".bal"] },
15412
16012
  {
@@ -15426,6 +16026,7 @@ var languageIndex = [
15426
16026
  { slug: "cairo", extensions: [".cairo"] },
15427
16027
  { slug: "capnproto", extensions: [".capnp"] },
15428
16028
  { slug: "carbon", extensions: [".carbon"] },
16029
+ { slug: "cel", extensions: [".cel"] },
15429
16030
  { slug: "chapel", extensions: [".chpl"] },
15430
16031
  { slug: "circom", extensions: [".circom"] },
15431
16032
  { slug: "clojure", extensions: [".clj", ".cljs", ".cljc", ".edn", ".bb"] },
@@ -15466,6 +16067,7 @@ var languageIndex = [
15466
16067
  { slug: "fe", extensions: [".fe"] },
15467
16068
  { slug: "fennel", extensions: [".fnl"] },
15468
16069
  { slug: "fish", extensions: [".fish"] },
16070
+ { slug: "flatbuffers", extensions: [".fbs"] },
15469
16071
  { slug: "flux", extensions: [".flux"] },
15470
16072
  { slug: "forth", extensions: [".fs", ".fth", ".forth", ".4th"] },
15471
16073
  {
@@ -15542,6 +16144,7 @@ var languageIndex = [
15542
16144
  { slug: "marlowe", extensions: [".marlowe"] },
15543
16145
  { slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
15544
16146
  { slug: "matlab", extensions: [".m", ".mlx"] },
16147
+ { slug: "maxima", extensions: [".mac", ".wxm"] },
15545
16148
  { slug: "mdx", extensions: [".mdx"] },
15546
16149
  { slug: "mermaid", extensions: [".mmd", ".mermaid"] },
15547
16150
  { slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
@@ -15565,6 +16168,7 @@ var languageIndex = [
15565
16168
  { slug: "odin", extensions: [".odin"] },
15566
16169
  { slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
15567
16170
  { slug: "opencl", extensions: [".cl", ".clh"] },
16171
+ { slug: "org", extensions: [".org"] },
15568
16172
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
15569
16173
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
15570
16174
  { slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
@@ -15574,6 +16178,7 @@ var languageIndex = [
15574
16178
  { slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
15575
16179
  { slug: "plpgsql", extensions: [".pgsql", ".plpgsql"] },
15576
16180
  { slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
16181
+ { slug: "pod", extensions: [".pod"] },
15577
16182
  { slug: "pony", extensions: [".pony"] },
15578
16183
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
15579
16184
  { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
@@ -15626,10 +16231,13 @@ var languageIndex = [
15626
16231
  { slug: "svn", extensions: [".svn", "svnserve.conf"] },
15627
16232
  { slug: "swift", extensions: [".swift"] },
15628
16233
  { slug: "tcl", extensions: [".tcl", ".tm", ".test"] },
16234
+ { slug: "tcsh", extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"] },
15629
16235
  { slug: "tex", extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"] },
16236
+ { slug: "textile", extensions: [".textile"] },
15630
16237
  { slug: "thrift", extensions: [".thrift"] },
15631
16238
  { slug: "tla-plus", extensions: [".tla"] },
15632
16239
  { slug: "toml", extensions: [".toml"] },
16240
+ { slug: "troff", extensions: [".roff", ".troff", ".man", ".me", ".ms"] },
15633
16241
  { slug: "tsql", extensions: [".sql", ".tsql"] },
15634
16242
  { slug: "twig", extensions: [".twig"] },
15635
16243
  { slug: "typescript", extensions: [".ts", ".tsx", ".mts", ".cts"] },
@@ -15638,6 +16246,7 @@ var languageIndex = [
15638
16246
  { slug: "v", extensions: [".v", ".vsh"] },
15639
16247
  { slug: "vala", extensions: [".vala", ".vapi"] },
15640
16248
  { slug: "vale", extensions: [".vale"] },
16249
+ { slug: "velocity", extensions: [".vm", ".vtl"] },
15641
16250
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
15642
16251
  { slug: "verse", extensions: [".verse"] },
15643
16252
  { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
@@ -15681,6 +16290,7 @@ var languageLoaders = {
15681
16290
  astro: () => Promise.resolve().then(() => (init_astro(), astro_exports)).then((module) => module.astro),
15682
16291
  austral: () => Promise.resolve().then(() => (init_austral(), austral_exports)).then((module) => module.austral),
15683
16292
  autohotkey: () => Promise.resolve().then(() => (init_autohotkey(), autohotkey_exports)).then((module) => module.autohotkey),
16293
+ "avro-idl": () => Promise.resolve().then(() => (init_avro_idl(), avro_idl_exports)).then((module) => module.avroIdl),
15684
16294
  awk: () => Promise.resolve().then(() => (init_awk(), awk_exports)).then((module) => module.awk),
15685
16295
  ballerina: () => Promise.resolve().then(() => (init_ballerina(), ballerina_exports)).then((module) => module.ballerina),
15686
16296
  bash: () => Promise.resolve().then(() => (init_bash(), bash_exports)).then((module) => module.bash),
@@ -15697,6 +16307,7 @@ var languageLoaders = {
15697
16307
  cairo: () => Promise.resolve().then(() => (init_cairo(), cairo_exports)).then((module) => module.cairo),
15698
16308
  capnproto: () => Promise.resolve().then(() => (init_capnproto(), capnproto_exports)).then((module) => module.capnproto),
15699
16309
  carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
16310
+ cel: () => Promise.resolve().then(() => (init_cel(), cel_exports)).then((module) => module.cel),
15700
16311
  chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
15701
16312
  circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
15702
16313
  clojure: () => Promise.resolve().then(() => (init_clojure(), clojure_exports)).then((module) => module.clojure),
@@ -15734,6 +16345,7 @@ var languageLoaders = {
15734
16345
  fe: () => Promise.resolve().then(() => (init_fe(), fe_exports)).then((module) => module.fe),
15735
16346
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
15736
16347
  fish: () => Promise.resolve().then(() => (init_fish(), fish_exports)).then((module) => module.fish),
16348
+ flatbuffers: () => Promise.resolve().then(() => (init_flatbuffers(), flatbuffers_exports)).then((module) => module.flatbuffers),
15737
16349
  flux: () => Promise.resolve().then(() => (init_flux(), flux_exports)).then((module) => module.flux),
15738
16350
  forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
15739
16351
  fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
@@ -15804,6 +16416,7 @@ var languageLoaders = {
15804
16416
  marlowe: () => Promise.resolve().then(() => (init_marlowe(), marlowe_exports)).then((module) => module.marlowe),
15805
16417
  mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
15806
16418
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
16419
+ maxima: () => Promise.resolve().then(() => (init_maxima(), maxima_exports)).then((module) => module.maxima),
15807
16420
  mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
15808
16421
  mermaid: () => Promise.resolve().then(() => (init_mermaid(), mermaid_exports)).then((module) => module.mermaid),
15809
16422
  meson: () => Promise.resolve().then(() => (init_meson(), meson_exports)).then((module) => module.meson),
@@ -15827,6 +16440,7 @@ var languageLoaders = {
15827
16440
  odin: () => Promise.resolve().then(() => (init_odin(), odin_exports)).then((module) => module.odin),
15828
16441
  openapi: () => Promise.resolve().then(() => (init_openapi(), openapi_exports)).then((module) => module.openapi),
15829
16442
  opencl: () => Promise.resolve().then(() => (init_opencl(), opencl_exports)).then((module) => module.opencl),
16443
+ org: () => Promise.resolve().then(() => (init_org(), org_exports)).then((module) => module.org),
15830
16444
  pascal: () => Promise.resolve().then(() => (init_pascal(), pascal_exports)).then((module) => module.pascal),
15831
16445
  perl: () => Promise.resolve().then(() => (init_perl(), perl_exports)).then((module) => module.perl),
15832
16446
  php: () => Promise.resolve().then(() => (init_php(), php_exports)).then((module) => module.php),
@@ -15836,6 +16450,7 @@ var languageLoaders = {
15836
16450
  plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
15837
16451
  plpgsql: () => Promise.resolve().then(() => (init_plpgsql(), plpgsql_exports)).then((module) => module.plpgsql),
15838
16452
  plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
16453
+ pod: () => Promise.resolve().then(() => (init_pod(), pod_exports)).then((module) => module.pod),
15839
16454
  pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
15840
16455
  powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
15841
16456
  prolog: () => Promise.resolve().then(() => (init_prolog(), prolog_exports)).then((module) => module.prolog),
@@ -15885,10 +16500,13 @@ var languageLoaders = {
15885
16500
  svn: () => Promise.resolve().then(() => (init_svn(), svn_exports)).then((module) => module.svn),
15886
16501
  swift: () => Promise.resolve().then(() => (init_swift(), swift_exports)).then((module) => module.swift),
15887
16502
  tcl: () => Promise.resolve().then(() => (init_tcl(), tcl_exports)).then((module) => module.tcl),
16503
+ tcsh: () => Promise.resolve().then(() => (init_tcsh(), tcsh_exports)).then((module) => module.tcsh),
15888
16504
  tex: () => Promise.resolve().then(() => (init_tex(), tex_exports)).then((module) => module.tex),
16505
+ textile: () => Promise.resolve().then(() => (init_textile(), textile_exports)).then((module) => module.textile),
15889
16506
  thrift: () => Promise.resolve().then(() => (init_thrift(), thrift_exports)).then((module) => module.thrift),
15890
16507
  "tla-plus": () => Promise.resolve().then(() => (init_tla_plus(), tla_plus_exports)).then((module) => module.tlaPlus),
15891
16508
  toml: () => Promise.resolve().then(() => (init_toml(), toml_exports)).then((module) => module.toml),
16509
+ troff: () => Promise.resolve().then(() => (init_troff(), troff_exports)).then((module) => module.troff),
15892
16510
  tsql: () => Promise.resolve().then(() => (init_tsql(), tsql_exports)).then((module) => module.tsql),
15893
16511
  twig: () => Promise.resolve().then(() => (init_twig(), twig_exports)).then((module) => module.twig),
15894
16512
  typescript: () => Promise.resolve().then(() => (init_typescript(), typescript_exports)).then((module) => module.typescript),
@@ -15897,6 +16515,7 @@ var languageLoaders = {
15897
16515
  v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
15898
16516
  vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
15899
16517
  vale: () => Promise.resolve().then(() => (init_vale(), vale_exports)).then((module) => module.vale),
16518
+ velocity: () => Promise.resolve().then(() => (init_velocity(), velocity_exports)).then((module) => module.velocity),
15900
16519
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
15901
16520
  verse: () => Promise.resolve().then(() => (init_verse(), verse_exports)).then((module) => module.verse),
15902
16521
  vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
@@ -16110,6 +16729,7 @@ init_assembly();
16110
16729
  init_astro();
16111
16730
  init_austral();
16112
16731
  init_autohotkey();
16732
+ init_avro_idl();
16113
16733
  init_awk();
16114
16734
  init_ballerina();
16115
16735
  init_bash();
@@ -16126,6 +16746,7 @@ init_c();
16126
16746
  init_cairo();
16127
16747
  init_capnproto();
16128
16748
  init_carbon();
16749
+ init_cel();
16129
16750
  init_chapel();
16130
16751
  init_circom();
16131
16752
  init_clojure();
@@ -16163,6 +16784,7 @@ init_factor();
16163
16784
  init_fe();
16164
16785
  init_fennel();
16165
16786
  init_fish();
16787
+ init_flatbuffers();
16166
16788
  init_flux();
16167
16789
  init_forth();
16168
16790
  init_fortran();
@@ -16233,6 +16855,7 @@ init_markdown();
16233
16855
  init_marlowe();
16234
16856
  init_mathematica();
16235
16857
  init_matlab();
16858
+ init_maxima();
16236
16859
  init_mdx();
16237
16860
  init_mercury();
16238
16861
  init_mermaid();
@@ -16256,6 +16879,7 @@ init_ocaml();
16256
16879
  init_odin();
16257
16880
  init_openapi();
16258
16881
  init_opencl();
16882
+ init_org();
16259
16883
  init_pascal();
16260
16884
  init_perl();
16261
16885
  init_php();
@@ -16265,6 +16889,7 @@ init_pl_i();
16265
16889
  init_plantuml();
16266
16890
  init_plpgsql();
16267
16891
  init_plsql();
16892
+ init_pod();
16268
16893
  init_pony();
16269
16894
  init_powershell();
16270
16895
  init_prolog();
@@ -16314,10 +16939,13 @@ init_svg();
16314
16939
  init_svn();
16315
16940
  init_swift();
16316
16941
  init_tcl();
16942
+ init_tcsh();
16317
16943
  init_tex();
16944
+ init_textile();
16318
16945
  init_thrift();
16319
16946
  init_tla_plus();
16320
16947
  init_toml();
16948
+ init_troff();
16321
16949
  init_tsql();
16322
16950
  init_twig();
16323
16951
  init_typescript();
@@ -16326,6 +16954,7 @@ init_unison();
16326
16954
  init_v();
16327
16955
  init_vala();
16328
16956
  init_vale();
16957
+ init_velocity();
16329
16958
  init_verilog();
16330
16959
  init_verse();
16331
16960
  init_vhdl();