code-languages 1.35.0 → 1.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -41
- package/dist/api.cjs +659 -40
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +659 -40
- package/dist/detect-slugs.cjs +10 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +10 -0
- package/dist/detect.cjs +539 -40
- package/dist/detect.js +539 -40
- package/dist/index.cjs +669 -40
- package/dist/index.d.cts +470 -1
- package/dist/index.d.ts +470 -1
- package/dist/index.js +670 -41
- package/dist/{language-registry-Bz9o1rt_.d.cts → language-registry-59NJVWeg.d.cts} +30 -0
- package/dist/{language-registry-Bz9o1rt_.d.ts → language-registry-59NJVWeg.d.ts} +30 -0
- package/dist/languages/ampl.cjs +1 -1
- package/dist/languages/ampl.js +1 -1
- package/dist/languages/ante.cjs +1 -1
- package/dist/languages/ante.js +1 -1
- package/dist/languages/aql.cjs +1 -1
- package/dist/languages/aql.js +1 -1
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/avro-idl.cjs +52 -0
- package/dist/languages/avro-idl.d.cts +49 -0
- package/dist/languages/avro-idl.d.ts +49 -0
- package/dist/languages/avro-idl.js +50 -0
- package/dist/languages/awk.cjs +1 -1
- package/dist/languages/awk.js +1 -1
- package/dist/languages/bqn.cjs +1 -1
- package/dist/languages/bqn.js +1 -1
- package/dist/languages/capnproto.cjs +1 -1
- package/dist/languages/capnproto.js +1 -1
- package/dist/languages/cel.cjs +52 -0
- package/dist/languages/cel.d.cts +49 -0
- package/dist/languages/cel.d.ts +49 -0
- package/dist/languages/cel.js +50 -0
- package/dist/languages/chapel.cjs +1 -1
- package/dist/languages/chapel.js +1 -1
- package/dist/languages/cmake.cjs +1 -1
- package/dist/languages/cmake.js +1 -1
- package/dist/languages/curry.cjs +1 -1
- package/dist/languages/curry.js +1 -1
- package/dist/languages/dafny.cjs +1 -1
- package/dist/languages/dafny.js +1 -1
- package/dist/languages/dot.cjs +1 -1
- package/dist/languages/dot.js +1 -1
- package/dist/languages/editorconfig.cjs +1 -1
- package/dist/languages/editorconfig.js +1 -1
- package/dist/languages/erlang.cjs +1 -1
- package/dist/languages/erlang.js +1 -1
- package/dist/languages/factor.cjs +1 -1
- package/dist/languages/factor.js +1 -1
- package/dist/languages/fe.cjs +1 -1
- package/dist/languages/fe.js +1 -1
- package/dist/languages/flatbuffers.cjs +52 -0
- package/dist/languages/flatbuffers.d.cts +49 -0
- package/dist/languages/flatbuffers.d.ts +49 -0
- package/dist/languages/flatbuffers.js +50 -0
- package/dist/languages/freemarker.cjs +1 -1
- package/dist/languages/freemarker.js +1 -1
- package/dist/languages/fstar.cjs +1 -1
- package/dist/languages/fstar.js +1 -1
- package/dist/languages/gdscript.cjs +1 -1
- package/dist/languages/gdscript.js +1 -1
- package/dist/languages/gradle.cjs +1 -1
- package/dist/languages/gradle.js +1 -1
- package/dist/languages/ink.cjs +1 -1
- package/dist/languages/ink.js +1 -1
- package/dist/languages/isabelle.cjs +1 -1
- package/dist/languages/isabelle.js +1 -1
- package/dist/languages/jmespath.cjs +1 -1
- package/dist/languages/jmespath.js +1 -1
- package/dist/languages/json5.cjs +1 -1
- package/dist/languages/json5.js +1 -1
- package/dist/languages/kdl.cjs +1 -1
- package/dist/languages/kdl.js +1 -1
- package/dist/languages/koka.cjs +1 -1
- package/dist/languages/koka.js +1 -1
- package/dist/languages/lean.cjs +1 -1
- package/dist/languages/lean.js +1 -1
- package/dist/languages/ligo.cjs +1 -1
- package/dist/languages/ligo.js +1 -1
- package/dist/languages/llvm-ir.cjs +1 -1
- package/dist/languages/llvm-ir.js +1 -1
- package/dist/languages/logo.cjs +1 -1
- package/dist/languages/logo.js +1 -1
- package/dist/languages/luau.cjs +1 -1
- package/dist/languages/luau.js +1 -1
- package/dist/languages/marlowe.cjs +1 -1
- package/dist/languages/marlowe.js +1 -1
- package/dist/languages/maxima.cjs +52 -0
- package/dist/languages/maxima.d.cts +49 -0
- package/dist/languages/maxima.d.ts +49 -0
- package/dist/languages/maxima.js +50 -0
- package/dist/languages/mercury.cjs +1 -1
- package/dist/languages/mercury.js +1 -1
- package/dist/languages/nginx.cjs +1 -1
- package/dist/languages/nginx.js +1 -1
- package/dist/languages/nix.cjs +1 -1
- package/dist/languages/nix.js +1 -1
- package/dist/languages/org.cjs +52 -0
- package/dist/languages/org.d.cts +49 -0
- package/dist/languages/org.d.ts +49 -0
- package/dist/languages/org.js +50 -0
- package/dist/languages/pod.cjs +52 -0
- package/dist/languages/pod.d.cts +49 -0
- package/dist/languages/pod.d.ts +49 -0
- package/dist/languages/pod.js +50 -0
- package/dist/languages/powershell.cjs +1 -1
- package/dist/languages/powershell.js +1 -1
- package/dist/languages/qmake.cjs +1 -1
- package/dist/languages/qmake.js +1 -1
- package/dist/languages/rebol.cjs +1 -1
- package/dist/languages/rebol.js +1 -1
- package/dist/languages/self.cjs +1 -1
- package/dist/languages/self.js +1 -1
- package/dist/languages/tcsh.cjs +52 -0
- package/dist/languages/tcsh.d.cts +49 -0
- package/dist/languages/tcsh.d.ts +49 -0
- package/dist/languages/tcsh.js +50 -0
- package/dist/languages/textile.cjs +51 -0
- package/dist/languages/textile.d.cts +48 -0
- package/dist/languages/textile.d.ts +48 -0
- package/dist/languages/textile.js +49 -0
- package/dist/languages/troff.cjs +52 -0
- package/dist/languages/troff.d.cts +49 -0
- package/dist/languages/troff.d.ts +49 -0
- package/dist/languages/troff.js +50 -0
- package/dist/languages/typst.cjs +1 -1
- package/dist/languages/typst.js +1 -1
- package/dist/languages/velocity.cjs +52 -0
- package/dist/languages/velocity.d.cts +49 -0
- package/dist/languages/velocity.d.ts +49 -0
- package/dist/languages/velocity.js +50 -0
- package/package.json +51 -1
|
@@ -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 };
|
|
@@ -13,7 +13,7 @@ var powershell = {
|
|
|
13
13
|
packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
|
|
14
14
|
ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
|
|
15
15
|
},
|
|
16
|
-
version: "7.6.
|
|
16
|
+
version: "7.6.3",
|
|
17
17
|
logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
|
|
18
18
|
color: "#5391FE",
|
|
19
19
|
i18n: {
|
|
@@ -11,7 +11,7 @@ var powershell = {
|
|
|
11
11
|
packageManagers: ["PowerShell Gallery", "PSResourceGet", "PowerShellGet"],
|
|
12
12
|
ecosystems: ["Windows", "Azure", "DevOps", "Automation"]
|
|
13
13
|
},
|
|
14
|
-
version: "7.6.
|
|
14
|
+
version: "7.6.3",
|
|
15
15
|
logo: "https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png",
|
|
16
16
|
color: "#5391FE",
|
|
17
17
|
i18n: {
|
package/dist/languages/qmake.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var qmake = {
|
|
|
13
13
|
ecosystems: ["Qt", "C++"]
|
|
14
14
|
},
|
|
15
15
|
version: "stable",
|
|
16
|
-
logo: "https://
|
|
16
|
+
logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
|
|
17
17
|
color: "#41CD52",
|
|
18
18
|
i18n: {
|
|
19
19
|
en: {
|
package/dist/languages/qmake.js
CHANGED
|
@@ -11,7 +11,7 @@ var qmake = {
|
|
|
11
11
|
ecosystems: ["Qt", "C++"]
|
|
12
12
|
},
|
|
13
13
|
version: "stable",
|
|
14
|
-
logo: "https://
|
|
14
|
+
logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
|
|
15
15
|
color: "#41CD52",
|
|
16
16
|
i18n: {
|
|
17
17
|
en: {
|
package/dist/languages/rebol.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var rebol = {
|
|
|
13
13
|
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
14
14
|
},
|
|
15
15
|
version: "Rebol 3",
|
|
16
|
-
logo: "https://
|
|
16
|
+
logo: "https://www.rebol.com/graphics/reb-logo.gif",
|
|
17
17
|
color: "#7C2D12",
|
|
18
18
|
i18n: {
|
|
19
19
|
en: {
|
package/dist/languages/rebol.js
CHANGED
|
@@ -11,7 +11,7 @@ var rebol = {
|
|
|
11
11
|
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
12
12
|
},
|
|
13
13
|
version: "Rebol 3",
|
|
14
|
-
logo: "https://
|
|
14
|
+
logo: "https://www.rebol.com/graphics/reb-logo.gif",
|
|
15
15
|
color: "#7C2D12",
|
|
16
16
|
i18n: {
|
|
17
17
|
en: {
|
package/dist/languages/self.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var self = {
|
|
|
13
13
|
ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
|
|
14
14
|
},
|
|
15
15
|
version: "2024.1",
|
|
16
|
-
logo: "https://
|
|
16
|
+
logo: "https://selflanguage.org/img/self-logo.png",
|
|
17
17
|
color: "#EA580C",
|
|
18
18
|
i18n: {
|
|
19
19
|
en: {
|
package/dist/languages/self.js
CHANGED
|
@@ -11,7 +11,7 @@ var self = {
|
|
|
11
11
|
ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
|
|
12
12
|
},
|
|
13
13
|
version: "2024.1",
|
|
14
|
-
logo: "https://
|
|
14
|
+
logo: "https://selflanguage.org/img/self-logo.png",
|
|
15
15
|
color: "#EA580C",
|
|
16
16
|
i18n: {
|
|
17
17
|
en: {
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/tcsh.ts
|
|
4
|
+
var tcsh = {
|
|
5
|
+
slug: "tcsh",
|
|
6
|
+
publishedDate: "1981-01-01",
|
|
7
|
+
extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"],
|
|
8
|
+
author: "Ken Greer, Paul Placeway, Christos Zoulas, and contributors",
|
|
9
|
+
website: "https://www.tcsh.org",
|
|
10
|
+
paradigms: ["shell", "scripting", "imperative"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["tcsh"],
|
|
13
|
+
ecosystems: ["Unix", "BSD"]
|
|
14
|
+
},
|
|
15
|
+
version: "6.24.16",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
|
|
17
|
+
color: "#2563EB",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Tcsh",
|
|
21
|
+
description: "A C shell-compatible Unix command interpreter with editing and programmable completion.",
|
|
22
|
+
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."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Tcsh",
|
|
26
|
+
description: "Interprete Unix compatible con C shell, con edicion y completado programable.",
|
|
27
|
+
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."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "Tcsh",
|
|
31
|
+
description: "Interprete Unix compatibile con C shell, con modifica e completamento programmabile.",
|
|
32
|
+
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."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "Tcsh",
|
|
36
|
+
description: "Interpreteur Unix compatible C shell avec edition et completion programmable.",
|
|
37
|
+
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."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "Tcsh",
|
|
41
|
+
description: "C-Shell-kompatibler Unix-Interpreter mit Bearbeitung und programmierbarer Erganzung.",
|
|
42
|
+
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."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "Tcsh",
|
|
46
|
+
description: "Interpretador Unix compativel com C shell, com edicao e conclusao programavel.",
|
|
47
|
+
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."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.tcsh = tcsh;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const tcsh: {
|
|
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: "#2563EB";
|
|
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 { tcsh };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const tcsh: {
|
|
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: "#2563EB";
|
|
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 { tcsh };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/tcsh.ts
|
|
2
|
+
var tcsh = {
|
|
3
|
+
slug: "tcsh",
|
|
4
|
+
publishedDate: "1981-01-01",
|
|
5
|
+
extensions: [".tcsh", ".csh", ".tcshrc", ".cshrc"],
|
|
6
|
+
author: "Ken Greer, Paul Placeway, Christos Zoulas, and contributors",
|
|
7
|
+
website: "https://www.tcsh.org",
|
|
8
|
+
paradigms: ["shell", "scripting", "imperative"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["tcsh"],
|
|
11
|
+
ecosystems: ["Unix", "BSD"]
|
|
12
|
+
},
|
|
13
|
+
version: "6.24.16",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=TC",
|
|
15
|
+
color: "#2563EB",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Tcsh",
|
|
19
|
+
description: "A C shell-compatible Unix command interpreter with editing and programmable completion.",
|
|
20
|
+
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."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Tcsh",
|
|
24
|
+
description: "Interprete Unix compatible con C shell, con edicion y completado programable.",
|
|
25
|
+
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."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "Tcsh",
|
|
29
|
+
description: "Interprete Unix compatibile con C shell, con modifica e completamento programmabile.",
|
|
30
|
+
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."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "Tcsh",
|
|
34
|
+
description: "Interpreteur Unix compatible C shell avec edition et completion programmable.",
|
|
35
|
+
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."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "Tcsh",
|
|
39
|
+
description: "C-Shell-kompatibler Unix-Interpreter mit Bearbeitung und programmierbarer Erganzung.",
|
|
40
|
+
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."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "Tcsh",
|
|
44
|
+
description: "Interpretador Unix compativel com C shell, com edicao e conclusao programavel.",
|
|
45
|
+
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."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { tcsh };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/textile.ts
|
|
4
|
+
var textile = {
|
|
5
|
+
slug: "textile",
|
|
6
|
+
publishedDate: "2002-12-26",
|
|
7
|
+
extensions: [".textile"],
|
|
8
|
+
author: "Dean Allen",
|
|
9
|
+
website: "https://textile-lang.com",
|
|
10
|
+
paradigms: ["markup", "documentation"],
|
|
11
|
+
tooling: {
|
|
12
|
+
ecosystems: ["Web", "CMS", "Documentation"]
|
|
13
|
+
},
|
|
14
|
+
version: "4.1.4",
|
|
15
|
+
logo: "https://textile-lang.com/icon.svg",
|
|
16
|
+
color: "#CC0000",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Textile",
|
|
20
|
+
description: "A lightweight markup language that converts readable plain text into structured HTML.",
|
|
21
|
+
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."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Textile",
|
|
25
|
+
description: "Lenguaje de marcado ligero que convierte texto legible en HTML estructurado.",
|
|
26
|
+
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."
|
|
27
|
+
},
|
|
28
|
+
it: {
|
|
29
|
+
name: "Textile",
|
|
30
|
+
description: "Linguaggio di markup leggero che converte testo leggibile in HTML strutturato.",
|
|
31
|
+
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."
|
|
32
|
+
},
|
|
33
|
+
fr: {
|
|
34
|
+
name: "Textile",
|
|
35
|
+
description: "Langage de balisage leger convertissant un texte lisible en HTML structure.",
|
|
36
|
+
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."
|
|
37
|
+
},
|
|
38
|
+
de: {
|
|
39
|
+
name: "Textile",
|
|
40
|
+
description: "Leichtgewichtige Markup-Sprache, die lesbaren Klartext in strukturiertes HTML umwandelt.",
|
|
41
|
+
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."
|
|
42
|
+
},
|
|
43
|
+
pt: {
|
|
44
|
+
name: "Textile",
|
|
45
|
+
description: "Linguagem de marcacao leve que converte texto legivel em HTML estruturado.",
|
|
46
|
+
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."
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
exports.textile = textile;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const textile: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
ecosystems: string[];
|
|
10
|
+
};
|
|
11
|
+
version: string;
|
|
12
|
+
logo: string;
|
|
13
|
+
color: "#CC0000";
|
|
14
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
longDescription: string;
|
|
19
|
+
};
|
|
20
|
+
es: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
longDescription: string;
|
|
24
|
+
};
|
|
25
|
+
it: {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
longDescription: string;
|
|
29
|
+
};
|
|
30
|
+
fr: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
longDescription: string;
|
|
34
|
+
};
|
|
35
|
+
de: {
|
|
36
|
+
name: string;
|
|
37
|
+
description: string;
|
|
38
|
+
longDescription: string;
|
|
39
|
+
};
|
|
40
|
+
pt: {
|
|
41
|
+
name: string;
|
|
42
|
+
description: string;
|
|
43
|
+
longDescription: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { textile };
|