code-languages 1.35.0 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/README.md +42 -28
  2. package/dist/api.cjs +646 -27
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +646 -27
  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 +526 -27
  11. package/dist/detect.js +526 -27
  12. package/dist/index.cjs +656 -27
  13. package/dist/index.d.cts +470 -1
  14. package/dist/index.d.ts +470 -1
  15. package/dist/index.js +657 -28
  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/avro-idl.cjs +52 -0
  25. package/dist/languages/avro-idl.d.cts +49 -0
  26. package/dist/languages/avro-idl.d.ts +49 -0
  27. package/dist/languages/avro-idl.js +50 -0
  28. package/dist/languages/awk.cjs +1 -1
  29. package/dist/languages/awk.js +1 -1
  30. package/dist/languages/bqn.cjs +1 -1
  31. package/dist/languages/bqn.js +1 -1
  32. package/dist/languages/capnproto.cjs +1 -1
  33. package/dist/languages/capnproto.js +1 -1
  34. package/dist/languages/cel.cjs +52 -0
  35. package/dist/languages/cel.d.cts +49 -0
  36. package/dist/languages/cel.d.ts +49 -0
  37. package/dist/languages/cel.js +50 -0
  38. package/dist/languages/curry.cjs +1 -1
  39. package/dist/languages/curry.js +1 -1
  40. package/dist/languages/dafny.cjs +1 -1
  41. package/dist/languages/dafny.js +1 -1
  42. package/dist/languages/dot.cjs +1 -1
  43. package/dist/languages/dot.js +1 -1
  44. package/dist/languages/editorconfig.cjs +1 -1
  45. package/dist/languages/editorconfig.js +1 -1
  46. package/dist/languages/factor.cjs +1 -1
  47. package/dist/languages/factor.js +1 -1
  48. package/dist/languages/fe.cjs +1 -1
  49. package/dist/languages/fe.js +1 -1
  50. package/dist/languages/flatbuffers.cjs +52 -0
  51. package/dist/languages/flatbuffers.d.cts +49 -0
  52. package/dist/languages/flatbuffers.d.ts +49 -0
  53. package/dist/languages/flatbuffers.js +50 -0
  54. package/dist/languages/freemarker.cjs +1 -1
  55. package/dist/languages/freemarker.js +1 -1
  56. package/dist/languages/fstar.cjs +1 -1
  57. package/dist/languages/fstar.js +1 -1
  58. package/dist/languages/ink.cjs +1 -1
  59. package/dist/languages/ink.js +1 -1
  60. package/dist/languages/isabelle.cjs +1 -1
  61. package/dist/languages/isabelle.js +1 -1
  62. package/dist/languages/jmespath.cjs +1 -1
  63. package/dist/languages/jmespath.js +1 -1
  64. package/dist/languages/json5.cjs +1 -1
  65. package/dist/languages/json5.js +1 -1
  66. package/dist/languages/kdl.cjs +1 -1
  67. package/dist/languages/kdl.js +1 -1
  68. package/dist/languages/koka.cjs +1 -1
  69. package/dist/languages/koka.js +1 -1
  70. package/dist/languages/ligo.cjs +1 -1
  71. package/dist/languages/ligo.js +1 -1
  72. package/dist/languages/logo.cjs +1 -1
  73. package/dist/languages/logo.js +1 -1
  74. package/dist/languages/marlowe.cjs +1 -1
  75. package/dist/languages/marlowe.js +1 -1
  76. package/dist/languages/maxima.cjs +52 -0
  77. package/dist/languages/maxima.d.cts +49 -0
  78. package/dist/languages/maxima.d.ts +49 -0
  79. package/dist/languages/maxima.js +50 -0
  80. package/dist/languages/mercury.cjs +1 -1
  81. package/dist/languages/mercury.js +1 -1
  82. package/dist/languages/org.cjs +52 -0
  83. package/dist/languages/org.d.cts +49 -0
  84. package/dist/languages/org.d.ts +49 -0
  85. package/dist/languages/org.js +50 -0
  86. package/dist/languages/pod.cjs +52 -0
  87. package/dist/languages/pod.d.cts +49 -0
  88. package/dist/languages/pod.d.ts +49 -0
  89. package/dist/languages/pod.js +50 -0
  90. package/dist/languages/qmake.cjs +1 -1
  91. package/dist/languages/qmake.js +1 -1
  92. package/dist/languages/rebol.cjs +1 -1
  93. package/dist/languages/rebol.js +1 -1
  94. package/dist/languages/self.cjs +1 -1
  95. package/dist/languages/self.js +1 -1
  96. package/dist/languages/tcsh.cjs +52 -0
  97. package/dist/languages/tcsh.d.cts +49 -0
  98. package/dist/languages/tcsh.d.ts +49 -0
  99. package/dist/languages/tcsh.js +50 -0
  100. package/dist/languages/textile.cjs +51 -0
  101. package/dist/languages/textile.d.cts +48 -0
  102. package/dist/languages/textile.d.ts +48 -0
  103. package/dist/languages/textile.js +49 -0
  104. package/dist/languages/troff.cjs +52 -0
  105. package/dist/languages/troff.d.cts +49 -0
  106. package/dist/languages/troff.d.ts +49 -0
  107. package/dist/languages/troff.js +50 -0
  108. package/dist/languages/velocity.cjs +52 -0
  109. package/dist/languages/velocity.d.cts +49 -0
  110. package/dist/languages/velocity.d.ts +49 -0
  111. package/dist/languages/velocity.js +50 -0
  112. package/package.json +51 -1
package/dist/detect.js CHANGED
@@ -258,7 +258,7 @@ var ampl = {
258
258
  ecosystems: ["Optimization", "Operations research"]
259
259
  },
260
260
  version: "stable",
261
- logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
261
+ logo: "https://ampl.com/wp-content/uploads/AMPL-favicon-36x29-1.svg",
262
262
  color: "#1D4ED8",
263
263
  i18n: {
264
264
  en: {
@@ -308,7 +308,7 @@ var ante = {
308
308
  ecosystems: ["Systems Programming", "Research", "Compiler Development"]
309
309
  },
310
310
  version: "experimental",
311
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=A",
311
+ logo: "https://antelang.org/img/apple-touch-icon.png",
312
312
  color: "#4F46E5",
313
313
  i18n: {
314
314
  en: {
@@ -555,7 +555,7 @@ var aql = {
555
555
  ecosystems: ["Graph databases", "Document databases"]
556
556
  },
557
557
  version: "ArangoDB AQL",
558
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=AQ",
558
+ logo: "https://cdn.simpleicons.org/arangodb/DDE072",
559
559
  color: "#16A34A",
560
560
  i18n: {
561
561
  en: {
@@ -939,6 +939,55 @@ var autohotkey = {
939
939
  }
940
940
  };
941
941
 
942
+ // src/languages/avro-idl.ts
943
+ var avroIdl = {
944
+ slug: "avro-idl",
945
+ publishedDate: "2009-11-02",
946
+ extensions: [".avdl"],
947
+ author: "Apache Software Foundation",
948
+ website: "https://avro.apache.org/docs/current/idl-language/",
949
+ paradigms: ["schema", "interface definition"],
950
+ tooling: {
951
+ runtimes: ["Apache Avro compiler"],
952
+ ecosystems: ["Serialization", "RPC", "Data Engineering"]
953
+ },
954
+ version: "1.12.1",
955
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Avro_Logo.svg",
956
+ color: "#1E88E5",
957
+ i18n: {
958
+ en: {
959
+ name: "Avro IDL",
960
+ description: "A human-readable interface definition language for Apache Avro schemas and protocols.",
961
+ 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."
962
+ },
963
+ es: {
964
+ name: "Avro IDL",
965
+ description: "Lenguaje legible de definicion de interfaces para esquemas y protocolos Apache Avro.",
966
+ 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."
967
+ },
968
+ it: {
969
+ name: "Avro IDL",
970
+ description: "Linguaggio leggibile di definizione interfacce per schemi e protocolli Apache Avro.",
971
+ 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."
972
+ },
973
+ fr: {
974
+ name: "Avro IDL",
975
+ description: "Langage lisible de definition d interfaces pour schemas et protocoles Apache Avro.",
976
+ 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."
977
+ },
978
+ de: {
979
+ name: "Avro IDL",
980
+ description: "Menschenlesbare Schnittstellensprache fur Apache-Avro-Schemas und Protokolle.",
981
+ 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."
982
+ },
983
+ pt: {
984
+ name: "Avro IDL",
985
+ description: "Linguagem legivel de definicao de interfaces para esquemas e protocolos Apache Avro.",
986
+ 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."
987
+ }
988
+ }
989
+ };
990
+
942
991
  // src/languages/awk.ts
943
992
  var awk = {
944
993
  slug: "awk",
@@ -953,7 +1002,7 @@ var awk = {
953
1002
  ecosystems: ["Unix", "Text Processing", "Shell", "Data Extraction"]
954
1003
  },
955
1004
  version: "GNU Awk 5.4.0",
956
- logo: "https://www.gnu.org/graphics/heckert_gnu.small.png",
1005
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
957
1006
  color: "#4E9A06",
958
1007
  i18n: {
959
1008
  en: {
@@ -1448,7 +1497,7 @@ var bqn = {
1448
1497
  ecosystems: ["Array Programming", "Data Transformation", "Recreational Computing"]
1449
1498
  },
1450
1499
  version: "BQN specification",
1451
- logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=BQN",
1500
+ logo: "https://mlochbaum.github.io/BQN/favicon.ico",
1452
1501
  color: "#7C3AED",
1453
1502
  i18n: {
1454
1503
  en: {
@@ -1646,7 +1695,7 @@ var capnproto = {
1646
1695
  ecosystems: ["RPC", "Serialization"]
1647
1696
  },
1648
1697
  version: "stable",
1649
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=CP",
1698
+ logo: "https://capnproto.org/images/logo.png",
1650
1699
  color: "#F97316",
1651
1700
  i18n: {
1652
1701
  en: {
@@ -1732,6 +1781,55 @@ var carbon = {
1732
1781
  }
1733
1782
  };
1734
1783
 
1784
+ // src/languages/cel.ts
1785
+ var cel = {
1786
+ slug: "cel",
1787
+ publishedDate: "2018-01-01",
1788
+ extensions: [".cel"],
1789
+ author: "Google / CEL community",
1790
+ website: "https://cel.dev",
1791
+ paradigms: ["expression", "declarative", "configuration"],
1792
+ tooling: {
1793
+ runtimes: ["cel-go", "cel-java", "cel-cpp"],
1794
+ ecosystems: ["Cloud Native", "Policy", "Configuration"]
1795
+ },
1796
+ version: "0.25.2",
1797
+ logo: "https://www.gstatic.com/devrel-devsite/prod/v20cdb2337f656fc22df509b6d5402b3836a1b55334a8eea3301423a87970c4d5/cel/images/touchicon-180.png",
1798
+ color: "#4285F4",
1799
+ i18n: {
1800
+ en: {
1801
+ name: "Common Expression Language",
1802
+ description: "A portable, non-Turing-complete language for fast and safe expression evaluation.",
1803
+ 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."
1804
+ },
1805
+ es: {
1806
+ name: "Lenguaje Comun de Expresiones",
1807
+ description: "Lenguaje portable y no Turing-completo para evaluar expresiones de forma rapida y segura.",
1808
+ 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."
1809
+ },
1810
+ it: {
1811
+ name: "Common Expression Language",
1812
+ description: "Linguaggio portabile e non Turing-completo per valutare espressioni in modo rapido e sicuro.",
1813
+ 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."
1814
+ },
1815
+ fr: {
1816
+ name: "Common Expression Language",
1817
+ description: "Langage portable et non Turing-complet pour evaluer des expressions rapidement et surement.",
1818
+ 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."
1819
+ },
1820
+ de: {
1821
+ name: "Common Expression Language",
1822
+ description: "Portable, nicht Turing-vollstandige Sprache zur schnellen und sicheren Ausdrucksauswertung.",
1823
+ 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."
1824
+ },
1825
+ pt: {
1826
+ name: "Common Expression Language",
1827
+ description: "Linguagem portavel e nao Turing-completa para avaliar expressoes com rapidez e seguranca.",
1828
+ 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."
1829
+ }
1830
+ }
1831
+ };
1832
+
1735
1833
  // src/languages/chapel.ts
1736
1834
  var chapel = {
1737
1835
  slug: "chapel",
@@ -2488,7 +2586,7 @@ var curry = {
2488
2586
  ecosystems: ["Functional Logic Programming", "Constraint Solving", "Research"]
2489
2587
  },
2490
2588
  version: "Curry 0.9.0",
2491
- logo: "https://dummyimage.com/32x32/BE123C/ffffff.png&text=Cu",
2589
+ logo: "https://www.curry-language.org/assets/img/curry-32x32.png",
2492
2590
  color: "#BE123C",
2493
2591
  i18n: {
2494
2592
  en: {
@@ -2687,7 +2785,7 @@ var dafny = {
2687
2785
  ecosystems: ["Formal Methods", ".NET", "Verification"]
2688
2786
  },
2689
2787
  version: "4.11.0",
2690
- logo: "https://dummyimage.com/32x32/0B6D91/ffffff.png&text=D",
2788
+ logo: "https://dafny.org/images/dafny-favicon.svg",
2691
2789
  color: "#0B6D91",
2692
2790
  i18n: {
2693
2791
  en: {
@@ -2935,7 +3033,7 @@ var dot = {
2935
3033
  ecosystems: ["Visualization", "Documentation"]
2936
3034
  },
2937
3035
  version: "stable",
2938
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=GV",
3036
+ logo: "https://graphviz.org/Resources/favicon.png",
2939
3037
  color: "#16A34A",
2940
3038
  i18n: {
2941
3039
  en: {
@@ -3033,7 +3131,7 @@ var editorconfig = {
3033
3131
  ecosystems: ["Editors", "Code formatting"]
3034
3132
  },
3035
3133
  version: "stable",
3036
- logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=EC",
3134
+ logo: "https://editorconfig.org/logo.png",
3037
3135
  color: "#0F766E",
3038
3136
  i18n: {
3039
3137
  en: {
@@ -3383,7 +3481,7 @@ var factor = {
3383
3481
  ecosystems: ["Interactive Development", "Language Research", "Desktop Tools"]
3384
3482
  },
3385
3483
  version: "0.101",
3386
- logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=F",
3484
+ logo: "https://factorcode.org/favicon-96x96.png",
3387
3485
  color: "#F97316",
3388
3486
  i18n: {
3389
3487
  en: {
@@ -3432,7 +3530,7 @@ var fe = {
3432
3530
  ecosystems: ["Ethereum", "EVM"]
3433
3531
  },
3434
3532
  version: "experimental",
3435
- logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=Fe",
3533
+ logo: "https://fe-lang.org/favicon.png",
3436
3534
  color: "#4F46E5",
3437
3535
  i18n: {
3438
3536
  en: {
@@ -3568,6 +3666,55 @@ var fish = {
3568
3666
  }
3569
3667
  };
3570
3668
 
3669
+ // src/languages/flatbuffers.ts
3670
+ var flatbuffers = {
3671
+ slug: "flatbuffers",
3672
+ publishedDate: "2014-06-17",
3673
+ extensions: [".fbs"],
3674
+ author: "Wouter van Oortmerssen / Google",
3675
+ website: "https://flatbuffers.dev",
3676
+ paradigms: ["schema", "interface definition"],
3677
+ tooling: {
3678
+ runtimes: ["flatc"],
3679
+ ecosystems: ["Serialization", "Games", "Mobile"]
3680
+ },
3681
+ version: "25.12.19",
3682
+ logo: "https://flatbuffers.dev/assets/images/favicon.png",
3683
+ color: "#0F9D58",
3684
+ i18n: {
3685
+ en: {
3686
+ name: "FlatBuffers",
3687
+ description: "A schema language for memory-efficient, cross-platform serialization without unpacking.",
3688
+ 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."
3689
+ },
3690
+ es: {
3691
+ name: "FlatBuffers",
3692
+ description: "Lenguaje de esquemas para serializacion eficiente y multiplataforma sin desempaquetado.",
3693
+ 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."
3694
+ },
3695
+ it: {
3696
+ name: "FlatBuffers",
3697
+ description: "Linguaggio di schema per serializzazione efficiente e multipiattaforma senza unpacking.",
3698
+ 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."
3699
+ },
3700
+ fr: {
3701
+ name: "FlatBuffers",
3702
+ description: "Langage de schema pour serialisation efficace et multiplateforme sans depaquetage.",
3703
+ 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."
3704
+ },
3705
+ de: {
3706
+ name: "FlatBuffers",
3707
+ description: "Schemasprache fur speichereffiziente, plattformubergreifende Serialisierung ohne Entpacken.",
3708
+ 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."
3709
+ },
3710
+ pt: {
3711
+ name: "FlatBuffers",
3712
+ description: "Linguagem de esquema para serializacao eficiente e multiplataforma sem desempacotar.",
3713
+ 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."
3714
+ }
3715
+ }
3716
+ };
3717
+
3571
3718
  // src/languages/flux.ts
3572
3719
  var flux = {
3573
3720
  slug: "flux",
@@ -3779,7 +3926,7 @@ var freemarker = {
3779
3926
  ecosystems: ["Java", "Web", "Apache"]
3780
3927
  },
3781
3928
  version: "2.3.34",
3782
- logo: "https://dummyimage.com/32x32/326CE5/ffffff.png&text=FM",
3929
+ logo: "https://freemarker.apache.org/favicon.png",
3783
3930
  color: "#326CE5",
3784
3931
  i18n: {
3785
3932
  en: {
@@ -3879,7 +4026,7 @@ var fstar = {
3879
4026
  ecosystems: ["Formal Methods", "ML", "Low-level Verification"]
3880
4027
  },
3881
4028
  version: "2026.04.17",
3882
- logo: "https://dummyimage.com/32x32/572E91/ffffff.png&text=F%2A",
4029
+ logo: "https://fstar-lang.org/favicon.ico",
3883
4030
  color: "#572E91",
3884
4031
  i18n: {
3885
4032
  en: {
@@ -5166,7 +5313,7 @@ var ink = {
5166
5313
  ecosystems: ["Polkadot", "Substrate", "Rust"]
5167
5314
  },
5168
5315
  version: "Ink! 6",
5169
- logo: "https://dummyimage.com/32x32/EC4899/ffffff.png&text=In",
5316
+ logo: "https://use.ink/img/favicon.png",
5170
5317
  color: "#EC4899",
5171
5318
  i18n: {
5172
5319
  en: {
@@ -5264,7 +5411,7 @@ var isabelle = {
5264
5411
  ecosystems: ["Formal Methods", "Proof Assistants", "Higher-order Logic"]
5265
5412
  },
5266
5413
  version: "Isabelle2025-2",
5267
- logo: "https://dummyimage.com/32x32/6A5ACD/ffffff.png&text=Is",
5414
+ logo: "https://isabelle.in.tum.de/img/favicon.ico",
5268
5415
  color: "#6A5ACD",
5269
5416
  i18n: {
5270
5417
  en: {
@@ -5513,7 +5660,7 @@ var jmespath = {
5513
5660
  ecosystems: ["JSON", "Cloud tooling"]
5514
5661
  },
5515
5662
  version: "stable",
5516
- logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
5663
+ logo: "https://jmespath.org/_static/img/logo.png",
5517
5664
  color: "#2F80ED",
5518
5665
  i18n: {
5519
5666
  en: {
@@ -5608,7 +5755,7 @@ var json5 = {
5608
5755
  ecosystems: ["Configuration", "Web", "Node.js"]
5609
5756
  },
5610
5757
  version: "2.2.3",
5611
- logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
5758
+ logo: "https://json5.dev/favicon.svg",
5612
5759
  color: "#267CB9",
5613
5760
  i18n: {
5614
5761
  en: {
@@ -6005,7 +6152,7 @@ var kdl = {
6005
6152
  ecosystems: ["Configuration", "Rust", "Structured Documents"]
6006
6153
  },
6007
6154
  version: "2.0.0",
6008
- logo: "https://dummyimage.com/32x32/6B4E9B/ffffff.png&text=KDL",
6155
+ logo: "https://kdl.dev/assets/apple-touch-icon-DYakp7eY.png",
6009
6156
  color: "#6B4E9B",
6010
6157
  i18n: {
6011
6158
  en: {
@@ -6055,7 +6202,7 @@ var koka = {
6055
6202
  ecosystems: ["Effect Systems", "Functional Programming", "Research"]
6056
6203
  },
6057
6204
  version: "3.2.2",
6058
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=K",
6205
+ logo: "https://koka-lang.github.io/koka/doc/images/koka-logo-filled.png",
6059
6206
  color: "#0891B2",
6060
6207
  i18n: {
6061
6208
  en: {
@@ -6304,7 +6451,7 @@ var ligo = {
6304
6451
  ecosystems: ["Tezos"]
6305
6452
  },
6306
6453
  version: "1.x",
6307
- logo: "https://dummyimage.com/32x32/0D9488/ffffff.png&text=Li",
6454
+ logo: "https://ligolang.org/img/logo/logo.png",
6308
6455
  color: "#0D9488",
6309
6456
  i18n: {
6310
6457
  en: {
@@ -6601,7 +6748,7 @@ var logo = {
6601
6748
  ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
6602
6749
  },
6603
6750
  version: "UCBLogo 6.2",
6604
- logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
6751
+ logo: "https://people.eecs.berkeley.edu/~bh/ucblogo.png",
6605
6752
  color: "#16A34A",
6606
6753
  i18n: {
6607
6754
  en: {
@@ -6894,7 +7041,7 @@ var marlowe = {
6894
7041
  ecosystems: ["Cardano", "Financial contracts"]
6895
7042
  },
6896
7043
  version: "Marlowe Runtime",
6897
- logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
7044
+ logo: "https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg",
6898
7045
  color: "#6D28D9",
6899
7046
  i18n: {
6900
7047
  en: {
@@ -7029,6 +7176,55 @@ var matlab = {
7029
7176
  }
7030
7177
  };
7031
7178
 
7179
+ // src/languages/maxima.ts
7180
+ var maxima = {
7181
+ slug: "maxima",
7182
+ publishedDate: "1982-01-01",
7183
+ extensions: [".mac", ".wxm"],
7184
+ author: "MIT Project MAC and the Maxima community",
7185
+ website: "https://maxima.sourceforge.io",
7186
+ paradigms: ["symbolic", "functional", "scientific"],
7187
+ tooling: {
7188
+ runtimes: ["Maxima"],
7189
+ ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
7190
+ },
7191
+ version: "5.49.0",
7192
+ logo: "https://maxima.sourceforge.io/img/maxima.svg",
7193
+ color: "#92278F",
7194
+ i18n: {
7195
+ en: {
7196
+ name: "Maxima",
7197
+ description: "A symbolic computation language and computer algebra system descended from Macsyma.",
7198
+ 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."
7199
+ },
7200
+ es: {
7201
+ name: "Maxima",
7202
+ description: "Lenguaje de computacion simbolica y sistema algebraico descendiente de Macsyma.",
7203
+ 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."
7204
+ },
7205
+ it: {
7206
+ name: "Maxima",
7207
+ description: "Linguaggio di calcolo simbolico e sistema di algebra derivato da Macsyma.",
7208
+ 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."
7209
+ },
7210
+ fr: {
7211
+ name: "Maxima",
7212
+ description: "Langage de calcul symbolique et systeme d algebre descendant de Macsyma.",
7213
+ 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."
7214
+ },
7215
+ de: {
7216
+ name: "Maxima",
7217
+ description: "Sprache fur symbolisches Rechnen und Computeralgebrasystem auf Basis von Macsyma.",
7218
+ 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."
7219
+ },
7220
+ pt: {
7221
+ name: "Maxima",
7222
+ description: "Linguagem de computacao simbolica e sistema de algebra descendente do Macsyma.",
7223
+ 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."
7224
+ }
7225
+ }
7226
+ };
7227
+
7032
7228
  // src/languages/mdx.ts
7033
7229
  var mdx = {
7034
7230
  slug: "mdx",
@@ -7093,7 +7289,7 @@ var mercury = {
7093
7289
  ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
7094
7290
  },
7095
7291
  version: "22.01.8",
7096
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
7292
+ logo: "https://www.mercurylang.org/favicon.ico",
7097
7293
  color: "#0891B2",
7098
7294
  i18n: {
7099
7295
  en: {
@@ -8170,6 +8366,55 @@ var opencl = {
8170
8366
  }
8171
8367
  };
8172
8368
 
8369
+ // src/languages/org.ts
8370
+ var org = {
8371
+ slug: "org",
8372
+ publishedDate: "2003-01-01",
8373
+ extensions: [".org"],
8374
+ author: "Carsten Dominik and Org mode contributors",
8375
+ website: "https://orgmode.org",
8376
+ paradigms: ["markup", "outlining", "literate programming"],
8377
+ tooling: {
8378
+ runtimes: ["GNU Emacs"],
8379
+ ecosystems: ["Documentation", "Knowledge Management", "Reproducible Research"]
8380
+ },
8381
+ version: "9.8",
8382
+ logo: "https://orgmode.org/resources/img/org-mode-unicorn.svg",
8383
+ color: "#77AA99",
8384
+ i18n: {
8385
+ en: {
8386
+ name: "Org-mode",
8387
+ description: "A plain-text markup format for outlines, notes, planning, and literate programming.",
8388
+ 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."
8389
+ },
8390
+ es: {
8391
+ name: "Org-mode",
8392
+ description: "Formato de texto plano para esquemas, notas, planificacion y programacion literaria.",
8393
+ 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."
8394
+ },
8395
+ it: {
8396
+ name: "Org-mode",
8397
+ description: "Formato di testo semplice per outline, note, pianificazione e programmazione letterata.",
8398
+ 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."
8399
+ },
8400
+ fr: {
8401
+ name: "Org-mode",
8402
+ description: "Format texte pour plans, notes, planification et programmation litteraire.",
8403
+ 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."
8404
+ },
8405
+ de: {
8406
+ name: "Org-mode",
8407
+ description: "Klartext-Markupformat fur Gliederungen, Notizen, Planung und literarisches Programmieren.",
8408
+ 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."
8409
+ },
8410
+ pt: {
8411
+ name: "Org-mode",
8412
+ description: "Formato de texto simples para estruturas, notas, planejamento e programacao literaria.",
8413
+ 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."
8414
+ }
8415
+ }
8416
+ };
8417
+
8173
8418
  // src/languages/pascal.ts
8174
8419
  var pascal = {
8175
8420
  slug: "pascal",
@@ -8616,6 +8861,55 @@ var plsql = {
8616
8861
  }
8617
8862
  };
8618
8863
 
8864
+ // src/languages/pod.ts
8865
+ var pod = {
8866
+ slug: "pod",
8867
+ publishedDate: "1994-01-01",
8868
+ extensions: [".pod"],
8869
+ author: "Larry Wall and the Perl community",
8870
+ website: "https://perldoc.perl.org/perlpod",
8871
+ paradigms: ["markup", "documentation"],
8872
+ tooling: {
8873
+ runtimes: ["perldoc", "Pod::Simple"],
8874
+ ecosystems: ["Perl", "Documentation"]
8875
+ },
8876
+ version: "Perl 5.42.2",
8877
+ logo: "https://cdn.simpleicons.org/perl/39457E",
8878
+ color: "#39457E",
8879
+ i18n: {
8880
+ en: {
8881
+ name: "Plain Old Documentation",
8882
+ description: "A lightweight documentation markup format distributed with Perl.",
8883
+ 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."
8884
+ },
8885
+ es: {
8886
+ name: "Plain Old Documentation",
8887
+ description: "Formato ligero de documentacion distribuido con Perl.",
8888
+ 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."
8889
+ },
8890
+ it: {
8891
+ name: "Plain Old Documentation",
8892
+ description: "Formato leggero di documentazione distribuito con Perl.",
8893
+ 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."
8894
+ },
8895
+ fr: {
8896
+ name: "Plain Old Documentation",
8897
+ description: "Format leger de documentation distribue avec Perl.",
8898
+ 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."
8899
+ },
8900
+ de: {
8901
+ name: "Plain Old Documentation",
8902
+ description: "Leichtgewichtiges Dokumentationsformat, das mit Perl ausgeliefert wird.",
8903
+ 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."
8904
+ },
8905
+ pt: {
8906
+ name: "Plain Old Documentation",
8907
+ description: "Formato leve de documentacao distribuido com Perl.",
8908
+ 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."
8909
+ }
8910
+ }
8911
+ };
8912
+
8619
8913
  // src/languages/pony.ts
8620
8914
  var pony = {
8621
8915
  slug: "pony",
@@ -9078,7 +9372,7 @@ var qmake = {
9078
9372
  ecosystems: ["Qt", "C++"]
9079
9373
  },
9080
9374
  version: "stable",
9081
- logo: "https://dummyimage.com/32x32/41CD52/ffffff.png&text=Qt",
9375
+ logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
9082
9376
  color: "#41CD52",
9083
9377
  i18n: {
9084
9378
  en: {
@@ -9477,7 +9771,7 @@ var rebol = {
9477
9771
  ecosystems: ["Scripting", "DSLs", "Network Tools"]
9478
9772
  },
9479
9773
  version: "Rebol 3",
9480
- logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
9774
+ logo: "https://www.rebol.com/graphics/reb-logo.gif",
9481
9775
  color: "#7C2D12",
9482
9776
  i18n: {
9483
9777
  en: {
@@ -10073,7 +10367,7 @@ var self = {
10073
10367
  ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
10074
10368
  },
10075
10369
  version: "2024.1",
10076
- logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
10370
+ logo: "https://selflanguage.org/img/self-logo.png",
10077
10371
  color: "#EA580C",
10078
10372
  i18n: {
10079
10373
  en: {
@@ -11043,6 +11337,55 @@ var tcl = {
11043
11337
  }
11044
11338
  };
11045
11339
 
11340
+ // src/languages/tcsh.ts
11341
+ var tcsh = {
11342
+ slug: "tcsh",
11343
+ publishedDate: "1981-01-01",
11344
+ extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"],
11345
+ author: "Ken Greer, Paul Placeway, Christos Zoulas, and contributors",
11346
+ website: "https://www.tcsh.org",
11347
+ paradigms: ["shell", "scripting", "imperative"],
11348
+ tooling: {
11349
+ runtimes: ["tcsh"],
11350
+ ecosystems: ["Unix", "BSD"]
11351
+ },
11352
+ version: "6.24.16",
11353
+ logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
11354
+ color: "#2563EB",
11355
+ i18n: {
11356
+ en: {
11357
+ name: "Tcsh",
11358
+ description: "A C shell-compatible Unix command interpreter with editing and programmable completion.",
11359
+ 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."
11360
+ },
11361
+ es: {
11362
+ name: "Tcsh",
11363
+ description: "Interprete Unix compatible con C shell, con edicion y completado programable.",
11364
+ 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."
11365
+ },
11366
+ it: {
11367
+ name: "Tcsh",
11368
+ description: "Interprete Unix compatibile con C shell, con modifica e completamento programmabile.",
11369
+ 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."
11370
+ },
11371
+ fr: {
11372
+ name: "Tcsh",
11373
+ description: "Interpreteur Unix compatible C shell avec edition et completion programmable.",
11374
+ 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."
11375
+ },
11376
+ de: {
11377
+ name: "Tcsh",
11378
+ description: "C-Shell-kompatibler Unix-Interpreter mit Bearbeitung und programmierbarer Erganzung.",
11379
+ 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."
11380
+ },
11381
+ pt: {
11382
+ name: "Tcsh",
11383
+ description: "Interpretador Unix compativel com C shell, com edicao e conclusao programavel.",
11384
+ 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."
11385
+ }
11386
+ }
11387
+ };
11388
+
11046
11389
  // src/languages/tex.ts
11047
11390
  var tex = {
11048
11391
  slug: "tex",
@@ -11093,6 +11436,54 @@ var tex = {
11093
11436
  }
11094
11437
  };
11095
11438
 
11439
+ // src/languages/textile.ts
11440
+ var textile = {
11441
+ slug: "textile",
11442
+ publishedDate: "2002-12-26",
11443
+ extensions: [".textile"],
11444
+ author: "Dean Allen",
11445
+ website: "https://textile-lang.com",
11446
+ paradigms: ["markup", "documentation"],
11447
+ tooling: {
11448
+ ecosystems: ["Web", "CMS", "Documentation"]
11449
+ },
11450
+ version: "4.1.4",
11451
+ logo: "https://textile-lang.com/icon.svg",
11452
+ color: "#CC0000",
11453
+ i18n: {
11454
+ en: {
11455
+ name: "Textile",
11456
+ description: "A lightweight markup language that converts readable plain text into structured HTML.",
11457
+ 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."
11458
+ },
11459
+ es: {
11460
+ name: "Textile",
11461
+ description: "Lenguaje de marcado ligero que convierte texto legible en HTML estructurado.",
11462
+ 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."
11463
+ },
11464
+ it: {
11465
+ name: "Textile",
11466
+ description: "Linguaggio di markup leggero che converte testo leggibile in HTML strutturato.",
11467
+ 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."
11468
+ },
11469
+ fr: {
11470
+ name: "Textile",
11471
+ description: "Langage de balisage leger convertissant un texte lisible en HTML structure.",
11472
+ 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."
11473
+ },
11474
+ de: {
11475
+ name: "Textile",
11476
+ description: "Leichtgewichtige Markup-Sprache, die lesbaren Klartext in strukturiertes HTML umwandelt.",
11477
+ 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."
11478
+ },
11479
+ pt: {
11480
+ name: "Textile",
11481
+ description: "Linguagem de marcacao leve que converte texto legivel em HTML estruturado.",
11482
+ 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."
11483
+ }
11484
+ }
11485
+ };
11486
+
11096
11487
  // src/languages/thrift.ts
11097
11488
  var thrift = {
11098
11489
  slug: "thrift",
@@ -11237,6 +11628,55 @@ var toml = {
11237
11628
  }
11238
11629
  };
11239
11630
 
11631
+ // src/languages/troff.ts
11632
+ var troff = {
11633
+ slug: "troff",
11634
+ publishedDate: "1973-01-01",
11635
+ extensions: [".roff", ".troff", ".man", ".me", ".ms"],
11636
+ author: "Joe Ossanna, Brian Kernighan, and GNU contributors",
11637
+ website: "https://www.gnu.org/software/groff/",
11638
+ paradigms: ["markup", "typesetting"],
11639
+ tooling: {
11640
+ runtimes: ["GNU groff", "troff", "nroff"],
11641
+ ecosystems: ["Unix", "Documentation", "Typesetting"]
11642
+ },
11643
+ version: "GNU groff 1.24.1",
11644
+ logo: "https://cdn.simpleicons.org/gnu/A42E2B",
11645
+ color: "#8F5902",
11646
+ i18n: {
11647
+ en: {
11648
+ name: "Troff/Groff",
11649
+ description: "A typesetting markup language and GNU implementation used for Unix documents and man pages.",
11650
+ 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."
11651
+ },
11652
+ es: {
11653
+ name: "Troff/Groff",
11654
+ description: "Lenguaje tipografico e implementacion GNU usado para documentos Unix y paginas man.",
11655
+ 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."
11656
+ },
11657
+ it: {
11658
+ name: "Troff/Groff",
11659
+ description: "Linguaggio tipografico e implementazione GNU per documenti Unix e pagine man.",
11660
+ 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."
11661
+ },
11662
+ fr: {
11663
+ name: "Troff/Groff",
11664
+ description: "Langage de composition et implementation GNU pour documents Unix et pages man.",
11665
+ 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."
11666
+ },
11667
+ de: {
11668
+ name: "Troff/Groff",
11669
+ description: "Satz-Markup-Sprache und GNU-Implementierung fur Unix-Dokumente und Handbuchseiten.",
11670
+ 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."
11671
+ },
11672
+ pt: {
11673
+ name: "Troff/Groff",
11674
+ description: "Linguagem tipografica e implementacao GNU usada em documentos Unix e paginas man.",
11675
+ 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."
11676
+ }
11677
+ }
11678
+ };
11679
+
11240
11680
  // src/languages/tsql.ts
11241
11681
  var tsql = {
11242
11682
  slug: "tsql",
@@ -11640,6 +12080,55 @@ var vale = {
11640
12080
  }
11641
12081
  };
11642
12082
 
12083
+ // src/languages/velocity.ts
12084
+ var velocity = {
12085
+ slug: "velocity",
12086
+ publishedDate: "2001-01-01",
12087
+ extensions: [".vm", ".vtl"],
12088
+ author: "Apache Software Foundation",
12089
+ website: "https://velocity.apache.org",
12090
+ paradigms: ["template", "declarative"],
12091
+ tooling: {
12092
+ runtimes: ["Apache Velocity Engine"],
12093
+ ecosystems: ["Java", "Web", "Code Generation"]
12094
+ },
12095
+ version: "2.4.1",
12096
+ logo: "https://velocity.apache.org/engine/devel/images/velocity-logo.png",
12097
+ color: "#2D3E50",
12098
+ i18n: {
12099
+ en: {
12100
+ name: "Apache Velocity",
12101
+ description: "A Java template language for generating text from application data and objects.",
12102
+ 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."
12103
+ },
12104
+ es: {
12105
+ name: "Apache Velocity",
12106
+ description: "Lenguaje de plantillas Java para generar texto desde datos y objetos de aplicaciones.",
12107
+ 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."
12108
+ },
12109
+ it: {
12110
+ name: "Apache Velocity",
12111
+ description: "Linguaggio di template Java per generare testo da dati e oggetti applicativi.",
12112
+ 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."
12113
+ },
12114
+ fr: {
12115
+ name: "Apache Velocity",
12116
+ description: "Langage de templates Java pour generer du texte depuis les donnees et objets applicatifs.",
12117
+ 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."
12118
+ },
12119
+ de: {
12120
+ name: "Apache Velocity",
12121
+ description: "Java-Templatesprache zur Texterzeugung aus Anwendungsdaten und Objekten.",
12122
+ 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."
12123
+ },
12124
+ pt: {
12125
+ name: "Apache Velocity",
12126
+ description: "Linguagem de templates Java para gerar texto a partir de dados e objetos da aplicacao.",
12127
+ 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."
12128
+ }
12129
+ }
12130
+ };
12131
+
11643
12132
  // src/languages/verilog.ts
11644
12133
  var verilog = {
11645
12134
  slug: "verilog",
@@ -12597,6 +13086,7 @@ var languages = [
12597
13086
  astro,
12598
13087
  austral,
12599
13088
  autohotkey,
13089
+ avroIdl,
12600
13090
  awk,
12601
13091
  ballerina,
12602
13092
  bash,
@@ -12613,6 +13103,7 @@ var languages = [
12613
13103
  cairo,
12614
13104
  capnproto,
12615
13105
  carbon,
13106
+ cel,
12616
13107
  chapel,
12617
13108
  circom,
12618
13109
  clojure,
@@ -12650,6 +13141,7 @@ var languages = [
12650
13141
  fe,
12651
13142
  fennel,
12652
13143
  fish,
13144
+ flatbuffers,
12653
13145
  flux,
12654
13146
  forth,
12655
13147
  fortran,
@@ -12720,6 +13212,7 @@ var languages = [
12720
13212
  marlowe,
12721
13213
  mathematica,
12722
13214
  matlab,
13215
+ maxima,
12723
13216
  mdx,
12724
13217
  mermaid,
12725
13218
  meson,
@@ -12743,6 +13236,7 @@ var languages = [
12743
13236
  odin,
12744
13237
  openapi,
12745
13238
  opencl,
13239
+ org,
12746
13240
  pascal,
12747
13241
  perl,
12748
13242
  php,
@@ -12752,6 +13246,7 @@ var languages = [
12752
13246
  plantuml,
12753
13247
  plpgsql,
12754
13248
  plsql,
13249
+ pod,
12755
13250
  pony,
12756
13251
  powershell,
12757
13252
  prolog,
@@ -12801,10 +13296,13 @@ var languages = [
12801
13296
  svn,
12802
13297
  swift,
12803
13298
  tcl,
13299
+ tcsh,
12804
13300
  tex,
13301
+ textile,
12805
13302
  thrift,
12806
13303
  tlaPlus,
12807
13304
  toml,
13305
+ troff,
12808
13306
  tsql,
12809
13307
  twig,
12810
13308
  typescript,
@@ -12813,6 +13311,7 @@ var languages = [
12813
13311
  v,
12814
13312
  vala,
12815
13313
  vale,
13314
+ velocity,
12816
13315
  verilog,
12817
13316
  verse,
12818
13317
  vhdl,