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/index.cjs
CHANGED
|
@@ -302,6 +302,64 @@ var init_algol = __esm({
|
|
|
302
302
|
}
|
|
303
303
|
});
|
|
304
304
|
|
|
305
|
+
// src/languages/ampl.ts
|
|
306
|
+
var ampl_exports = {};
|
|
307
|
+
__export(ampl_exports, {
|
|
308
|
+
ampl: () => exports.ampl
|
|
309
|
+
});
|
|
310
|
+
exports.ampl = void 0;
|
|
311
|
+
var init_ampl = __esm({
|
|
312
|
+
"src/languages/ampl.ts"() {
|
|
313
|
+
exports.ampl = {
|
|
314
|
+
slug: "ampl",
|
|
315
|
+
publishedDate: "1985-01-01",
|
|
316
|
+
extensions: [".mod", ".dat", ".run"],
|
|
317
|
+
author: "Robert Fourer, David Gay, and Brian Kernighan",
|
|
318
|
+
website: "https://ampl.com",
|
|
319
|
+
paradigms: ["declarative", "mathematical modeling"],
|
|
320
|
+
tooling: {
|
|
321
|
+
runtimes: ["AMPL"],
|
|
322
|
+
ecosystems: ["Optimization", "Operations research"]
|
|
323
|
+
},
|
|
324
|
+
version: "stable",
|
|
325
|
+
logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
|
|
326
|
+
color: "#1D4ED8",
|
|
327
|
+
i18n: {
|
|
328
|
+
en: {
|
|
329
|
+
name: "AMPL",
|
|
330
|
+
description: "A declarative language for describing optimization models and data for mathematical solvers.",
|
|
331
|
+
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."
|
|
332
|
+
},
|
|
333
|
+
es: {
|
|
334
|
+
name: "AMPL",
|
|
335
|
+
description: "Lenguaje declarativo para describir modelos y datos de optimizacion para solvers matematicos.",
|
|
336
|
+
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."
|
|
337
|
+
},
|
|
338
|
+
it: {
|
|
339
|
+
name: "AMPL",
|
|
340
|
+
description: "Linguaggio dichiarativo per descrivere modelli e dati di ottimizzazione per solver matematici.",
|
|
341
|
+
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."
|
|
342
|
+
},
|
|
343
|
+
fr: {
|
|
344
|
+
name: "AMPL",
|
|
345
|
+
description: "Langage declaratif pour decrire modeles et donnees d optimisation pour solveurs mathematiques.",
|
|
346
|
+
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."
|
|
347
|
+
},
|
|
348
|
+
de: {
|
|
349
|
+
name: "AMPL",
|
|
350
|
+
description: "Deklarative Sprache fur Optimierungsmodelle und Daten fur mathematische Solver.",
|
|
351
|
+
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."
|
|
352
|
+
},
|
|
353
|
+
pt: {
|
|
354
|
+
name: "AMPL",
|
|
355
|
+
description: "Linguagem declarativa para descrever modelos e dados de otimizacao para solvers matematicos.",
|
|
356
|
+
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."
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
};
|
|
360
|
+
}
|
|
361
|
+
});
|
|
362
|
+
|
|
305
363
|
// src/languages/ante.ts
|
|
306
364
|
var ante_exports = {};
|
|
307
365
|
__export(ante_exports, {
|
|
@@ -1416,6 +1474,64 @@ var init_bcpl = __esm({
|
|
|
1416
1474
|
}
|
|
1417
1475
|
});
|
|
1418
1476
|
|
|
1477
|
+
// src/languages/bibtex.ts
|
|
1478
|
+
var bibtex_exports = {};
|
|
1479
|
+
__export(bibtex_exports, {
|
|
1480
|
+
bibtex: () => exports.bibtex
|
|
1481
|
+
});
|
|
1482
|
+
exports.bibtex = void 0;
|
|
1483
|
+
var init_bibtex = __esm({
|
|
1484
|
+
"src/languages/bibtex.ts"() {
|
|
1485
|
+
exports.bibtex = {
|
|
1486
|
+
slug: "bibtex",
|
|
1487
|
+
publishedDate: "1985-01-01",
|
|
1488
|
+
extensions: [".bib", ".bibtex"],
|
|
1489
|
+
author: "Oren Patashnik and Leslie Lamport",
|
|
1490
|
+
website: "https://ctan.org/pkg/bibtex",
|
|
1491
|
+
paradigms: ["data", "bibliography"],
|
|
1492
|
+
tooling: {
|
|
1493
|
+
runtimes: ["BibTeX", "Biber"],
|
|
1494
|
+
ecosystems: ["TeX", "LaTeX", "Academic publishing"]
|
|
1495
|
+
},
|
|
1496
|
+
version: "stable",
|
|
1497
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Bi",
|
|
1498
|
+
color: "#2563EB",
|
|
1499
|
+
i18n: {
|
|
1500
|
+
en: {
|
|
1501
|
+
name: "BibTeX",
|
|
1502
|
+
description: "A bibliography data format and toolchain used with TeX and LaTeX documents.",
|
|
1503
|
+
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."
|
|
1504
|
+
},
|
|
1505
|
+
es: {
|
|
1506
|
+
name: "BibTeX",
|
|
1507
|
+
description: "Formato de datos bibliograficos y herramienta usada con documentos TeX y LaTeX.",
|
|
1508
|
+
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."
|
|
1509
|
+
},
|
|
1510
|
+
it: {
|
|
1511
|
+
name: "BibTeX",
|
|
1512
|
+
description: "Formato di dati bibliografici e toolchain usati con documenti TeX e LaTeX.",
|
|
1513
|
+
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."
|
|
1514
|
+
},
|
|
1515
|
+
fr: {
|
|
1516
|
+
name: "BibTeX",
|
|
1517
|
+
description: "Format de donnees bibliographiques et chaine d outils utilises avec TeX et LaTeX.",
|
|
1518
|
+
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."
|
|
1519
|
+
},
|
|
1520
|
+
de: {
|
|
1521
|
+
name: "BibTeX",
|
|
1522
|
+
description: "Bibliografisches Datenformat und Werkzeugkette fur TeX- und LaTeX-Dokumente.",
|
|
1523
|
+
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."
|
|
1524
|
+
},
|
|
1525
|
+
pt: {
|
|
1526
|
+
name: "BibTeX",
|
|
1527
|
+
description: "Formato de dados bibliograficos e cadeia de ferramentas usada com TeX e LaTeX.",
|
|
1528
|
+
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."
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
};
|
|
1532
|
+
}
|
|
1533
|
+
});
|
|
1534
|
+
|
|
1419
1535
|
// src/languages/bicep.ts
|
|
1420
1536
|
var bicep_exports = {};
|
|
1421
1537
|
__export(bicep_exports, {
|
|
@@ -1650,6 +1766,64 @@ var init_bqn = __esm({
|
|
|
1650
1766
|
}
|
|
1651
1767
|
});
|
|
1652
1768
|
|
|
1769
|
+
// src/languages/brainfuck.ts
|
|
1770
|
+
var brainfuck_exports = {};
|
|
1771
|
+
__export(brainfuck_exports, {
|
|
1772
|
+
brainfuck: () => exports.brainfuck
|
|
1773
|
+
});
|
|
1774
|
+
exports.brainfuck = void 0;
|
|
1775
|
+
var init_brainfuck = __esm({
|
|
1776
|
+
"src/languages/brainfuck.ts"() {
|
|
1777
|
+
exports.brainfuck = {
|
|
1778
|
+
slug: "brainfuck",
|
|
1779
|
+
publishedDate: "1993-01-01",
|
|
1780
|
+
extensions: [".bf", ".b"],
|
|
1781
|
+
author: "Urban Muller",
|
|
1782
|
+
website: "https://esolangs.org/wiki/Brainfuck",
|
|
1783
|
+
paradigms: ["esoteric", "imperative"],
|
|
1784
|
+
tooling: {
|
|
1785
|
+
runtimes: ["Interpreters", "Compilers"],
|
|
1786
|
+
ecosystems: ["Esoteric programming"]
|
|
1787
|
+
},
|
|
1788
|
+
version: "stable",
|
|
1789
|
+
logo: "https://dummyimage.com/32x32/111827/ffffff.png&text=BF",
|
|
1790
|
+
color: "#111827",
|
|
1791
|
+
i18n: {
|
|
1792
|
+
en: {
|
|
1793
|
+
name: "Brainfuck",
|
|
1794
|
+
description: "An esoteric minimal language built around a tape, a pointer, and eight commands.",
|
|
1795
|
+
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."
|
|
1796
|
+
},
|
|
1797
|
+
es: {
|
|
1798
|
+
name: "Brainfuck",
|
|
1799
|
+
description: "Lenguaje esoterico minimo basado en una cinta, un puntero y ocho comandos.",
|
|
1800
|
+
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."
|
|
1801
|
+
},
|
|
1802
|
+
it: {
|
|
1803
|
+
name: "Brainfuck",
|
|
1804
|
+
description: "Linguaggio esoterico minimo basato su nastro, puntatore e otto comandi.",
|
|
1805
|
+
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."
|
|
1806
|
+
},
|
|
1807
|
+
fr: {
|
|
1808
|
+
name: "Brainfuck",
|
|
1809
|
+
description: "Langage esoterique minimal fonde sur un ruban, un pointeur et huit commandes.",
|
|
1810
|
+
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."
|
|
1811
|
+
},
|
|
1812
|
+
de: {
|
|
1813
|
+
name: "Brainfuck",
|
|
1814
|
+
description: "Esoterische minimale Sprache mit Speicherband, Zeiger und acht Befehlen.",
|
|
1815
|
+
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."
|
|
1816
|
+
},
|
|
1817
|
+
pt: {
|
|
1818
|
+
name: "Brainfuck",
|
|
1819
|
+
description: "Linguagem esoterica minima baseada em fita, ponteiro e oito comandos.",
|
|
1820
|
+
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."
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
};
|
|
1824
|
+
}
|
|
1825
|
+
});
|
|
1826
|
+
|
|
1653
1827
|
// src/languages/c.ts
|
|
1654
1828
|
var c_exports = {};
|
|
1655
1829
|
__export(c_exports, {
|
|
@@ -1768,6 +1942,64 @@ var init_cairo = __esm({
|
|
|
1768
1942
|
}
|
|
1769
1943
|
});
|
|
1770
1944
|
|
|
1945
|
+
// src/languages/capnproto.ts
|
|
1946
|
+
var capnproto_exports = {};
|
|
1947
|
+
__export(capnproto_exports, {
|
|
1948
|
+
capnproto: () => exports.capnproto
|
|
1949
|
+
});
|
|
1950
|
+
exports.capnproto = void 0;
|
|
1951
|
+
var init_capnproto = __esm({
|
|
1952
|
+
"src/languages/capnproto.ts"() {
|
|
1953
|
+
exports.capnproto = {
|
|
1954
|
+
slug: "capnproto",
|
|
1955
|
+
publishedDate: "2013-01-01",
|
|
1956
|
+
extensions: [".capnp"],
|
|
1957
|
+
author: "Kenton Varda",
|
|
1958
|
+
website: "https://capnproto.org",
|
|
1959
|
+
paradigms: ["schema", "interface definition"],
|
|
1960
|
+
tooling: {
|
|
1961
|
+
runtimes: ["Capn Proto compiler"],
|
|
1962
|
+
ecosystems: ["RPC", "Serialization"]
|
|
1963
|
+
},
|
|
1964
|
+
version: "stable",
|
|
1965
|
+
logo: "https://dummyimage.com/32x32/F97316/ffffff.png&text=CP",
|
|
1966
|
+
color: "#F97316",
|
|
1967
|
+
i18n: {
|
|
1968
|
+
en: {
|
|
1969
|
+
name: "Cap'n Proto",
|
|
1970
|
+
description: "A schema language for fast serialization and capability-oriented RPC interfaces.",
|
|
1971
|
+
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."
|
|
1972
|
+
},
|
|
1973
|
+
es: {
|
|
1974
|
+
name: "Cap'n Proto",
|
|
1975
|
+
description: "Lenguaje de esquemas para serializacion rapida e interfaces RPC orientadas a capacidades.",
|
|
1976
|
+
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."
|
|
1977
|
+
},
|
|
1978
|
+
it: {
|
|
1979
|
+
name: "Cap'n Proto",
|
|
1980
|
+
description: "Linguaggio di schema per serializzazione veloce e interfacce RPC orientate a capability.",
|
|
1981
|
+
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."
|
|
1982
|
+
},
|
|
1983
|
+
fr: {
|
|
1984
|
+
name: "Cap'n Proto",
|
|
1985
|
+
description: "Langage de schema pour serialisation rapide et interfaces RPC orientees capacites.",
|
|
1986
|
+
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."
|
|
1987
|
+
},
|
|
1988
|
+
de: {
|
|
1989
|
+
name: "Cap'n Proto",
|
|
1990
|
+
description: "Schemasprache fur schnelle Serialisierung und capability-orientierte RPC-Schnittstellen.",
|
|
1991
|
+
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."
|
|
1992
|
+
},
|
|
1993
|
+
pt: {
|
|
1994
|
+
name: "Cap'n Proto",
|
|
1995
|
+
description: "Linguagem de esquema para serializacao rapida e interfaces RPC orientadas a capacidades.",
|
|
1996
|
+
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."
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
};
|
|
2000
|
+
}
|
|
2001
|
+
});
|
|
2002
|
+
|
|
1771
2003
|
// src/languages/carbon.ts
|
|
1772
2004
|
var carbon_exports = {};
|
|
1773
2005
|
__export(carbon_exports, {
|
|
@@ -2356,6 +2588,64 @@ var init_cpp = __esm({
|
|
|
2356
2588
|
}
|
|
2357
2589
|
});
|
|
2358
2590
|
|
|
2591
|
+
// src/languages/cql.ts
|
|
2592
|
+
var cql_exports = {};
|
|
2593
|
+
__export(cql_exports, {
|
|
2594
|
+
cql: () => exports.cql
|
|
2595
|
+
});
|
|
2596
|
+
exports.cql = void 0;
|
|
2597
|
+
var init_cql = __esm({
|
|
2598
|
+
"src/languages/cql.ts"() {
|
|
2599
|
+
exports.cql = {
|
|
2600
|
+
slug: "cql",
|
|
2601
|
+
publishedDate: "2008-01-01",
|
|
2602
|
+
extensions: [".cql"],
|
|
2603
|
+
author: "Apache Cassandra project",
|
|
2604
|
+
website: "https://cassandra.apache.org/doc/latest/cassandra/developing/cql/index.html",
|
|
2605
|
+
paradigms: ["query", "declarative"],
|
|
2606
|
+
tooling: {
|
|
2607
|
+
runtimes: ["Apache Cassandra"],
|
|
2608
|
+
ecosystems: ["NoSQL", "Distributed databases"]
|
|
2609
|
+
},
|
|
2610
|
+
version: "CQL 3",
|
|
2611
|
+
logo: "https://cdn.simpleicons.org/apachecassandra/1287B1",
|
|
2612
|
+
color: "#1287B1",
|
|
2613
|
+
i18n: {
|
|
2614
|
+
en: {
|
|
2615
|
+
name: "CQL",
|
|
2616
|
+
description: "A SQL-like query language for Apache Cassandra tables and keyspaces.",
|
|
2617
|
+
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."
|
|
2618
|
+
},
|
|
2619
|
+
es: {
|
|
2620
|
+
name: "CQL",
|
|
2621
|
+
description: "Lenguaje de consultas tipo SQL para tablas y keyspaces de Apache Cassandra.",
|
|
2622
|
+
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."
|
|
2623
|
+
},
|
|
2624
|
+
it: {
|
|
2625
|
+
name: "CQL",
|
|
2626
|
+
description: "Linguaggio di query simile a SQL per tabelle e keyspace Apache Cassandra.",
|
|
2627
|
+
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."
|
|
2628
|
+
},
|
|
2629
|
+
fr: {
|
|
2630
|
+
name: "CQL",
|
|
2631
|
+
description: "Langage de requete proche de SQL pour tables et keyspaces Apache Cassandra.",
|
|
2632
|
+
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."
|
|
2633
|
+
},
|
|
2634
|
+
de: {
|
|
2635
|
+
name: "CQL",
|
|
2636
|
+
description: "SQL-ahnliche Abfragesprache fur Apache-Cassandra-Tabellen und Keyspaces.",
|
|
2637
|
+
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."
|
|
2638
|
+
},
|
|
2639
|
+
pt: {
|
|
2640
|
+
name: "CQL",
|
|
2641
|
+
description: "Linguagem de consulta parecida com SQL para tabelas e keyspaces Cassandra.",
|
|
2642
|
+
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."
|
|
2643
|
+
}
|
|
2644
|
+
}
|
|
2645
|
+
};
|
|
2646
|
+
}
|
|
2647
|
+
});
|
|
2648
|
+
|
|
2359
2649
|
// src/languages/crystal.ts
|
|
2360
2650
|
var crystal_exports = {};
|
|
2361
2651
|
__export(crystal_exports, {
|
|
@@ -3175,6 +3465,64 @@ var init_dockerfile = __esm({
|
|
|
3175
3465
|
}
|
|
3176
3466
|
});
|
|
3177
3467
|
|
|
3468
|
+
// src/languages/dot.ts
|
|
3469
|
+
var dot_exports = {};
|
|
3470
|
+
__export(dot_exports, {
|
|
3471
|
+
dot: () => exports.dot
|
|
3472
|
+
});
|
|
3473
|
+
exports.dot = void 0;
|
|
3474
|
+
var init_dot = __esm({
|
|
3475
|
+
"src/languages/dot.ts"() {
|
|
3476
|
+
exports.dot = {
|
|
3477
|
+
slug: "dot",
|
|
3478
|
+
publishedDate: "1991-01-01",
|
|
3479
|
+
extensions: [".dot", ".gv"],
|
|
3480
|
+
author: "AT&T Bell Laboratories",
|
|
3481
|
+
website: "https://graphviz.org/doc/info/lang.html",
|
|
3482
|
+
paradigms: ["declarative", "graph description"],
|
|
3483
|
+
tooling: {
|
|
3484
|
+
runtimes: ["Graphviz"],
|
|
3485
|
+
ecosystems: ["Visualization", "Documentation"]
|
|
3486
|
+
},
|
|
3487
|
+
version: "stable",
|
|
3488
|
+
logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=GV",
|
|
3489
|
+
color: "#16A34A",
|
|
3490
|
+
i18n: {
|
|
3491
|
+
en: {
|
|
3492
|
+
name: "DOT",
|
|
3493
|
+
description: "A declarative graph description language used by Graphviz for diagrams and layouts.",
|
|
3494
|
+
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."
|
|
3495
|
+
},
|
|
3496
|
+
es: {
|
|
3497
|
+
name: "DOT",
|
|
3498
|
+
description: "Lenguaje declarativo de grafos usado por Graphviz para diagramas y layouts.",
|
|
3499
|
+
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."
|
|
3500
|
+
},
|
|
3501
|
+
it: {
|
|
3502
|
+
name: "DOT",
|
|
3503
|
+
description: "Linguaggio dichiarativo per grafi usato da Graphviz per diagrammi e layout.",
|
|
3504
|
+
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."
|
|
3505
|
+
},
|
|
3506
|
+
fr: {
|
|
3507
|
+
name: "DOT",
|
|
3508
|
+
description: "Langage declaratif de graphes utilise par Graphviz pour diagrammes et mises en page.",
|
|
3509
|
+
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."
|
|
3510
|
+
},
|
|
3511
|
+
de: {
|
|
3512
|
+
name: "DOT",
|
|
3513
|
+
description: "Deklarative Graphbeschreibungssprache von Graphviz fur Diagramme und Layouts.",
|
|
3514
|
+
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."
|
|
3515
|
+
},
|
|
3516
|
+
pt: {
|
|
3517
|
+
name: "DOT",
|
|
3518
|
+
description: "Linguagem declarativa de grafos usada pelo Graphviz para diagramas e layouts.",
|
|
3519
|
+
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."
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
};
|
|
3523
|
+
}
|
|
3524
|
+
});
|
|
3525
|
+
|
|
3178
3526
|
// src/languages/earthly.ts
|
|
3179
3527
|
var earthly_exports = {};
|
|
3180
3528
|
__export(earthly_exports, {
|
|
@@ -3234,6 +3582,63 @@ var init_earthly = __esm({
|
|
|
3234
3582
|
}
|
|
3235
3583
|
});
|
|
3236
3584
|
|
|
3585
|
+
// src/languages/editorconfig.ts
|
|
3586
|
+
var editorconfig_exports = {};
|
|
3587
|
+
__export(editorconfig_exports, {
|
|
3588
|
+
editorconfig: () => exports.editorconfig
|
|
3589
|
+
});
|
|
3590
|
+
exports.editorconfig = void 0;
|
|
3591
|
+
var init_editorconfig = __esm({
|
|
3592
|
+
"src/languages/editorconfig.ts"() {
|
|
3593
|
+
exports.editorconfig = {
|
|
3594
|
+
slug: "editorconfig",
|
|
3595
|
+
publishedDate: "2011-01-01",
|
|
3596
|
+
extensions: [".editorconfig"],
|
|
3597
|
+
author: "EditorConfig project",
|
|
3598
|
+
website: "https://editorconfig.org",
|
|
3599
|
+
paradigms: ["configuration"],
|
|
3600
|
+
tooling: {
|
|
3601
|
+
ecosystems: ["Editors", "Code formatting"]
|
|
3602
|
+
},
|
|
3603
|
+
version: "stable",
|
|
3604
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=EC",
|
|
3605
|
+
color: "#0F766E",
|
|
3606
|
+
i18n: {
|
|
3607
|
+
en: {
|
|
3608
|
+
name: "EditorConfig",
|
|
3609
|
+
description: "A configuration format for sharing indentation, newline, and charset rules across editors.",
|
|
3610
|
+
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."
|
|
3611
|
+
},
|
|
3612
|
+
es: {
|
|
3613
|
+
name: "EditorConfig",
|
|
3614
|
+
description: "Formato de configuracion para compartir indentacion, saltos de linea y charset entre editores.",
|
|
3615
|
+
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."
|
|
3616
|
+
},
|
|
3617
|
+
it: {
|
|
3618
|
+
name: "EditorConfig",
|
|
3619
|
+
description: "Formato di configurazione per condividere indentazione, newline e charset tra editor.",
|
|
3620
|
+
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."
|
|
3621
|
+
},
|
|
3622
|
+
fr: {
|
|
3623
|
+
name: "EditorConfig",
|
|
3624
|
+
description: "Format de configuration pour partager indentation, fins de ligne et charset entre editeurs.",
|
|
3625
|
+
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."
|
|
3626
|
+
},
|
|
3627
|
+
de: {
|
|
3628
|
+
name: "EditorConfig",
|
|
3629
|
+
description: "Konfigurationsformat fur Einruckung, Zeilenenden und Zeichensatze uber Editoren hinweg.",
|
|
3630
|
+
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."
|
|
3631
|
+
},
|
|
3632
|
+
pt: {
|
|
3633
|
+
name: "EditorConfig",
|
|
3634
|
+
description: "Formato de configuracao para compartilhar indentacao, quebras de linha e charset entre editores.",
|
|
3635
|
+
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."
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
};
|
|
3639
|
+
}
|
|
3640
|
+
});
|
|
3641
|
+
|
|
3237
3642
|
// src/languages/eiffel.ts
|
|
3238
3643
|
var eiffel_exports = {};
|
|
3239
3644
|
__export(eiffel_exports, {
|
|
@@ -3998,6 +4403,64 @@ var init_fortran = __esm({
|
|
|
3998
4403
|
}
|
|
3999
4404
|
});
|
|
4000
4405
|
|
|
4406
|
+
// src/languages/fql.ts
|
|
4407
|
+
var fql_exports = {};
|
|
4408
|
+
__export(fql_exports, {
|
|
4409
|
+
fql: () => exports.fql
|
|
4410
|
+
});
|
|
4411
|
+
exports.fql = void 0;
|
|
4412
|
+
var init_fql = __esm({
|
|
4413
|
+
"src/languages/fql.ts"() {
|
|
4414
|
+
exports.fql = {
|
|
4415
|
+
slug: "fql",
|
|
4416
|
+
publishedDate: "2012-01-01",
|
|
4417
|
+
extensions: [".fql"],
|
|
4418
|
+
author: "Facebook",
|
|
4419
|
+
website: "https://developers.facebook.com/docs/reference/fql/",
|
|
4420
|
+
paradigms: ["query", "declarative"],
|
|
4421
|
+
tooling: {
|
|
4422
|
+
runtimes: ["Facebook Platform"],
|
|
4423
|
+
ecosystems: ["Social APIs", "Legacy web APIs"]
|
|
4424
|
+
},
|
|
4425
|
+
version: "legacy",
|
|
4426
|
+
logo: "https://cdn.simpleicons.org/facebook/1877F2",
|
|
4427
|
+
color: "#1877F2",
|
|
4428
|
+
i18n: {
|
|
4429
|
+
en: {
|
|
4430
|
+
name: "FQL",
|
|
4431
|
+
description: "A legacy SQL-like query language formerly used by Facebook Platform APIs.",
|
|
4432
|
+
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."
|
|
4433
|
+
},
|
|
4434
|
+
es: {
|
|
4435
|
+
name: "FQL",
|
|
4436
|
+
description: "Lenguaje de consultas legado tipo SQL usado antes por APIs de Facebook.",
|
|
4437
|
+
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."
|
|
4438
|
+
},
|
|
4439
|
+
it: {
|
|
4440
|
+
name: "FQL",
|
|
4441
|
+
description: "Linguaggio di query legacy simile a SQL usato dalle vecchie API Facebook.",
|
|
4442
|
+
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."
|
|
4443
|
+
},
|
|
4444
|
+
fr: {
|
|
4445
|
+
name: "FQL",
|
|
4446
|
+
description: "Ancien langage de requete proche de SQL utilise par les API Facebook.",
|
|
4447
|
+
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."
|
|
4448
|
+
},
|
|
4449
|
+
de: {
|
|
4450
|
+
name: "FQL",
|
|
4451
|
+
description: "Alte SQL-ahnliche Abfragesprache fruherer Facebook-Platform-APIs.",
|
|
4452
|
+
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."
|
|
4453
|
+
},
|
|
4454
|
+
pt: {
|
|
4455
|
+
name: "FQL",
|
|
4456
|
+
description: "Linguagem de consulta legada parecida com SQL usada por APIs do Facebook.",
|
|
4457
|
+
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."
|
|
4458
|
+
}
|
|
4459
|
+
}
|
|
4460
|
+
};
|
|
4461
|
+
}
|
|
4462
|
+
});
|
|
4463
|
+
|
|
4001
4464
|
// src/languages/freemarker.ts
|
|
4002
4465
|
var freemarker_exports = {};
|
|
4003
4466
|
__export(freemarker_exports, {
|
|
@@ -4175,6 +4638,64 @@ var init_fstar = __esm({
|
|
|
4175
4638
|
}
|
|
4176
4639
|
});
|
|
4177
4640
|
|
|
4641
|
+
// src/languages/gcode.ts
|
|
4642
|
+
var gcode_exports = {};
|
|
4643
|
+
__export(gcode_exports, {
|
|
4644
|
+
gcode: () => exports.gcode
|
|
4645
|
+
});
|
|
4646
|
+
exports.gcode = void 0;
|
|
4647
|
+
var init_gcode = __esm({
|
|
4648
|
+
"src/languages/gcode.ts"() {
|
|
4649
|
+
exports.gcode = {
|
|
4650
|
+
slug: "gcode",
|
|
4651
|
+
publishedDate: "1958-01-01",
|
|
4652
|
+
extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"],
|
|
4653
|
+
author: "MIT Servomechanisms Laboratory",
|
|
4654
|
+
website: "https://www.nist.gov/publications/nist-rs274ngc-interpreter-version-3",
|
|
4655
|
+
paradigms: ["machine control", "imperative"],
|
|
4656
|
+
tooling: {
|
|
4657
|
+
runtimes: ["CNC controllers", "3D printer firmware"],
|
|
4658
|
+
ecosystems: ["CNC machining", "Additive manufacturing"]
|
|
4659
|
+
},
|
|
4660
|
+
version: "RS-274",
|
|
4661
|
+
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=G",
|
|
4662
|
+
color: "#DC2626",
|
|
4663
|
+
i18n: {
|
|
4664
|
+
en: {
|
|
4665
|
+
name: "G-code",
|
|
4666
|
+
description: "A machine-control language for CNC tools, mills, lathes, routers, and 3D printers.",
|
|
4667
|
+
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."
|
|
4668
|
+
},
|
|
4669
|
+
es: {
|
|
4670
|
+
name: "G-code",
|
|
4671
|
+
description: "Lenguaje de control de maquinas para CNC, fresadoras, tornos, routers e impresoras 3D.",
|
|
4672
|
+
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."
|
|
4673
|
+
},
|
|
4674
|
+
it: {
|
|
4675
|
+
name: "G-code",
|
|
4676
|
+
description: "Linguaggio di controllo macchina per utensili CNC, frese, torni, router e stampanti 3D.",
|
|
4677
|
+
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."
|
|
4678
|
+
},
|
|
4679
|
+
fr: {
|
|
4680
|
+
name: "G-code",
|
|
4681
|
+
description: "Langage de controle machine pour outils CNC, fraiseuses, tours, routeurs et imprimantes 3D.",
|
|
4682
|
+
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."
|
|
4683
|
+
},
|
|
4684
|
+
de: {
|
|
4685
|
+
name: "G-code",
|
|
4686
|
+
description: "Maschinensteuerungssprache fur CNC-Werkzeuge, Frasen, Drehbanken, Router und 3D-Drucker.",
|
|
4687
|
+
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."
|
|
4688
|
+
},
|
|
4689
|
+
pt: {
|
|
4690
|
+
name: "G-code",
|
|
4691
|
+
description: "Linguagem de controle de maquinas para CNC, fresadoras, tornos, routers e impressoras 3D.",
|
|
4692
|
+
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."
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
};
|
|
4696
|
+
}
|
|
4697
|
+
});
|
|
4698
|
+
|
|
4178
4699
|
// src/languages/gdscript.ts
|
|
4179
4700
|
var gdscript_exports = {};
|
|
4180
4701
|
__export(gdscript_exports, {
|
|
@@ -4234,6 +4755,64 @@ var init_gdscript = __esm({
|
|
|
4234
4755
|
}
|
|
4235
4756
|
});
|
|
4236
4757
|
|
|
4758
|
+
// src/languages/gettext.ts
|
|
4759
|
+
var gettext_exports = {};
|
|
4760
|
+
__export(gettext_exports, {
|
|
4761
|
+
gettext: () => exports.gettext
|
|
4762
|
+
});
|
|
4763
|
+
exports.gettext = void 0;
|
|
4764
|
+
var init_gettext = __esm({
|
|
4765
|
+
"src/languages/gettext.ts"() {
|
|
4766
|
+
exports.gettext = {
|
|
4767
|
+
slug: "gettext",
|
|
4768
|
+
publishedDate: "1995-01-01",
|
|
4769
|
+
extensions: [".po", ".pot"],
|
|
4770
|
+
author: "GNU Project",
|
|
4771
|
+
website: "https://www.gnu.org/software/gettext",
|
|
4772
|
+
paradigms: ["localization", "data"],
|
|
4773
|
+
tooling: {
|
|
4774
|
+
runtimes: ["GNU gettext"],
|
|
4775
|
+
ecosystems: ["Internationalization", "Localization"]
|
|
4776
|
+
},
|
|
4777
|
+
version: "stable",
|
|
4778
|
+
logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=PO",
|
|
4779
|
+
color: "#7C3AED",
|
|
4780
|
+
i18n: {
|
|
4781
|
+
en: {
|
|
4782
|
+
name: "Gettext",
|
|
4783
|
+
description: "A localization message catalog format for translating software strings.",
|
|
4784
|
+
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."
|
|
4785
|
+
},
|
|
4786
|
+
es: {
|
|
4787
|
+
name: "Gettext",
|
|
4788
|
+
description: "Formato de catalogo de mensajes de localizacion para traducir cadenas de software.",
|
|
4789
|
+
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."
|
|
4790
|
+
},
|
|
4791
|
+
it: {
|
|
4792
|
+
name: "Gettext",
|
|
4793
|
+
description: "Formato di catalogo messaggi per localizzazione e traduzione di stringhe software.",
|
|
4794
|
+
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."
|
|
4795
|
+
},
|
|
4796
|
+
fr: {
|
|
4797
|
+
name: "Gettext",
|
|
4798
|
+
description: "Format de catalogue de messages de localisation pour traduire les chaines logicielles.",
|
|
4799
|
+
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."
|
|
4800
|
+
},
|
|
4801
|
+
de: {
|
|
4802
|
+
name: "Gettext",
|
|
4803
|
+
description: "Lokalisierungs-Katalogformat zum Ubersetzen von Software-Zeichenketten.",
|
|
4804
|
+
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."
|
|
4805
|
+
},
|
|
4806
|
+
pt: {
|
|
4807
|
+
name: "Gettext",
|
|
4808
|
+
description: "Formato de catalogo de mensagens de localizacao para traduzir strings de software.",
|
|
4809
|
+
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."
|
|
4810
|
+
}
|
|
4811
|
+
}
|
|
4812
|
+
};
|
|
4813
|
+
}
|
|
4814
|
+
});
|
|
4815
|
+
|
|
4237
4816
|
// src/languages/git.ts
|
|
4238
4817
|
var git_exports = {};
|
|
4239
4818
|
__export(git_exports, {
|
|
@@ -4646,6 +5225,64 @@ var init_graphql = __esm({
|
|
|
4646
5225
|
}
|
|
4647
5226
|
});
|
|
4648
5227
|
|
|
5228
|
+
// src/languages/gremlin.ts
|
|
5229
|
+
var gremlin_exports = {};
|
|
5230
|
+
__export(gremlin_exports, {
|
|
5231
|
+
gremlin: () => exports.gremlin
|
|
5232
|
+
});
|
|
5233
|
+
exports.gremlin = void 0;
|
|
5234
|
+
var init_gremlin = __esm({
|
|
5235
|
+
"src/languages/gremlin.ts"() {
|
|
5236
|
+
exports.gremlin = {
|
|
5237
|
+
slug: "gremlin",
|
|
5238
|
+
publishedDate: "2009-10-01",
|
|
5239
|
+
extensions: [".gremlin", ".grem"],
|
|
5240
|
+
author: "Apache TinkerPop project",
|
|
5241
|
+
website: "https://tinkerpop.apache.org/gremlin.html",
|
|
5242
|
+
paradigms: ["graph query", "traversal"],
|
|
5243
|
+
tooling: {
|
|
5244
|
+
runtimes: ["Apache TinkerPop", "Gremlin Console"],
|
|
5245
|
+
ecosystems: ["Graph databases", "Knowledge graphs"]
|
|
5246
|
+
},
|
|
5247
|
+
version: "stable",
|
|
5248
|
+
logo: "https://cdn.simpleicons.org/apache/6B7280",
|
|
5249
|
+
color: "#6B7280",
|
|
5250
|
+
i18n: {
|
|
5251
|
+
en: {
|
|
5252
|
+
name: "Gremlin",
|
|
5253
|
+
description: "A graph traversal language for Apache TinkerPop-compatible graph systems.",
|
|
5254
|
+
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."
|
|
5255
|
+
},
|
|
5256
|
+
es: {
|
|
5257
|
+
name: "Gremlin",
|
|
5258
|
+
description: "Lenguaje de recorrido de grafos para sistemas compatibles con TinkerPop.",
|
|
5259
|
+
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."
|
|
5260
|
+
},
|
|
5261
|
+
it: {
|
|
5262
|
+
name: "Gremlin",
|
|
5263
|
+
description: "Linguaggio di attraversamento grafi per sistemi compatibili con TinkerPop.",
|
|
5264
|
+
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."
|
|
5265
|
+
},
|
|
5266
|
+
fr: {
|
|
5267
|
+
name: "Gremlin",
|
|
5268
|
+
description: "Langage de parcours de graphes pour systemes compatibles TinkerPop.",
|
|
5269
|
+
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."
|
|
5270
|
+
},
|
|
5271
|
+
de: {
|
|
5272
|
+
name: "Gremlin",
|
|
5273
|
+
description: "Graph-Traversal-Sprache fur Apache-TinkerPop-kompatible Systeme.",
|
|
5274
|
+
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."
|
|
5275
|
+
},
|
|
5276
|
+
pt: {
|
|
5277
|
+
name: "Gremlin",
|
|
5278
|
+
description: "Linguagem de travessia de grafos para sistemas compativeis com TinkerPop.",
|
|
5279
|
+
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."
|
|
5280
|
+
}
|
|
5281
|
+
}
|
|
5282
|
+
};
|
|
5283
|
+
}
|
|
5284
|
+
});
|
|
5285
|
+
|
|
4649
5286
|
// src/languages/groovy.ts
|
|
4650
5287
|
var groovy_exports = {};
|
|
4651
5288
|
__export(groovy_exports, {
|
|
@@ -5874,6 +6511,64 @@ var init_jinja = __esm({
|
|
|
5874
6511
|
}
|
|
5875
6512
|
});
|
|
5876
6513
|
|
|
6514
|
+
// src/languages/jmespath.ts
|
|
6515
|
+
var jmespath_exports = {};
|
|
6516
|
+
__export(jmespath_exports, {
|
|
6517
|
+
jmespath: () => exports.jmespath
|
|
6518
|
+
});
|
|
6519
|
+
exports.jmespath = void 0;
|
|
6520
|
+
var init_jmespath = __esm({
|
|
6521
|
+
"src/languages/jmespath.ts"() {
|
|
6522
|
+
exports.jmespath = {
|
|
6523
|
+
slug: "jmespath",
|
|
6524
|
+
publishedDate: "2013-01-01",
|
|
6525
|
+
extensions: [".jmespath", ".jp"],
|
|
6526
|
+
author: "James Saryerwinnie",
|
|
6527
|
+
website: "https://jmespath.org",
|
|
6528
|
+
paradigms: ["query", "functional"],
|
|
6529
|
+
tooling: {
|
|
6530
|
+
runtimes: ["JMESPath libraries", "AWS CLI"],
|
|
6531
|
+
ecosystems: ["JSON", "Cloud tooling"]
|
|
6532
|
+
},
|
|
6533
|
+
version: "stable",
|
|
6534
|
+
logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
|
|
6535
|
+
color: "#2F80ED",
|
|
6536
|
+
i18n: {
|
|
6537
|
+
en: {
|
|
6538
|
+
name: "JMESPath",
|
|
6539
|
+
description: "A declarative query language for extracting and transforming JSON data.",
|
|
6540
|
+
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."
|
|
6541
|
+
},
|
|
6542
|
+
es: {
|
|
6543
|
+
name: "JMESPath",
|
|
6544
|
+
description: "Lenguaje declarativo para extraer y transformar datos JSON.",
|
|
6545
|
+
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."
|
|
6546
|
+
},
|
|
6547
|
+
it: {
|
|
6548
|
+
name: "JMESPath",
|
|
6549
|
+
description: "Linguaggio dichiarativo per estrarre e trasformare dati JSON.",
|
|
6550
|
+
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."
|
|
6551
|
+
},
|
|
6552
|
+
fr: {
|
|
6553
|
+
name: "JMESPath",
|
|
6554
|
+
description: "Langage declaratif pour extraire et transformer des donnees JSON.",
|
|
6555
|
+
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."
|
|
6556
|
+
},
|
|
6557
|
+
de: {
|
|
6558
|
+
name: "JMESPath",
|
|
6559
|
+
description: "Deklarative Abfragesprache zum Extrahieren und Transformieren von JSON.",
|
|
6560
|
+
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."
|
|
6561
|
+
},
|
|
6562
|
+
pt: {
|
|
6563
|
+
name: "JMESPath",
|
|
6564
|
+
description: "Linguagem declarativa para extrair e transformar dados JSON.",
|
|
6565
|
+
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."
|
|
6566
|
+
}
|
|
6567
|
+
}
|
|
6568
|
+
};
|
|
6569
|
+
}
|
|
6570
|
+
});
|
|
6571
|
+
|
|
5877
6572
|
// src/languages/json.ts
|
|
5878
6573
|
var json_exports = {};
|
|
5879
6574
|
__export(json_exports, {
|
|
@@ -5987,6 +6682,64 @@ var init_json5 = __esm({
|
|
|
5987
6682
|
}
|
|
5988
6683
|
});
|
|
5989
6684
|
|
|
6685
|
+
// src/languages/jsonata.ts
|
|
6686
|
+
var jsonata_exports = {};
|
|
6687
|
+
__export(jsonata_exports, {
|
|
6688
|
+
jsonata: () => exports.jsonata
|
|
6689
|
+
});
|
|
6690
|
+
exports.jsonata = void 0;
|
|
6691
|
+
var init_jsonata = __esm({
|
|
6692
|
+
"src/languages/jsonata.ts"() {
|
|
6693
|
+
exports.jsonata = {
|
|
6694
|
+
slug: "jsonata",
|
|
6695
|
+
publishedDate: "2016-01-01",
|
|
6696
|
+
extensions: [".jsonata"],
|
|
6697
|
+
author: "IBM",
|
|
6698
|
+
website: "https://jsonata.org",
|
|
6699
|
+
paradigms: ["query", "functional"],
|
|
6700
|
+
tooling: {
|
|
6701
|
+
runtimes: ["JSONata engine"],
|
|
6702
|
+
ecosystems: ["JSON", "Low-code automation"]
|
|
6703
|
+
},
|
|
6704
|
+
version: "stable",
|
|
6705
|
+
logo: "https://jsonata.org/images/jsonata-button.png",
|
|
6706
|
+
color: "#D23669",
|
|
6707
|
+
i18n: {
|
|
6708
|
+
en: {
|
|
6709
|
+
name: "JSONata",
|
|
6710
|
+
description: "A functional query and transformation language for JSON documents.",
|
|
6711
|
+
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."
|
|
6712
|
+
},
|
|
6713
|
+
es: {
|
|
6714
|
+
name: "JSONata",
|
|
6715
|
+
description: "Lenguaje funcional de consulta y transformacion para documentos JSON.",
|
|
6716
|
+
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."
|
|
6717
|
+
},
|
|
6718
|
+
it: {
|
|
6719
|
+
name: "JSONata",
|
|
6720
|
+
description: "Linguaggio funzionale di query e trasformazione per documenti JSON.",
|
|
6721
|
+
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."
|
|
6722
|
+
},
|
|
6723
|
+
fr: {
|
|
6724
|
+
name: "JSONata",
|
|
6725
|
+
description: "Langage fonctionnel de requete et transformation pour documents JSON.",
|
|
6726
|
+
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."
|
|
6727
|
+
},
|
|
6728
|
+
de: {
|
|
6729
|
+
name: "JSONata",
|
|
6730
|
+
description: "Funktionale Abfrage- und Transformationssprache fur JSON-Dokumente.",
|
|
6731
|
+
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."
|
|
6732
|
+
},
|
|
6733
|
+
pt: {
|
|
6734
|
+
name: "JSONata",
|
|
6735
|
+
description: "Linguagem funcional de consulta e transformacao para documentos JSON.",
|
|
6736
|
+
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."
|
|
6737
|
+
}
|
|
6738
|
+
}
|
|
6739
|
+
};
|
|
6740
|
+
}
|
|
6741
|
+
});
|
|
6742
|
+
|
|
5990
6743
|
// src/languages/jsonc.ts
|
|
5991
6744
|
var jsonc_exports = {};
|
|
5992
6745
|
__export(jsonc_exports, {
|
|
@@ -6516,6 +7269,64 @@ var init_kotlin = __esm({
|
|
|
6516
7269
|
}
|
|
6517
7270
|
});
|
|
6518
7271
|
|
|
7272
|
+
// src/languages/kql.ts
|
|
7273
|
+
var kql_exports = {};
|
|
7274
|
+
__export(kql_exports, {
|
|
7275
|
+
kql: () => exports.kql
|
|
7276
|
+
});
|
|
7277
|
+
exports.kql = void 0;
|
|
7278
|
+
var init_kql = __esm({
|
|
7279
|
+
"src/languages/kql.ts"() {
|
|
7280
|
+
exports.kql = {
|
|
7281
|
+
slug: "kql",
|
|
7282
|
+
publishedDate: "2014-01-01",
|
|
7283
|
+
extensions: [".kql"],
|
|
7284
|
+
author: "Microsoft",
|
|
7285
|
+
website: "https://learn.microsoft.com/en-us/kusto/query/",
|
|
7286
|
+
paradigms: ["query", "data analysis"],
|
|
7287
|
+
tooling: {
|
|
7288
|
+
runtimes: ["Azure Data Explorer", "Microsoft Sentinel", "Azure Monitor"],
|
|
7289
|
+
ecosystems: ["Observability", "Security analytics"]
|
|
7290
|
+
},
|
|
7291
|
+
version: "stable",
|
|
7292
|
+
logo: "https://learn.microsoft.com/favicon.ico",
|
|
7293
|
+
color: "#0078D4",
|
|
7294
|
+
i18n: {
|
|
7295
|
+
en: {
|
|
7296
|
+
name: "KQL",
|
|
7297
|
+
description: "A query language for Kusto, logs, telemetry, and security analytics.",
|
|
7298
|
+
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."
|
|
7299
|
+
},
|
|
7300
|
+
es: {
|
|
7301
|
+
name: "KQL",
|
|
7302
|
+
description: "Lenguaje de consultas para Kusto, logs, telemetria y analitica de seguridad.",
|
|
7303
|
+
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."
|
|
7304
|
+
},
|
|
7305
|
+
it: {
|
|
7306
|
+
name: "KQL",
|
|
7307
|
+
description: "Linguaggio di query per Kusto, log, telemetria e security analytics.",
|
|
7308
|
+
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."
|
|
7309
|
+
},
|
|
7310
|
+
fr: {
|
|
7311
|
+
name: "KQL",
|
|
7312
|
+
description: "Langage de requete pour Kusto, logs, telemetrie et analyse securite.",
|
|
7313
|
+
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."
|
|
7314
|
+
},
|
|
7315
|
+
de: {
|
|
7316
|
+
name: "KQL",
|
|
7317
|
+
description: "Abfragesprache fur Kusto, Logs, Telemetrie und Sicherheitsanalyse.",
|
|
7318
|
+
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."
|
|
7319
|
+
},
|
|
7320
|
+
pt: {
|
|
7321
|
+
name: "KQL",
|
|
7322
|
+
description: "Linguagem de consulta para Kusto, logs, telemetria e analise de seguranca.",
|
|
7323
|
+
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."
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
};
|
|
7327
|
+
}
|
|
7328
|
+
});
|
|
7329
|
+
|
|
6519
7330
|
// src/languages/lean.ts
|
|
6520
7331
|
var lean_exports = {};
|
|
6521
7332
|
__export(lean_exports, {
|
|
@@ -6693,6 +7504,64 @@ var init_ligo = __esm({
|
|
|
6693
7504
|
}
|
|
6694
7505
|
});
|
|
6695
7506
|
|
|
7507
|
+
// src/languages/linkerscript.ts
|
|
7508
|
+
var linkerscript_exports = {};
|
|
7509
|
+
__export(linkerscript_exports, {
|
|
7510
|
+
linkerscript: () => exports.linkerscript
|
|
7511
|
+
});
|
|
7512
|
+
exports.linkerscript = void 0;
|
|
7513
|
+
var init_linkerscript = __esm({
|
|
7514
|
+
"src/languages/linkerscript.ts"() {
|
|
7515
|
+
exports.linkerscript = {
|
|
7516
|
+
slug: "linkerscript",
|
|
7517
|
+
publishedDate: "1988-01-01",
|
|
7518
|
+
extensions: [".ld", ".lds", ".x"],
|
|
7519
|
+
author: "GNU Project",
|
|
7520
|
+
website: "https://sourceware.org/binutils/docs/ld/Scripts.html",
|
|
7521
|
+
paradigms: ["configuration", "systems"],
|
|
7522
|
+
tooling: {
|
|
7523
|
+
runtimes: ["GNU ld", "LLD"],
|
|
7524
|
+
ecosystems: ["Embedded systems", "Operating systems"]
|
|
7525
|
+
},
|
|
7526
|
+
version: "stable",
|
|
7527
|
+
logo: "https://dummyimage.com/32x32/475569/ffffff.png&text=LD",
|
|
7528
|
+
color: "#475569",
|
|
7529
|
+
i18n: {
|
|
7530
|
+
en: {
|
|
7531
|
+
name: "Linker Script",
|
|
7532
|
+
description: "A script language for controlling memory layout and section placement during linking.",
|
|
7533
|
+
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."
|
|
7534
|
+
},
|
|
7535
|
+
es: {
|
|
7536
|
+
name: "Linker Script",
|
|
7537
|
+
description: "Lenguaje de scripts para controlar layout de memoria y secciones durante el enlazado.",
|
|
7538
|
+
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."
|
|
7539
|
+
},
|
|
7540
|
+
it: {
|
|
7541
|
+
name: "Linker Script",
|
|
7542
|
+
description: "Linguaggio di script per controllare layout memoria e sezioni durante il linking.",
|
|
7543
|
+
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."
|
|
7544
|
+
},
|
|
7545
|
+
fr: {
|
|
7546
|
+
name: "Linker Script",
|
|
7547
|
+
description: "Langage de script pour controler layout memoire et placement de sections au link.",
|
|
7548
|
+
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."
|
|
7549
|
+
},
|
|
7550
|
+
de: {
|
|
7551
|
+
name: "Linker Script",
|
|
7552
|
+
description: "Skriptsprache zur Steuerung von Speicherlayout und Section-Platzierung beim Linken.",
|
|
7553
|
+
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."
|
|
7554
|
+
},
|
|
7555
|
+
pt: {
|
|
7556
|
+
name: "Linker Script",
|
|
7557
|
+
description: "Linguagem de script para controlar layout de memoria e secoes durante linkagem.",
|
|
7558
|
+
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."
|
|
7559
|
+
}
|
|
7560
|
+
}
|
|
7561
|
+
};
|
|
7562
|
+
}
|
|
7563
|
+
});
|
|
7564
|
+
|
|
6696
7565
|
// src/languages/liquid.ts
|
|
6697
7566
|
var liquid_exports = {};
|
|
6698
7567
|
__export(liquid_exports, {
|
|
@@ -8036,6 +8905,64 @@ var init_mustache = __esm({
|
|
|
8036
8905
|
}
|
|
8037
8906
|
});
|
|
8038
8907
|
|
|
8908
|
+
// src/languages/n1ql.ts
|
|
8909
|
+
var n1ql_exports = {};
|
|
8910
|
+
__export(n1ql_exports, {
|
|
8911
|
+
n1ql: () => exports.n1ql
|
|
8912
|
+
});
|
|
8913
|
+
exports.n1ql = void 0;
|
|
8914
|
+
var init_n1ql = __esm({
|
|
8915
|
+
"src/languages/n1ql.ts"() {
|
|
8916
|
+
exports.n1ql = {
|
|
8917
|
+
slug: "n1ql",
|
|
8918
|
+
publishedDate: "2015-01-01",
|
|
8919
|
+
extensions: [".n1ql"],
|
|
8920
|
+
author: "Couchbase",
|
|
8921
|
+
website: "https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/index.html",
|
|
8922
|
+
paradigms: ["query", "declarative"],
|
|
8923
|
+
tooling: {
|
|
8924
|
+
runtimes: ["Couchbase Server"],
|
|
8925
|
+
ecosystems: ["NoSQL", "JSON databases"]
|
|
8926
|
+
},
|
|
8927
|
+
version: "stable",
|
|
8928
|
+
logo: "https://cdn.simpleicons.org/couchbase/EA2328",
|
|
8929
|
+
color: "#EA2328",
|
|
8930
|
+
i18n: {
|
|
8931
|
+
en: {
|
|
8932
|
+
name: "N1QL",
|
|
8933
|
+
description: "A SQL-like query language for JSON documents stored in Couchbase.",
|
|
8934
|
+
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."
|
|
8935
|
+
},
|
|
8936
|
+
es: {
|
|
8937
|
+
name: "N1QL",
|
|
8938
|
+
description: "Lenguaje de consultas tipo SQL para documentos JSON almacenados en Couchbase.",
|
|
8939
|
+
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."
|
|
8940
|
+
},
|
|
8941
|
+
it: {
|
|
8942
|
+
name: "N1QL",
|
|
8943
|
+
description: "Linguaggio di query simile a SQL per documenti JSON in Couchbase.",
|
|
8944
|
+
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."
|
|
8945
|
+
},
|
|
8946
|
+
fr: {
|
|
8947
|
+
name: "N1QL",
|
|
8948
|
+
description: "Langage de requete proche de SQL pour documents JSON dans Couchbase.",
|
|
8949
|
+
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."
|
|
8950
|
+
},
|
|
8951
|
+
de: {
|
|
8952
|
+
name: "N1QL",
|
|
8953
|
+
description: "SQL-ahnliche Abfragesprache fur JSON-Dokumente in Couchbase.",
|
|
8954
|
+
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."
|
|
8955
|
+
},
|
|
8956
|
+
pt: {
|
|
8957
|
+
name: "N1QL",
|
|
8958
|
+
description: "Linguagem de consulta parecida com SQL para documentos JSON no Couchbase.",
|
|
8959
|
+
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."
|
|
8960
|
+
}
|
|
8961
|
+
}
|
|
8962
|
+
};
|
|
8963
|
+
}
|
|
8964
|
+
});
|
|
8965
|
+
|
|
8039
8966
|
// src/languages/nginx.ts
|
|
8040
8967
|
var nginx_exports = {};
|
|
8041
8968
|
__export(nginx_exports, {
|
|
@@ -9151,6 +10078,64 @@ var init_plantuml = __esm({
|
|
|
9151
10078
|
}
|
|
9152
10079
|
});
|
|
9153
10080
|
|
|
10081
|
+
// src/languages/plpgsql.ts
|
|
10082
|
+
var plpgsql_exports = {};
|
|
10083
|
+
__export(plpgsql_exports, {
|
|
10084
|
+
plpgsql: () => exports.plpgsql
|
|
10085
|
+
});
|
|
10086
|
+
exports.plpgsql = void 0;
|
|
10087
|
+
var init_plpgsql = __esm({
|
|
10088
|
+
"src/languages/plpgsql.ts"() {
|
|
10089
|
+
exports.plpgsql = {
|
|
10090
|
+
slug: "plpgsql",
|
|
10091
|
+
publishedDate: "1997-01-01",
|
|
10092
|
+
extensions: [".pgsql", ".plpgsql"],
|
|
10093
|
+
author: "PostgreSQL Global Development Group",
|
|
10094
|
+
website: "https://www.postgresql.org/docs/current/plpgsql.html",
|
|
10095
|
+
paradigms: ["procedural", "database"],
|
|
10096
|
+
tooling: {
|
|
10097
|
+
runtimes: ["PostgreSQL"],
|
|
10098
|
+
ecosystems: ["Relational databases", "Stored procedures"]
|
|
10099
|
+
},
|
|
10100
|
+
version: "stable",
|
|
10101
|
+
logo: "https://cdn.simpleicons.org/postgresql/4169E1",
|
|
10102
|
+
color: "#4169E1",
|
|
10103
|
+
i18n: {
|
|
10104
|
+
en: {
|
|
10105
|
+
name: "PL/pgSQL",
|
|
10106
|
+
description: "PostgreSQL procedural language for functions, triggers, and stored logic.",
|
|
10107
|
+
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."
|
|
10108
|
+
},
|
|
10109
|
+
es: {
|
|
10110
|
+
name: "PL/pgSQL",
|
|
10111
|
+
description: "Lenguaje procedural de PostgreSQL para funciones, triggers y logica almacenada.",
|
|
10112
|
+
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."
|
|
10113
|
+
},
|
|
10114
|
+
it: {
|
|
10115
|
+
name: "PL/pgSQL",
|
|
10116
|
+
description: "Linguaggio procedurale PostgreSQL per funzioni, trigger e logica salvata.",
|
|
10117
|
+
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."
|
|
10118
|
+
},
|
|
10119
|
+
fr: {
|
|
10120
|
+
name: "PL/pgSQL",
|
|
10121
|
+
description: "Langage procedural PostgreSQL pour fonctions, triggers et logique stockee.",
|
|
10122
|
+
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."
|
|
10123
|
+
},
|
|
10124
|
+
de: {
|
|
10125
|
+
name: "PL/pgSQL",
|
|
10126
|
+
description: "Prozedurale PostgreSQL-Sprache fur Funktionen, Trigger und gespeicherte Logik.",
|
|
10127
|
+
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."
|
|
10128
|
+
},
|
|
10129
|
+
pt: {
|
|
10130
|
+
name: "PL/pgSQL",
|
|
10131
|
+
description: "Linguagem procedural do PostgreSQL para funcoes, triggers e logica armazenada.",
|
|
10132
|
+
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."
|
|
10133
|
+
}
|
|
10134
|
+
}
|
|
10135
|
+
};
|
|
10136
|
+
}
|
|
10137
|
+
});
|
|
10138
|
+
|
|
9154
10139
|
// src/languages/plsql.ts
|
|
9155
10140
|
var plsql_exports = {};
|
|
9156
10141
|
__export(plsql_exports, {
|
|
@@ -9739,6 +10724,64 @@ var init_python = __esm({
|
|
|
9739
10724
|
}
|
|
9740
10725
|
});
|
|
9741
10726
|
|
|
10727
|
+
// src/languages/qmake.ts
|
|
10728
|
+
var qmake_exports = {};
|
|
10729
|
+
__export(qmake_exports, {
|
|
10730
|
+
qmake: () => exports.qmake
|
|
10731
|
+
});
|
|
10732
|
+
exports.qmake = void 0;
|
|
10733
|
+
var init_qmake = __esm({
|
|
10734
|
+
"src/languages/qmake.ts"() {
|
|
10735
|
+
exports.qmake = {
|
|
10736
|
+
slug: "qmake",
|
|
10737
|
+
publishedDate: "2002-01-01",
|
|
10738
|
+
extensions: [".pri", ".prf"],
|
|
10739
|
+
author: "Trolltech",
|
|
10740
|
+
website: "https://doc.qt.io/qt-6/qmake-manual.html",
|
|
10741
|
+
paradigms: ["build configuration"],
|
|
10742
|
+
tooling: {
|
|
10743
|
+
runtimes: ["qmake"],
|
|
10744
|
+
ecosystems: ["Qt", "C++"]
|
|
10745
|
+
},
|
|
10746
|
+
version: "stable",
|
|
10747
|
+
logo: "https://dummyimage.com/32x32/41CD52/ffffff.png&text=Qt",
|
|
10748
|
+
color: "#41CD52",
|
|
10749
|
+
i18n: {
|
|
10750
|
+
en: {
|
|
10751
|
+
name: "qmake",
|
|
10752
|
+
description: "A Qt build configuration language for generating platform-specific Makefiles and projects.",
|
|
10753
|
+
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."
|
|
10754
|
+
},
|
|
10755
|
+
es: {
|
|
10756
|
+
name: "qmake",
|
|
10757
|
+
description: "Lenguaje de configuracion de builds Qt para generar Makefiles y proyectos por plataforma.",
|
|
10758
|
+
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."
|
|
10759
|
+
},
|
|
10760
|
+
it: {
|
|
10761
|
+
name: "qmake",
|
|
10762
|
+
description: "Linguaggio di configurazione build Qt per generare Makefile e progetti specifici.",
|
|
10763
|
+
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."
|
|
10764
|
+
},
|
|
10765
|
+
fr: {
|
|
10766
|
+
name: "qmake",
|
|
10767
|
+
description: "Langage de configuration build Qt pour generer Makefiles et projets par plateforme.",
|
|
10768
|
+
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."
|
|
10769
|
+
},
|
|
10770
|
+
de: {
|
|
10771
|
+
name: "qmake",
|
|
10772
|
+
description: "Qt-Build-Konfigurationssprache zum Erzeugen plattformspezifischer Makefiles und Projekte.",
|
|
10773
|
+
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."
|
|
10774
|
+
},
|
|
10775
|
+
pt: {
|
|
10776
|
+
name: "qmake",
|
|
10777
|
+
description: "Linguagem de configuracao de build Qt para gerar Makefiles e projetos por plataforma.",
|
|
10778
|
+
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."
|
|
10779
|
+
}
|
|
10780
|
+
}
|
|
10781
|
+
};
|
|
10782
|
+
}
|
|
10783
|
+
});
|
|
10784
|
+
|
|
9742
10785
|
// src/languages/qml.ts
|
|
9743
10786
|
var qml_exports = {};
|
|
9744
10787
|
__export(qml_exports, {
|
|
@@ -11206,6 +12249,64 @@ var init_solidity = __esm({
|
|
|
11206
12249
|
}
|
|
11207
12250
|
});
|
|
11208
12251
|
|
|
12252
|
+
// src/languages/soql.ts
|
|
12253
|
+
var soql_exports = {};
|
|
12254
|
+
__export(soql_exports, {
|
|
12255
|
+
soql: () => exports.soql
|
|
12256
|
+
});
|
|
12257
|
+
exports.soql = void 0;
|
|
12258
|
+
var init_soql = __esm({
|
|
12259
|
+
"src/languages/soql.ts"() {
|
|
12260
|
+
exports.soql = {
|
|
12261
|
+
slug: "soql",
|
|
12262
|
+
publishedDate: "2005-01-01",
|
|
12263
|
+
extensions: [".soql"],
|
|
12264
|
+
author: "Salesforce",
|
|
12265
|
+
website: "https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/",
|
|
12266
|
+
paradigms: ["query", "declarative"],
|
|
12267
|
+
tooling: {
|
|
12268
|
+
runtimes: ["Salesforce Platform"],
|
|
12269
|
+
ecosystems: ["CRM", "Apex"]
|
|
12270
|
+
},
|
|
12271
|
+
version: "stable",
|
|
12272
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg",
|
|
12273
|
+
color: "#00A1E0",
|
|
12274
|
+
i18n: {
|
|
12275
|
+
en: {
|
|
12276
|
+
name: "SOQL",
|
|
12277
|
+
description: "Salesforce Object Query Language for reading records from Salesforce data.",
|
|
12278
|
+
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."
|
|
12279
|
+
},
|
|
12280
|
+
es: {
|
|
12281
|
+
name: "SOQL",
|
|
12282
|
+
description: "Salesforce Object Query Language para leer registros de datos Salesforce.",
|
|
12283
|
+
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."
|
|
12284
|
+
},
|
|
12285
|
+
it: {
|
|
12286
|
+
name: "SOQL",
|
|
12287
|
+
description: "Salesforce Object Query Language per leggere record dai dati Salesforce.",
|
|
12288
|
+
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."
|
|
12289
|
+
},
|
|
12290
|
+
fr: {
|
|
12291
|
+
name: "SOQL",
|
|
12292
|
+
description: "Salesforce Object Query Language pour lire des enregistrements Salesforce.",
|
|
12293
|
+
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."
|
|
12294
|
+
},
|
|
12295
|
+
de: {
|
|
12296
|
+
name: "SOQL",
|
|
12297
|
+
description: "Salesforce Object Query Language zum Lesen von Salesforce-Datensatzen.",
|
|
12298
|
+
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."
|
|
12299
|
+
},
|
|
12300
|
+
pt: {
|
|
12301
|
+
name: "SOQL",
|
|
12302
|
+
description: "Salesforce Object Query Language para ler registros de dados Salesforce.",
|
|
12303
|
+
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."
|
|
12304
|
+
}
|
|
12305
|
+
}
|
|
12306
|
+
};
|
|
12307
|
+
}
|
|
12308
|
+
});
|
|
12309
|
+
|
|
11209
12310
|
// src/languages/spark.ts
|
|
11210
12311
|
var spark_exports = {};
|
|
11211
12312
|
__export(spark_exports, {
|
|
@@ -11322,6 +12423,64 @@ var init_sparql = __esm({
|
|
|
11322
12423
|
}
|
|
11323
12424
|
});
|
|
11324
12425
|
|
|
12426
|
+
// src/languages/spl.ts
|
|
12427
|
+
var spl_exports = {};
|
|
12428
|
+
__export(spl_exports, {
|
|
12429
|
+
spl: () => exports.spl
|
|
12430
|
+
});
|
|
12431
|
+
exports.spl = void 0;
|
|
12432
|
+
var init_spl = __esm({
|
|
12433
|
+
"src/languages/spl.ts"() {
|
|
12434
|
+
exports.spl = {
|
|
12435
|
+
slug: "spl",
|
|
12436
|
+
publishedDate: "2006-01-01",
|
|
12437
|
+
extensions: [".spl"],
|
|
12438
|
+
author: "Splunk",
|
|
12439
|
+
website: "https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/WhatsInThisManual",
|
|
12440
|
+
paradigms: ["query", "pipeline"],
|
|
12441
|
+
tooling: {
|
|
12442
|
+
runtimes: ["Splunk Enterprise", "Splunk Cloud Platform"],
|
|
12443
|
+
ecosystems: ["Observability", "Security analytics"]
|
|
12444
|
+
},
|
|
12445
|
+
version: "stable",
|
|
12446
|
+
logo: "https://cdn.simpleicons.org/splunk/000000",
|
|
12447
|
+
color: "#000000",
|
|
12448
|
+
i18n: {
|
|
12449
|
+
en: {
|
|
12450
|
+
name: "SPL",
|
|
12451
|
+
description: "Splunk Search Processing Language for searching and analyzing machine data.",
|
|
12452
|
+
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."
|
|
12453
|
+
},
|
|
12454
|
+
es: {
|
|
12455
|
+
name: "SPL",
|
|
12456
|
+
description: "Splunk Search Processing Language para buscar y analizar datos de maquinas.",
|
|
12457
|
+
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."
|
|
12458
|
+
},
|
|
12459
|
+
it: {
|
|
12460
|
+
name: "SPL",
|
|
12461
|
+
description: "Splunk Search Processing Language per cercare e analizzare dati macchina.",
|
|
12462
|
+
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."
|
|
12463
|
+
},
|
|
12464
|
+
fr: {
|
|
12465
|
+
name: "SPL",
|
|
12466
|
+
description: "Splunk Search Processing Language pour chercher et analyser donnees machine.",
|
|
12467
|
+
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."
|
|
12468
|
+
},
|
|
12469
|
+
de: {
|
|
12470
|
+
name: "SPL",
|
|
12471
|
+
description: "Splunk Search Processing Language zum Suchen und Analysieren von Maschinendaten.",
|
|
12472
|
+
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."
|
|
12473
|
+
},
|
|
12474
|
+
pt: {
|
|
12475
|
+
name: "SPL",
|
|
12476
|
+
description: "Splunk Search Processing Language para buscar e analisar dados de maquinas.",
|
|
12477
|
+
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."
|
|
12478
|
+
}
|
|
12479
|
+
}
|
|
12480
|
+
};
|
|
12481
|
+
}
|
|
12482
|
+
});
|
|
12483
|
+
|
|
11325
12484
|
// src/languages/sql.ts
|
|
11326
12485
|
var sql_exports = {};
|
|
11327
12486
|
__export(sql_exports, {
|
|
@@ -13721,6 +14880,7 @@ init_actionscript();
|
|
|
13721
14880
|
init_ada();
|
|
13722
14881
|
init_agda();
|
|
13723
14882
|
init_algol();
|
|
14883
|
+
init_ampl();
|
|
13724
14884
|
init_ante();
|
|
13725
14885
|
init_antlr();
|
|
13726
14886
|
init_apex();
|
|
@@ -13740,12 +14900,15 @@ init_bash();
|
|
|
13740
14900
|
init_batch();
|
|
13741
14901
|
init_bazel();
|
|
13742
14902
|
init_bcpl();
|
|
14903
|
+
init_bibtex();
|
|
13743
14904
|
init_bicep();
|
|
13744
14905
|
init_blade();
|
|
13745
14906
|
init_bosque();
|
|
13746
14907
|
init_bqn();
|
|
14908
|
+
init_brainfuck();
|
|
13747
14909
|
init_c();
|
|
13748
14910
|
init_cairo();
|
|
14911
|
+
init_capnproto();
|
|
13749
14912
|
init_carbon();
|
|
13750
14913
|
init_chapel();
|
|
13751
14914
|
init_circom();
|
|
@@ -13756,6 +14919,7 @@ init_coffeescript();
|
|
|
13756
14919
|
init_coldfusion();
|
|
13757
14920
|
init_coq();
|
|
13758
14921
|
init_cpp();
|
|
14922
|
+
init_cql();
|
|
13759
14923
|
init_crystal();
|
|
13760
14924
|
init_csharp();
|
|
13761
14925
|
init_css();
|
|
@@ -13770,7 +14934,9 @@ init_dart();
|
|
|
13770
14934
|
init_dhall();
|
|
13771
14935
|
init_dita();
|
|
13772
14936
|
init_dockerfile();
|
|
14937
|
+
init_dot();
|
|
13773
14938
|
init_earthly();
|
|
14939
|
+
init_editorconfig();
|
|
13774
14940
|
init_eiffel();
|
|
13775
14941
|
init_ejs();
|
|
13776
14942
|
init_elixir();
|
|
@@ -13784,10 +14950,13 @@ init_fish();
|
|
|
13784
14950
|
init_flux();
|
|
13785
14951
|
init_forth();
|
|
13786
14952
|
init_fortran();
|
|
14953
|
+
init_fql();
|
|
13787
14954
|
init_freemarker();
|
|
13788
14955
|
init_fsharp();
|
|
13789
14956
|
init_fstar();
|
|
14957
|
+
init_gcode();
|
|
13790
14958
|
init_gdscript();
|
|
14959
|
+
init_gettext();
|
|
13791
14960
|
init_git();
|
|
13792
14961
|
init_gleam();
|
|
13793
14962
|
init_glsl();
|
|
@@ -13795,6 +14964,7 @@ init_go();
|
|
|
13795
14964
|
init_gradle();
|
|
13796
14965
|
init_grain();
|
|
13797
14966
|
init_graphql();
|
|
14967
|
+
init_gremlin();
|
|
13798
14968
|
init_groovy();
|
|
13799
14969
|
init_hack();
|
|
13800
14970
|
init_haml();
|
|
@@ -13816,8 +14986,10 @@ init_janet();
|
|
|
13816
14986
|
init_java();
|
|
13817
14987
|
init_javascript();
|
|
13818
14988
|
init_jinja();
|
|
14989
|
+
init_jmespath();
|
|
13819
14990
|
init_json();
|
|
13820
14991
|
init_json5();
|
|
14992
|
+
init_jsonata();
|
|
13821
14993
|
init_jsonc();
|
|
13822
14994
|
init_jsonnet();
|
|
13823
14995
|
init_julia();
|
|
@@ -13827,9 +14999,11 @@ init_kcl();
|
|
|
13827
14999
|
init_kdl();
|
|
13828
15000
|
init_koka();
|
|
13829
15001
|
init_kotlin();
|
|
15002
|
+
init_kql();
|
|
13830
15003
|
init_lean();
|
|
13831
15004
|
init_less();
|
|
13832
15005
|
init_ligo();
|
|
15006
|
+
init_linkerscript();
|
|
13833
15007
|
init_liquid();
|
|
13834
15008
|
init_lisp();
|
|
13835
15009
|
init_llvm_ir();
|
|
@@ -13853,6 +15027,7 @@ init_mojo();
|
|
|
13853
15027
|
init_moonbit();
|
|
13854
15028
|
init_move();
|
|
13855
15029
|
init_mustache();
|
|
15030
|
+
init_n1ql();
|
|
13856
15031
|
init_nginx();
|
|
13857
15032
|
init_nickel();
|
|
13858
15033
|
init_nim();
|
|
@@ -13872,6 +15047,7 @@ init_pine_script();
|
|
|
13872
15047
|
init_pkl();
|
|
13873
15048
|
init_pl_i();
|
|
13874
15049
|
init_plantuml();
|
|
15050
|
+
init_plpgsql();
|
|
13875
15051
|
init_plsql();
|
|
13876
15052
|
init_pony();
|
|
13877
15053
|
init_powershell();
|
|
@@ -13882,6 +15058,7 @@ init_pug();
|
|
|
13882
15058
|
init_puppet();
|
|
13883
15059
|
init_purescript();
|
|
13884
15060
|
init_python();
|
|
15061
|
+
init_qmake();
|
|
13885
15062
|
init_qml();
|
|
13886
15063
|
init_qsharp();
|
|
13887
15064
|
init_r();
|
|
@@ -13907,8 +15084,10 @@ init_smalltalk();
|
|
|
13907
15084
|
init_smarty();
|
|
13908
15085
|
init_snobol();
|
|
13909
15086
|
init_solidity();
|
|
15087
|
+
init_soql();
|
|
13910
15088
|
init_spark();
|
|
13911
15089
|
init_sparql();
|
|
15090
|
+
init_spl();
|
|
13912
15091
|
init_sql();
|
|
13913
15092
|
init_standard_ml();
|
|
13914
15093
|
init_starlark();
|
|
@@ -13956,6 +15135,7 @@ var languages = [
|
|
|
13956
15135
|
exports.ada,
|
|
13957
15136
|
exports.agda,
|
|
13958
15137
|
exports.algol,
|
|
15138
|
+
exports.ampl,
|
|
13959
15139
|
exports.ante,
|
|
13960
15140
|
exports.antlr,
|
|
13961
15141
|
exports.apex,
|
|
@@ -13976,11 +15156,14 @@ var languages = [
|
|
|
13976
15156
|
exports.bazel,
|
|
13977
15157
|
exports.bcpl,
|
|
13978
15158
|
exports.bicep,
|
|
15159
|
+
exports.bibtex,
|
|
13979
15160
|
exports.blade,
|
|
13980
15161
|
exports.bosque,
|
|
13981
15162
|
exports.bqn,
|
|
15163
|
+
exports.brainfuck,
|
|
13982
15164
|
exports.c,
|
|
13983
15165
|
exports.cairo,
|
|
15166
|
+
exports.capnproto,
|
|
13984
15167
|
exports.carbon,
|
|
13985
15168
|
exports.chapel,
|
|
13986
15169
|
exports.circom,
|
|
@@ -13992,6 +15175,7 @@ var languages = [
|
|
|
13992
15175
|
exports.coq,
|
|
13993
15176
|
exports.cpp,
|
|
13994
15177
|
exports.crystal,
|
|
15178
|
+
exports.cql,
|
|
13995
15179
|
exports.csharp,
|
|
13996
15180
|
exports.css,
|
|
13997
15181
|
exports.cuda,
|
|
@@ -14005,7 +15189,9 @@ var languages = [
|
|
|
14005
15189
|
exports.dhall,
|
|
14006
15190
|
exports.dita,
|
|
14007
15191
|
exports.dockerfile,
|
|
15192
|
+
exports.dot,
|
|
14008
15193
|
exports.earthly,
|
|
15194
|
+
exports.editorconfig,
|
|
14009
15195
|
exports.eiffel,
|
|
14010
15196
|
exports.ejs,
|
|
14011
15197
|
exports.elixir,
|
|
@@ -14020,9 +15206,12 @@ var languages = [
|
|
|
14020
15206
|
exports.forth,
|
|
14021
15207
|
exports.fortran,
|
|
14022
15208
|
exports.freemarker,
|
|
15209
|
+
exports.fql,
|
|
14023
15210
|
exports.fsharp,
|
|
14024
15211
|
exports.fstar,
|
|
14025
15212
|
exports.gdscript,
|
|
15213
|
+
exports.gcode,
|
|
15214
|
+
exports.gettext,
|
|
14026
15215
|
exports.git,
|
|
14027
15216
|
exports.gleam,
|
|
14028
15217
|
exports.glsl,
|
|
@@ -14030,6 +15219,7 @@ var languages = [
|
|
|
14030
15219
|
exports.gradle,
|
|
14031
15220
|
exports.grain,
|
|
14032
15221
|
exports.graphql,
|
|
15222
|
+
exports.gremlin,
|
|
14033
15223
|
exports.groovy,
|
|
14034
15224
|
exports.hack,
|
|
14035
15225
|
exports.haml,
|
|
@@ -14051,8 +15241,10 @@ var languages = [
|
|
|
14051
15241
|
exports.java,
|
|
14052
15242
|
exports.javascript,
|
|
14053
15243
|
exports.jinja,
|
|
15244
|
+
exports.jmespath,
|
|
14054
15245
|
exports.json,
|
|
14055
15246
|
exports.json5,
|
|
15247
|
+
exports.jsonata,
|
|
14056
15248
|
exports.jsonc,
|
|
14057
15249
|
exports.jsonnet,
|
|
14058
15250
|
exports.julia,
|
|
@@ -14062,10 +15254,12 @@ var languages = [
|
|
|
14062
15254
|
exports.kdl,
|
|
14063
15255
|
exports.koka,
|
|
14064
15256
|
exports.kotlin,
|
|
15257
|
+
exports.kql,
|
|
14065
15258
|
exports.lean,
|
|
14066
15259
|
exports.less,
|
|
14067
15260
|
exports.ligo,
|
|
14068
15261
|
exports.liquid,
|
|
15262
|
+
exports.linkerscript,
|
|
14069
15263
|
exports.lisp,
|
|
14070
15264
|
exports.llvmIr,
|
|
14071
15265
|
exports.lobster,
|
|
@@ -14088,6 +15282,7 @@ var languages = [
|
|
|
14088
15282
|
exports.moonbit,
|
|
14089
15283
|
exports.move,
|
|
14090
15284
|
exports.mustache,
|
|
15285
|
+
exports.n1ql,
|
|
14091
15286
|
exports.nginx,
|
|
14092
15287
|
exports.nickel,
|
|
14093
15288
|
exports.nim,
|
|
@@ -14107,6 +15302,7 @@ var languages = [
|
|
|
14107
15302
|
exports.plI,
|
|
14108
15303
|
exports.pkl,
|
|
14109
15304
|
exports.plantuml,
|
|
15305
|
+
exports.plpgsql,
|
|
14110
15306
|
exports.plsql,
|
|
14111
15307
|
exports.pony,
|
|
14112
15308
|
exports.powershell,
|
|
@@ -14118,6 +15314,7 @@ var languages = [
|
|
|
14118
15314
|
exports.purescript,
|
|
14119
15315
|
exports.python,
|
|
14120
15316
|
exports.qml,
|
|
15317
|
+
exports.qmake,
|
|
14121
15318
|
exports.qsharp,
|
|
14122
15319
|
exports.r,
|
|
14123
15320
|
exports.racket,
|
|
@@ -14142,8 +15339,10 @@ var languages = [
|
|
|
14142
15339
|
exports.smarty,
|
|
14143
15340
|
exports.snobol,
|
|
14144
15341
|
exports.solidity,
|
|
15342
|
+
exports.soql,
|
|
14145
15343
|
exports.sparql,
|
|
14146
15344
|
exports.spark,
|
|
15345
|
+
exports.spl,
|
|
14147
15346
|
exports.sql,
|
|
14148
15347
|
exports.standardMl,
|
|
14149
15348
|
exports.starlark,
|
|
@@ -14194,6 +15393,7 @@ var languageIndex = [
|
|
|
14194
15393
|
{ slug: "ada", extensions: [".adb", ".ads", ".ada"] },
|
|
14195
15394
|
{ slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
|
|
14196
15395
|
{ slug: "algol", extensions: [".alg", ".algol"] },
|
|
15396
|
+
{ slug: "ampl", extensions: [".mod", ".dat", ".run"] },
|
|
14197
15397
|
{ slug: "ante", extensions: [".ante"] },
|
|
14198
15398
|
{ slug: "antlr", extensions: [".g4"] },
|
|
14199
15399
|
{ slug: "apex", extensions: [".cls", ".trigger"] },
|
|
@@ -14217,11 +15417,14 @@ var languageIndex = [
|
|
|
14217
15417
|
{ slug: "bazel", extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"] },
|
|
14218
15418
|
{ slug: "bcpl", extensions: [".bcpl"] },
|
|
14219
15419
|
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
15420
|
+
{ slug: "bibtex", extensions: [".bib", ".bibtex"] },
|
|
14220
15421
|
{ slug: "blade", extensions: [".blade.php"] },
|
|
14221
15422
|
{ slug: "bosque", extensions: [".bsq"] },
|
|
14222
15423
|
{ slug: "bqn", extensions: [".bqn"] },
|
|
15424
|
+
{ slug: "brainfuck", extensions: [".bf", ".b"] },
|
|
14223
15425
|
{ slug: "c", extensions: [".c", ".h"] },
|
|
14224
15426
|
{ slug: "cairo", extensions: [".cairo"] },
|
|
15427
|
+
{ slug: "capnproto", extensions: [".capnp"] },
|
|
14225
15428
|
{ slug: "carbon", extensions: [".carbon"] },
|
|
14226
15429
|
{ slug: "chapel", extensions: [".chpl"] },
|
|
14227
15430
|
{ slug: "circom", extensions: [".circom"] },
|
|
@@ -14233,6 +15436,7 @@ var languageIndex = [
|
|
|
14233
15436
|
{ slug: "coq", extensions: [".v"] },
|
|
14234
15437
|
{ slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
|
|
14235
15438
|
{ slug: "crystal", extensions: [".cr"] },
|
|
15439
|
+
{ slug: "cql", extensions: [".cql"] },
|
|
14236
15440
|
{ slug: "csharp", extensions: [".cs", ".csx"] },
|
|
14237
15441
|
{ slug: "css", extensions: [".css"] },
|
|
14238
15442
|
{ slug: "cuda", extensions: [".cu", ".cuh"] },
|
|
@@ -14246,7 +15450,9 @@ var languageIndex = [
|
|
|
14246
15450
|
{ slug: "dhall", extensions: [".dhall"] },
|
|
14247
15451
|
{ slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
|
|
14248
15452
|
{ slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
|
|
15453
|
+
{ slug: "dot", extensions: [".dot", ".gv"] },
|
|
14249
15454
|
{ slug: "earthly", extensions: ["Earthfile"] },
|
|
15455
|
+
{ slug: "editorconfig", extensions: [".editorconfig"] },
|
|
14250
15456
|
{ slug: "eiffel", extensions: [".e"] },
|
|
14251
15457
|
{ slug: "ejs", extensions: [".ejs"] },
|
|
14252
15458
|
{ slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
|
|
@@ -14267,9 +15473,12 @@ var languageIndex = [
|
|
|
14267
15473
|
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
|
|
14268
15474
|
},
|
|
14269
15475
|
{ slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
|
|
15476
|
+
{ slug: "fql", extensions: [".fql"] },
|
|
14270
15477
|
{ slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
|
|
14271
15478
|
{ slug: "fstar", extensions: [".fst", ".fsti"] },
|
|
14272
15479
|
{ slug: "gdscript", extensions: [".gd"] },
|
|
15480
|
+
{ slug: "gcode", extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"] },
|
|
15481
|
+
{ slug: "gettext", extensions: [".po", ".pot"] },
|
|
14273
15482
|
{ slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
|
|
14274
15483
|
{ slug: "gleam", extensions: [".gleam"] },
|
|
14275
15484
|
{
|
|
@@ -14280,6 +15489,7 @@ var languageIndex = [
|
|
|
14280
15489
|
{ slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
|
|
14281
15490
|
{ slug: "grain", extensions: [".gr"] },
|
|
14282
15491
|
{ slug: "graphql", extensions: [".graphql", ".gql", ".graphqls"] },
|
|
15492
|
+
{ slug: "gremlin", extensions: [".gremlin", ".grem"] },
|
|
14283
15493
|
{ slug: "groovy", extensions: [".groovy", ".gvy", ".gy", ".gsh"] },
|
|
14284
15494
|
{ slug: "hack", extensions: [".hack", ".hh", ".hhi"] },
|
|
14285
15495
|
{ slug: "haml", extensions: [".haml"] },
|
|
@@ -14301,8 +15511,10 @@ var languageIndex = [
|
|
|
14301
15511
|
{ slug: "java", extensions: [".java"] },
|
|
14302
15512
|
{ slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
|
|
14303
15513
|
{ slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
|
|
15514
|
+
{ slug: "jmespath", extensions: [".jmespath", ".jp"] },
|
|
14304
15515
|
{ slug: "json", extensions: [".json"] },
|
|
14305
15516
|
{ slug: "json5", extensions: [".json5"] },
|
|
15517
|
+
{ slug: "jsonata", extensions: [".jsonata"] },
|
|
14306
15518
|
{ slug: "jsonc", extensions: [".jsonc", ".code-workspace"] },
|
|
14307
15519
|
{ slug: "jsonnet", extensions: [".jsonnet", ".libsonnet"] },
|
|
14308
15520
|
{ slug: "julia", extensions: [".jl"] },
|
|
@@ -14312,10 +15524,12 @@ var languageIndex = [
|
|
|
14312
15524
|
{ slug: "kdl", extensions: [".kdl"] },
|
|
14313
15525
|
{ slug: "koka", extensions: [".kk"] },
|
|
14314
15526
|
{ slug: "kotlin", extensions: [".kt", ".kts"] },
|
|
15527
|
+
{ slug: "kql", extensions: [".kql"] },
|
|
14315
15528
|
{ slug: "lean", extensions: [".lean"] },
|
|
14316
15529
|
{ slug: "less", extensions: [".less"] },
|
|
14317
15530
|
{ slug: "ligo", extensions: [".ligo", ".mligo", ".religo", ".jsligo"] },
|
|
14318
15531
|
{ slug: "liquid", extensions: [".liquid"] },
|
|
15532
|
+
{ slug: "linkerscript", extensions: [".ld", ".lds", ".x"] },
|
|
14319
15533
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
14320
15534
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
14321
15535
|
{ slug: "lobster", extensions: [".lobster"] },
|
|
@@ -14338,6 +15552,7 @@ var languageIndex = [
|
|
|
14338
15552
|
{ slug: "moonbit", extensions: [".mbt"] },
|
|
14339
15553
|
{ slug: "move", extensions: [".move"] },
|
|
14340
15554
|
{ slug: "mustache", extensions: [".mustache", ".mst"] },
|
|
15555
|
+
{ slug: "n1ql", extensions: [".n1ql"] },
|
|
14341
15556
|
{ slug: "nginx", extensions: ["nginx.conf", ".nginx", ".conf"] },
|
|
14342
15557
|
{ slug: "nickel", extensions: [".ncl"] },
|
|
14343
15558
|
{ slug: "nim", extensions: [".nim", ".nims", ".nimble"] },
|
|
@@ -14357,6 +15572,7 @@ var languageIndex = [
|
|
|
14357
15572
|
{ slug: "pl-i", extensions: [".pli", ".pl1"] },
|
|
14358
15573
|
{ slug: "pkl", extensions: [".pkl"] },
|
|
14359
15574
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
15575
|
+
{ slug: "plpgsql", extensions: [".pgsql", ".plpgsql"] },
|
|
14360
15576
|
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
14361
15577
|
{ slug: "pony", extensions: [".pony"] },
|
|
14362
15578
|
{ slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
|
|
@@ -14368,6 +15584,7 @@ var languageIndex = [
|
|
|
14368
15584
|
{ slug: "purescript", extensions: [".purs"] },
|
|
14369
15585
|
{ slug: "python", extensions: [".py", ".pyw"] },
|
|
14370
15586
|
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
15587
|
+
{ slug: "qmake", extensions: [".pri", ".prf"] },
|
|
14371
15588
|
{ slug: "qsharp", extensions: [".qs"] },
|
|
14372
15589
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
14373
15590
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
@@ -14395,8 +15612,10 @@ var languageIndex = [
|
|
|
14395
15612
|
{ slug: "smarty", extensions: [".tpl", ".smarty"] },
|
|
14396
15613
|
{ slug: "snobol", extensions: [".sno", ".snobol"] },
|
|
14397
15614
|
{ slug: "solidity", extensions: [".sol"] },
|
|
15615
|
+
{ slug: "soql", extensions: [".soql"] },
|
|
14398
15616
|
{ slug: "sparql", extensions: [".sparql", ".rq"] },
|
|
14399
15617
|
{ slug: "spark", extensions: [".spark", ".adb", ".ads"] },
|
|
15618
|
+
{ slug: "spl", extensions: [".spl"] },
|
|
14400
15619
|
{ slug: "sql", extensions: [".sql"] },
|
|
14401
15620
|
{ slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
|
|
14402
15621
|
{ slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
|
|
@@ -14448,6 +15667,7 @@ var languageLoaders = {
|
|
|
14448
15667
|
ada: () => Promise.resolve().then(() => (init_ada(), ada_exports)).then((module) => module.ada),
|
|
14449
15668
|
agda: () => Promise.resolve().then(() => (init_agda(), agda_exports)).then((module) => module.agda),
|
|
14450
15669
|
algol: () => Promise.resolve().then(() => (init_algol(), algol_exports)).then((module) => module.algol),
|
|
15670
|
+
ampl: () => Promise.resolve().then(() => (init_ampl(), ampl_exports)).then((module) => module.ampl),
|
|
14451
15671
|
ante: () => Promise.resolve().then(() => (init_ante(), ante_exports)).then((module) => module.ante),
|
|
14452
15672
|
antlr: () => Promise.resolve().then(() => (init_antlr(), antlr_exports)).then((module) => module.antlr),
|
|
14453
15673
|
apex: () => Promise.resolve().then(() => (init_apex(), apex_exports)).then((module) => module.apex),
|
|
@@ -14468,11 +15688,14 @@ var languageLoaders = {
|
|
|
14468
15688
|
bazel: () => Promise.resolve().then(() => (init_bazel(), bazel_exports)).then((module) => module.bazel),
|
|
14469
15689
|
bcpl: () => Promise.resolve().then(() => (init_bcpl(), bcpl_exports)).then((module) => module.bcpl),
|
|
14470
15690
|
bicep: () => Promise.resolve().then(() => (init_bicep(), bicep_exports)).then((module) => module.bicep),
|
|
15691
|
+
bibtex: () => Promise.resolve().then(() => (init_bibtex(), bibtex_exports)).then((module) => module.bibtex),
|
|
14471
15692
|
blade: () => Promise.resolve().then(() => (init_blade(), blade_exports)).then((module) => module.blade),
|
|
14472
15693
|
bosque: () => Promise.resolve().then(() => (init_bosque(), bosque_exports)).then((module) => module.bosque),
|
|
14473
15694
|
bqn: () => Promise.resolve().then(() => (init_bqn(), bqn_exports)).then((module) => module.bqn),
|
|
15695
|
+
brainfuck: () => Promise.resolve().then(() => (init_brainfuck(), brainfuck_exports)).then((module) => module.brainfuck),
|
|
14474
15696
|
c: () => Promise.resolve().then(() => (init_c(), c_exports)).then((module) => module.c),
|
|
14475
15697
|
cairo: () => Promise.resolve().then(() => (init_cairo(), cairo_exports)).then((module) => module.cairo),
|
|
15698
|
+
capnproto: () => Promise.resolve().then(() => (init_capnproto(), capnproto_exports)).then((module) => module.capnproto),
|
|
14476
15699
|
carbon: () => Promise.resolve().then(() => (init_carbon(), carbon_exports)).then((module) => module.carbon),
|
|
14477
15700
|
chapel: () => Promise.resolve().then(() => (init_chapel(), chapel_exports)).then((module) => module.chapel),
|
|
14478
15701
|
circom: () => Promise.resolve().then(() => (init_circom(), circom_exports)).then((module) => module.circom),
|
|
@@ -14484,6 +15707,7 @@ var languageLoaders = {
|
|
|
14484
15707
|
coq: () => Promise.resolve().then(() => (init_coq(), coq_exports)).then((module) => module.coq),
|
|
14485
15708
|
cpp: () => Promise.resolve().then(() => (init_cpp(), cpp_exports)).then((module) => module.cpp),
|
|
14486
15709
|
crystal: () => Promise.resolve().then(() => (init_crystal(), crystal_exports)).then((module) => module.crystal),
|
|
15710
|
+
cql: () => Promise.resolve().then(() => (init_cql(), cql_exports)).then((module) => module.cql),
|
|
14487
15711
|
csharp: () => Promise.resolve().then(() => (init_csharp(), csharp_exports)).then((module) => module.csharp),
|
|
14488
15712
|
css: () => Promise.resolve().then(() => (init_css(), css_exports)).then((module) => module.css),
|
|
14489
15713
|
cuda: () => Promise.resolve().then(() => (init_cuda(), cuda_exports)).then((module) => module.cuda),
|
|
@@ -14497,7 +15721,9 @@ var languageLoaders = {
|
|
|
14497
15721
|
dhall: () => Promise.resolve().then(() => (init_dhall(), dhall_exports)).then((module) => module.dhall),
|
|
14498
15722
|
dita: () => Promise.resolve().then(() => (init_dita(), dita_exports)).then((module) => module.dita),
|
|
14499
15723
|
dockerfile: () => Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports)).then((module) => module.dockerfile),
|
|
15724
|
+
dot: () => Promise.resolve().then(() => (init_dot(), dot_exports)).then((module) => module.dot),
|
|
14500
15725
|
earthly: () => Promise.resolve().then(() => (init_earthly(), earthly_exports)).then((module) => module.earthly),
|
|
15726
|
+
editorconfig: () => Promise.resolve().then(() => (init_editorconfig(), editorconfig_exports)).then((module) => module.editorconfig),
|
|
14501
15727
|
eiffel: () => Promise.resolve().then(() => (init_eiffel(), eiffel_exports)).then((module) => module.eiffel),
|
|
14502
15728
|
ejs: () => Promise.resolve().then(() => (init_ejs(), ejs_exports)).then((module) => module.ejs),
|
|
14503
15729
|
elixir: () => Promise.resolve().then(() => (init_elixir(), elixir_exports)).then((module) => module.elixir),
|
|
@@ -14512,9 +15738,12 @@ var languageLoaders = {
|
|
|
14512
15738
|
forth: () => Promise.resolve().then(() => (init_forth(), forth_exports)).then((module) => module.forth),
|
|
14513
15739
|
fortran: () => Promise.resolve().then(() => (init_fortran(), fortran_exports)).then((module) => module.fortran),
|
|
14514
15740
|
freemarker: () => Promise.resolve().then(() => (init_freemarker(), freemarker_exports)).then((module) => module.freemarker),
|
|
15741
|
+
fql: () => Promise.resolve().then(() => (init_fql(), fql_exports)).then((module) => module.fql),
|
|
14515
15742
|
fsharp: () => Promise.resolve().then(() => (init_fsharp(), fsharp_exports)).then((module) => module.fsharp),
|
|
14516
15743
|
fstar: () => Promise.resolve().then(() => (init_fstar(), fstar_exports)).then((module) => module.fstar),
|
|
14517
15744
|
gdscript: () => Promise.resolve().then(() => (init_gdscript(), gdscript_exports)).then((module) => module.gdscript),
|
|
15745
|
+
gcode: () => Promise.resolve().then(() => (init_gcode(), gcode_exports)).then((module) => module.gcode),
|
|
15746
|
+
gettext: () => Promise.resolve().then(() => (init_gettext(), gettext_exports)).then((module) => module.gettext),
|
|
14518
15747
|
git: () => Promise.resolve().then(() => (init_git(), git_exports)).then((module) => module.git),
|
|
14519
15748
|
gleam: () => Promise.resolve().then(() => (init_gleam(), gleam_exports)).then((module) => module.gleam),
|
|
14520
15749
|
glsl: () => Promise.resolve().then(() => (init_glsl(), glsl_exports)).then((module) => module.glsl),
|
|
@@ -14522,6 +15751,7 @@ var languageLoaders = {
|
|
|
14522
15751
|
gradle: () => Promise.resolve().then(() => (init_gradle(), gradle_exports)).then((module) => module.gradle),
|
|
14523
15752
|
grain: () => Promise.resolve().then(() => (init_grain(), grain_exports)).then((module) => module.grain),
|
|
14524
15753
|
graphql: () => Promise.resolve().then(() => (init_graphql(), graphql_exports)).then((module) => module.graphql),
|
|
15754
|
+
gremlin: () => Promise.resolve().then(() => (init_gremlin(), gremlin_exports)).then((module) => module.gremlin),
|
|
14525
15755
|
groovy: () => Promise.resolve().then(() => (init_groovy(), groovy_exports)).then((module) => module.groovy),
|
|
14526
15756
|
hack: () => Promise.resolve().then(() => (init_hack(), hack_exports)).then((module) => module.hack),
|
|
14527
15757
|
haml: () => Promise.resolve().then(() => (init_haml(), haml_exports)).then((module) => module.haml),
|
|
@@ -14543,8 +15773,10 @@ var languageLoaders = {
|
|
|
14543
15773
|
java: () => Promise.resolve().then(() => (init_java(), java_exports)).then((module) => module.java),
|
|
14544
15774
|
javascript: () => Promise.resolve().then(() => (init_javascript(), javascript_exports)).then((module) => module.javascript),
|
|
14545
15775
|
jinja: () => Promise.resolve().then(() => (init_jinja(), jinja_exports)).then((module) => module.jinja),
|
|
15776
|
+
jmespath: () => Promise.resolve().then(() => (init_jmespath(), jmespath_exports)).then((module) => module.jmespath),
|
|
14546
15777
|
json: () => Promise.resolve().then(() => (init_json(), json_exports)).then((module) => module.json),
|
|
14547
15778
|
json5: () => Promise.resolve().then(() => (init_json5(), json5_exports)).then((module) => module.json5),
|
|
15779
|
+
jsonata: () => Promise.resolve().then(() => (init_jsonata(), jsonata_exports)).then((module) => module.jsonata),
|
|
14548
15780
|
jsonc: () => Promise.resolve().then(() => (init_jsonc(), jsonc_exports)).then((module) => module.jsonc),
|
|
14549
15781
|
jsonnet: () => Promise.resolve().then(() => (init_jsonnet(), jsonnet_exports)).then((module) => module.jsonnet),
|
|
14550
15782
|
julia: () => Promise.resolve().then(() => (init_julia(), julia_exports)).then((module) => module.julia),
|
|
@@ -14554,10 +15786,12 @@ var languageLoaders = {
|
|
|
14554
15786
|
kdl: () => Promise.resolve().then(() => (init_kdl(), kdl_exports)).then((module) => module.kdl),
|
|
14555
15787
|
koka: () => Promise.resolve().then(() => (init_koka(), koka_exports)).then((module) => module.koka),
|
|
14556
15788
|
kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
|
|
15789
|
+
kql: () => Promise.resolve().then(() => (init_kql(), kql_exports)).then((module) => module.kql),
|
|
14557
15790
|
lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
|
|
14558
15791
|
less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
|
|
14559
15792
|
ligo: () => Promise.resolve().then(() => (init_ligo(), ligo_exports)).then((module) => module.ligo),
|
|
14560
15793
|
liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
|
|
15794
|
+
linkerscript: () => Promise.resolve().then(() => (init_linkerscript(), linkerscript_exports)).then((module) => module.linkerscript),
|
|
14561
15795
|
lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
|
|
14562
15796
|
"llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
|
|
14563
15797
|
lobster: () => Promise.resolve().then(() => (init_lobster(), lobster_exports)).then((module) => module.lobster),
|
|
@@ -14580,6 +15814,7 @@ var languageLoaders = {
|
|
|
14580
15814
|
moonbit: () => Promise.resolve().then(() => (init_moonbit(), moonbit_exports)).then((module) => module.moonbit),
|
|
14581
15815
|
move: () => Promise.resolve().then(() => (init_move(), move_exports)).then((module) => module.move),
|
|
14582
15816
|
mustache: () => Promise.resolve().then(() => (init_mustache(), mustache_exports)).then((module) => module.mustache),
|
|
15817
|
+
n1ql: () => Promise.resolve().then(() => (init_n1ql(), n1ql_exports)).then((module) => module.n1ql),
|
|
14583
15818
|
nginx: () => Promise.resolve().then(() => (init_nginx(), nginx_exports)).then((module) => module.nginx),
|
|
14584
15819
|
nickel: () => Promise.resolve().then(() => (init_nickel(), nickel_exports)).then((module) => module.nickel),
|
|
14585
15820
|
nim: () => Promise.resolve().then(() => (init_nim(), nim_exports)).then((module) => module.nim),
|
|
@@ -14599,6 +15834,7 @@ var languageLoaders = {
|
|
|
14599
15834
|
"pl-i": () => Promise.resolve().then(() => (init_pl_i(), pl_i_exports)).then((module) => module.plI),
|
|
14600
15835
|
pkl: () => Promise.resolve().then(() => (init_pkl(), pkl_exports)).then((module) => module.pkl),
|
|
14601
15836
|
plantuml: () => Promise.resolve().then(() => (init_plantuml(), plantuml_exports)).then((module) => module.plantuml),
|
|
15837
|
+
plpgsql: () => Promise.resolve().then(() => (init_plpgsql(), plpgsql_exports)).then((module) => module.plpgsql),
|
|
14602
15838
|
plsql: () => Promise.resolve().then(() => (init_plsql(), plsql_exports)).then((module) => module.plsql),
|
|
14603
15839
|
pony: () => Promise.resolve().then(() => (init_pony(), pony_exports)).then((module) => module.pony),
|
|
14604
15840
|
powershell: () => Promise.resolve().then(() => (init_powershell(), powershell_exports)).then((module) => module.powershell),
|
|
@@ -14610,6 +15846,7 @@ var languageLoaders = {
|
|
|
14610
15846
|
purescript: () => Promise.resolve().then(() => (init_purescript(), purescript_exports)).then((module) => module.purescript),
|
|
14611
15847
|
python: () => Promise.resolve().then(() => (init_python(), python_exports)).then((module) => module.python),
|
|
14612
15848
|
qml: () => Promise.resolve().then(() => (init_qml(), qml_exports)).then((module) => module.qml),
|
|
15849
|
+
qmake: () => Promise.resolve().then(() => (init_qmake(), qmake_exports)).then((module) => module.qmake),
|
|
14613
15850
|
qsharp: () => Promise.resolve().then(() => (init_qsharp(), qsharp_exports)).then((module) => module.qsharp),
|
|
14614
15851
|
r: () => Promise.resolve().then(() => (init_r(), r_exports)).then((module) => module.r),
|
|
14615
15852
|
racket: () => Promise.resolve().then(() => (init_racket(), racket_exports)).then((module) => module.racket),
|
|
@@ -14634,8 +15871,10 @@ var languageLoaders = {
|
|
|
14634
15871
|
smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
|
|
14635
15872
|
snobol: () => Promise.resolve().then(() => (init_snobol(), snobol_exports)).then((module) => module.snobol),
|
|
14636
15873
|
solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
|
|
15874
|
+
soql: () => Promise.resolve().then(() => (init_soql(), soql_exports)).then((module) => module.soql),
|
|
14637
15875
|
sparql: () => Promise.resolve().then(() => (init_sparql(), sparql_exports)).then((module) => module.sparql),
|
|
14638
15876
|
spark: () => Promise.resolve().then(() => (init_spark(), spark_exports)).then((module) => module.spark),
|
|
15877
|
+
spl: () => Promise.resolve().then(() => (init_spl(), spl_exports)).then((module) => module.spl),
|
|
14639
15878
|
sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
|
|
14640
15879
|
"standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
|
|
14641
15880
|
starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
|
|
@@ -14857,6 +16096,7 @@ init_actionscript();
|
|
|
14857
16096
|
init_ada();
|
|
14858
16097
|
init_agda();
|
|
14859
16098
|
init_algol();
|
|
16099
|
+
init_ampl();
|
|
14860
16100
|
init_ante();
|
|
14861
16101
|
init_antlr();
|
|
14862
16102
|
init_apex();
|
|
@@ -14876,12 +16116,15 @@ init_bash();
|
|
|
14876
16116
|
init_batch();
|
|
14877
16117
|
init_bazel();
|
|
14878
16118
|
init_bcpl();
|
|
16119
|
+
init_bibtex();
|
|
14879
16120
|
init_bicep();
|
|
14880
16121
|
init_blade();
|
|
14881
16122
|
init_bosque();
|
|
14882
16123
|
init_bqn();
|
|
16124
|
+
init_brainfuck();
|
|
14883
16125
|
init_c();
|
|
14884
16126
|
init_cairo();
|
|
16127
|
+
init_capnproto();
|
|
14885
16128
|
init_carbon();
|
|
14886
16129
|
init_chapel();
|
|
14887
16130
|
init_circom();
|
|
@@ -14892,6 +16135,7 @@ init_coffeescript();
|
|
|
14892
16135
|
init_coldfusion();
|
|
14893
16136
|
init_coq();
|
|
14894
16137
|
init_cpp();
|
|
16138
|
+
init_cql();
|
|
14895
16139
|
init_crystal();
|
|
14896
16140
|
init_csharp();
|
|
14897
16141
|
init_css();
|
|
@@ -14906,7 +16150,9 @@ init_dart();
|
|
|
14906
16150
|
init_dhall();
|
|
14907
16151
|
init_dita();
|
|
14908
16152
|
init_dockerfile();
|
|
16153
|
+
init_dot();
|
|
14909
16154
|
init_earthly();
|
|
16155
|
+
init_editorconfig();
|
|
14910
16156
|
init_eiffel();
|
|
14911
16157
|
init_ejs();
|
|
14912
16158
|
init_elixir();
|
|
@@ -14920,10 +16166,13 @@ init_fish();
|
|
|
14920
16166
|
init_flux();
|
|
14921
16167
|
init_forth();
|
|
14922
16168
|
init_fortran();
|
|
16169
|
+
init_fql();
|
|
14923
16170
|
init_freemarker();
|
|
14924
16171
|
init_fsharp();
|
|
14925
16172
|
init_fstar();
|
|
16173
|
+
init_gcode();
|
|
14926
16174
|
init_gdscript();
|
|
16175
|
+
init_gettext();
|
|
14927
16176
|
init_git();
|
|
14928
16177
|
init_gleam();
|
|
14929
16178
|
init_glsl();
|
|
@@ -14931,6 +16180,7 @@ init_go();
|
|
|
14931
16180
|
init_gradle();
|
|
14932
16181
|
init_grain();
|
|
14933
16182
|
init_graphql();
|
|
16183
|
+
init_gremlin();
|
|
14934
16184
|
init_groovy();
|
|
14935
16185
|
init_hack();
|
|
14936
16186
|
init_haml();
|
|
@@ -14952,8 +16202,10 @@ init_janet();
|
|
|
14952
16202
|
init_java();
|
|
14953
16203
|
init_javascript();
|
|
14954
16204
|
init_jinja();
|
|
16205
|
+
init_jmespath();
|
|
14955
16206
|
init_json();
|
|
14956
16207
|
init_json5();
|
|
16208
|
+
init_jsonata();
|
|
14957
16209
|
init_jsonc();
|
|
14958
16210
|
init_jsonnet();
|
|
14959
16211
|
init_julia();
|
|
@@ -14963,9 +16215,11 @@ init_kcl();
|
|
|
14963
16215
|
init_kdl();
|
|
14964
16216
|
init_koka();
|
|
14965
16217
|
init_kotlin();
|
|
16218
|
+
init_kql();
|
|
14966
16219
|
init_lean();
|
|
14967
16220
|
init_less();
|
|
14968
16221
|
init_ligo();
|
|
16222
|
+
init_linkerscript();
|
|
14969
16223
|
init_liquid();
|
|
14970
16224
|
init_lisp();
|
|
14971
16225
|
init_llvm_ir();
|
|
@@ -14989,6 +16243,7 @@ init_mojo();
|
|
|
14989
16243
|
init_moonbit();
|
|
14990
16244
|
init_move();
|
|
14991
16245
|
init_mustache();
|
|
16246
|
+
init_n1ql();
|
|
14992
16247
|
init_nginx();
|
|
14993
16248
|
init_nickel();
|
|
14994
16249
|
init_nim();
|
|
@@ -15008,6 +16263,7 @@ init_pine_script();
|
|
|
15008
16263
|
init_pkl();
|
|
15009
16264
|
init_pl_i();
|
|
15010
16265
|
init_plantuml();
|
|
16266
|
+
init_plpgsql();
|
|
15011
16267
|
init_plsql();
|
|
15012
16268
|
init_pony();
|
|
15013
16269
|
init_powershell();
|
|
@@ -15018,6 +16274,7 @@ init_pug();
|
|
|
15018
16274
|
init_puppet();
|
|
15019
16275
|
init_purescript();
|
|
15020
16276
|
init_python();
|
|
16277
|
+
init_qmake();
|
|
15021
16278
|
init_qml();
|
|
15022
16279
|
init_qsharp();
|
|
15023
16280
|
init_r();
|
|
@@ -15043,8 +16300,10 @@ init_smalltalk();
|
|
|
15043
16300
|
init_smarty();
|
|
15044
16301
|
init_snobol();
|
|
15045
16302
|
init_solidity();
|
|
16303
|
+
init_soql();
|
|
15046
16304
|
init_spark();
|
|
15047
16305
|
init_sparql();
|
|
16306
|
+
init_spl();
|
|
15048
16307
|
init_sql();
|
|
15049
16308
|
init_standard_ml();
|
|
15050
16309
|
init_starlark();
|