code-languages 1.34.1 → 1.35.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.
- package/README.md +22 -2
- package/dist/api.cjs +1239 -0
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1239 -0
- package/dist/detect-slugs.cjs +20 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +20 -0
- package/dist/detect.cjs +999 -0
- package/dist/detect.js +999 -0
- package/dist/index.cjs +1259 -0
- package/dist/index.d.cts +1158 -219
- package/dist/index.d.ts +1158 -219
- package/dist/index.js +1260 -1
- package/dist/{language-registry-CaYtxJN8.d.cts → language-registry-Bz9o1rt_.d.cts} +60 -0
- package/dist/{language-registry-CaYtxJN8.d.ts → language-registry-Bz9o1rt_.d.ts} +60 -0
- package/dist/languages/ampl.cjs +52 -0
- package/dist/languages/ampl.d.cts +49 -0
- package/dist/languages/ampl.d.ts +49 -0
- package/dist/languages/ampl.js +50 -0
- package/dist/languages/bibtex.cjs +52 -0
- package/dist/languages/bibtex.d.cts +49 -0
- package/dist/languages/bibtex.d.ts +49 -0
- package/dist/languages/bibtex.js +50 -0
- package/dist/languages/brainfuck.cjs +52 -0
- package/dist/languages/brainfuck.d.cts +49 -0
- package/dist/languages/brainfuck.d.ts +49 -0
- package/dist/languages/brainfuck.js +50 -0
- package/dist/languages/capnproto.cjs +52 -0
- package/dist/languages/capnproto.d.cts +49 -0
- package/dist/languages/capnproto.d.ts +49 -0
- package/dist/languages/capnproto.js +50 -0
- package/dist/languages/cql.cjs +52 -0
- package/dist/languages/cql.d.cts +49 -0
- package/dist/languages/cql.d.ts +49 -0
- package/dist/languages/cql.js +50 -0
- package/dist/languages/dot.cjs +52 -0
- package/dist/languages/dot.d.cts +49 -0
- package/dist/languages/dot.d.ts +49 -0
- package/dist/languages/dot.js +50 -0
- package/dist/languages/editorconfig.cjs +51 -0
- package/dist/languages/editorconfig.d.cts +48 -0
- package/dist/languages/editorconfig.d.ts +48 -0
- package/dist/languages/editorconfig.js +49 -0
- package/dist/languages/fql.cjs +52 -0
- package/dist/languages/fql.d.cts +49 -0
- package/dist/languages/fql.d.ts +49 -0
- package/dist/languages/fql.js +50 -0
- package/dist/languages/gcode.cjs +52 -0
- package/dist/languages/gcode.d.cts +49 -0
- package/dist/languages/gcode.d.ts +49 -0
- package/dist/languages/gcode.js +50 -0
- package/dist/languages/gettext.cjs +52 -0
- package/dist/languages/gettext.d.cts +49 -0
- package/dist/languages/gettext.d.ts +49 -0
- package/dist/languages/gettext.js +50 -0
- package/dist/languages/gremlin.cjs +52 -0
- package/dist/languages/gremlin.d.cts +49 -0
- package/dist/languages/gremlin.d.ts +49 -0
- package/dist/languages/gremlin.js +50 -0
- package/dist/languages/jmespath.cjs +52 -0
- package/dist/languages/jmespath.d.cts +49 -0
- package/dist/languages/jmespath.d.ts +49 -0
- package/dist/languages/jmespath.js +50 -0
- package/dist/languages/jsonata.cjs +52 -0
- package/dist/languages/jsonata.d.cts +49 -0
- package/dist/languages/jsonata.d.ts +49 -0
- package/dist/languages/jsonata.js +50 -0
- package/dist/languages/kql.cjs +52 -0
- package/dist/languages/kql.d.cts +49 -0
- package/dist/languages/kql.d.ts +49 -0
- package/dist/languages/kql.js +50 -0
- package/dist/languages/linkerscript.cjs +52 -0
- package/dist/languages/linkerscript.d.cts +49 -0
- package/dist/languages/linkerscript.d.ts +49 -0
- package/dist/languages/linkerscript.js +50 -0
- package/dist/languages/n1ql.cjs +52 -0
- package/dist/languages/n1ql.d.cts +49 -0
- package/dist/languages/n1ql.d.ts +49 -0
- package/dist/languages/n1ql.js +50 -0
- package/dist/languages/plpgsql.cjs +52 -0
- package/dist/languages/plpgsql.d.cts +49 -0
- package/dist/languages/plpgsql.d.ts +49 -0
- package/dist/languages/plpgsql.js +50 -0
- package/dist/languages/qmake.cjs +52 -0
- package/dist/languages/qmake.d.cts +49 -0
- package/dist/languages/qmake.d.ts +49 -0
- package/dist/languages/qmake.js +50 -0
- package/dist/languages/soql.cjs +52 -0
- package/dist/languages/soql.d.cts +49 -0
- package/dist/languages/soql.d.ts +49 -0
- package/dist/languages/soql.js +50 -0
- package/dist/languages/spl.cjs +52 -0
- package/dist/languages/spl.d.cts +49 -0
- package/dist/languages/spl.d.ts +49 -0
- package/dist/languages/spl.js +50 -0
- package/package.json +101 -1
package/dist/api.js
CHANGED
|
@@ -300,6 +300,64 @@ var init_algol = __esm({
|
|
|
300
300
|
}
|
|
301
301
|
});
|
|
302
302
|
|
|
303
|
+
// src/languages/ampl.ts
|
|
304
|
+
var ampl_exports = {};
|
|
305
|
+
__export(ampl_exports, {
|
|
306
|
+
ampl: () => ampl
|
|
307
|
+
});
|
|
308
|
+
var ampl;
|
|
309
|
+
var init_ampl = __esm({
|
|
310
|
+
"src/languages/ampl.ts"() {
|
|
311
|
+
ampl = {
|
|
312
|
+
slug: "ampl",
|
|
313
|
+
publishedDate: "1985-01-01",
|
|
314
|
+
extensions: [".mod", ".dat", ".run"],
|
|
315
|
+
author: "Robert Fourer, David Gay, and Brian Kernighan",
|
|
316
|
+
website: "https://ampl.com",
|
|
317
|
+
paradigms: ["declarative", "mathematical modeling"],
|
|
318
|
+
tooling: {
|
|
319
|
+
runtimes: ["AMPL"],
|
|
320
|
+
ecosystems: ["Optimization", "Operations research"]
|
|
321
|
+
},
|
|
322
|
+
version: "stable",
|
|
323
|
+
logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
|
|
324
|
+
color: "#1D4ED8",
|
|
325
|
+
i18n: {
|
|
326
|
+
en: {
|
|
327
|
+
name: "AMPL",
|
|
328
|
+
description: "A declarative language for describing optimization models and data for mathematical solvers.",
|
|
329
|
+
longDescription: "AMPL is a modeling language for linear, nonlinear, integer, and constraint optimization. It lets modelers express sets, parameters, variables, objectives, and constraints close to mathematical notation.\n\nThe language is widely used in operations research, logistics, energy planning, finance, and industrial scheduling. AMPL separates model structure from data and connects to many commercial and open source solvers."
|
|
330
|
+
},
|
|
331
|
+
es: {
|
|
332
|
+
name: "AMPL",
|
|
333
|
+
description: "Lenguaje declarativo para describir modelos y datos de optimizacion para solvers matematicos.",
|
|
334
|
+
longDescription: "AMPL es un lenguaje de modelado para optimizacion lineal, no lineal, entera y con restricciones. Permite expresar conjuntos, parametros, variables, objetivos y restricciones cerca de la notacion matematica.\n\nEl lenguaje se usa en investigacion de operaciones, logistica, planificacion energetica, finanzas y programacion industrial. AMPL separa la estructura del modelo de los datos y se conecta con muchos solvers comerciales y abiertos."
|
|
335
|
+
},
|
|
336
|
+
it: {
|
|
337
|
+
name: "AMPL",
|
|
338
|
+
description: "Linguaggio dichiarativo per descrivere modelli e dati di ottimizzazione per solver matematici.",
|
|
339
|
+
longDescription: "AMPL e un linguaggio di modellazione per ottimizzazione lineare, non lineare, intera e vincolata. Permette di esprimere insiemi, parametri, variabili, obiettivi e vincoli vicino alla notazione matematica.\n\nIl linguaggio e usato in ricerca operativa, logistica, pianificazione energetica, finanza e schedulazione industriale. AMPL separa la struttura del modello dai dati e si collega a molti solver commerciali e open source."
|
|
340
|
+
},
|
|
341
|
+
fr: {
|
|
342
|
+
name: "AMPL",
|
|
343
|
+
description: "Langage declaratif pour decrire modeles et donnees d optimisation pour solveurs mathematiques.",
|
|
344
|
+
longDescription: "AMPL est un langage de modelisation pour l optimisation lineaire, non lineaire, entiere et sous contraintes. Il permet d exprimer ensembles, parametres, variables, objectifs et contraintes pres de la notation mathematique.\n\nLe langage est utilise en recherche operationnelle, logistique, planification energetique, finance et ordonnancement industriel. AMPL separe la structure du modele des donnees et se connecte a de nombreux solveurs commerciaux et ouverts."
|
|
345
|
+
},
|
|
346
|
+
de: {
|
|
347
|
+
name: "AMPL",
|
|
348
|
+
description: "Deklarative Sprache fur Optimierungsmodelle und Daten fur mathematische Solver.",
|
|
349
|
+
longDescription: "AMPL ist eine Modellierungssprache fur lineare, nichtlineare, ganzzahlige und eingeschrankte Optimierung. Sie beschreibt Mengen, Parameter, Variablen, Ziele und Nebenbedingungen nahe an mathematischer Notation.\n\nDie Sprache wird in Operations Research, Logistik, Energieplanung, Finanzwesen und industrieller Planung genutzt. AMPL trennt Modellstruktur von Daten und bindet viele kommerzielle und offene Solver an."
|
|
350
|
+
},
|
|
351
|
+
pt: {
|
|
352
|
+
name: "AMPL",
|
|
353
|
+
description: "Linguagem declarativa para descrever modelos e dados de otimizacao para solvers matematicos.",
|
|
354
|
+
longDescription: "AMPL e uma linguagem de modelagem para otimizacao linear, nao linear, inteira e com restricoes. Ela permite expressar conjuntos, parametros, variaveis, objetivos e restricoes perto da notacao matematica.\n\nA linguagem e usada em pesquisa operacional, logistica, planejamento energetico, financas e escalonamento industrial. AMPL separa a estrutura do modelo dos dados e se conecta a muitos solvers comerciais e abertos."
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
|
|
303
361
|
// src/languages/ante.ts
|
|
304
362
|
var ante_exports = {};
|
|
305
363
|
__export(ante_exports, {
|
|
@@ -1414,6 +1472,64 @@ var init_bcpl = __esm({
|
|
|
1414
1472
|
}
|
|
1415
1473
|
});
|
|
1416
1474
|
|
|
1475
|
+
// src/languages/bibtex.ts
|
|
1476
|
+
var bibtex_exports = {};
|
|
1477
|
+
__export(bibtex_exports, {
|
|
1478
|
+
bibtex: () => bibtex
|
|
1479
|
+
});
|
|
1480
|
+
var bibtex;
|
|
1481
|
+
var init_bibtex = __esm({
|
|
1482
|
+
"src/languages/bibtex.ts"() {
|
|
1483
|
+
bibtex = {
|
|
1484
|
+
slug: "bibtex",
|
|
1485
|
+
publishedDate: "1985-01-01",
|
|
1486
|
+
extensions: [".bib", ".bibtex"],
|
|
1487
|
+
author: "Oren Patashnik and Leslie Lamport",
|
|
1488
|
+
website: "https://ctan.org/pkg/bibtex",
|
|
1489
|
+
paradigms: ["data", "bibliography"],
|
|
1490
|
+
tooling: {
|
|
1491
|
+
runtimes: ["BibTeX", "Biber"],
|
|
1492
|
+
ecosystems: ["TeX", "LaTeX", "Academic publishing"]
|
|
1493
|
+
},
|
|
1494
|
+
version: "stable",
|
|
1495
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Bi",
|
|
1496
|
+
color: "#2563EB",
|
|
1497
|
+
i18n: {
|
|
1498
|
+
en: {
|
|
1499
|
+
name: "BibTeX",
|
|
1500
|
+
description: "A bibliography data format and toolchain used with TeX and LaTeX documents.",
|
|
1501
|
+
longDescription: "BibTeX is both a bibliography processing program and a structured text format for citation records. Entries describe books, articles, proceedings, theses, and other sources with fields such as author, title, year, and publisher.\n\nIt is central to many TeX and LaTeX workflows, especially in academic publishing. BibTeX files can be edited by hand, exported by reference managers, and rendered through style files into formatted bibliographies."
|
|
1502
|
+
},
|
|
1503
|
+
es: {
|
|
1504
|
+
name: "BibTeX",
|
|
1505
|
+
description: "Formato de datos bibliograficos y herramienta usada con documentos TeX y LaTeX.",
|
|
1506
|
+
longDescription: "BibTeX es un programa de procesamiento bibliografico y un formato de texto estructurado para registros de citas. Las entradas describen libros, articulos, actas, tesis y otras fuentes con campos como autor, titulo, ano y editorial.\n\nEs central en muchos flujos de TeX y LaTeX, sobre todo en publicacion academica. Los archivos BibTeX pueden editarse a mano, exportarse desde gestores de referencias y renderizarse con estilos como bibliografias formateadas."
|
|
1507
|
+
},
|
|
1508
|
+
it: {
|
|
1509
|
+
name: "BibTeX",
|
|
1510
|
+
description: "Formato di dati bibliografici e toolchain usati con documenti TeX e LaTeX.",
|
|
1511
|
+
longDescription: "BibTeX e sia un programma di elaborazione bibliografica sia un formato testuale strutturato per record di citazioni. Le voci descrivono libri, articoli, atti, tesi e altre fonti con campi come autore, titolo, anno ed editore.\n\nE centrale in molti flussi TeX e LaTeX, specialmente nella pubblicazione accademica. I file BibTeX possono essere modificati a mano, esportati da gestori di riferimenti e resi tramite file di stile in bibliografie formattate."
|
|
1512
|
+
},
|
|
1513
|
+
fr: {
|
|
1514
|
+
name: "BibTeX",
|
|
1515
|
+
description: "Format de donnees bibliographiques et chaine d outils utilises avec TeX et LaTeX.",
|
|
1516
|
+
longDescription: "BibTeX est a la fois un programme de traitement bibliographique et un format texte structure pour les citations. Les entrees decrivent livres, articles, actes, theses et autres sources avec des champs comme auteur, titre, annee et editeur.\n\nIl est central dans de nombreux flux TeX et LaTeX, surtout pour l edition academique. Les fichiers BibTeX peuvent etre modifies a la main, exportes par des gestionnaires de references et rendus via des styles en bibliographies formatees."
|
|
1517
|
+
},
|
|
1518
|
+
de: {
|
|
1519
|
+
name: "BibTeX",
|
|
1520
|
+
description: "Bibliografisches Datenformat und Werkzeugkette fur TeX- und LaTeX-Dokumente.",
|
|
1521
|
+
longDescription: "BibTeX ist ein Bibliografieprogramm und ein strukturiertes Textformat fur Zitationsdaten. Eintrage beschreiben Bucher, Artikel, Tagungsbande, Arbeiten und andere Quellen mit Feldern wie Autor, Titel, Jahr und Verlag.\n\nEs ist zentral in vielen TeX- und LaTeX-Ablaufen, besonders im akademischen Publizieren. BibTeX-Dateien konnen von Hand gepflegt, aus Literaturverwaltungen exportiert und uber Stildateien zu formatierten Bibliografien gerendert werden."
|
|
1522
|
+
},
|
|
1523
|
+
pt: {
|
|
1524
|
+
name: "BibTeX",
|
|
1525
|
+
description: "Formato de dados bibliograficos e cadeia de ferramentas usada com TeX e LaTeX.",
|
|
1526
|
+
longDescription: "BibTeX e ao mesmo tempo um programa de processamento bibliografico e um formato de texto estruturado para registros de citacao. As entradas descrevem livros, artigos, anais, teses e outras fontes com campos como autor, titulo, ano e editora.\n\nEle e central em muitos fluxos TeX e LaTeX, especialmente na publicacao academica. Arquivos BibTeX podem ser editados a mao, exportados por gerenciadores de referencias e renderizados por estilos em bibliografias formatadas."
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
};
|
|
1530
|
+
}
|
|
1531
|
+
});
|
|
1532
|
+
|
|
1417
1533
|
// src/languages/bicep.ts
|
|
1418
1534
|
var bicep_exports = {};
|
|
1419
1535
|
__export(bicep_exports, {
|
|
@@ -1648,6 +1764,64 @@ var init_bqn = __esm({
|
|
|
1648
1764
|
}
|
|
1649
1765
|
});
|
|
1650
1766
|
|
|
1767
|
+
// src/languages/brainfuck.ts
|
|
1768
|
+
var brainfuck_exports = {};
|
|
1769
|
+
__export(brainfuck_exports, {
|
|
1770
|
+
brainfuck: () => brainfuck
|
|
1771
|
+
});
|
|
1772
|
+
var brainfuck;
|
|
1773
|
+
var init_brainfuck = __esm({
|
|
1774
|
+
"src/languages/brainfuck.ts"() {
|
|
1775
|
+
brainfuck = {
|
|
1776
|
+
slug: "brainfuck",
|
|
1777
|
+
publishedDate: "1993-01-01",
|
|
1778
|
+
extensions: [".bf", ".b"],
|
|
1779
|
+
author: "Urban Muller",
|
|
1780
|
+
website: "https://esolangs.org/wiki/Brainfuck",
|
|
1781
|
+
paradigms: ["esoteric", "imperative"],
|
|
1782
|
+
tooling: {
|
|
1783
|
+
runtimes: ["Interpreters", "Compilers"],
|
|
1784
|
+
ecosystems: ["Esoteric programming"]
|
|
1785
|
+
},
|
|
1786
|
+
version: "stable",
|
|
1787
|
+
logo: "https://dummyimage.com/32x32/111827/ffffff.png&text=BF",
|
|
1788
|
+
color: "#111827",
|
|
1789
|
+
i18n: {
|
|
1790
|
+
en: {
|
|
1791
|
+
name: "Brainfuck",
|
|
1792
|
+
description: "An esoteric minimal language built around a tape, a pointer, and eight commands.",
|
|
1793
|
+
longDescription: "Brainfuck is an intentionally tiny esoteric programming language with only eight commands. Programs move a pointer across a memory tape, mutate cells, read or write bytes, and use bracketed loops for control flow.\n\nThe language is rarely used for practical software, but it is influential as a teaching, golfing, interpreter, and compiler exercise. Its extreme simplicity makes it a compact test case for parsers, virtual machines, and code generation."
|
|
1794
|
+
},
|
|
1795
|
+
es: {
|
|
1796
|
+
name: "Brainfuck",
|
|
1797
|
+
description: "Lenguaje esoterico minimo basado en una cinta, un puntero y ocho comandos.",
|
|
1798
|
+
longDescription: "Brainfuck es un lenguaje de programacion esoterico deliberadamente pequeno con solo ocho comandos. Los programas mueven un puntero sobre una cinta de memoria, mutan celdas, leen o escriben bytes y usan bucles con corchetes para control de flujo.\n\nEl lenguaje casi nunca se usa para software practico, pero influye como ejercicio de ensenanza, code golf, interpretes y compiladores. Su simplicidad extrema lo vuelve un caso de prueba compacto para parsers, maquinas virtuales y generacion de codigo."
|
|
1799
|
+
},
|
|
1800
|
+
it: {
|
|
1801
|
+
name: "Brainfuck",
|
|
1802
|
+
description: "Linguaggio esoterico minimo basato su nastro, puntatore e otto comandi.",
|
|
1803
|
+
longDescription: "Brainfuck e un linguaggio di programmazione esoterico volutamente minuscolo con solo otto comandi. I programmi muovono un puntatore su un nastro di memoria, modificano celle, leggono o scrivono byte e usano cicli tra parentesi quadre per il flusso di controllo.\n\nIl linguaggio e usato raramente per software pratico, ma e influente come esercizio didattico, di code golf, interpreti e compilatori. La sua estrema semplicita lo rende un caso di prova compatto per parser, macchine virtuali e generazione di codice."
|
|
1804
|
+
},
|
|
1805
|
+
fr: {
|
|
1806
|
+
name: "Brainfuck",
|
|
1807
|
+
description: "Langage esoterique minimal fonde sur un ruban, un pointeur et huit commandes.",
|
|
1808
|
+
longDescription: "Brainfuck est un langage de programmation esoterique volontairement minuscule avec seulement huit commandes. Les programmes deplacent un pointeur sur un ruban memoire, modifient des cellules, lisent ou ecrivent des octets et utilisent des boucles entre crochets.\n\nLe langage est rarement utilise pour du logiciel pratique, mais il est influent comme exercice d enseignement, de code golf, d interpreteur et de compilateur. Sa simplicite extreme en fait un cas de test compact pour parseurs, machines virtuelles et generation de code."
|
|
1809
|
+
},
|
|
1810
|
+
de: {
|
|
1811
|
+
name: "Brainfuck",
|
|
1812
|
+
description: "Esoterische minimale Sprache mit Speicherband, Zeiger und acht Befehlen.",
|
|
1813
|
+
longDescription: "Brainfuck ist eine absichtlich winzige esoterische Programmiersprache mit nur acht Befehlen. Programme bewegen einen Zeiger uber ein Speicherband, verandern Zellen, lesen oder schreiben Bytes und nutzen geklammerte Schleifen fur Kontrollfluss.\n\nDie Sprache wird selten fur praktische Software genutzt, ist aber einflussreich als Ubung fur Lehre, Code Golf, Interpreter und Compiler. Ihre extreme Einfachheit macht sie zu einem kompakten Testfall fur Parser, virtuelle Maschinen und Codegenerierung."
|
|
1814
|
+
},
|
|
1815
|
+
pt: {
|
|
1816
|
+
name: "Brainfuck",
|
|
1817
|
+
description: "Linguagem esoterica minima baseada em fita, ponteiro e oito comandos.",
|
|
1818
|
+
longDescription: "Brainfuck e uma linguagem de programacao esoterica intencionalmente pequena com apenas oito comandos. Programas movem um ponteiro por uma fita de memoria, alteram celulas, leem ou escrevem bytes e usam loops entre colchetes para fluxo de controle.\n\nA linguagem raramente e usada para software pratico, mas e influente como exercicio de ensino, code golf, interpretadores e compiladores. Sua simplicidade extrema a torna um caso de teste compacto para parsers, maquinas virtuais e geracao de codigo."
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
};
|
|
1822
|
+
}
|
|
1823
|
+
});
|
|
1824
|
+
|
|
1651
1825
|
// src/languages/c.ts
|
|
1652
1826
|
var c_exports = {};
|
|
1653
1827
|
__export(c_exports, {
|
|
@@ -1766,6 +1940,64 @@ var init_cairo = __esm({
|
|
|
1766
1940
|
}
|
|
1767
1941
|
});
|
|
1768
1942
|
|
|
1943
|
+
// src/languages/capnproto.ts
|
|
1944
|
+
var capnproto_exports = {};
|
|
1945
|
+
__export(capnproto_exports, {
|
|
1946
|
+
capnproto: () => capnproto
|
|
1947
|
+
});
|
|
1948
|
+
var capnproto;
|
|
1949
|
+
var init_capnproto = __esm({
|
|
1950
|
+
"src/languages/capnproto.ts"() {
|
|
1951
|
+
capnproto = {
|
|
1952
|
+
slug: "capnproto",
|
|
1953
|
+
publishedDate: "2013-01-01",
|
|
1954
|
+
extensions: [".capnp"],
|
|
1955
|
+
author: "Kenton Varda",
|
|
1956
|
+
website: "https://capnproto.org",
|
|
1957
|
+
paradigms: ["schema", "interface definition"],
|
|
1958
|
+
tooling: {
|
|
1959
|
+
runtimes: ["Capn Proto compiler"],
|
|
1960
|
+
ecosystems: ["RPC", "Serialization"]
|
|
1961
|
+
},
|
|
1962
|
+
version: "stable",
|
|
1963
|
+
logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=CP",
|
|
1964
|
+
color: "#F97316",
|
|
1965
|
+
i18n: {
|
|
1966
|
+
en: {
|
|
1967
|
+
name: "Cap'n Proto",
|
|
1968
|
+
description: "A schema language for fast serialization and capability-oriented RPC interfaces.",
|
|
1969
|
+
longDescription: "Capn Proto schemas define structured messages, enums, interfaces, and constants for a zero-copy serialization system. The format is designed so data can often be used directly from its encoded representation.\n\nThe language supports code generation for multiple host languages and is paired with an RPC system built around capabilities. It is used when low latency, cross-language contracts, and efficient binary interchange matter."
|
|
1970
|
+
},
|
|
1971
|
+
es: {
|
|
1972
|
+
name: "Cap'n Proto",
|
|
1973
|
+
description: "Lenguaje de esquemas para serializacion rapida e interfaces RPC orientadas a capacidades.",
|
|
1974
|
+
longDescription: "Los esquemas Capn Proto definen mensajes estructurados, enums, interfaces y constantes para un sistema de serializacion zero-copy. El formato esta disenado para que los datos puedan usarse a menudo desde su representacion codificada.\n\nEl lenguaje soporta generacion de codigo para multiples lenguajes anfitriones y se combina con un sistema RPC basado en capacidades. Se usa cuando importan baja latencia, contratos entre lenguajes e intercambio binario eficiente."
|
|
1975
|
+
},
|
|
1976
|
+
it: {
|
|
1977
|
+
name: "Cap'n Proto",
|
|
1978
|
+
description: "Linguaggio di schema per serializzazione veloce e interfacce RPC orientate a capability.",
|
|
1979
|
+
longDescription: "Gli schemi Capn Proto definiscono messaggi strutturati, enum, interfacce e costanti per un sistema di serializzazione zero-copy. Il formato e progettato per usare spesso i dati direttamente dalla rappresentazione codificata.\n\nIl linguaggio supporta generazione di codice per molti linguaggi host ed e abbinato a un sistema RPC basato su capability. E usato quando contano bassa latenza, contratti cross-language e scambio binario efficiente."
|
|
1980
|
+
},
|
|
1981
|
+
fr: {
|
|
1982
|
+
name: "Cap'n Proto",
|
|
1983
|
+
description: "Langage de schema pour serialisation rapide et interfaces RPC orientees capacites.",
|
|
1984
|
+
longDescription: "Les schemas Capn Proto definissent messages structures, enums, interfaces et constantes pour un systeme de serialisation zero-copy. Le format est concu pour permettre souvent l usage direct des donnees depuis leur representation encodee.\n\nLe langage prend en charge la generation de code pour plusieurs langages hotes et s accompagne d un systeme RPC fonde sur les capacites. Il est utilise quand faible latence, contrats inter-langages et echange binaire efficace comptent."
|
|
1985
|
+
},
|
|
1986
|
+
de: {
|
|
1987
|
+
name: "Cap'n Proto",
|
|
1988
|
+
description: "Schemasprache fur schnelle Serialisierung und capability-orientierte RPC-Schnittstellen.",
|
|
1989
|
+
longDescription: "Capn Proto-Schemas definieren strukturierte Nachrichten, Enums, Schnittstellen und Konstanten fur ein Zero-Copy-Serialisierungssystem. Das Format ist so entworfen, dass Daten oft direkt aus ihrer kodierten Darstellung nutzbar sind.\n\nDie Sprache unterstutzt Codegenerierung fur mehrere Hostsprachen und ist mit einem RPC-System rund um Capabilities gekoppelt. Sie wird genutzt, wenn niedrige Latenz, sprachubergreifende Vertrage und effizienter Binar-Austausch wichtig sind."
|
|
1990
|
+
},
|
|
1991
|
+
pt: {
|
|
1992
|
+
name: "Cap'n Proto",
|
|
1993
|
+
description: "Linguagem de esquema para serializacao rapida e interfaces RPC orientadas a capacidades.",
|
|
1994
|
+
longDescription: "Esquemas Capn Proto definem mensagens estruturadas, enums, interfaces e constantes para um sistema de serializacao zero-copy. O formato e projetado para que dados muitas vezes possam ser usados diretamente da representacao codificada.\n\nA linguagem suporta geracao de codigo para varias linguagens hospedeiras e vem junto de um sistema RPC baseado em capacidades. Ela e usada quando baixa latencia, contratos entre linguagens e intercambio binario eficiente importam."
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
};
|
|
1998
|
+
}
|
|
1999
|
+
});
|
|
2000
|
+
|
|
1769
2001
|
// src/languages/carbon.ts
|
|
1770
2002
|
var carbon_exports = {};
|
|
1771
2003
|
__export(carbon_exports, {
|
|
@@ -2354,6 +2586,64 @@ var init_cpp = __esm({
|
|
|
2354
2586
|
}
|
|
2355
2587
|
});
|
|
2356
2588
|
|
|
2589
|
+
// src/languages/cql.ts
|
|
2590
|
+
var cql_exports = {};
|
|
2591
|
+
__export(cql_exports, {
|
|
2592
|
+
cql: () => cql
|
|
2593
|
+
});
|
|
2594
|
+
var cql;
|
|
2595
|
+
var init_cql = __esm({
|
|
2596
|
+
"src/languages/cql.ts"() {
|
|
2597
|
+
cql = {
|
|
2598
|
+
slug: "cql",
|
|
2599
|
+
publishedDate: "2008-01-01",
|
|
2600
|
+
extensions: [".cql"],
|
|
2601
|
+
author: "Apache Cassandra project",
|
|
2602
|
+
website: "https://cassandra.apache.org/doc/latest/cassandra/developing/cql/index.html",
|
|
2603
|
+
paradigms: ["query", "declarative"],
|
|
2604
|
+
tooling: {
|
|
2605
|
+
runtimes: ["Apache Cassandra"],
|
|
2606
|
+
ecosystems: ["NoSQL", "Distributed databases"]
|
|
2607
|
+
},
|
|
2608
|
+
version: "CQL 3",
|
|
2609
|
+
logo: "https://cdn.simpleicons.org/apachecassandra/1287B1",
|
|
2610
|
+
color: "#1287B1",
|
|
2611
|
+
i18n: {
|
|
2612
|
+
en: {
|
|
2613
|
+
name: "CQL",
|
|
2614
|
+
description: "A SQL-like query language for Apache Cassandra tables and keyspaces.",
|
|
2615
|
+
longDescription: "Cassandra Query Language is the primary interface for defining and querying data in Apache Cassandra. It models keyspaces, tables, columns, indexes, materialized views, and statements for reading and writing partitioned data.\n\nCQL looks familiar to SQL users, but its behavior follows Cassandra storage and distribution rules. Effective CQL design focuses on partition keys, clustering columns, denormalized tables, and queries shaped around access patterns."
|
|
2616
|
+
},
|
|
2617
|
+
es: {
|
|
2618
|
+
name: "CQL",
|
|
2619
|
+
description: "Lenguaje de consultas tipo SQL para tablas y keyspaces de Apache Cassandra.",
|
|
2620
|
+
longDescription: "Cassandra Query Language es la interfaz principal para definir y consultar datos en Apache Cassandra. Modela keyspaces, tablas, columnas, indices, vistas materializadas y sentencias para leer y escribir datos particionados.\n\nCQL resulta familiar para usuarios de SQL, pero su comportamiento sigue las reglas de almacenamiento y distribucion de Cassandra. Un buen diseno CQL se centra en claves de particion, columnas de ordenamiento, tablas desnormalizadas y consultas guiadas por patrones de acceso."
|
|
2621
|
+
},
|
|
2622
|
+
it: {
|
|
2623
|
+
name: "CQL",
|
|
2624
|
+
description: "Linguaggio di query simile a SQL per tabelle e keyspace Apache Cassandra.",
|
|
2625
|
+
longDescription: "Cassandra Query Language e l interfaccia principale per definire e interrogare dati in Apache Cassandra. Modella keyspace, tabelle, colonne, indici, viste materializzate e istruzioni per leggere e scrivere dati partizionati.\n\nCQL risulta familiare agli utenti SQL, ma il suo comportamento segue le regole di archiviazione e distribuzione di Cassandra. Un buon design CQL si concentra su chiavi di partizione, colonne di clustering, tabelle denormalizzate e query modellate sui pattern di accesso."
|
|
2626
|
+
},
|
|
2627
|
+
fr: {
|
|
2628
|
+
name: "CQL",
|
|
2629
|
+
description: "Langage de requete proche de SQL pour tables et keyspaces Apache Cassandra.",
|
|
2630
|
+
longDescription: "Cassandra Query Language est l interface principale pour definir et interroger les donnees dans Apache Cassandra. Il modelise keyspaces, tables, colonnes, index, vues materialisees et instructions pour lire et ecrire des donnees partitionnees.\n\nCQL parait familier aux utilisateurs SQL, mais son comportement suit les regles de stockage et de distribution de Cassandra. Une bonne conception CQL se concentre sur cles de partition, colonnes de clustering, tables denormalisees et requetes guidees par les acces."
|
|
2631
|
+
},
|
|
2632
|
+
de: {
|
|
2633
|
+
name: "CQL",
|
|
2634
|
+
description: "SQL-ahnliche Abfragesprache fur Apache-Cassandra-Tabellen und Keyspaces.",
|
|
2635
|
+
longDescription: "Cassandra Query Language ist die wichtigste Schnittstelle zum Definieren und Abfragen von Daten in Apache Cassandra. Sie modelliert Keyspaces, Tabellen, Spalten, Indizes, materialisierte Views und Anweisungen zum Lesen und Schreiben partitionierter Daten.\n\nCQL wirkt fur SQL-Nutzer vertraut, folgt aber den Speicher- und Verteilungsregeln von Cassandra. Gutes CQL-Design konzentriert sich auf Partitionsschlussel, Clustering-Spalten, denormalisierte Tabellen und Abfragen nach Zugriffsmustern."
|
|
2636
|
+
},
|
|
2637
|
+
pt: {
|
|
2638
|
+
name: "CQL",
|
|
2639
|
+
description: "Linguagem de consulta parecida com SQL para tabelas e keyspaces Cassandra.",
|
|
2640
|
+
longDescription: "Cassandra Query Language e a principal interface para definir e consultar dados no Apache Cassandra. Ela modela keyspaces, tabelas, colunas, indices, visoes materializadas e comandos para ler e gravar dados particionados.\n\nCQL parece familiar para usuarios de SQL, mas seu comportamento segue as regras de armazenamento e distribuicao do Cassandra. Bom design em CQL foca chaves de particao, colunas de clustering, tabelas desnormalizadas e consultas moldadas por padroes de acesso."
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
};
|
|
2644
|
+
}
|
|
2645
|
+
});
|
|
2646
|
+
|
|
2357
2647
|
// src/languages/crystal.ts
|
|
2358
2648
|
var crystal_exports = {};
|
|
2359
2649
|
__export(crystal_exports, {
|
|
@@ -3173,6 +3463,64 @@ var init_dockerfile = __esm({
|
|
|
3173
3463
|
}
|
|
3174
3464
|
});
|
|
3175
3465
|
|
|
3466
|
+
// src/languages/dot.ts
|
|
3467
|
+
var dot_exports = {};
|
|
3468
|
+
__export(dot_exports, {
|
|
3469
|
+
dot: () => dot
|
|
3470
|
+
});
|
|
3471
|
+
var dot;
|
|
3472
|
+
var init_dot = __esm({
|
|
3473
|
+
"src/languages/dot.ts"() {
|
|
3474
|
+
dot = {
|
|
3475
|
+
slug: "dot",
|
|
3476
|
+
publishedDate: "1991-01-01",
|
|
3477
|
+
extensions: [".dot", ".gv"],
|
|
3478
|
+
author: "AT&T Bell Laboratories",
|
|
3479
|
+
website: "https://graphviz.org/doc/info/lang.html",
|
|
3480
|
+
paradigms: ["declarative", "graph description"],
|
|
3481
|
+
tooling: {
|
|
3482
|
+
runtimes: ["Graphviz"],
|
|
3483
|
+
ecosystems: ["Visualization", "Documentation"]
|
|
3484
|
+
},
|
|
3485
|
+
version: "stable",
|
|
3486
|
+
logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=GV",
|
|
3487
|
+
color: "#16A34A",
|
|
3488
|
+
i18n: {
|
|
3489
|
+
en: {
|
|
3490
|
+
name: "DOT",
|
|
3491
|
+
description: "A declarative graph description language used by Graphviz for diagrams and layouts.",
|
|
3492
|
+
longDescription: "DOT is a text language for describing directed and undirected graphs. It defines nodes, edges, subgraphs, attributes, labels, and layout hints that Graphviz tools render into diagrams.\n\nThe language is common in documentation, architecture diagrams, compiler output, dependency graphs, state machines, and generated reports. Its compact syntax makes graphs easy to version, review, and produce from programs."
|
|
3493
|
+
},
|
|
3494
|
+
es: {
|
|
3495
|
+
name: "DOT",
|
|
3496
|
+
description: "Lenguaje declarativo de grafos usado por Graphviz para diagramas y layouts.",
|
|
3497
|
+
longDescription: "DOT es un lenguaje de texto para describir grafos dirigidos y no dirigidos. Define nodos, aristas, subgrafos, atributos, etiquetas y pistas de layout que las herramientas Graphviz renderizan como diagramas.\n\nEl lenguaje es comun en documentacion, diagramas de arquitectura, salida de compiladores, grafos de dependencias, maquinas de estado e informes generados. Su sintaxis compacta facilita versionar, revisar y producir grafos desde programas."
|
|
3498
|
+
},
|
|
3499
|
+
it: {
|
|
3500
|
+
name: "DOT",
|
|
3501
|
+
description: "Linguaggio dichiarativo per grafi usato da Graphviz per diagrammi e layout.",
|
|
3502
|
+
longDescription: "DOT e un linguaggio testuale per descrivere grafi diretti e non diretti. Definisce nodi, archi, sottografi, attributi, etichette e suggerimenti di layout che gli strumenti Graphviz rendono come diagrammi.\n\nIl linguaggio e comune in documentazione, diagrammi architetturali, output di compilatori, grafi di dipendenze, macchine a stati e report generati. La sua sintassi compatta rende i grafi facili da versionare, revisionare e produrre da programmi."
|
|
3503
|
+
},
|
|
3504
|
+
fr: {
|
|
3505
|
+
name: "DOT",
|
|
3506
|
+
description: "Langage declaratif de graphes utilise par Graphviz pour diagrammes et mises en page.",
|
|
3507
|
+
longDescription: "DOT est un langage texte pour decrire des graphes orientes et non orientes. Il definit noeuds, aretes, sous-graphes, attributs, libelles et indications de mise en page que les outils Graphviz rendent en diagrammes.\n\nLe langage est courant dans la documentation, les diagrammes d architecture, les sorties de compilateurs, les graphes de dependances, les machines a etats et les rapports generes. Sa syntaxe compacte facilite le versionnement, la revue et la production de graphes depuis des programmes."
|
|
3508
|
+
},
|
|
3509
|
+
de: {
|
|
3510
|
+
name: "DOT",
|
|
3511
|
+
description: "Deklarative Graphbeschreibungssprache von Graphviz fur Diagramme und Layouts.",
|
|
3512
|
+
longDescription: "DOT ist eine Textsprache zum Beschreiben gerichteter und ungerichteter Graphen. Sie definiert Knoten, Kanten, Teilgraphen, Attribute, Beschriftungen und Layout-Hinweise, die Graphviz-Werkzeuge als Diagramme rendern.\n\nDie Sprache ist verbreitet in Dokumentation, Architekturdiagrammen, Compiler-Ausgaben, Abhangigkeitsgraphen, Zustandsmaschinen und generierten Berichten. Ihre kompakte Syntax macht Graphen leicht versionierbar, reviewbar und aus Programmen erzeugbar."
|
|
3513
|
+
},
|
|
3514
|
+
pt: {
|
|
3515
|
+
name: "DOT",
|
|
3516
|
+
description: "Linguagem declarativa de grafos usada pelo Graphviz para diagramas e layouts.",
|
|
3517
|
+
longDescription: "DOT e uma linguagem de texto para descrever grafos dirigidos e nao dirigidos. Ela define nos, arestas, subgrafos, atributos, rotulos e dicas de layout que ferramentas Graphviz renderizam como diagramas.\n\nA linguagem e comum em documentacao, diagramas de arquitetura, saida de compiladores, grafos de dependencias, maquinas de estado e relatorios gerados. Sua sintaxe compacta facilita versionar, revisar e produzir grafos a partir de programas."
|
|
3518
|
+
}
|
|
3519
|
+
}
|
|
3520
|
+
};
|
|
3521
|
+
}
|
|
3522
|
+
});
|
|
3523
|
+
|
|
3176
3524
|
// src/languages/earthly.ts
|
|
3177
3525
|
var earthly_exports = {};
|
|
3178
3526
|
__export(earthly_exports, {
|
|
@@ -3232,6 +3580,63 @@ var init_earthly = __esm({
|
|
|
3232
3580
|
}
|
|
3233
3581
|
});
|
|
3234
3582
|
|
|
3583
|
+
// src/languages/editorconfig.ts
|
|
3584
|
+
var editorconfig_exports = {};
|
|
3585
|
+
__export(editorconfig_exports, {
|
|
3586
|
+
editorconfig: () => editorconfig
|
|
3587
|
+
});
|
|
3588
|
+
var editorconfig;
|
|
3589
|
+
var init_editorconfig = __esm({
|
|
3590
|
+
"src/languages/editorconfig.ts"() {
|
|
3591
|
+
editorconfig = {
|
|
3592
|
+
slug: "editorconfig",
|
|
3593
|
+
publishedDate: "2011-01-01",
|
|
3594
|
+
extensions: [".editorconfig"],
|
|
3595
|
+
author: "EditorConfig project",
|
|
3596
|
+
website: "https://editorconfig.org",
|
|
3597
|
+
paradigms: ["configuration"],
|
|
3598
|
+
tooling: {
|
|
3599
|
+
ecosystems: ["Editors", "Code formatting"]
|
|
3600
|
+
},
|
|
3601
|
+
version: "stable",
|
|
3602
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=EC",
|
|
3603
|
+
color: "#0F766E",
|
|
3604
|
+
i18n: {
|
|
3605
|
+
en: {
|
|
3606
|
+
name: "EditorConfig",
|
|
3607
|
+
description: "A configuration format for sharing indentation, newline, and charset rules across editors.",
|
|
3608
|
+
longDescription: "EditorConfig files define coding style settings that editors and IDEs can apply consistently. Sections target filename globs and assign properties such as indentation style, indent size, end-of-line mode, charset, and trailing whitespace handling.\n\nThe format helps projects keep basic formatting stable across teams and tools. It is often committed at repository roots so contributors get consistent editor behavior without manual setup."
|
|
3609
|
+
},
|
|
3610
|
+
es: {
|
|
3611
|
+
name: "EditorConfig",
|
|
3612
|
+
description: "Formato de configuracion para compartir indentacion, saltos de linea y charset entre editores.",
|
|
3613
|
+
longDescription: "Los archivos EditorConfig definen ajustes de estilo que editores e IDEs pueden aplicar de forma consistente. Las secciones apuntan a globs de nombres de archivo y asignan propiedades como estilo de indentacion, tamano, modo de fin de linea, charset y manejo de espacios finales.\n\nEl formato ayuda a mantener estable el formato basico entre equipos y herramientas. Suele versionarse en la raiz del repositorio para que colaboradores obtengan comportamiento consistente sin configuracion manual."
|
|
3614
|
+
},
|
|
3615
|
+
it: {
|
|
3616
|
+
name: "EditorConfig",
|
|
3617
|
+
description: "Formato di configurazione per condividere indentazione, newline e charset tra editor.",
|
|
3618
|
+
longDescription: "I file EditorConfig definiscono impostazioni di stile che editor e IDE possono applicare in modo coerente. Le sezioni puntano a glob di nomi file e assegnano proprieta come stile e dimensione di indentazione, fine riga, charset e gestione degli spazi finali.\n\nIl formato aiuta i progetti a mantenere stabile la formattazione di base tra team e strumenti. Spesso viene committato alla radice del repository per dare ai contributori un comportamento editor coerente senza setup manuale."
|
|
3619
|
+
},
|
|
3620
|
+
fr: {
|
|
3621
|
+
name: "EditorConfig",
|
|
3622
|
+
description: "Format de configuration pour partager indentation, fins de ligne et charset entre editeurs.",
|
|
3623
|
+
longDescription: "Les fichiers EditorConfig definissent des reglages de style que les editeurs et IDE peuvent appliquer de facon coherente. Les sections ciblent des globs de fichiers et assignent des proprietes comme style d indentation, taille, fin de ligne, charset et gestion des espaces finaux.\n\nLe format aide les projets a garder un formatage de base stable entre equipes et outils. Il est souvent versionne a la racine du depot pour offrir un comportement editeur coherent sans configuration manuelle."
|
|
3624
|
+
},
|
|
3625
|
+
de: {
|
|
3626
|
+
name: "EditorConfig",
|
|
3627
|
+
description: "Konfigurationsformat fur Einruckung, Zeilenenden und Zeichensatze uber Editoren hinweg.",
|
|
3628
|
+
longDescription: "EditorConfig-Dateien definieren Stilvorgaben, die Editoren und IDEs konsistent anwenden konnen. Abschnitte zielen auf Dateinamen-Globs und setzen Eigenschaften wie Einruckungsstil, Einruckungsbreite, Zeilenende, Zeichensatz und Behandlung nachgestellter Leerzeichen.\n\nDas Format hilft Projekten, grundlegende Formatierung uber Teams und Werkzeuge stabil zu halten. Es liegt oft im Repository-Wurzelverzeichnis, damit Beitragende ohne manuelles Setup konsistentes Editorverhalten erhalten."
|
|
3629
|
+
},
|
|
3630
|
+
pt: {
|
|
3631
|
+
name: "EditorConfig",
|
|
3632
|
+
description: "Formato de configuracao para compartilhar indentacao, quebras de linha e charset entre editores.",
|
|
3633
|
+
longDescription: "Arquivos EditorConfig definem ajustes de estilo que editores e IDEs podem aplicar de forma consistente. Secoes miram globs de nomes de arquivo e atribuem propriedades como estilo de indentacao, tamanho, modo de fim de linha, charset e tratamento de espacos finais.\n\nO formato ajuda projetos a manter a formatacao basica estavel entre equipes e ferramentas. Ele costuma ser versionado na raiz do repositorio para que colaboradores tenham comportamento consistente no editor sem setup manual."
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
};
|
|
3637
|
+
}
|
|
3638
|
+
});
|
|
3639
|
+
|
|
3235
3640
|
// src/languages/eiffel.ts
|
|
3236
3641
|
var eiffel_exports = {};
|
|
3237
3642
|
__export(eiffel_exports, {
|
|
@@ -3996,6 +4401,64 @@ var init_fortran = __esm({
|
|
|
3996
4401
|
}
|
|
3997
4402
|
});
|
|
3998
4403
|
|
|
4404
|
+
// src/languages/fql.ts
|
|
4405
|
+
var fql_exports = {};
|
|
4406
|
+
__export(fql_exports, {
|
|
4407
|
+
fql: () => fql
|
|
4408
|
+
});
|
|
4409
|
+
var fql;
|
|
4410
|
+
var init_fql = __esm({
|
|
4411
|
+
"src/languages/fql.ts"() {
|
|
4412
|
+
fql = {
|
|
4413
|
+
slug: "fql",
|
|
4414
|
+
publishedDate: "2012-01-01",
|
|
4415
|
+
extensions: [".fql"],
|
|
4416
|
+
author: "Facebook",
|
|
4417
|
+
website: "https://developers.facebook.com/docs/reference/fql/",
|
|
4418
|
+
paradigms: ["query", "declarative"],
|
|
4419
|
+
tooling: {
|
|
4420
|
+
runtimes: ["Facebook Platform"],
|
|
4421
|
+
ecosystems: ["Social APIs", "Legacy web APIs"]
|
|
4422
|
+
},
|
|
4423
|
+
version: "legacy",
|
|
4424
|
+
logo: "https://cdn.simpleicons.org/facebook/1877F2",
|
|
4425
|
+
color: "#1877F2",
|
|
4426
|
+
i18n: {
|
|
4427
|
+
en: {
|
|
4428
|
+
name: "FQL",
|
|
4429
|
+
description: "A legacy SQL-like query language formerly used by Facebook Platform APIs.",
|
|
4430
|
+
longDescription: "Facebook Query Language was a SQL-like language for reading data from the Facebook social graph through older platform APIs. Queries selected fields from virtual tables representing users, pages, events, photos, and related objects.\n\nFQL is now mainly of historical interest, because Facebook replaced it with newer Graph API patterns. It remains useful to recognize in old integrations, archived examples, migrations, and documentation for legacy social applications."
|
|
4431
|
+
},
|
|
4432
|
+
es: {
|
|
4433
|
+
name: "FQL",
|
|
4434
|
+
description: "Lenguaje de consultas legado tipo SQL usado antes por APIs de Facebook.",
|
|
4435
|
+
longDescription: "Facebook Query Language fue un lenguaje tipo SQL para leer datos del grafo social de Facebook mediante APIs antiguas de la plataforma. Las consultas seleccionaban campos de tablas virtuales que representaban usuarios, paginas, eventos, fotos y objetos relacionados.\n\nFQL hoy tiene interes sobre todo historico, porque Facebook lo reemplazo con patrones mas nuevos de Graph API. Sigue siendo util reconocerlo en integraciones viejas, ejemplos archivados, migraciones y documentacion de apps sociales legadas."
|
|
4436
|
+
},
|
|
4437
|
+
it: {
|
|
4438
|
+
name: "FQL",
|
|
4439
|
+
description: "Linguaggio di query legacy simile a SQL usato dalle vecchie API Facebook.",
|
|
4440
|
+
longDescription: "Facebook Query Language era un linguaggio simile a SQL per leggere dati dal grafo sociale di Facebook tramite vecchie API della piattaforma. Le query selezionavano campi da tabelle virtuali che rappresentavano utenti, pagine, eventi, foto e oggetti correlati.\n\nFQL oggi ha soprattutto valore storico, perche Facebook lo ha sostituito con pattern piu nuovi della Graph API. Rimane utile riconoscerlo in integrazioni vecchie, esempi archiviati, migrazioni e documentazione di applicazioni social legacy."
|
|
4441
|
+
},
|
|
4442
|
+
fr: {
|
|
4443
|
+
name: "FQL",
|
|
4444
|
+
description: "Ancien langage de requete proche de SQL utilise par les API Facebook.",
|
|
4445
|
+
longDescription: "Facebook Query Language etait un langage proche de SQL pour lire les donnees du graphe social Facebook via les anciennes API de la plateforme. Les requetes selectionnaient des champs dans des tables virtuelles representant utilisateurs, pages, evenements, photos et objets lies.\n\nFQL a surtout un interet historique, car Facebook l a remplace par des modeles plus recents de Graph API. Il reste utile a reconnaitre dans anciennes integrations, exemples archives, migrations et docs d applications sociales leguees."
|
|
4446
|
+
},
|
|
4447
|
+
de: {
|
|
4448
|
+
name: "FQL",
|
|
4449
|
+
description: "Alte SQL-ahnliche Abfragesprache fruherer Facebook-Platform-APIs.",
|
|
4450
|
+
longDescription: "Facebook Query Language war eine SQL-ahnliche Sprache zum Lesen von Daten aus dem sozialen Graphen von Facebook uber altere Platform-APIs. Abfragen wahlten Felder aus virtuellen Tabellen fur Nutzer, Seiten, Events, Fotos und verwandte Objekte.\n\nFQL ist heute vor allem historisch relevant, weil Facebook es durch neuere Graph-API-Muster ersetzt hat. Es bleibt nutzlich in alten Integrationen, archivierten Beispielen, Migrationen und Dokumentation fur Legacy-Social-Apps."
|
|
4451
|
+
},
|
|
4452
|
+
pt: {
|
|
4453
|
+
name: "FQL",
|
|
4454
|
+
description: "Linguagem de consulta legada parecida com SQL usada por APIs do Facebook.",
|
|
4455
|
+
longDescription: "Facebook Query Language foi uma linguagem parecida com SQL para ler dados do grafo social do Facebook por APIs antigas da plataforma. Consultas selecionavam campos de tabelas virtuais que representavam usuarios, paginas, eventos, fotos e objetos relacionados.\n\nFQL hoje tem valor principalmente historico, pois o Facebook o substituiu por padroes mais novos da Graph API. Ainda e util reconhece-lo em integracoes antigas, exemplos arquivados, migracoes e documentacao de apps sociais legados."
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4458
|
+
};
|
|
4459
|
+
}
|
|
4460
|
+
});
|
|
4461
|
+
|
|
3999
4462
|
// src/languages/freemarker.ts
|
|
4000
4463
|
var freemarker_exports = {};
|
|
4001
4464
|
__export(freemarker_exports, {
|
|
@@ -4173,6 +4636,64 @@ var init_fstar = __esm({
|
|
|
4173
4636
|
}
|
|
4174
4637
|
});
|
|
4175
4638
|
|
|
4639
|
+
// src/languages/gcode.ts
|
|
4640
|
+
var gcode_exports = {};
|
|
4641
|
+
__export(gcode_exports, {
|
|
4642
|
+
gcode: () => gcode
|
|
4643
|
+
});
|
|
4644
|
+
var gcode;
|
|
4645
|
+
var init_gcode = __esm({
|
|
4646
|
+
"src/languages/gcode.ts"() {
|
|
4647
|
+
gcode = {
|
|
4648
|
+
slug: "gcode",
|
|
4649
|
+
publishedDate: "1958-01-01",
|
|
4650
|
+
extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"],
|
|
4651
|
+
author: "MIT Servomechanisms Laboratory",
|
|
4652
|
+
website: "https://www.nist.gov/publications/nist-rs274ngc-interpreter-version-3",
|
|
4653
|
+
paradigms: ["machine control", "imperative"],
|
|
4654
|
+
tooling: {
|
|
4655
|
+
runtimes: ["CNC controllers", "3D printer firmware"],
|
|
4656
|
+
ecosystems: ["CNC machining", "Additive manufacturing"]
|
|
4657
|
+
},
|
|
4658
|
+
version: "RS-274",
|
|
4659
|
+
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=G",
|
|
4660
|
+
color: "#DC2626",
|
|
4661
|
+
i18n: {
|
|
4662
|
+
en: {
|
|
4663
|
+
name: "G-code",
|
|
4664
|
+
description: "A machine-control language for CNC tools, mills, lathes, routers, and 3D printers.",
|
|
4665
|
+
longDescription: "G-code is a family of machine-control languages used to command motion, speed, coordinates, tools, temperatures, and other manufacturing operations. Programs are usually generated by CAM or slicer software, then interpreted by machine controllers.\n\nIt is common in CNC machining, laser cutting, routing, milling, turning, and additive manufacturing. Dialects vary by controller and vendor, so practical G-code often depends on a specific machine profile."
|
|
4666
|
+
},
|
|
4667
|
+
es: {
|
|
4668
|
+
name: "G-code",
|
|
4669
|
+
description: "Lenguaje de control de maquinas para CNC, fresadoras, tornos, routers e impresoras 3D.",
|
|
4670
|
+
longDescription: "G-code es una familia de lenguajes de control de maquinas usada para ordenar movimiento, velocidad, coordenadas, herramientas, temperaturas y otras operaciones de fabricacion. Los programas suelen generarse con software CAM o slicers y luego los interpretan controladores de maquina.\n\nEs comun en mecanizado CNC, corte laser, routing, fresado, torneado y fabricacion aditiva. Los dialectos varian por controlador y proveedor, asi que el G-code practico suele depender de un perfil de maquina especifico."
|
|
4671
|
+
},
|
|
4672
|
+
it: {
|
|
4673
|
+
name: "G-code",
|
|
4674
|
+
description: "Linguaggio di controllo macchina per utensili CNC, frese, torni, router e stampanti 3D.",
|
|
4675
|
+
longDescription: "G-code e una famiglia di linguaggi di controllo macchina usata per comandare movimento, velocita, coordinate, utensili, temperature e altre operazioni di produzione. I programmi sono di solito generati da software CAM o slicer e poi interpretati dai controller.\n\nE comune in lavorazione CNC, taglio laser, routing, fresatura, tornitura e produzione additiva. I dialetti variano per controller e fornitore, quindi il G-code pratico dipende spesso da un profilo macchina specifico."
|
|
4676
|
+
},
|
|
4677
|
+
fr: {
|
|
4678
|
+
name: "G-code",
|
|
4679
|
+
description: "Langage de controle machine pour outils CNC, fraiseuses, tours, routeurs et imprimantes 3D.",
|
|
4680
|
+
longDescription: "G-code est une famille de langages de controle machine pour commander mouvement, vitesse, coordonnees, outils, temperatures et autres operations de fabrication. Les programmes sont souvent generes par logiciel CAM ou slicer, puis interpretes par des controleurs.\n\nIl est courant en usinage CNC, decoupe laser, routage, fraisage, tournage et fabrication additive. Les dialectes varient selon controleur et fournisseur, donc le G-code pratique depend souvent d un profil machine precis."
|
|
4681
|
+
},
|
|
4682
|
+
de: {
|
|
4683
|
+
name: "G-code",
|
|
4684
|
+
description: "Maschinensteuerungssprache fur CNC-Werkzeuge, Frasen, Drehbanken, Router und 3D-Drucker.",
|
|
4685
|
+
longDescription: "G-code ist eine Familie von Maschinensteuerungssprachen fur Bewegung, Geschwindigkeit, Koordinaten, Werkzeuge, Temperaturen und andere Fertigungsablaufe. Programme werden meist von CAM- oder Slicer-Software erzeugt und dann von Maschinensteuerungen interpretiert.\n\nEr ist verbreitet in CNC-Bearbeitung, Laserschneiden, Routing, Frasen, Drehen und additiver Fertigung. Dialekte unterscheiden sich nach Steuerung und Anbieter, daher hangt praktischer G-code oft von einem konkreten Maschinenprofil ab."
|
|
4686
|
+
},
|
|
4687
|
+
pt: {
|
|
4688
|
+
name: "G-code",
|
|
4689
|
+
description: "Linguagem de controle de maquinas para CNC, fresadoras, tornos, routers e impressoras 3D.",
|
|
4690
|
+
longDescription: "G-code e uma familia de linguagens de controle de maquinas usada para comandar movimento, velocidade, coordenadas, ferramentas, temperaturas e outras operacoes de fabricacao. Programas geralmente sao gerados por software CAM ou slicers e depois interpretados por controladores.\n\nEle e comum em usinagem CNC, corte a laser, roteamento, fresamento, torneamento e manufatura aditiva. Dialetos variam por controlador e fornecedor, entao G-code pratico costuma depender de um perfil de maquina especifico."
|
|
4691
|
+
}
|
|
4692
|
+
}
|
|
4693
|
+
};
|
|
4694
|
+
}
|
|
4695
|
+
});
|
|
4696
|
+
|
|
4176
4697
|
// src/languages/gdscript.ts
|
|
4177
4698
|
var gdscript_exports = {};
|
|
4178
4699
|
__export(gdscript_exports, {
|
|
@@ -4232,6 +4753,64 @@ var init_gdscript = __esm({
|
|
|
4232
4753
|
}
|
|
4233
4754
|
});
|
|
4234
4755
|
|
|
4756
|
+
// src/languages/gettext.ts
|
|
4757
|
+
var gettext_exports = {};
|
|
4758
|
+
__export(gettext_exports, {
|
|
4759
|
+
gettext: () => gettext
|
|
4760
|
+
});
|
|
4761
|
+
var gettext;
|
|
4762
|
+
var init_gettext = __esm({
|
|
4763
|
+
"src/languages/gettext.ts"() {
|
|
4764
|
+
gettext = {
|
|
4765
|
+
slug: "gettext",
|
|
4766
|
+
publishedDate: "1995-01-01",
|
|
4767
|
+
extensions: [".po", ".pot"],
|
|
4768
|
+
author: "GNU Project",
|
|
4769
|
+
website: "https://www.gnu.org/software/gettext",
|
|
4770
|
+
paradigms: ["localization", "data"],
|
|
4771
|
+
tooling: {
|
|
4772
|
+
runtimes: ["GNU gettext"],
|
|
4773
|
+
ecosystems: ["Internationalization", "Localization"]
|
|
4774
|
+
},
|
|
4775
|
+
version: "stable",
|
|
4776
|
+
logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=PO",
|
|
4777
|
+
color: "#7C3AED",
|
|
4778
|
+
i18n: {
|
|
4779
|
+
en: {
|
|
4780
|
+
name: "Gettext",
|
|
4781
|
+
description: "A localization message catalog format for translating software strings.",
|
|
4782
|
+
longDescription: "Gettext PO and POT files store translatable messages, translations, contexts, plural forms, comments, and source references. The format is line-oriented text, designed for extraction tools and translation workflows.\n\nIt is widely used in free software, desktop applications, command-line tools, web frameworks, and content systems. Gettext catalogs let source strings stay in code while translators work in separate message files."
|
|
4783
|
+
},
|
|
4784
|
+
es: {
|
|
4785
|
+
name: "Gettext",
|
|
4786
|
+
description: "Formato de catalogo de mensajes de localizacion para traducir cadenas de software.",
|
|
4787
|
+
longDescription: "Los archivos PO y POT de Gettext almacenan mensajes traducibles, traducciones, contextos, formas plurales, comentarios y referencias de origen. El formato es texto orientado a lineas, disenado para herramientas de extraccion y flujos de traduccion.\n\nSe usa ampliamente en software libre, aplicaciones de escritorio, herramientas de linea de comandos, frameworks web y sistemas de contenido. Los catalogos Gettext permiten mantener cadenas fuente en codigo mientras traductores trabajan en archivos separados."
|
|
4788
|
+
},
|
|
4789
|
+
it: {
|
|
4790
|
+
name: "Gettext",
|
|
4791
|
+
description: "Formato di catalogo messaggi per localizzazione e traduzione di stringhe software.",
|
|
4792
|
+
longDescription: "I file PO e POT di Gettext memorizzano messaggi traducibili, traduzioni, contesti, forme plurali, commenti e riferimenti sorgente. Il formato e testo orientato alle righe, progettato per strumenti di estrazione e flussi di traduzione.\n\nE molto usato in software libero, applicazioni desktop, strumenti a riga di comando, framework web e sistemi di contenuto. I cataloghi Gettext permettono di tenere le stringhe sorgente nel codice mentre i traduttori lavorano in file separati."
|
|
4793
|
+
},
|
|
4794
|
+
fr: {
|
|
4795
|
+
name: "Gettext",
|
|
4796
|
+
description: "Format de catalogue de messages de localisation pour traduire les chaines logicielles.",
|
|
4797
|
+
longDescription: "Les fichiers PO et POT de Gettext stockent messages traduisibles, traductions, contextes, formes plurielles, commentaires et references source. Le format est un texte oriente lignes, concu pour les outils d extraction et les flux de traduction.\n\nIl est tres utilise dans le logiciel libre, les applications de bureau, les outils en ligne de commande, les frameworks web et les systemes de contenu. Les catalogues Gettext gardent les chaines source dans le code tandis que les traducteurs travaillent dans des fichiers separes."
|
|
4798
|
+
},
|
|
4799
|
+
de: {
|
|
4800
|
+
name: "Gettext",
|
|
4801
|
+
description: "Lokalisierungs-Katalogformat zum Ubersetzen von Software-Zeichenketten.",
|
|
4802
|
+
longDescription: "Gettext-PO- und POT-Dateien speichern ubersetzbare Meldungen, Ubersetzungen, Kontexte, Pluralformen, Kommentare und Quellreferenzen. Das Format ist zeilenorientierter Text fur Extraktionswerkzeuge und Ubersetzungsablaufe.\n\nEs wird breit in freier Software, Desktop-Anwendungen, Kommandozeilenwerkzeugen, Webframeworks und Content-Systemen genutzt. Gettext-Kataloge lassen Quellstrings im Code, wahrend Ubersetzer in separaten Meldungsdateien arbeiten."
|
|
4803
|
+
},
|
|
4804
|
+
pt: {
|
|
4805
|
+
name: "Gettext",
|
|
4806
|
+
description: "Formato de catalogo de mensagens de localizacao para traduzir strings de software.",
|
|
4807
|
+
longDescription: "Arquivos PO e POT de Gettext armazenam mensagens traduziveis, traducoes, contextos, formas plurais, comentarios e referencias de origem. O formato e texto orientado a linhas, feito para ferramentas de extracao e fluxos de traducao.\n\nEle e muito usado em software livre, aplicativos desktop, ferramentas de linha de comando, frameworks web e sistemas de conteudo. Catalogos Gettext deixam strings fonte no codigo enquanto tradutores trabalham em arquivos separados."
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4810
|
+
};
|
|
4811
|
+
}
|
|
4812
|
+
});
|
|
4813
|
+
|
|
4235
4814
|
// src/languages/git.ts
|
|
4236
4815
|
var git_exports = {};
|
|
4237
4816
|
__export(git_exports, {
|
|
@@ -4644,6 +5223,64 @@ var init_graphql = __esm({
|
|
|
4644
5223
|
}
|
|
4645
5224
|
});
|
|
4646
5225
|
|
|
5226
|
+
// src/languages/gremlin.ts
|
|
5227
|
+
var gremlin_exports = {};
|
|
5228
|
+
__export(gremlin_exports, {
|
|
5229
|
+
gremlin: () => gremlin
|
|
5230
|
+
});
|
|
5231
|
+
var gremlin;
|
|
5232
|
+
var init_gremlin = __esm({
|
|
5233
|
+
"src/languages/gremlin.ts"() {
|
|
5234
|
+
gremlin = {
|
|
5235
|
+
slug: "gremlin",
|
|
5236
|
+
publishedDate: "2009-10-01",
|
|
5237
|
+
extensions: [".gremlin", ".grem"],
|
|
5238
|
+
author: "Apache TinkerPop project",
|
|
5239
|
+
website: "https://tinkerpop.apache.org/gremlin.html",
|
|
5240
|
+
paradigms: ["graph query", "traversal"],
|
|
5241
|
+
tooling: {
|
|
5242
|
+
runtimes: ["Apache TinkerPop", "Gremlin Console"],
|
|
5243
|
+
ecosystems: ["Graph databases", "Knowledge graphs"]
|
|
5244
|
+
},
|
|
5245
|
+
version: "stable",
|
|
5246
|
+
logo: "https://cdn.simpleicons.org/apache/6B7280",
|
|
5247
|
+
color: "#6B7280",
|
|
5248
|
+
i18n: {
|
|
5249
|
+
en: {
|
|
5250
|
+
name: "Gremlin",
|
|
5251
|
+
description: "A graph traversal language for Apache TinkerPop-compatible graph systems.",
|
|
5252
|
+
longDescription: "Gremlin is a graph traversal language from Apache TinkerPop. It describes walks through vertices and edges using steps for filtering, mapping, branching, aggregation, mutation, and path analysis.\n\nThe language is used across graph databases and services that implement the TinkerPop stack. It fits recommendation systems, network analysis, fraud detection, identity graphs, and applications where relationships are queried as first-class structure."
|
|
5253
|
+
},
|
|
5254
|
+
es: {
|
|
5255
|
+
name: "Gremlin",
|
|
5256
|
+
description: "Lenguaje de recorrido de grafos para sistemas compatibles con TinkerPop.",
|
|
5257
|
+
longDescription: "Gremlin es un lenguaje de recorrido de grafos de Apache TinkerPop. Describe caminos por vertices y aristas usando pasos para filtrar, mapear, ramificar, agregar, mutar y analizar rutas.\n\nEl lenguaje se usa en bases de datos y servicios de grafos que implementan el stack TinkerPop. Encaja en recomendadores, analisis de redes, deteccion de fraude, grafos de identidad y apps donde las relaciones se consultan como estructura principal."
|
|
5258
|
+
},
|
|
5259
|
+
it: {
|
|
5260
|
+
name: "Gremlin",
|
|
5261
|
+
description: "Linguaggio di attraversamento grafi per sistemi compatibili con TinkerPop.",
|
|
5262
|
+
longDescription: "Gremlin e un linguaggio di attraversamento grafi di Apache TinkerPop. Descrive cammini tra vertici e archi usando step per filtrare, mappare, ramificare, aggregare, modificare e analizzare percorsi.\n\nIl linguaggio e usato in database e servizi graph che implementano lo stack TinkerPop. Si adatta a raccomandazioni, analisi di reti, rilevamento frodi, grafi di identita e app dove le relazioni sono interrogate come struttura primaria."
|
|
5263
|
+
},
|
|
5264
|
+
fr: {
|
|
5265
|
+
name: "Gremlin",
|
|
5266
|
+
description: "Langage de parcours de graphes pour systemes compatibles TinkerPop.",
|
|
5267
|
+
longDescription: "Gremlin est un langage de parcours de graphes issu d Apache TinkerPop. Il decrit des trajets dans sommets et aretes avec des etapes de filtrage, projection, branchement, agregation, mutation et analyse de chemins.\n\nLe langage est utilise dans bases et services de graphes qui implementent TinkerPop. Il convient aux recommandations, analyses de reseaux, detection de fraude, graphes d identite et apps ou les relations sont une structure de requete centrale."
|
|
5268
|
+
},
|
|
5269
|
+
de: {
|
|
5270
|
+
name: "Gremlin",
|
|
5271
|
+
description: "Graph-Traversal-Sprache fur Apache-TinkerPop-kompatible Systeme.",
|
|
5272
|
+
longDescription: "Gremlin ist eine Graph-Traversal-Sprache aus Apache TinkerPop. Sie beschreibt Wege durch Vertices und Edges mit Schritten fur Filtern, Mapping, Verzweigung, Aggregation, Mutation und Pfadanalyse.\n\nDie Sprache wird in Graphdatenbanken und Diensten genutzt, die den TinkerPop-Stack implementieren. Sie passt zu Empfehlungen, Netzwerkanalyse, Betrugserkennung, Identitatsgraphen und Anwendungen, in denen Beziehungen als zentrale Struktur abgefragt werden."
|
|
5273
|
+
},
|
|
5274
|
+
pt: {
|
|
5275
|
+
name: "Gremlin",
|
|
5276
|
+
description: "Linguagem de travessia de grafos para sistemas compativeis com TinkerPop.",
|
|
5277
|
+
longDescription: "Gremlin e uma linguagem de travessia de grafos do Apache TinkerPop. Ela descreve caminhadas por vertices e arestas usando passos para filtrar, mapear, ramificar, agregar, alterar e analisar caminhos.\n\nA linguagem e usada em bancos e servicos de grafos que implementam o stack TinkerPop. Ela serve para recomendacao, analise de redes, deteccao de fraude, grafos de identidade e apps onde relacoes sao consultadas como estrutura principal."
|
|
5278
|
+
}
|
|
5279
|
+
}
|
|
5280
|
+
};
|
|
5281
|
+
}
|
|
5282
|
+
});
|
|
5283
|
+
|
|
4647
5284
|
// src/languages/groovy.ts
|
|
4648
5285
|
var groovy_exports = {};
|
|
4649
5286
|
__export(groovy_exports, {
|
|
@@ -5872,6 +6509,64 @@ var init_jinja = __esm({
|
|
|
5872
6509
|
}
|
|
5873
6510
|
});
|
|
5874
6511
|
|
|
6512
|
+
// src/languages/jmespath.ts
|
|
6513
|
+
var jmespath_exports = {};
|
|
6514
|
+
__export(jmespath_exports, {
|
|
6515
|
+
jmespath: () => jmespath
|
|
6516
|
+
});
|
|
6517
|
+
var jmespath;
|
|
6518
|
+
var init_jmespath = __esm({
|
|
6519
|
+
"src/languages/jmespath.ts"() {
|
|
6520
|
+
jmespath = {
|
|
6521
|
+
slug: "jmespath",
|
|
6522
|
+
publishedDate: "2013-01-01",
|
|
6523
|
+
extensions: [".jmespath", ".jp"],
|
|
6524
|
+
author: "James Saryerwinnie",
|
|
6525
|
+
website: "https://jmespath.org",
|
|
6526
|
+
paradigms: ["query", "functional"],
|
|
6527
|
+
tooling: {
|
|
6528
|
+
runtimes: ["JMESPath libraries", "AWS CLI"],
|
|
6529
|
+
ecosystems: ["JSON", "Cloud tooling"]
|
|
6530
|
+
},
|
|
6531
|
+
version: "stable",
|
|
6532
|
+
logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
|
|
6533
|
+
color: "#2F80ED",
|
|
6534
|
+
i18n: {
|
|
6535
|
+
en: {
|
|
6536
|
+
name: "JMESPath",
|
|
6537
|
+
description: "A declarative query language for extracting and transforming JSON data.",
|
|
6538
|
+
longDescription: "JMESPath is a query language for selecting, projecting, filtering, and reshaping JSON documents. Expressions navigate objects and arrays, apply functions, flatten nested data, and produce JSON-compatible results.\n\nIt is embedded in command-line tools, SDKs, and automation systems, notably cloud workflows that need stable client-side JSON extraction. Its portable spec lets the same expression run across implementations in many host languages."
|
|
6539
|
+
},
|
|
6540
|
+
es: {
|
|
6541
|
+
name: "JMESPath",
|
|
6542
|
+
description: "Lenguaje declarativo para extraer y transformar datos JSON.",
|
|
6543
|
+
longDescription: "JMESPath es un lenguaje de consultas para seleccionar, proyectar, filtrar y remodelar documentos JSON. Las expresiones navegan objetos y arreglos, aplican funciones, aplanan datos anidados y producen resultados compatibles con JSON.\n\nSe integra en herramientas de linea de comandos, SDKs y sistemas de automatizacion, especialmente flujos cloud que necesitan extraccion JSON estable del lado cliente. Su especificacion portable permite usar la misma expresion en implementaciones de muchos lenguajes anfitriones."
|
|
6544
|
+
},
|
|
6545
|
+
it: {
|
|
6546
|
+
name: "JMESPath",
|
|
6547
|
+
description: "Linguaggio dichiarativo per estrarre e trasformare dati JSON.",
|
|
6548
|
+
longDescription: "JMESPath e un linguaggio di query per selezionare, proiettare, filtrare e rimodellare documenti JSON. Le espressioni navigano oggetti e array, applicano funzioni, appiattiscono dati annidati e producono risultati compatibili con JSON.\n\nE integrato in strumenti CLI, SDK e sistemi di automazione, soprattutto workflow cloud che richiedono estrazione JSON stabile lato client. La sua specifica portabile permette alla stessa espressione di girare in implementazioni per molti linguaggi host."
|
|
6549
|
+
},
|
|
6550
|
+
fr: {
|
|
6551
|
+
name: "JMESPath",
|
|
6552
|
+
description: "Langage declaratif pour extraire et transformer des donnees JSON.",
|
|
6553
|
+
longDescription: "JMESPath est un langage de requete pour selectionner, projeter, filtrer et remodeler des documents JSON. Les expressions parcourent objets et tableaux, appliquent des fonctions, aplatissent des donnees imbriquees et produisent des resultats compatibles JSON.\n\nIl est integre dans outils en ligne de commande, SDK et systemes d automatisation, notamment les flux cloud qui ont besoin d extraction JSON stable cote client. Sa specification portable permet la meme expression dans beaucoup de langages hotes."
|
|
6554
|
+
},
|
|
6555
|
+
de: {
|
|
6556
|
+
name: "JMESPath",
|
|
6557
|
+
description: "Deklarative Abfragesprache zum Extrahieren und Transformieren von JSON.",
|
|
6558
|
+
longDescription: "JMESPath ist eine Abfragesprache zum Auswahlen, Projizieren, Filtern und Umformen von JSON-Dokumenten. Ausdruecke navigieren Objekte und Arrays, wenden Funktionen an, flachen verschachtelte Daten ab und erzeugen JSON-kompatible Ergebnisse.\n\nSie ist in Kommandozeilenwerkzeuge, SDKs und Automationssysteme eingebettet, besonders in Cloud-Ablaufe mit stabiler clientseitiger JSON-Extraktion. Die portable Spezifikation lasst denselben Ausdruck in vielen Hostsprachen laufen."
|
|
6559
|
+
},
|
|
6560
|
+
pt: {
|
|
6561
|
+
name: "JMESPath",
|
|
6562
|
+
description: "Linguagem declarativa para extrair e transformar dados JSON.",
|
|
6563
|
+
longDescription: "JMESPath e uma linguagem de consulta para selecionar, projetar, filtrar e remodelar documentos JSON. Expressoes navegam objetos e arrays, aplicam funcoes, achatam dados aninhados e produzem resultados compativeis com JSON.\n\nEla aparece em ferramentas de linha de comando, SDKs e sistemas de automacao, especialmente fluxos cloud que precisam de extracao JSON estavel no cliente. Sua especificacao portavel permite usar a mesma expressao em implementacoes de muitas linguagens hospedeiras."
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
};
|
|
6567
|
+
}
|
|
6568
|
+
});
|
|
6569
|
+
|
|
5875
6570
|
// src/languages/json.ts
|
|
5876
6571
|
var json_exports = {};
|
|
5877
6572
|
__export(json_exports, {
|
|
@@ -5985,6 +6680,64 @@ var init_json5 = __esm({
|
|
|
5985
6680
|
}
|
|
5986
6681
|
});
|
|
5987
6682
|
|
|
6683
|
+
// src/languages/jsonata.ts
|
|
6684
|
+
var jsonata_exports = {};
|
|
6685
|
+
__export(jsonata_exports, {
|
|
6686
|
+
jsonata: () => jsonata
|
|
6687
|
+
});
|
|
6688
|
+
var jsonata;
|
|
6689
|
+
var init_jsonata = __esm({
|
|
6690
|
+
"src/languages/jsonata.ts"() {
|
|
6691
|
+
jsonata = {
|
|
6692
|
+
slug: "jsonata",
|
|
6693
|
+
publishedDate: "2016-01-01",
|
|
6694
|
+
extensions: [".jsonata"],
|
|
6695
|
+
author: "IBM",
|
|
6696
|
+
website: "https://jsonata.org",
|
|
6697
|
+
paradigms: ["query", "functional"],
|
|
6698
|
+
tooling: {
|
|
6699
|
+
runtimes: ["JSONata engine"],
|
|
6700
|
+
ecosystems: ["JSON", "Low-code automation"]
|
|
6701
|
+
},
|
|
6702
|
+
version: "stable",
|
|
6703
|
+
logo: "https://jsonata.org/images/jsonata-button.png",
|
|
6704
|
+
color: "#D23669",
|
|
6705
|
+
i18n: {
|
|
6706
|
+
en: {
|
|
6707
|
+
name: "JSONata",
|
|
6708
|
+
description: "A functional query and transformation language for JSON documents.",
|
|
6709
|
+
longDescription: "JSONata is a compact expression language for querying and transforming JSON data. It combines path navigation, predicates, operators, variables, functions, object construction, grouping, and aggregation.\n\nThe language is used in integration tools, message processing, automation platforms, and applications that need declarative JSON reshaping. Its functional features make complex transformations possible without writing a full host-language program."
|
|
6710
|
+
},
|
|
6711
|
+
es: {
|
|
6712
|
+
name: "JSONata",
|
|
6713
|
+
description: "Lenguaje funcional de consulta y transformacion para documentos JSON.",
|
|
6714
|
+
longDescription: "JSONata es un lenguaje compacto de expresiones para consultar y transformar datos JSON. Combina navegacion por rutas, predicados, operadores, variables, funciones, construccion de objetos, agrupacion y agregacion.\n\nEl lenguaje se usa en herramientas de integracion, procesamiento de mensajes, plataformas de automatizacion y apps que necesitan remodelar JSON de forma declarativa. Sus rasgos funcionales permiten transformaciones complejas sin escribir un programa completo en el lenguaje anfitrion."
|
|
6715
|
+
},
|
|
6716
|
+
it: {
|
|
6717
|
+
name: "JSONata",
|
|
6718
|
+
description: "Linguaggio funzionale di query e trasformazione per documenti JSON.",
|
|
6719
|
+
longDescription: "JSONata e un linguaggio compatto di espressioni per interrogare e trasformare dati JSON. Combina navigazione per percorsi, predicati, operatori, variabili, funzioni, costruzione di oggetti, raggruppamento e aggregazione.\n\nIl linguaggio e usato in strumenti di integrazione, elaborazione messaggi, piattaforme di automazione e app che richiedono rimodellamento JSON dichiarativo. Le sue funzioni rendono possibili trasformazioni complesse senza scrivere un programma completo nel linguaggio host."
|
|
6720
|
+
},
|
|
6721
|
+
fr: {
|
|
6722
|
+
name: "JSONata",
|
|
6723
|
+
description: "Langage fonctionnel de requete et transformation pour documents JSON.",
|
|
6724
|
+
longDescription: "JSONata est un langage d expressions compact pour interroger et transformer des donnees JSON. Il combine navigation par chemins, predicats, operateurs, variables, fonctions, construction d objets, groupement et agregation.\n\nLe langage est utilise dans outils d integration, traitement de messages, plateformes d automatisation et apps qui doivent remodeler JSON declarativement. Ses fonctions permettent des transformations complexes sans ecrire un programme complet dans le langage hote."
|
|
6725
|
+
},
|
|
6726
|
+
de: {
|
|
6727
|
+
name: "JSONata",
|
|
6728
|
+
description: "Funktionale Abfrage- und Transformationssprache fur JSON-Dokumente.",
|
|
6729
|
+
longDescription: "JSONata ist eine kompakte Ausdruckssprache zum Abfragen und Transformieren von JSON-Daten. Sie kombiniert Pfadnavigation, Pradikate, Operatoren, Variablen, Funktionen, Objektaufbau, Gruppierung und Aggregation.\n\nDie Sprache wird in Integrationswerkzeugen, Nachrichtenverarbeitung, Automationsplattformen und Anwendungen genutzt, die JSON deklarativ umformen mussen. Ihre funktionalen Eigenschaften ermoglichen komplexe Transformationen ohne ein vollstandiges Hostsprachen-Programm."
|
|
6730
|
+
},
|
|
6731
|
+
pt: {
|
|
6732
|
+
name: "JSONata",
|
|
6733
|
+
description: "Linguagem funcional de consulta e transformacao para documentos JSON.",
|
|
6734
|
+
longDescription: "JSONata e uma linguagem compacta de expressoes para consultar e transformar dados JSON. Ela combina navegacao por caminhos, predicados, operadores, variaveis, funcoes, construcao de objetos, agrupamento e agregacao.\n\nA linguagem e usada em ferramentas de integracao, processamento de mensagens, plataformas de automacao e apps que precisam remodelar JSON de forma declarativa. Seus recursos funcionais permitem transformacoes complexas sem escrever um programa completo na linguagem hospedeira."
|
|
6735
|
+
}
|
|
6736
|
+
}
|
|
6737
|
+
};
|
|
6738
|
+
}
|
|
6739
|
+
});
|
|
6740
|
+
|
|
5988
6741
|
// src/languages/jsonc.ts
|
|
5989
6742
|
var jsonc_exports = {};
|
|
5990
6743
|
__export(jsonc_exports, {
|
|
@@ -6514,6 +7267,64 @@ var init_kotlin = __esm({
|
|
|
6514
7267
|
}
|
|
6515
7268
|
});
|
|
6516
7269
|
|
|
7270
|
+
// src/languages/kql.ts
|
|
7271
|
+
var kql_exports = {};
|
|
7272
|
+
__export(kql_exports, {
|
|
7273
|
+
kql: () => kql
|
|
7274
|
+
});
|
|
7275
|
+
var kql;
|
|
7276
|
+
var init_kql = __esm({
|
|
7277
|
+
"src/languages/kql.ts"() {
|
|
7278
|
+
kql = {
|
|
7279
|
+
slug: "kql",
|
|
7280
|
+
publishedDate: "2014-01-01",
|
|
7281
|
+
extensions: [".kql"],
|
|
7282
|
+
author: "Microsoft",
|
|
7283
|
+
website: "https://learn.microsoft.com/en-us/kusto/query/",
|
|
7284
|
+
paradigms: ["query", "data analysis"],
|
|
7285
|
+
tooling: {
|
|
7286
|
+
runtimes: ["Azure Data Explorer", "Microsoft Sentinel", "Azure Monitor"],
|
|
7287
|
+
ecosystems: ["Observability", "Security analytics"]
|
|
7288
|
+
},
|
|
7289
|
+
version: "stable",
|
|
7290
|
+
logo: "https://learn.microsoft.com/favicon.ico",
|
|
7291
|
+
color: "#0078D4",
|
|
7292
|
+
i18n: {
|
|
7293
|
+
en: {
|
|
7294
|
+
name: "KQL",
|
|
7295
|
+
description: "A query language for Kusto, logs, telemetry, and security analytics.",
|
|
7296
|
+
longDescription: "Kusto Query Language is used to explore, filter, aggregate, and visualize large volumes of structured and semi-structured data. Queries flow through tabular operators for projection, summarization, joins, time windows, parsing, and rendering.\n\nKQL is central to Azure Data Explorer, Azure Monitor, Microsoft Sentinel, and related telemetry platforms. It is common in observability, incident response, threat hunting, performance analysis, and operational dashboards."
|
|
7297
|
+
},
|
|
7298
|
+
es: {
|
|
7299
|
+
name: "KQL",
|
|
7300
|
+
description: "Lenguaje de consultas para Kusto, logs, telemetria y analitica de seguridad.",
|
|
7301
|
+
longDescription: "Kusto Query Language se usa para explorar, filtrar, agregar y visualizar grandes volumenes de datos estructurados y semiestructurados. Las consultas fluyen por operadores tabulares para proyectar, resumir, unir, analizar ventanas de tiempo, parsear y renderizar.\n\nKQL es central en Azure Data Explorer, Azure Monitor, Microsoft Sentinel y plataformas de telemetria relacionadas. Es comun en observabilidad, respuesta a incidentes, threat hunting, analisis de rendimiento y dashboards operativos."
|
|
7302
|
+
},
|
|
7303
|
+
it: {
|
|
7304
|
+
name: "KQL",
|
|
7305
|
+
description: "Linguaggio di query per Kusto, log, telemetria e security analytics.",
|
|
7306
|
+
longDescription: "Kusto Query Language e usato per esplorare, filtrare, aggregare e visualizzare grandi volumi di dati strutturati e semistrutturati. Le query scorrono attraverso operatori tabellari per proiezione, riepilogo, join, finestre temporali, parsing e rendering.\n\nKQL e centrale in Azure Data Explorer, Azure Monitor, Microsoft Sentinel e piattaforme di telemetria collegate. E comune in osservabilita, risposta agli incidenti, threat hunting, analisi performance e dashboard operative."
|
|
7307
|
+
},
|
|
7308
|
+
fr: {
|
|
7309
|
+
name: "KQL",
|
|
7310
|
+
description: "Langage de requete pour Kusto, logs, telemetrie et analyse securite.",
|
|
7311
|
+
longDescription: "Kusto Query Language sert a explorer, filtrer, agreger et visualiser de grands volumes de donnees structurees ou semi-structurees. Les requetes passent par des operateurs tabulaires pour projection, synthese, jointures, fenetres temporelles, parsing et rendu.\n\nKQL est central dans Azure Data Explorer, Azure Monitor, Microsoft Sentinel et plateformes de telemetrie liees. Il est courant en observabilite, reponse a incident, threat hunting, analyse performance et tableaux de bord operationnels."
|
|
7312
|
+
},
|
|
7313
|
+
de: {
|
|
7314
|
+
name: "KQL",
|
|
7315
|
+
description: "Abfragesprache fur Kusto, Logs, Telemetrie und Sicherheitsanalyse.",
|
|
7316
|
+
longDescription: "Kusto Query Language wird genutzt, um grosse Mengen strukturierter und halbstrukturierter Daten zu untersuchen, filtern, aggregieren und visualisieren. Abfragen laufen durch tabellarische Operatoren fur Projektion, Zusammenfassung, Joins, Zeitfenster, Parsing und Darstellung.\n\nKQL ist zentral in Azure Data Explorer, Azure Monitor, Microsoft Sentinel und verwandten Telemetrieplattformen. Es ist verbreitet in Observability, Incident Response, Threat Hunting, Performanceanalyse und operativen Dashboards."
|
|
7317
|
+
},
|
|
7318
|
+
pt: {
|
|
7319
|
+
name: "KQL",
|
|
7320
|
+
description: "Linguagem de consulta para Kusto, logs, telemetria e analise de seguranca.",
|
|
7321
|
+
longDescription: "Kusto Query Language e usada para explorar, filtrar, agregar e visualizar grandes volumes de dados estruturados e semiestruturados. Consultas passam por operadores tabulares para projecao, resumo, joins, janelas de tempo, parsing e renderizacao.\n\nKQL e central no Azure Data Explorer, Azure Monitor, Microsoft Sentinel e plataformas de telemetria relacionadas. E comum em observabilidade, resposta a incidentes, threat hunting, analise de desempenho e dashboards operacionais."
|
|
7322
|
+
}
|
|
7323
|
+
}
|
|
7324
|
+
};
|
|
7325
|
+
}
|
|
7326
|
+
});
|
|
7327
|
+
|
|
6517
7328
|
// src/languages/lean.ts
|
|
6518
7329
|
var lean_exports = {};
|
|
6519
7330
|
__export(lean_exports, {
|
|
@@ -6691,6 +7502,64 @@ var init_ligo = __esm({
|
|
|
6691
7502
|
}
|
|
6692
7503
|
});
|
|
6693
7504
|
|
|
7505
|
+
// src/languages/linkerscript.ts
|
|
7506
|
+
var linkerscript_exports = {};
|
|
7507
|
+
__export(linkerscript_exports, {
|
|
7508
|
+
linkerscript: () => linkerscript
|
|
7509
|
+
});
|
|
7510
|
+
var linkerscript;
|
|
7511
|
+
var init_linkerscript = __esm({
|
|
7512
|
+
"src/languages/linkerscript.ts"() {
|
|
7513
|
+
linkerscript = {
|
|
7514
|
+
slug: "linkerscript",
|
|
7515
|
+
publishedDate: "1988-01-01",
|
|
7516
|
+
extensions: [".ld", ".lds", ".x"],
|
|
7517
|
+
author: "GNU Project",
|
|
7518
|
+
website: "https://sourceware.org/binutils/docs/ld/Scripts.html",
|
|
7519
|
+
paradigms: ["configuration", "systems"],
|
|
7520
|
+
tooling: {
|
|
7521
|
+
runtimes: ["GNU ld", "LLD"],
|
|
7522
|
+
ecosystems: ["Embedded systems", "Operating systems"]
|
|
7523
|
+
},
|
|
7524
|
+
version: "stable",
|
|
7525
|
+
logo: "https://dummyimage.com/32x32/475569/ffffff.png&text=LD",
|
|
7526
|
+
color: "#475569",
|
|
7527
|
+
i18n: {
|
|
7528
|
+
en: {
|
|
7529
|
+
name: "Linker Script",
|
|
7530
|
+
description: "A script language for controlling memory layout and section placement during linking.",
|
|
7531
|
+
longDescription: "Linker scripts describe how object files are combined into an executable or image. They define memory regions, output sections, symbol assignments, entry points, and placement rules used by linkers.\n\nThey are especially important in embedded systems, kernels, bootloaders, firmware, and bare-metal programs where exact addresses and memory maps matter. Linker scripts connect compiler output to hardware and runtime constraints."
|
|
7532
|
+
},
|
|
7533
|
+
es: {
|
|
7534
|
+
name: "Linker Script",
|
|
7535
|
+
description: "Lenguaje de scripts para controlar layout de memoria y secciones durante el enlazado.",
|
|
7536
|
+
longDescription: "Los linker scripts describen como se combinan archivos objeto en un ejecutable o imagen. Definen regiones de memoria, secciones de salida, asignaciones de simbolos, puntos de entrada y reglas de ubicacion usadas por enlazadores.\n\nSon especialmente importantes en sistemas embebidos, kernels, bootloaders, firmware y programas bare-metal donde importan direcciones exactas y mapas de memoria. Los linker scripts conectan la salida del compilador con hardware y restricciones de runtime."
|
|
7537
|
+
},
|
|
7538
|
+
it: {
|
|
7539
|
+
name: "Linker Script",
|
|
7540
|
+
description: "Linguaggio di script per controllare layout memoria e sezioni durante il linking.",
|
|
7541
|
+
longDescription: "I linker script descrivono come i file oggetto vengono combinati in un eseguibile o immagine. Definiscono regioni di memoria, sezioni di output, assegnazioni di simboli, entry point e regole di posizionamento usate dai linker.\n\nSono particolarmente importanti in sistemi embedded, kernel, bootloader, firmware e programmi bare-metal dove contano indirizzi esatti e mappe di memoria. I linker script collegano l output del compilatore a vincoli hardware e runtime."
|
|
7542
|
+
},
|
|
7543
|
+
fr: {
|
|
7544
|
+
name: "Linker Script",
|
|
7545
|
+
description: "Langage de script pour controler layout memoire et placement de sections au link.",
|
|
7546
|
+
longDescription: "Les linker scripts decrivent comment des fichiers objet sont combines en executable ou image. Ils definissent regions memoire, sections de sortie, affectations de symboles, points d entree et regles de placement utilisees par les linkers.\n\nIls sont particulierement importants dans les systemes embarques, noyaux, bootloaders, firmwares et programmes bare-metal ou adresses exactes et cartes memoire comptent. Les linker scripts relient la sortie du compilateur aux contraintes materiel et runtime."
|
|
7547
|
+
},
|
|
7548
|
+
de: {
|
|
7549
|
+
name: "Linker Script",
|
|
7550
|
+
description: "Skriptsprache zur Steuerung von Speicherlayout und Section-Platzierung beim Linken.",
|
|
7551
|
+
longDescription: "Linker-Skripte beschreiben, wie Objektdateien zu einer ausfuhrbaren Datei oder einem Image kombiniert werden. Sie definieren Speicherbereiche, Ausgabesections, Symbolzuweisungen, Einstiegspunkte und Platzierungsregeln fur Linker.\n\nSie sind besonders wichtig in Embedded-Systemen, Kerneln, Bootloadern, Firmware und Bare-Metal-Programmen, wo genaue Adressen und Speicherkarten zahlen. Linker-Skripte verbinden Compiler-Ausgabe mit Hardware- und Laufzeitgrenzen."
|
|
7552
|
+
},
|
|
7553
|
+
pt: {
|
|
7554
|
+
name: "Linker Script",
|
|
7555
|
+
description: "Linguagem de script para controlar layout de memoria e secoes durante linkagem.",
|
|
7556
|
+
longDescription: "Linker scripts descrevem como arquivos objeto sao combinados em um executavel ou imagem. Eles definem regioes de memoria, secoes de saida, atribuicoes de simbolos, pontos de entrada e regras de posicionamento usadas por linkers.\n\nSao especialmente importantes em sistemas embarcados, kernels, bootloaders, firmware e programas bare-metal, onde enderecos exatos e mapas de memoria importam. Linker scripts conectam a saida do compilador a restricoes de hardware e runtime."
|
|
7557
|
+
}
|
|
7558
|
+
}
|
|
7559
|
+
};
|
|
7560
|
+
}
|
|
7561
|
+
});
|
|
7562
|
+
|
|
6694
7563
|
// src/languages/liquid.ts
|
|
6695
7564
|
var liquid_exports = {};
|
|
6696
7565
|
__export(liquid_exports, {
|
|
@@ -8034,6 +8903,64 @@ var init_mustache = __esm({
|
|
|
8034
8903
|
}
|
|
8035
8904
|
});
|
|
8036
8905
|
|
|
8906
|
+
// src/languages/n1ql.ts
|
|
8907
|
+
var n1ql_exports = {};
|
|
8908
|
+
__export(n1ql_exports, {
|
|
8909
|
+
n1ql: () => n1ql
|
|
8910
|
+
});
|
|
8911
|
+
var n1ql;
|
|
8912
|
+
var init_n1ql = __esm({
|
|
8913
|
+
"src/languages/n1ql.ts"() {
|
|
8914
|
+
n1ql = {
|
|
8915
|
+
slug: "n1ql",
|
|
8916
|
+
publishedDate: "2015-01-01",
|
|
8917
|
+
extensions: [".n1ql"],
|
|
8918
|
+
author: "Couchbase",
|
|
8919
|
+
website: "https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/index.html",
|
|
8920
|
+
paradigms: ["query", "declarative"],
|
|
8921
|
+
tooling: {
|
|
8922
|
+
runtimes: ["Couchbase Server"],
|
|
8923
|
+
ecosystems: ["NoSQL", "JSON databases"]
|
|
8924
|
+
},
|
|
8925
|
+
version: "stable",
|
|
8926
|
+
logo: "https://cdn.simpleicons.org/couchbase/EA2328",
|
|
8927
|
+
color: "#EA2328",
|
|
8928
|
+
i18n: {
|
|
8929
|
+
en: {
|
|
8930
|
+
name: "N1QL",
|
|
8931
|
+
description: "A SQL-like query language for JSON documents stored in Couchbase.",
|
|
8932
|
+
longDescription: "N1QL is a declarative query language for Couchbase that brings SQL-style selection, filtering, joins, grouping, indexing, and mutation to JSON documents. It treats buckets, scopes, collections, and document fields as queryable data structures.\n\nThe language is used by Couchbase applications that need familiar relational-style queries over flexible document data. It supports operational queries, analytics-style exploration, and migrations from SQL-shaped data access patterns."
|
|
8933
|
+
},
|
|
8934
|
+
es: {
|
|
8935
|
+
name: "N1QL",
|
|
8936
|
+
description: "Lenguaje de consultas tipo SQL para documentos JSON almacenados en Couchbase.",
|
|
8937
|
+
longDescription: "N1QL es un lenguaje declarativo de consultas para Couchbase que lleva seleccion, filtrado, joins, agrupacion, indexado y mutacion al estilo SQL sobre documentos JSON. Trata buckets, scopes, colecciones y campos de documentos como estructuras consultables.\n\nEl lenguaje se usa en apps Couchbase que necesitan consultas familiares tipo relacional sobre datos documentales flexibles. Soporta consultas operativas, exploracion analitica y migraciones desde patrones de acceso con forma SQL."
|
|
8938
|
+
},
|
|
8939
|
+
it: {
|
|
8940
|
+
name: "N1QL",
|
|
8941
|
+
description: "Linguaggio di query simile a SQL per documenti JSON in Couchbase.",
|
|
8942
|
+
longDescription: "N1QL e un linguaggio dichiarativo di query per Couchbase che porta selezione, filtri, join, raggruppamento, indicizzazione e mutazione in stile SQL sui documenti JSON. Tratta bucket, scope, collection e campi documento come strutture interrogabili.\n\nIl linguaggio e usato da applicazioni Couchbase che richiedono query familiari di stile relazionale su dati documentali flessibili. Supporta query operative, esplorazione analitica e migrazioni da pattern di accesso simili a SQL."
|
|
8943
|
+
},
|
|
8944
|
+
fr: {
|
|
8945
|
+
name: "N1QL",
|
|
8946
|
+
description: "Langage de requete proche de SQL pour documents JSON dans Couchbase.",
|
|
8947
|
+
longDescription: "N1QL est un langage de requete declaratif pour Couchbase qui apporte selection, filtrage, jointures, groupement, indexation et mutation de style SQL aux documents JSON. Il traite buckets, scopes, collections et champs de documents comme structures interrogeables.\n\nLe langage est utilise par les applications Couchbase qui veulent des requetes relationnelles familieres sur donnees documentaires flexibles. Il prend en charge requetes operationnelles, exploration analytique et migrations depuis des acces proches de SQL."
|
|
8948
|
+
},
|
|
8949
|
+
de: {
|
|
8950
|
+
name: "N1QL",
|
|
8951
|
+
description: "SQL-ahnliche Abfragesprache fur JSON-Dokumente in Couchbase.",
|
|
8952
|
+
longDescription: "N1QL ist eine deklarative Abfragesprache fur Couchbase, die SQL-artige Auswahl, Filter, Joins, Gruppierung, Indexierung und Mutation auf JSON-Dokumente bringt. Buckets, Scopes, Collections und Dokumentfelder werden als abfragbare Datenstrukturen behandelt.\n\nDie Sprache wird von Couchbase-Anwendungen genutzt, die vertraute relationale Abfragen auf flexible Dokumentdaten brauchen. Sie unterstutzt operative Abfragen, analytische Exploration und Migrationen von SQL-gepragten Zugriffsmustern."
|
|
8953
|
+
},
|
|
8954
|
+
pt: {
|
|
8955
|
+
name: "N1QL",
|
|
8956
|
+
description: "Linguagem de consulta parecida com SQL para documentos JSON no Couchbase.",
|
|
8957
|
+
longDescription: "N1QL e uma linguagem declarativa de consulta para Couchbase que leva selecao, filtros, joins, agrupamento, indexacao e mutacao em estilo SQL para documentos JSON. Ela trata buckets, scopes, colecoes e campos de documentos como estruturas consultaveis.\n\nA linguagem e usada por apps Couchbase que precisam de consultas familiares de estilo relacional sobre dados documentais flexiveis. Ela suporta consultas operacionais, exploracao analitica e migracoes de padroes de acesso parecidos com SQL."
|
|
8958
|
+
}
|
|
8959
|
+
}
|
|
8960
|
+
};
|
|
8961
|
+
}
|
|
8962
|
+
});
|
|
8963
|
+
|
|
8037
8964
|
// src/languages/nginx.ts
|
|
8038
8965
|
var nginx_exports = {};
|
|
8039
8966
|
__export(nginx_exports, {
|
|
@@ -9149,6 +10076,64 @@ var init_plantuml = __esm({
|
|
|
9149
10076
|
}
|
|
9150
10077
|
});
|
|
9151
10078
|
|
|
10079
|
+
// src/languages/plpgsql.ts
|
|
10080
|
+
var plpgsql_exports = {};
|
|
10081
|
+
__export(plpgsql_exports, {
|
|
10082
|
+
plpgsql: () => plpgsql
|
|
10083
|
+
});
|
|
10084
|
+
var plpgsql;
|
|
10085
|
+
var init_plpgsql = __esm({
|
|
10086
|
+
"src/languages/plpgsql.ts"() {
|
|
10087
|
+
plpgsql = {
|
|
10088
|
+
slug: "plpgsql",
|
|
10089
|
+
publishedDate: "1997-01-01",
|
|
10090
|
+
extensions: [".pgsql", ".plpgsql"],
|
|
10091
|
+
author: "PostgreSQL Global Development Group",
|
|
10092
|
+
website: "https://www.postgresql.org/docs/current/plpgsql.html",
|
|
10093
|
+
paradigms: ["procedural", "database"],
|
|
10094
|
+
tooling: {
|
|
10095
|
+
runtimes: ["PostgreSQL"],
|
|
10096
|
+
ecosystems: ["Relational databases", "Stored procedures"]
|
|
10097
|
+
},
|
|
10098
|
+
version: "stable",
|
|
10099
|
+
logo: "https://cdn.simpleicons.org/postgresql/4169E1",
|
|
10100
|
+
color: "#4169E1",
|
|
10101
|
+
i18n: {
|
|
10102
|
+
en: {
|
|
10103
|
+
name: "PL/pgSQL",
|
|
10104
|
+
description: "PostgreSQL procedural language for functions, triggers, and stored logic.",
|
|
10105
|
+
longDescription: "PL/pgSQL is PostgreSQLs procedural language for writing functions, trigger procedures, and server-side business logic. It combines SQL statements with variables, control flow, cursors, error handling, records, and dynamic execution.\n\nThe language is used when logic should run close to relational data, inside transactions, or behind database APIs. It supports validation, auditing, data transformation, maintenance jobs, and performance-sensitive routines that benefit from avoiding client round trips."
|
|
10106
|
+
},
|
|
10107
|
+
es: {
|
|
10108
|
+
name: "PL/pgSQL",
|
|
10109
|
+
description: "Lenguaje procedural de PostgreSQL para funciones, triggers y logica almacenada.",
|
|
10110
|
+
longDescription: "PL/pgSQL es el lenguaje procedural de PostgreSQL para escribir funciones, procedimientos de trigger y logica de negocio del lado servidor. Combina sentencias SQL con variables, control de flujo, cursores, manejo de errores, registros y ejecucion dinamica.\n\nEl lenguaje se usa cuando la logica debe correr cerca de datos relacionales, dentro de transacciones o detras de APIs de base de datos. Soporta validacion, auditoria, transformacion de datos, tareas de mantenimiento y rutinas sensibles a rendimiento que evitan viajes al cliente."
|
|
10111
|
+
},
|
|
10112
|
+
it: {
|
|
10113
|
+
name: "PL/pgSQL",
|
|
10114
|
+
description: "Linguaggio procedurale PostgreSQL per funzioni, trigger e logica salvata.",
|
|
10115
|
+
longDescription: "PL/pgSQL e il linguaggio procedurale di PostgreSQL per scrivere funzioni, procedure trigger e logica business lato server. Combina istruzioni SQL con variabili, controllo di flusso, cursori, gestione errori, record ed esecuzione dinamica.\n\nIl linguaggio e usato quando la logica deve girare vicino ai dati relazionali, dentro transazioni o dietro API database. Supporta validazione, auditing, trasformazione dati, job di manutenzione e routine sensibili alle prestazioni che evitano round trip al client."
|
|
10116
|
+
},
|
|
10117
|
+
fr: {
|
|
10118
|
+
name: "PL/pgSQL",
|
|
10119
|
+
description: "Langage procedural PostgreSQL pour fonctions, triggers et logique stockee.",
|
|
10120
|
+
longDescription: "PL/pgSQL est le langage procedural de PostgreSQL pour ecrire fonctions, procedures de trigger et logique metier cote serveur. Il combine instructions SQL avec variables, controle de flux, curseurs, gestion d erreurs, enregistrements et execution dynamique.\n\nLe langage est utilise quand la logique doit tourner pres des donnees relationnelles, dans des transactions ou derriere des API de base de donnees. Il sert a validation, audit, transformation de donnees, maintenance et routines sensibles aux performances."
|
|
10121
|
+
},
|
|
10122
|
+
de: {
|
|
10123
|
+
name: "PL/pgSQL",
|
|
10124
|
+
description: "Prozedurale PostgreSQL-Sprache fur Funktionen, Trigger und gespeicherte Logik.",
|
|
10125
|
+
longDescription: "PL/pgSQL ist die prozedurale Sprache von PostgreSQL fur Funktionen, Trigger-Prozeduren und serverseitige Geschaftslogik. Sie kombiniert SQL-Anweisungen mit Variablen, Kontrollfluss, Cursorn, Fehlerbehandlung, Records und dynamischer Ausfuhrung.\n\nDie Sprache wird genutzt, wenn Logik nahe an relationalen Daten, innerhalb von Transaktionen oder hinter Datenbank-APIs laufen soll. Sie unterstutzt Validierung, Auditing, Datentransformation, Wartungsjobs und performanzkritische Routinen mit weniger Client-Roundtrips."
|
|
10126
|
+
},
|
|
10127
|
+
pt: {
|
|
10128
|
+
name: "PL/pgSQL",
|
|
10129
|
+
description: "Linguagem procedural do PostgreSQL para funcoes, triggers e logica armazenada.",
|
|
10130
|
+
longDescription: "PL/pgSQL e a linguagem procedural do PostgreSQL para escrever funcoes, procedimentos de trigger e logica de negocio no servidor. Ela combina comandos SQL com variaveis, controle de fluxo, cursores, tratamento de erros, registros e execucao dinamica.\n\nA linguagem e usada quando a logica deve rodar perto dos dados relacionais, dentro de transacoes ou atras de APIs de banco. Suporta validacao, auditoria, transformacao de dados, tarefas de manutencao e rotinas sensiveis a desempenho que evitam idas ao cliente."
|
|
10131
|
+
}
|
|
10132
|
+
}
|
|
10133
|
+
};
|
|
10134
|
+
}
|
|
10135
|
+
});
|
|
10136
|
+
|
|
9152
10137
|
// src/languages/plsql.ts
|
|
9153
10138
|
var plsql_exports = {};
|
|
9154
10139
|
__export(plsql_exports, {
|
|
@@ -9737,6 +10722,64 @@ var init_python = __esm({
|
|
|
9737
10722
|
}
|
|
9738
10723
|
});
|
|
9739
10724
|
|
|
10725
|
+
// src/languages/qmake.ts
|
|
10726
|
+
var qmake_exports = {};
|
|
10727
|
+
__export(qmake_exports, {
|
|
10728
|
+
qmake: () => qmake
|
|
10729
|
+
});
|
|
10730
|
+
var qmake;
|
|
10731
|
+
var init_qmake = __esm({
|
|
10732
|
+
"src/languages/qmake.ts"() {
|
|
10733
|
+
qmake = {
|
|
10734
|
+
slug: "qmake",
|
|
10735
|
+
publishedDate: "2002-01-01",
|
|
10736
|
+
extensions: [".pri", ".prf"],
|
|
10737
|
+
author: "Trolltech",
|
|
10738
|
+
website: "https://doc.qt.io/qt-6/qmake-manual.html",
|
|
10739
|
+
paradigms: ["build configuration"],
|
|
10740
|
+
tooling: {
|
|
10741
|
+
runtimes: ["qmake"],
|
|
10742
|
+
ecosystems: ["Qt", "C++"]
|
|
10743
|
+
},
|
|
10744
|
+
version: "stable",
|
|
10745
|
+
logo: "https://dummyimage.com/32x32/41CD52/ffffff.png&text=Qt",
|
|
10746
|
+
color: "#41CD52",
|
|
10747
|
+
i18n: {
|
|
10748
|
+
en: {
|
|
10749
|
+
name: "qmake",
|
|
10750
|
+
description: "A Qt build configuration language for generating platform-specific Makefiles and projects.",
|
|
10751
|
+
longDescription: "qmake project files describe Qt and C++ builds with variables, scopes, conditions, templates, sources, headers, resources, and platform-specific settings. qmake reads these files and generates native build files for the target environment.\n\nThe language is strongly associated with Qt applications and libraries, especially older and long-lived projects. It remains useful for maintaining Qt codebases that predate or choose not to migrate to CMake."
|
|
10752
|
+
},
|
|
10753
|
+
es: {
|
|
10754
|
+
name: "qmake",
|
|
10755
|
+
description: "Lenguaje de configuracion de builds Qt para generar Makefiles y proyectos por plataforma.",
|
|
10756
|
+
longDescription: "Los archivos de proyecto qmake describen builds Qt y C++ con variables, scopes, condiciones, templates, fuentes, headers, recursos y ajustes por plataforma. qmake lee estos archivos y genera archivos de build nativos para el entorno destino.\n\nEl lenguaje esta muy asociado a aplicaciones y bibliotecas Qt, sobre todo proyectos antiguos o de larga vida. Sigue siendo util para mantener bases Qt anteriores a CMake o que eligen no migrar."
|
|
10757
|
+
},
|
|
10758
|
+
it: {
|
|
10759
|
+
name: "qmake",
|
|
10760
|
+
description: "Linguaggio di configurazione build Qt per generare Makefile e progetti specifici.",
|
|
10761
|
+
longDescription: "I file progetto qmake descrivono build Qt e C++ con variabili, scope, condizioni, template, sorgenti, header, risorse e impostazioni specifiche di piattaforma. qmake legge questi file e genera file di build nativi per l ambiente target.\n\nIl linguaggio e fortemente associato ad applicazioni e librerie Qt, specialmente progetti vecchi e longevi. Rimane utile per mantenere codebase Qt precedenti a CMake o che scelgono di non migrare."
|
|
10762
|
+
},
|
|
10763
|
+
fr: {
|
|
10764
|
+
name: "qmake",
|
|
10765
|
+
description: "Langage de configuration build Qt pour generer Makefiles et projets par plateforme.",
|
|
10766
|
+
longDescription: "Les fichiers projet qmake decrivent des builds Qt et C++ avec variables, scopes, conditions, templates, sources, headers, ressources et reglages par plateforme. qmake lit ces fichiers et genere des fichiers de build natifs pour l environnement cible.\n\nLe langage est fortement associe aux applications et bibliotheques Qt, surtout les projets anciens ou durables. Il reste utile pour maintenir des bases Qt anterieures a CMake ou qui choisissent de ne pas migrer."
|
|
10767
|
+
},
|
|
10768
|
+
de: {
|
|
10769
|
+
name: "qmake",
|
|
10770
|
+
description: "Qt-Build-Konfigurationssprache zum Erzeugen plattformspezifischer Makefiles und Projekte.",
|
|
10771
|
+
longDescription: "qmake-Projektdateien beschreiben Qt- und C++-Builds mit Variablen, Scopes, Bedingungen, Templates, Quellen, Headern, Ressourcen und plattformspezifischen Einstellungen. qmake liest diese Dateien und erzeugt native Build-Dateien fur die Zielumgebung.\n\nDie Sprache ist eng mit Qt-Anwendungen und Bibliotheken verbunden, besonders mit alteren und langlebigen Projekten. Sie bleibt nutzlich fur Qt-Codebasen, die vor CMake entstanden sind oder nicht migrieren wollen."
|
|
10772
|
+
},
|
|
10773
|
+
pt: {
|
|
10774
|
+
name: "qmake",
|
|
10775
|
+
description: "Linguagem de configuracao de build Qt para gerar Makefiles e projetos por plataforma.",
|
|
10776
|
+
longDescription: "Arquivos de projeto qmake descrevem builds Qt e C++ com variaveis, escopos, condicoes, templates, fontes, headers, recursos e ajustes por plataforma. qmake le esses arquivos e gera arquivos de build nativos para o ambiente alvo.\n\nA linguagem e fortemente associada a aplicativos e bibliotecas Qt, especialmente projetos antigos e duradouros. Continua util para manter bases Qt anteriores ao CMake ou que escolhem nao migrar."
|
|
10777
|
+
}
|
|
10778
|
+
}
|
|
10779
|
+
};
|
|
10780
|
+
}
|
|
10781
|
+
});
|
|
10782
|
+
|
|
9740
10783
|
// src/languages/qml.ts
|
|
9741
10784
|
var qml_exports = {};
|
|
9742
10785
|
__export(qml_exports, {
|
|
@@ -11204,6 +12247,64 @@ var init_solidity = __esm({
|
|
|
11204
12247
|
}
|
|
11205
12248
|
});
|
|
11206
12249
|
|
|
12250
|
+
// src/languages/soql.ts
|
|
12251
|
+
var soql_exports = {};
|
|
12252
|
+
__export(soql_exports, {
|
|
12253
|
+
soql: () => soql
|
|
12254
|
+
});
|
|
12255
|
+
var soql;
|
|
12256
|
+
var init_soql = __esm({
|
|
12257
|
+
"src/languages/soql.ts"() {
|
|
12258
|
+
soql = {
|
|
12259
|
+
slug: "soql",
|
|
12260
|
+
publishedDate: "2005-01-01",
|
|
12261
|
+
extensions: [".soql"],
|
|
12262
|
+
author: "Salesforce",
|
|
12263
|
+
website: "https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/",
|
|
12264
|
+
paradigms: ["query", "declarative"],
|
|
12265
|
+
tooling: {
|
|
12266
|
+
runtimes: ["Salesforce Platform"],
|
|
12267
|
+
ecosystems: ["CRM", "Apex"]
|
|
12268
|
+
},
|
|
12269
|
+
version: "stable",
|
|
12270
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg",
|
|
12271
|
+
color: "#00A1E0",
|
|
12272
|
+
i18n: {
|
|
12273
|
+
en: {
|
|
12274
|
+
name: "SOQL",
|
|
12275
|
+
description: "Salesforce Object Query Language for reading records from Salesforce data.",
|
|
12276
|
+
longDescription: "Salesforce Object Query Language is used to retrieve records from Salesforce objects. It selects fields, filters rows, traverses relationships, orders results, aggregates data, and feeds Apex code, APIs, reports, and integrations.\n\nSOQL resembles SQL, but it is shaped by Salesforce metadata, object relationships, governor limits, sharing rules, and multi-tenant execution. It is central to custom Salesforce apps, admin automation, data migration, and CRM integrations."
|
|
12277
|
+
},
|
|
12278
|
+
es: {
|
|
12279
|
+
name: "SOQL",
|
|
12280
|
+
description: "Salesforce Object Query Language para leer registros de datos Salesforce.",
|
|
12281
|
+
longDescription: "Salesforce Object Query Language se usa para recuperar registros de objetos Salesforce. Selecciona campos, filtra filas, recorre relaciones, ordena resultados, agrega datos y alimenta codigo Apex, APIs, reportes e integraciones.\n\nSOQL se parece a SQL, pero esta moldeado por metadatos Salesforce, relaciones entre objetos, limites de gobernador, reglas de comparticion y ejecucion multi-tenant. Es central en apps Salesforce personalizadas, automatizacion admin, migracion de datos e integraciones CRM."
|
|
12282
|
+
},
|
|
12283
|
+
it: {
|
|
12284
|
+
name: "SOQL",
|
|
12285
|
+
description: "Salesforce Object Query Language per leggere record dai dati Salesforce.",
|
|
12286
|
+
longDescription: "Salesforce Object Query Language e usato per recuperare record dagli oggetti Salesforce. Seleziona campi, filtra righe, attraversa relazioni, ordina risultati, aggrega dati e alimenta codice Apex, API, report e integrazioni.\n\nSOQL assomiglia a SQL, ma e modellato da metadati Salesforce, relazioni tra oggetti, governor limit, regole di condivisione ed esecuzione multi-tenant. E centrale in app Salesforce custom, automazione admin, migrazione dati e integrazioni CRM."
|
|
12287
|
+
},
|
|
12288
|
+
fr: {
|
|
12289
|
+
name: "SOQL",
|
|
12290
|
+
description: "Salesforce Object Query Language pour lire des enregistrements Salesforce.",
|
|
12291
|
+
longDescription: "Salesforce Object Query Language sert a recuperer des enregistrements depuis les objets Salesforce. Il selectionne des champs, filtre des lignes, traverse relations, trie resultats, agrege donnees et alimente code Apex, API, rapports et integrations.\n\nSOQL ressemble a SQL, mais il est modele par metadonnees Salesforce, relations d objets, governor limits, regles de partage et execution multi-tenant. Il est central dans apps Salesforce personnalisees, automatisation admin, migrations de donnees et integrations CRM."
|
|
12292
|
+
},
|
|
12293
|
+
de: {
|
|
12294
|
+
name: "SOQL",
|
|
12295
|
+
description: "Salesforce Object Query Language zum Lesen von Salesforce-Datensatzen.",
|
|
12296
|
+
longDescription: "Salesforce Object Query Language wird genutzt, um Datensatze aus Salesforce-Objekten abzurufen. Sie wahlt Felder, filtert Zeilen, folgt Beziehungen, sortiert Ergebnisse, aggregiert Daten und versorgt Apex-Code, APIs, Reports und Integrationen.\n\nSOQL ahnelt SQL, wird aber durch Salesforce-Metadaten, Objektbeziehungen, Governor Limits, Sharing-Regeln und Multi-Tenant-Ausfuhrung gepragt. Es ist zentral fur angepasste Salesforce-Apps, Admin-Automation, Datenmigration und CRM-Integrationen."
|
|
12297
|
+
},
|
|
12298
|
+
pt: {
|
|
12299
|
+
name: "SOQL",
|
|
12300
|
+
description: "Salesforce Object Query Language para ler registros de dados Salesforce.",
|
|
12301
|
+
longDescription: "Salesforce Object Query Language e usada para recuperar registros de objetos Salesforce. Ela seleciona campos, filtra linhas, atravessa relacionamentos, ordena resultados, agrega dados e alimenta codigo Apex, APIs, relatorios e integracoes.\n\nSOQL lembra SQL, mas e moldada por metadados Salesforce, relacionamentos entre objetos, governor limits, regras de compartilhamento e execucao multi-tenant. E central em apps Salesforce customizados, automacao admin, migracao de dados e integracoes CRM."
|
|
12302
|
+
}
|
|
12303
|
+
}
|
|
12304
|
+
};
|
|
12305
|
+
}
|
|
12306
|
+
});
|
|
12307
|
+
|
|
11207
12308
|
// src/languages/spark.ts
|
|
11208
12309
|
var spark_exports = {};
|
|
11209
12310
|
__export(spark_exports, {
|
|
@@ -11320,6 +12421,64 @@ var init_sparql = __esm({
|
|
|
11320
12421
|
}
|
|
11321
12422
|
});
|
|
11322
12423
|
|
|
12424
|
+
// src/languages/spl.ts
|
|
12425
|
+
var spl_exports = {};
|
|
12426
|
+
__export(spl_exports, {
|
|
12427
|
+
spl: () => spl
|
|
12428
|
+
});
|
|
12429
|
+
var spl;
|
|
12430
|
+
var init_spl = __esm({
|
|
12431
|
+
"src/languages/spl.ts"() {
|
|
12432
|
+
spl = {
|
|
12433
|
+
slug: "spl",
|
|
12434
|
+
publishedDate: "2006-01-01",
|
|
12435
|
+
extensions: [".spl"],
|
|
12436
|
+
author: "Splunk",
|
|
12437
|
+
website: "https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/WhatsInThisManual",
|
|
12438
|
+
paradigms: ["query", "pipeline"],
|
|
12439
|
+
tooling: {
|
|
12440
|
+
runtimes: ["Splunk Enterprise", "Splunk Cloud Platform"],
|
|
12441
|
+
ecosystems: ["Observability", "Security analytics"]
|
|
12442
|
+
},
|
|
12443
|
+
version: "stable",
|
|
12444
|
+
logo: "https://cdn.simpleicons.org/splunk/000000",
|
|
12445
|
+
color: "#000000",
|
|
12446
|
+
i18n: {
|
|
12447
|
+
en: {
|
|
12448
|
+
name: "SPL",
|
|
12449
|
+
description: "Splunk Search Processing Language for searching and analyzing machine data.",
|
|
12450
|
+
longDescription: "Splunk Search Processing Language is a pipeline language for searching, transforming, correlating, and visualizing machine data. Commands filter events, extract fields, calculate statistics, join streams, build time series, and produce dashboard-ready results.\n\nSPL is used in log analytics, observability, security operations, incident response, compliance, and operational intelligence. Its command pipeline lets analysts move from raw events to metrics, alerts, reports, and investigations."
|
|
12451
|
+
},
|
|
12452
|
+
es: {
|
|
12453
|
+
name: "SPL",
|
|
12454
|
+
description: "Splunk Search Processing Language para buscar y analizar datos de maquinas.",
|
|
12455
|
+
longDescription: "Splunk Search Processing Language es un lenguaje de pipelines para buscar, transformar, correlacionar y visualizar datos de maquinas. Los comandos filtran eventos, extraen campos, calculan estadisticas, unen flujos, crean series temporales y producen resultados listos para dashboards.\n\nSPL se usa en analitica de logs, observabilidad, operaciones de seguridad, respuesta a incidentes, cumplimiento e inteligencia operativa. Su pipeline permite pasar de eventos crudos a metricas, alertas, reportes e investigaciones."
|
|
12456
|
+
},
|
|
12457
|
+
it: {
|
|
12458
|
+
name: "SPL",
|
|
12459
|
+
description: "Splunk Search Processing Language per cercare e analizzare dati macchina.",
|
|
12460
|
+
longDescription: "Splunk Search Processing Language e un linguaggio a pipeline per cercare, trasformare, correlare e visualizzare dati macchina. I comandi filtrano eventi, estraggono campi, calcolano statistiche, uniscono flussi, creano serie temporali e producono risultati pronti per dashboard.\n\nSPL e usato in log analytics, osservabilita, security operations, risposta incidenti, compliance e intelligence operativa. La sua pipeline permette agli analisti di passare da eventi grezzi a metriche, alert, report e indagini."
|
|
12461
|
+
},
|
|
12462
|
+
fr: {
|
|
12463
|
+
name: "SPL",
|
|
12464
|
+
description: "Splunk Search Processing Language pour chercher et analyser donnees machine.",
|
|
12465
|
+
longDescription: "Splunk Search Processing Language est un langage en pipeline pour chercher, transformer, correler et visualiser des donnees machine. Les commandes filtrent evenements, extraient champs, calculent statistiques, joignent flux, construisent series temporelles et produisent des resultats pour tableaux de bord.\n\nSPL est utilise en analyse de logs, observabilite, operations securite, reponse a incident, conformite et intelligence operationnelle. Son pipeline aide a passer des evenements bruts aux metriques, alertes, rapports et enquetes."
|
|
12466
|
+
},
|
|
12467
|
+
de: {
|
|
12468
|
+
name: "SPL",
|
|
12469
|
+
description: "Splunk Search Processing Language zum Suchen und Analysieren von Maschinendaten.",
|
|
12470
|
+
longDescription: "Splunk Search Processing Language ist eine Pipeline-Sprache zum Suchen, Transformieren, Korrelieren und Visualisieren von Maschinendaten. Befehle filtern Events, extrahieren Felder, berechnen Statistiken, verbinden Streams, bauen Zeitreihen und erzeugen Dashboard-Ergebnisse.\n\nSPL wird in Log Analytics, Observability, Security Operations, Incident Response, Compliance und operativer Intelligenz genutzt. Die Befehlspipeline fuhrt von Rohereignissen zu Metriken, Alerts, Reports und Untersuchungen."
|
|
12471
|
+
},
|
|
12472
|
+
pt: {
|
|
12473
|
+
name: "SPL",
|
|
12474
|
+
description: "Splunk Search Processing Language para buscar e analisar dados de maquinas.",
|
|
12475
|
+
longDescription: "Splunk Search Processing Language e uma linguagem de pipeline para buscar, transformar, correlacionar e visualizar dados de maquinas. Comandos filtram eventos, extraem campos, calculam estatisticas, juntam fluxos, criam series temporais e produzem resultados para dashboards.\n\nSPL e usada em analise de logs, observabilidade, operacoes de seguranca, resposta a incidentes, conformidade e inteligencia operacional. Seu pipeline leva analistas de eventos brutos a metricas, alertas, relatorios e investigacoes."
|
|
12476
|
+
}
|
|
12477
|
+
}
|
|
12478
|
+
};
|
|
12479
|
+
}
|
|
12480
|
+
});
|
|
12481
|
+
|
|
11323
12482
|
// src/languages/sql.ts
|
|
11324
12483
|
var sql_exports = {};
|
|
11325
12484
|
__export(sql_exports, {
|
|
@@ -13719,6 +14878,7 @@ init_actionscript();
|
|
|
13719
14878
|
init_ada();
|
|
13720
14879
|
init_agda();
|
|
13721
14880
|
init_algol();
|
|
14881
|
+
init_ampl();
|
|
13722
14882
|
init_ante();
|
|
13723
14883
|
init_antlr();
|
|
13724
14884
|
init_apex();
|
|
@@ -13738,12 +14898,15 @@ init_bash();
|
|
|
13738
14898
|
init_batch();
|
|
13739
14899
|
init_bazel();
|
|
13740
14900
|
init_bcpl();
|
|
14901
|
+
init_bibtex();
|
|
13741
14902
|
init_bicep();
|
|
13742
14903
|
init_blade();
|
|
13743
14904
|
init_bosque();
|
|
13744
14905
|
init_bqn();
|
|
14906
|
+
init_brainfuck();
|
|
13745
14907
|
init_c();
|
|
13746
14908
|
init_cairo();
|
|
14909
|
+
init_capnproto();
|
|
13747
14910
|
init_carbon();
|
|
13748
14911
|
init_chapel();
|
|
13749
14912
|
init_circom();
|
|
@@ -13754,6 +14917,7 @@ init_coffeescript();
|
|
|
13754
14917
|
init_coldfusion();
|
|
13755
14918
|
init_coq();
|
|
13756
14919
|
init_cpp();
|
|
14920
|
+
init_cql();
|
|
13757
14921
|
init_crystal();
|
|
13758
14922
|
init_csharp();
|
|
13759
14923
|
init_css();
|
|
@@ -13768,7 +14932,9 @@ init_dart();
|
|
|
13768
14932
|
init_dhall();
|
|
13769
14933
|
init_dita();
|
|
13770
14934
|
init_dockerfile();
|
|
14935
|
+
init_dot();
|
|
13771
14936
|
init_earthly();
|
|
14937
|
+
init_editorconfig();
|
|
13772
14938
|
init_eiffel();
|
|
13773
14939
|
init_ejs();
|
|
13774
14940
|
init_elixir();
|
|
@@ -13782,10 +14948,13 @@ init_fish();
|
|
|
13782
14948
|
init_flux();
|
|
13783
14949
|
init_forth();
|
|
13784
14950
|
init_fortran();
|
|
14951
|
+
init_fql();
|
|
13785
14952
|
init_freemarker();
|
|
13786
14953
|
init_fsharp();
|
|
13787
14954
|
init_fstar();
|
|
14955
|
+
init_gcode();
|
|
13788
14956
|
init_gdscript();
|
|
14957
|
+
init_gettext();
|
|
13789
14958
|
init_git();
|
|
13790
14959
|
init_gleam();
|
|
13791
14960
|
init_glsl();
|
|
@@ -13793,6 +14962,7 @@ init_go();
|
|
|
13793
14962
|
init_gradle();
|
|
13794
14963
|
init_grain();
|
|
13795
14964
|
init_graphql();
|
|
14965
|
+
init_gremlin();
|
|
13796
14966
|
init_groovy();
|
|
13797
14967
|
init_hack();
|
|
13798
14968
|
init_haml();
|
|
@@ -13814,8 +14984,10 @@ init_janet();
|
|
|
13814
14984
|
init_java();
|
|
13815
14985
|
init_javascript();
|
|
13816
14986
|
init_jinja();
|
|
14987
|
+
init_jmespath();
|
|
13817
14988
|
init_json();
|
|
13818
14989
|
init_json5();
|
|
14990
|
+
init_jsonata();
|
|
13819
14991
|
init_jsonc();
|
|
13820
14992
|
init_jsonnet();
|
|
13821
14993
|
init_julia();
|
|
@@ -13825,9 +14997,11 @@ init_kcl();
|
|
|
13825
14997
|
init_kdl();
|
|
13826
14998
|
init_koka();
|
|
13827
14999
|
init_kotlin();
|
|
15000
|
+
init_kql();
|
|
13828
15001
|
init_lean();
|
|
13829
15002
|
init_less();
|
|
13830
15003
|
init_ligo();
|
|
15004
|
+
init_linkerscript();
|
|
13831
15005
|
init_liquid();
|
|
13832
15006
|
init_lisp();
|
|
13833
15007
|
init_llvm_ir();
|
|
@@ -13851,6 +15025,7 @@ init_mojo();
|
|
|
13851
15025
|
init_moonbit();
|
|
13852
15026
|
init_move();
|
|
13853
15027
|
init_mustache();
|
|
15028
|
+
init_n1ql();
|
|
13854
15029
|
init_nginx();
|
|
13855
15030
|
init_nickel();
|
|
13856
15031
|
init_nim();
|
|
@@ -13870,6 +15045,7 @@ init_pine_script();
|
|
|
13870
15045
|
init_pkl();
|
|
13871
15046
|
init_pl_i();
|
|
13872
15047
|
init_plantuml();
|
|
15048
|
+
init_plpgsql();
|
|
13873
15049
|
init_plsql();
|
|
13874
15050
|
init_pony();
|
|
13875
15051
|
init_powershell();
|
|
@@ -13880,6 +15056,7 @@ init_pug();
|
|
|
13880
15056
|
init_puppet();
|
|
13881
15057
|
init_purescript();
|
|
13882
15058
|
init_python();
|
|
15059
|
+
init_qmake();
|
|
13883
15060
|
init_qml();
|
|
13884
15061
|
init_qsharp();
|
|
13885
15062
|
init_r();
|
|
@@ -13905,8 +15082,10 @@ init_smalltalk();
|
|
|
13905
15082
|
init_smarty();
|
|
13906
15083
|
init_snobol();
|
|
13907
15084
|
init_solidity();
|
|
15085
|
+
init_soql();
|
|
13908
15086
|
init_spark();
|
|
13909
15087
|
init_sparql();
|
|
15088
|
+
init_spl();
|
|
13910
15089
|
init_sql();
|
|
13911
15090
|
init_standard_ml();
|
|
13912
15091
|
init_starlark();
|
|
@@ -13954,6 +15133,7 @@ var languages = [
|
|
|
13954
15133
|
ada,
|
|
13955
15134
|
agda,
|
|
13956
15135
|
algol,
|
|
15136
|
+
ampl,
|
|
13957
15137
|
ante,
|
|
13958
15138
|
antlr,
|
|
13959
15139
|
apex,
|
|
@@ -13974,11 +15154,14 @@ var languages = [
|
|
|
13974
15154
|
bazel,
|
|
13975
15155
|
bcpl,
|
|
13976
15156
|
bicep,
|
|
15157
|
+
bibtex,
|
|
13977
15158
|
blade,
|
|
13978
15159
|
bosque,
|
|
13979
15160
|
bqn,
|
|
15161
|
+
brainfuck,
|
|
13980
15162
|
c,
|
|
13981
15163
|
cairo,
|
|
15164
|
+
capnproto,
|
|
13982
15165
|
carbon,
|
|
13983
15166
|
chapel,
|
|
13984
15167
|
circom,
|
|
@@ -13990,6 +15173,7 @@ var languages = [
|
|
|
13990
15173
|
coq,
|
|
13991
15174
|
cpp,
|
|
13992
15175
|
crystal,
|
|
15176
|
+
cql,
|
|
13993
15177
|
csharp,
|
|
13994
15178
|
css,
|
|
13995
15179
|
cuda,
|
|
@@ -14003,7 +15187,9 @@ var languages = [
|
|
|
14003
15187
|
dhall,
|
|
14004
15188
|
dita,
|
|
14005
15189
|
dockerfile,
|
|
15190
|
+
dot,
|
|
14006
15191
|
earthly,
|
|
15192
|
+
editorconfig,
|
|
14007
15193
|
eiffel,
|
|
14008
15194
|
ejs,
|
|
14009
15195
|
elixir,
|
|
@@ -14018,9 +15204,12 @@ var languages = [
|
|
|
14018
15204
|
forth,
|
|
14019
15205
|
fortran,
|
|
14020
15206
|
freemarker,
|
|
15207
|
+
fql,
|
|
14021
15208
|
fsharp,
|
|
14022
15209
|
fstar,
|
|
14023
15210
|
gdscript,
|
|
15211
|
+
gcode,
|
|
15212
|
+
gettext,
|
|
14024
15213
|
git,
|
|
14025
15214
|
gleam,
|
|
14026
15215
|
glsl,
|
|
@@ -14028,6 +15217,7 @@ var languages = [
|
|
|
14028
15217
|
gradle,
|
|
14029
15218
|
grain,
|
|
14030
15219
|
graphql,
|
|
15220
|
+
gremlin,
|
|
14031
15221
|
groovy,
|
|
14032
15222
|
hack,
|
|
14033
15223
|
haml,
|
|
@@ -14049,8 +15239,10 @@ var languages = [
|
|
|
14049
15239
|
java,
|
|
14050
15240
|
javascript,
|
|
14051
15241
|
jinja,
|
|
15242
|
+
jmespath,
|
|
14052
15243
|
json,
|
|
14053
15244
|
json5,
|
|
15245
|
+
jsonata,
|
|
14054
15246
|
jsonc,
|
|
14055
15247
|
jsonnet,
|
|
14056
15248
|
julia,
|
|
@@ -14060,10 +15252,12 @@ var languages = [
|
|
|
14060
15252
|
kdl,
|
|
14061
15253
|
koka,
|
|
14062
15254
|
kotlin,
|
|
15255
|
+
kql,
|
|
14063
15256
|
lean,
|
|
14064
15257
|
less,
|
|
14065
15258
|
ligo,
|
|
14066
15259
|
liquid,
|
|
15260
|
+
linkerscript,
|
|
14067
15261
|
lisp,
|
|
14068
15262
|
llvmIr,
|
|
14069
15263
|
lobster,
|
|
@@ -14086,6 +15280,7 @@ var languages = [
|
|
|
14086
15280
|
moonbit,
|
|
14087
15281
|
move,
|
|
14088
15282
|
mustache,
|
|
15283
|
+
n1ql,
|
|
14089
15284
|
nginx,
|
|
14090
15285
|
nickel,
|
|
14091
15286
|
nim,
|
|
@@ -14105,6 +15300,7 @@ var languages = [
|
|
|
14105
15300
|
plI,
|
|
14106
15301
|
pkl,
|
|
14107
15302
|
plantuml,
|
|
15303
|
+
plpgsql,
|
|
14108
15304
|
plsql,
|
|
14109
15305
|
pony,
|
|
14110
15306
|
powershell,
|
|
@@ -14116,6 +15312,7 @@ var languages = [
|
|
|
14116
15312
|
purescript,
|
|
14117
15313
|
python,
|
|
14118
15314
|
qml,
|
|
15315
|
+
qmake,
|
|
14119
15316
|
qsharp,
|
|
14120
15317
|
r,
|
|
14121
15318
|
racket,
|
|
@@ -14140,8 +15337,10 @@ var languages = [
|
|
|
14140
15337
|
smarty,
|
|
14141
15338
|
snobol,
|
|
14142
15339
|
solidity,
|
|
15340
|
+
soql,
|
|
14143
15341
|
sparql,
|
|
14144
15342
|
spark,
|
|
15343
|
+
spl,
|
|
14145
15344
|
sql,
|
|
14146
15345
|
standardMl,
|
|
14147
15346
|
starlark,
|
|
@@ -14192,6 +15391,7 @@ var languageIndex = [
|
|
|
14192
15391
|
{ slug: "ada", extensions: [".adb", ".ads", ".ada"] },
|
|
14193
15392
|
{ slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
|
|
14194
15393
|
{ slug: "algol", extensions: [".alg", ".algol"] },
|
|
15394
|
+
{ slug: "ampl", extensions: [".mod", ".dat", ".run"] },
|
|
14195
15395
|
{ slug: "ante", extensions: [".ante"] },
|
|
14196
15396
|
{ slug: "antlr", extensions: [".g4"] },
|
|
14197
15397
|
{ slug: "apex", extensions: [".cls", ".trigger"] },
|
|
@@ -14215,11 +15415,14 @@ var languageIndex = [
|
|
|
14215
15415
|
{ slug: "bazel", extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"] },
|
|
14216
15416
|
{ slug: "bcpl", extensions: [".bcpl"] },
|
|
14217
15417
|
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
15418
|
+
{ slug: "bibtex", extensions: [".bib", ".bibtex"] },
|
|
14218
15419
|
{ slug: "blade", extensions: [".blade.php"] },
|
|
14219
15420
|
{ slug: "bosque", extensions: [".bsq"] },
|
|
14220
15421
|
{ slug: "bqn", extensions: [".bqn"] },
|
|
15422
|
+
{ slug: "brainfuck", extensions: [".bf", ".b"] },
|
|
14221
15423
|
{ slug: "c", extensions: [".c", ".h"] },
|
|
14222
15424
|
{ slug: "cairo", extensions: [".cairo"] },
|
|
15425
|
+
{ slug: "capnproto", extensions: [".capnp"] },
|
|
14223
15426
|
{ slug: "carbon", extensions: [".carbon"] },
|
|
14224
15427
|
{ slug: "chapel", extensions: [".chpl"] },
|
|
14225
15428
|
{ slug: "circom", extensions: [".circom"] },
|
|
@@ -14231,6 +15434,7 @@ var languageIndex = [
|
|
|
14231
15434
|
{ slug: "coq", extensions: [".v"] },
|
|
14232
15435
|
{ slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
|
|
14233
15436
|
{ slug: "crystal", extensions: [".cr"] },
|
|
15437
|
+
{ slug: "cql", extensions: [".cql"] },
|
|
14234
15438
|
{ slug: "csharp", extensions: [".cs", ".csx"] },
|
|
14235
15439
|
{ slug: "css", extensions: [".css"] },
|
|
14236
15440
|
{ slug: "cuda", extensions: [".cu", ".cuh"] },
|
|
@@ -14244,7 +15448,9 @@ var languageIndex = [
|
|
|
14244
15448
|
{ slug: "dhall", extensions: [".dhall"] },
|
|
14245
15449
|
{ slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
|
|
14246
15450
|
{ slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
|
|
15451
|
+
{ slug: "dot", extensions: [".dot", ".gv"] },
|
|
14247
15452
|
{ slug: "earthly", extensions: ["Earthfile"] },
|
|
15453
|
+
{ slug: "editorconfig", extensions: [".editorconfig"] },
|
|
14248
15454
|
{ slug: "eiffel", extensions: [".e"] },
|
|
14249
15455
|
{ slug: "ejs", extensions: [".ejs"] },
|
|
14250
15456
|
{ slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
|
|
@@ -14265,9 +15471,12 @@ var languageIndex = [
|
|
|
14265
15471
|
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
|
|
14266
15472
|
},
|
|
14267
15473
|
{ slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
|
|
15474
|
+
{ slug: "fql", extensions: [".fql"] },
|
|
14268
15475
|
{ slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
|
|
14269
15476
|
{ slug: "fstar", extensions: [".fst", ".fsti"] },
|
|
14270
15477
|
{ slug: "gdscript", extensions: [".gd"] },
|
|
15478
|
+
{ slug: "gcode", extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"] },
|
|
15479
|
+
{ slug: "gettext", extensions: [".po", ".pot"] },
|
|
14271
15480
|
{ slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
|
|
14272
15481
|
{ slug: "gleam", extensions: [".gleam"] },
|
|
14273
15482
|
{
|
|
@@ -14278,6 +15487,7 @@ var languageIndex = [
|
|
|
14278
15487
|
{ slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
|
|
14279
15488
|
{ slug: "grain", extensions: [".gr"] },
|
|
14280
15489
|
{ slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
|
|
15490
|
+
{ slug: "gremlin", extensions: [".gremlin", ".grem"] },
|
|
14281
15491
|
{ slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
|
|
14282
15492
|
{ slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
|
|
14283
15493
|
{ slug: "haml", extensions: [".haml"] },
|
|
@@ -14299,8 +15509,10 @@ var languageIndex = [
|
|
|
14299
15509
|
{ slug: "java", extensions: [".java"] },
|
|
14300
15510
|
{ slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
|
|
14301
15511
|
{ slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
|
|
15512
|
+
{ slug: "jmespath", extensions: [".jmespath", ".jp"] },
|
|
14302
15513
|
{ slug: "json", extensions: [".json"] },
|
|
14303
15514
|
{ slug: "json5", extensions: [".json5"] },
|
|
15515
|
+
{ slug: "jsonata", extensions: [".jsonata"] },
|
|
14304
15516
|
{ slug: "jsonc", extensions: [".jsonc", ".code-workspace"] },
|
|
14305
15517
|
{ slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
|
|
14306
15518
|
{ slug: "julia", extensions: [".jl"] },
|
|
@@ -14310,10 +15522,12 @@ var languageIndex = [
|
|
|
14310
15522
|
{ slug: "kdl", extensions: [".kdl"] },
|
|
14311
15523
|
{ slug: "koka", extensions: [".kk"] },
|
|
14312
15524
|
{ slug: "kotlin", extensions: [".kt", ".kts"] },
|
|
15525
|
+
{ slug: "kql", extensions: [".kql"] },
|
|
14313
15526
|
{ slug: "lean", extensions: [".lean"] },
|
|
14314
15527
|
{ slug: "less", extensions: [".less"] },
|
|
14315
15528
|
{ slug: "ligo", extensions: [".ligo", ".mligo", ".religo", ".jsligo"] },
|
|
14316
15529
|
{ slug: "liquid", extensions: [".liquid"] },
|
|
15530
|
+
{ slug: "linkerscript", extensions: [".ld", ".lds", ".x"] },
|
|
14317
15531
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
14318
15532
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
14319
15533
|
{ slug: "lobster", extensions: [".lobster"] },
|
|
@@ -14336,6 +15550,7 @@ var languageIndex = [
|
|
|
14336
15550
|
{ slug: "moonbit", extensions: [".mbt"] },
|
|
14337
15551
|
{ slug: "move", extensions: [".move"] },
|
|
14338
15552
|
{ slug: "mustache", extensions: [".mustache", ".mst"] },
|
|
15553
|
+
{ slug: "n1ql", extensions: [".n1ql"] },
|
|
14339
15554
|
{ slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
|
|
14340
15555
|
{ slug: "nickel", extensions: [".ncl"] },
|
|
14341
15556
|
{ slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
|
|
@@ -14355,6 +15570,7 @@ var languageIndex = [
|
|
|
14355
15570
|
{ slug: "pl-i", extensions: [".pli", ".pl1"] },
|
|
14356
15571
|
{ slug: "pkl", extensions: [".pkl"] },
|
|
14357
15572
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
15573
|
+
{ slug: "plpgsql", extensions: [".pgsql", ".plpgsql"] },
|
|
14358
15574
|
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
14359
15575
|
{ slug: "pony", extensions: [".pony"] },
|
|
14360
15576
|
{ slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
|
|
@@ -14366,6 +15582,7 @@ var languageIndex = [
|
|
|
14366
15582
|
{ slug: "purescript", extensions: [".purs"] },
|
|
14367
15583
|
{ slug: "python", extensions: [".py", ".pyw"] },
|
|
14368
15584
|
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
15585
|
+
{ slug: "qmake", extensions: [".pri", ".prf"] },
|
|
14369
15586
|
{ slug: "qsharp", extensions: [".qs"] },
|
|
14370
15587
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
14371
15588
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
@@ -14393,8 +15610,10 @@ var languageIndex = [
|
|
|
14393
15610
|
{ slug: "smarty", extensions: [".tpl", ".smarty"] },
|
|
14394
15611
|
{ slug: "snobol", extensions: [".sno", ".snobol"] },
|
|
14395
15612
|
{ slug: "solidity", extensions: [".sol"] },
|
|
15613
|
+
{ slug: "soql", extensions: [".soql"] },
|
|
14396
15614
|
{ slug: "sparql", extensions: [".sparql", ".rq"] },
|
|
14397
15615
|
{ slug: "spark", extensions: [".spark", ".adb", ".ads"] },
|
|
15616
|
+
{ slug: "spl", extensions: [".spl"] },
|
|
14398
15617
|
{ slug: "sql", extensions: [".sql"] },
|
|
14399
15618
|
{ slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
|
|
14400
15619
|
{ slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
|
|
@@ -14446,6 +15665,7 @@ var languageLoaders = {
|
|
|
14446
15665
|
ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
|
|
14447
15666
|
agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
|
|
14448
15667
|
algol: () => Promise.resolve().then(() => (init_algol(), algol_exports)).then((module) => module.algol),
|
|
15668
|
+
ampl: () => Promise.resolve().then(() => (init_ampl(), ampl_exports)).then((module) => module.ampl),
|
|
14449
15669
|
ante: () => Promise.resolve().then(() => (init_ante(), ante_exports)).then((module) => module.ante),
|
|
14450
15670
|
antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
|
|
14451
15671
|
apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
|
|
@@ -14466,11 +15686,14 @@ var languageLoaders = {
|
|
|
14466
15686
|
bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
|
|
14467
15687
|
bcpl: () => Promise.resolve().then(() => (init_bcpl(), bcpl_exports)).then((module) => module.bcpl),
|
|
14468
15688
|
bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
|
|
15689
|
+
bibtex: () => Promise.resolve().then(() => (init_bibtex(), bibtex_exports)).then((module) => module.bibtex),
|
|
14469
15690
|
blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
|
|
14470
15691
|
bosque: () => Promise.resolve().then(() => (init_bosque(), bosque_exports)).then((module) => module.bosque),
|
|
14471
15692
|
bqn: () => Promise.resolve().then(() => (init_bqn(), bqn_exports)).then((module) => module.bqn),
|
|
15693
|
+
brainfuck: () => Promise.resolve().then(() => (init_brainfuck(), brainfuck_exports)).then((module) => module.brainfuck),
|
|
14472
15694
|
c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
|
|
14473
15695
|
cairo: () => Promise.resolve().then(() => (init_cairo(), cairo_exports)).then((module) => module.cairo),
|
|
15696
|
+
capnproto: () => Promise.resolve().then(() => (init_capnproto(), capnproto_exports)).then((module) => module.capnproto),
|
|
14474
15697
|
carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
|
|
14475
15698
|
chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
|
|
14476
15699
|
circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
|
|
@@ -14482,6 +15705,7 @@ var languageLoaders = {
|
|
|
14482
15705
|
coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
|
|
14483
15706
|
cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
|
|
14484
15707
|
crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
|
|
15708
|
+
cql: () => Promise.resolve().then(() => (init_cql(), cql_exports)).then((module) => module.cql),
|
|
14485
15709
|
csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
|
|
14486
15710
|
css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
|
|
14487
15711
|
cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
|
|
@@ -14495,7 +15719,9 @@ var languageLoaders = {
|
|
|
14495
15719
|
dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
|
|
14496
15720
|
dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
|
|
14497
15721
|
dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
|
|
15722
|
+
dot: () => Promise.resolve().then(() => (init_dot(), dot_exports)).then((module) => module.dot),
|
|
14498
15723
|
earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
|
|
15724
|
+
editorconfig: () => Promise.resolve().then(() => (init_editorconfig(), editorconfig_exports)).then((module) => module.editorconfig),
|
|
14499
15725
|
eiffel: () => Promise.resolve().then(() => (init_eiffel(), eiffel_exports)).then((module) => module.eiffel),
|
|
14500
15726
|
ejs: () => Promise.resolve().then(() => (init_ejs(), ejs_exports)).then((module) => module.ejs),
|
|
14501
15727
|
elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
|
|
@@ -14510,9 +15736,12 @@ var languageLoaders = {
|
|
|
14510
15736
|
forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
|
|
14511
15737
|
fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
|
|
14512
15738
|
freemarker: () => Promise.resolve().then(() => (init_freemarker(), freemarker_exports)).then((module) => module.freemarker),
|
|
15739
|
+
fql: () => Promise.resolve().then(() => (init_fql(), fql_exports)).then((module) => module.fql),
|
|
14513
15740
|
fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
|
|
14514
15741
|
fstar: () => Promise.resolve().then(() => (init_fstar(), fstar_exports)).then((module) => module.fstar),
|
|
14515
15742
|
gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
|
|
15743
|
+
gcode: () => Promise.resolve().then(() => (init_gcode(), gcode_exports)).then((module) => module.gcode),
|
|
15744
|
+
gettext: () => Promise.resolve().then(() => (init_gettext(), gettext_exports)).then((module) => module.gettext),
|
|
14516
15745
|
git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
|
|
14517
15746
|
gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
|
|
14518
15747
|
glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
|
|
@@ -14520,6 +15749,7 @@ var languageLoaders = {
|
|
|
14520
15749
|
gradle: () => Promise.resolve().then(() => (init_gradle(), gradle_exports)).then((module) => module.gradle),
|
|
14521
15750
|
grain: () => Promise.resolve().then(() => (init_grain(), grain_exports)).then((module) => module.grain),
|
|
14522
15751
|
graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
|
|
15752
|
+
gremlin: () => Promise.resolve().then(() => (init_gremlin(), gremlin_exports)).then((module) => module.gremlin),
|
|
14523
15753
|
groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
|
|
14524
15754
|
hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
|
|
14525
15755
|
haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
|
|
@@ -14541,8 +15771,10 @@ var languageLoaders = {
|
|
|
14541
15771
|
java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
|
|
14542
15772
|
javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
|
|
14543
15773
|
jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
|
|
15774
|
+
jmespath: () => Promise.resolve().then(() => (init_jmespath(), jmespath_exports)).then((module) => module.jmespath),
|
|
14544
15775
|
json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
|
|
14545
15776
|
json5: () => Promise.resolve().then(() => (init_json5(), json5_exports)).then((module) => module.json5),
|
|
15777
|
+
jsonata: () => Promise.resolve().then(() => (init_jsonata(), jsonata_exports)).then((module) => module.jsonata),
|
|
14546
15778
|
jsonc: () => Promise.resolve().then(() => (init_jsonc(), jsonc_exports)).then((module) => module.jsonc),
|
|
14547
15779
|
jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
|
|
14548
15780
|
julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
|
|
@@ -14552,10 +15784,12 @@ var languageLoaders = {
|
|
|
14552
15784
|
kdl: () => Promise.resolve().then(() => (init_kdl(), kdl_exports)).then((module) => module.kdl),
|
|
14553
15785
|
koka: () => Promise.resolve().then(() => (init_koka(), koka_exports)).then((module) => module.koka),
|
|
14554
15786
|
kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
|
|
15787
|
+
kql: () => Promise.resolve().then(() => (init_kql(), kql_exports)).then((module) => module.kql),
|
|
14555
15788
|
lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
|
|
14556
15789
|
less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
|
|
14557
15790
|
ligo: () => Promise.resolve().then(() => (init_ligo(), ligo_exports)).then((module) => module.ligo),
|
|
14558
15791
|
liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
|
|
15792
|
+
linkerscript: () => Promise.resolve().then(() => (init_linkerscript(), linkerscript_exports)).then((module) => module.linkerscript),
|
|
14559
15793
|
lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
|
|
14560
15794
|
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
14561
15795
|
lobster: () => Promise.resolve().then(() => (init_lobster(), lobster_exports)).then((module) => module.lobster),
|
|
@@ -14578,6 +15812,7 @@ var languageLoaders = {
|
|
|
14578
15812
|
moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
|
|
14579
15813
|
move: () => Promise.resolve().then(() => (init_move(), move_exports)).then((module) => module.move),
|
|
14580
15814
|
mustache: () => Promise.resolve().then(() => (init_mustache(), mustache_exports)).then((module) => module.mustache),
|
|
15815
|
+
n1ql: () => Promise.resolve().then(() => (init_n1ql(), n1ql_exports)).then((module) => module.n1ql),
|
|
14581
15816
|
nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
|
|
14582
15817
|
nickel: () => Promise.resolve().then(() => (init_nickel(), nickel_exports)).then((module) => module.nickel),
|
|
14583
15818
|
nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
|
|
@@ -14597,6 +15832,7 @@ var languageLoaders = {
|
|
|
14597
15832
|
"pl-i": () => Promise.resolve().then(() => (init_pl_i(), pl_i_exports)).then((module) => module.plI),
|
|
14598
15833
|
pkl: () => Promise.resolve().then(() => (init_pkl(), pkl_exports)).then((module) => module.pkl),
|
|
14599
15834
|
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
15835
|
+
plpgsql: () => Promise.resolve().then(() => (init_plpgsql(), plpgsql_exports)).then((module) => module.plpgsql),
|
|
14600
15836
|
plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
|
|
14601
15837
|
pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
|
|
14602
15838
|
powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
|
|
@@ -14608,6 +15844,7 @@ var languageLoaders = {
|
|
|
14608
15844
|
purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
|
|
14609
15845
|
python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
|
|
14610
15846
|
qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
|
|
15847
|
+
qmake: () => Promise.resolve().then(() => (init_qmake(), qmake_exports)).then((module) => module.qmake),
|
|
14611
15848
|
qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
|
|
14612
15849
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
14613
15850
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
@@ -14632,8 +15869,10 @@ var languageLoaders = {
|
|
|
14632
15869
|
smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
|
|
14633
15870
|
snobol: () => Promise.resolve().then(() => (init_snobol(), snobol_exports)).then((module) => module.snobol),
|
|
14634
15871
|
solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
|
|
15872
|
+
soql: () => Promise.resolve().then(() => (init_soql(), soql_exports)).then((module) => module.soql),
|
|
14635
15873
|
sparql: () => Promise.resolve().then(() => (init_sparql(), sparql_exports)).then((module) => module.sparql),
|
|
14636
15874
|
spark: () => Promise.resolve().then(() => (init_spark(), spark_exports)).then((module) => module.spark),
|
|
15875
|
+
spl: () => Promise.resolve().then(() => (init_spl(), spl_exports)).then((module) => module.spl),
|
|
14637
15876
|
sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
|
|
14638
15877
|
"standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
|
|
14639
15878
|
starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
|