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
@@ -13,7 +13,7 @@ var marlowe = {
13
13
  ecosystems: ["Cardano", "Financial contracts"]
14
14
  },
15
15
  version: "Marlowe Runtime",
16
- logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
16
+ logo: "https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg",
17
17
  color: "#6D28D9",
18
18
  i18n: {
19
19
  en: {
@@ -11,7 +11,7 @@ var marlowe = {
11
11
  ecosystems: ["Cardano", "Financial contracts"]
12
12
  },
13
13
  version: "Marlowe Runtime",
14
- logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
14
+ logo: "https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg",
15
15
  color: "#6D28D9",
16
16
  i18n: {
17
17
  en: {
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/maxima.ts
4
+ var maxima = {
5
+ slug: "maxima",
6
+ publishedDate: "1982-01-01",
7
+ extensions: [".mac", ".wxm"],
8
+ author: "MIT Project MAC and the Maxima community",
9
+ website: "https://maxima.sourceforge.io",
10
+ paradigms: ["symbolic", "functional", "scientific"],
11
+ tooling: {
12
+ runtimes: ["Maxima"],
13
+ ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
14
+ },
15
+ version: "5.49.0",
16
+ logo: "https://maxima.sourceforge.io/img/maxima.svg",
17
+ color: "#92278F",
18
+ i18n: {
19
+ en: {
20
+ name: "Maxima",
21
+ description: "A symbolic computation language and computer algebra system descended from Macsyma.",
22
+ 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."
23
+ },
24
+ es: {
25
+ name: "Maxima",
26
+ description: "Lenguaje de computacion simbolica y sistema algebraico descendiente de Macsyma.",
27
+ 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."
28
+ },
29
+ it: {
30
+ name: "Maxima",
31
+ description: "Linguaggio di calcolo simbolico e sistema di algebra derivato da Macsyma.",
32
+ 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."
33
+ },
34
+ fr: {
35
+ name: "Maxima",
36
+ description: "Langage de calcul symbolique et systeme d algebre descendant de Macsyma.",
37
+ 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."
38
+ },
39
+ de: {
40
+ name: "Maxima",
41
+ description: "Sprache fur symbolisches Rechnen und Computeralgebrasystem auf Basis von Macsyma.",
42
+ 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."
43
+ },
44
+ pt: {
45
+ name: "Maxima",
46
+ description: "Linguagem de computacao simbolica e sistema de algebra descendente do Macsyma.",
47
+ 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."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.maxima = maxima;
@@ -0,0 +1,49 @@
1
+ declare const maxima: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#92278F";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { maxima };
@@ -0,0 +1,49 @@
1
+ declare const maxima: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#92278F";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { maxima };
@@ -0,0 +1,50 @@
1
+ // src/languages/maxima.ts
2
+ var maxima = {
3
+ slug: "maxima",
4
+ publishedDate: "1982-01-01",
5
+ extensions: [".mac", ".wxm"],
6
+ author: "MIT Project MAC and the Maxima community",
7
+ website: "https://maxima.sourceforge.io",
8
+ paradigms: ["symbolic", "functional", "scientific"],
9
+ tooling: {
10
+ runtimes: ["Maxima"],
11
+ ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
12
+ },
13
+ version: "5.49.0",
14
+ logo: "https://maxima.sourceforge.io/img/maxima.svg",
15
+ color: "#92278F",
16
+ i18n: {
17
+ en: {
18
+ name: "Maxima",
19
+ description: "A symbolic computation language and computer algebra system descended from Macsyma.",
20
+ 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."
21
+ },
22
+ es: {
23
+ name: "Maxima",
24
+ description: "Lenguaje de computacion simbolica y sistema algebraico descendiente de Macsyma.",
25
+ 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."
26
+ },
27
+ it: {
28
+ name: "Maxima",
29
+ description: "Linguaggio di calcolo simbolico e sistema di algebra derivato da Macsyma.",
30
+ 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."
31
+ },
32
+ fr: {
33
+ name: "Maxima",
34
+ description: "Langage de calcul symbolique et systeme d algebre descendant de Macsyma.",
35
+ 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."
36
+ },
37
+ de: {
38
+ name: "Maxima",
39
+ description: "Sprache fur symbolisches Rechnen und Computeralgebrasystem auf Basis von Macsyma.",
40
+ 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."
41
+ },
42
+ pt: {
43
+ name: "Maxima",
44
+ description: "Linguagem de computacao simbolica e sistema de algebra descendente do Macsyma.",
45
+ 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."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { maxima };
@@ -14,7 +14,7 @@ var mercury = {
14
14
  ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
15
15
  },
16
16
  version: "22.01.8",
17
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
17
+ logo: "https://www.mercurylang.org/favicon.ico",
18
18
  color: "#0891B2",
19
19
  i18n: {
20
20
  en: {
@@ -12,7 +12,7 @@ var mercury = {
12
12
  ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
13
13
  },
14
14
  version: "22.01.8",
15
- logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
15
+ logo: "https://www.mercurylang.org/favicon.ico",
16
16
  color: "#0891B2",
17
17
  i18n: {
18
18
  en: {
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/org.ts
4
+ var org = {
5
+ slug: "org",
6
+ publishedDate: "2003-01-01",
7
+ extensions: [".org"],
8
+ author: "Carsten Dominik and Org mode contributors",
9
+ website: "https://orgmode.org",
10
+ paradigms: ["markup", "outlining", "literate programming"],
11
+ tooling: {
12
+ runtimes: ["GNU Emacs"],
13
+ ecosystems: ["Documentation", "Knowledge Management", "Reproducible Research"]
14
+ },
15
+ version: "9.8",
16
+ logo: "https://orgmode.org/resources/img/org-mode-unicorn.svg",
17
+ color: "#77AA99",
18
+ i18n: {
19
+ en: {
20
+ name: "Org-mode",
21
+ description: "A plain-text markup format for outlines, notes, planning, and literate programming.",
22
+ 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."
23
+ },
24
+ es: {
25
+ name: "Org-mode",
26
+ description: "Formato de texto plano para esquemas, notas, planificacion y programacion literaria.",
27
+ 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."
28
+ },
29
+ it: {
30
+ name: "Org-mode",
31
+ description: "Formato di testo semplice per outline, note, pianificazione e programmazione letterata.",
32
+ 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."
33
+ },
34
+ fr: {
35
+ name: "Org-mode",
36
+ description: "Format texte pour plans, notes, planification et programmation litteraire.",
37
+ 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."
38
+ },
39
+ de: {
40
+ name: "Org-mode",
41
+ description: "Klartext-Markupformat fur Gliederungen, Notizen, Planung und literarisches Programmieren.",
42
+ 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."
43
+ },
44
+ pt: {
45
+ name: "Org-mode",
46
+ description: "Formato de texto simples para estruturas, notas, planejamento e programacao literaria.",
47
+ 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."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.org = org;
@@ -0,0 +1,49 @@
1
+ declare const org: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#77AA99";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { org };
@@ -0,0 +1,49 @@
1
+ declare const org: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#77AA99";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { org };
@@ -0,0 +1,50 @@
1
+ // src/languages/org.ts
2
+ var org = {
3
+ slug: "org",
4
+ publishedDate: "2003-01-01",
5
+ extensions: [".org"],
6
+ author: "Carsten Dominik and Org mode contributors",
7
+ website: "https://orgmode.org",
8
+ paradigms: ["markup", "outlining", "literate programming"],
9
+ tooling: {
10
+ runtimes: ["GNU Emacs"],
11
+ ecosystems: ["Documentation", "Knowledge Management", "Reproducible Research"]
12
+ },
13
+ version: "9.8",
14
+ logo: "https://orgmode.org/resources/img/org-mode-unicorn.svg",
15
+ color: "#77AA99",
16
+ i18n: {
17
+ en: {
18
+ name: "Org-mode",
19
+ description: "A plain-text markup format for outlines, notes, planning, and literate programming.",
20
+ 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."
21
+ },
22
+ es: {
23
+ name: "Org-mode",
24
+ description: "Formato de texto plano para esquemas, notas, planificacion y programacion literaria.",
25
+ 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."
26
+ },
27
+ it: {
28
+ name: "Org-mode",
29
+ description: "Formato di testo semplice per outline, note, pianificazione e programmazione letterata.",
30
+ 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."
31
+ },
32
+ fr: {
33
+ name: "Org-mode",
34
+ description: "Format texte pour plans, notes, planification et programmation litteraire.",
35
+ 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."
36
+ },
37
+ de: {
38
+ name: "Org-mode",
39
+ description: "Klartext-Markupformat fur Gliederungen, Notizen, Planung und literarisches Programmieren.",
40
+ 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."
41
+ },
42
+ pt: {
43
+ name: "Org-mode",
44
+ description: "Formato de texto simples para estruturas, notas, planejamento e programacao literaria.",
45
+ 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."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { org };
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/pod.ts
4
+ var pod = {
5
+ slug: "pod",
6
+ publishedDate: "1994-01-01",
7
+ extensions: [".pod"],
8
+ author: "Larry Wall and the Perl community",
9
+ website: "https://perldoc.perl.org/perlpod",
10
+ paradigms: ["markup", "documentation"],
11
+ tooling: {
12
+ runtimes: ["perldoc", "Pod::Simple"],
13
+ ecosystems: ["Perl", "Documentation"]
14
+ },
15
+ version: "Perl 5.42.2",
16
+ logo: "https://cdn.simpleicons.org/perl/39457E",
17
+ color: "#39457E",
18
+ i18n: {
19
+ en: {
20
+ name: "Plain Old Documentation",
21
+ description: "A lightweight documentation markup format distributed with Perl.",
22
+ 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."
23
+ },
24
+ es: {
25
+ name: "Plain Old Documentation",
26
+ description: "Formato ligero de documentacion distribuido con Perl.",
27
+ 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."
28
+ },
29
+ it: {
30
+ name: "Plain Old Documentation",
31
+ description: "Formato leggero di documentazione distribuito con Perl.",
32
+ 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."
33
+ },
34
+ fr: {
35
+ name: "Plain Old Documentation",
36
+ description: "Format leger de documentation distribue avec Perl.",
37
+ 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."
38
+ },
39
+ de: {
40
+ name: "Plain Old Documentation",
41
+ description: "Leichtgewichtiges Dokumentationsformat, das mit Perl ausgeliefert wird.",
42
+ 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."
43
+ },
44
+ pt: {
45
+ name: "Plain Old Documentation",
46
+ description: "Formato leve de documentacao distribuido com Perl.",
47
+ 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."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.pod = pod;
@@ -0,0 +1,49 @@
1
+ declare const pod: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#39457E";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { pod };
@@ -0,0 +1,49 @@
1
+ declare const pod: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#39457E";
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { pod };
@@ -0,0 +1,50 @@
1
+ // src/languages/pod.ts
2
+ var pod = {
3
+ slug: "pod",
4
+ publishedDate: "1994-01-01",
5
+ extensions: [".pod"],
6
+ author: "Larry Wall and the Perl community",
7
+ website: "https://perldoc.perl.org/perlpod",
8
+ paradigms: ["markup", "documentation"],
9
+ tooling: {
10
+ runtimes: ["perldoc", "Pod::Simple"],
11
+ ecosystems: ["Perl", "Documentation"]
12
+ },
13
+ version: "Perl 5.42.2",
14
+ logo: "https://cdn.simpleicons.org/perl/39457E",
15
+ color: "#39457E",
16
+ i18n: {
17
+ en: {
18
+ name: "Plain Old Documentation",
19
+ description: "A lightweight documentation markup format distributed with Perl.",
20
+ 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."
21
+ },
22
+ es: {
23
+ name: "Plain Old Documentation",
24
+ description: "Formato ligero de documentacion distribuido con Perl.",
25
+ 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."
26
+ },
27
+ it: {
28
+ name: "Plain Old Documentation",
29
+ description: "Formato leggero di documentazione distribuito con Perl.",
30
+ 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."
31
+ },
32
+ fr: {
33
+ name: "Plain Old Documentation",
34
+ description: "Format leger de documentation distribue avec Perl.",
35
+ 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."
36
+ },
37
+ de: {
38
+ name: "Plain Old Documentation",
39
+ description: "Leichtgewichtiges Dokumentationsformat, das mit Perl ausgeliefert wird.",
40
+ 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."
41
+ },
42
+ pt: {
43
+ name: "Plain Old Documentation",
44
+ description: "Formato leve de documentacao distribuido com Perl.",
45
+ 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."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { pod };