code-languages 1.40.11 → 1.41.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 +72 -29
- package/dist/{api-Cvg4BdaR.d.cts → api-BmiYNzCU.d.cts} +38 -7
- package/dist/{api-BlQoDQtF.d.ts → api-DfrvOkQ-.d.ts} +38 -7
- package/dist/api.cjs +1873 -1205
- package/dist/api.d.cts +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/api.js +1873 -1205
- package/dist/detect-slugs.cjs +147 -40
- package/dist/detect-slugs.d.cts +2 -1
- package/dist/detect-slugs.d.ts +2 -1
- package/dist/detect-slugs.js +147 -41
- package/dist/detect.cjs +657 -62
- package/dist/detect.d.cts +14 -2
- package/dist/detect.d.ts +14 -2
- package/dist/detect.js +656 -63
- package/dist/i18n.d.cts +1 -1
- package/dist/i18n.d.ts +1 -1
- package/dist/index.cjs +1988 -1237
- package/dist/index.d.cts +29 -13277
- package/dist/index.d.ts +29 -13277
- package/dist/index.js +1949 -1200
- package/dist/languages/actionscript.cjs +1 -0
- package/dist/languages/actionscript.d.cts +1 -0
- package/dist/languages/actionscript.d.ts +1 -0
- package/dist/languages/actionscript.js +1 -0
- package/dist/languages/algol.cjs +1 -0
- package/dist/languages/algol.d.cts +1 -0
- package/dist/languages/algol.d.ts +1 -0
- package/dist/languages/algol.js +1 -0
- package/dist/languages/ante.cjs +1 -0
- package/dist/languages/ante.d.cts +1 -0
- package/dist/languages/ante.d.ts +1 -0
- package/dist/languages/ante.js +1 -0
- package/dist/languages/assembly.cjs +1 -0
- package/dist/languages/assembly.d.cts +1 -0
- package/dist/languages/assembly.d.ts +1 -0
- package/dist/languages/assembly.js +1 -0
- package/dist/languages/austral.cjs +2 -1
- package/dist/languages/austral.d.cts +1 -0
- package/dist/languages/austral.d.ts +1 -0
- package/dist/languages/austral.js +2 -1
- package/dist/languages/bcpl.cjs +1 -0
- package/dist/languages/bcpl.d.cts +1 -0
- package/dist/languages/bcpl.d.ts +1 -0
- package/dist/languages/bcpl.js +1 -0
- package/dist/languages/bibtex.cjs +1 -1
- package/dist/languages/bibtex.js +1 -1
- package/dist/languages/bosque.cjs +1 -0
- package/dist/languages/bosque.d.cts +1 -0
- package/dist/languages/bosque.d.ts +1 -0
- package/dist/languages/bosque.js +1 -0
- package/dist/languages/carbon.cjs +1 -0
- package/dist/languages/carbon.d.cts +1 -0
- package/dist/languages/carbon.d.ts +1 -0
- package/dist/languages/carbon.js +1 -0
- package/dist/languages/coq.cjs +1 -0
- package/dist/languages/coq.d.cts +1 -0
- package/dist/languages/coq.d.ts +1 -0
- package/dist/languages/coq.js +1 -0
- package/dist/languages/cpp.cjs +1 -0
- package/dist/languages/cpp.d.cts +1 -0
- package/dist/languages/cpp.d.ts +1 -0
- package/dist/languages/cpp.js +1 -0
- package/dist/languages/csharp.cjs +1 -0
- package/dist/languages/csharp.d.cts +1 -0
- package/dist/languages/csharp.d.ts +1 -0
- package/dist/languages/csharp.js +1 -0
- package/dist/languages/dax.cjs +1 -1
- package/dist/languages/dax.js +1 -1
- package/dist/languages/dockerfile.cjs +1 -0
- package/dist/languages/dockerfile.d.cts +1 -0
- package/dist/languages/dockerfile.d.ts +1 -0
- package/dist/languages/dockerfile.js +1 -0
- package/dist/languages/emacs-lisp.cjs +54 -0
- package/dist/languages/emacs-lisp.d.cts +51 -0
- package/dist/languages/emacs-lisp.d.ts +51 -0
- package/dist/languages/emacs-lisp.js +52 -0
- package/dist/languages/fe.cjs +1 -0
- package/dist/languages/fe.d.cts +1 -0
- package/dist/languages/fe.d.ts +1 -0
- package/dist/languages/fe.js +1 -0
- package/dist/languages/fsharp.cjs +1 -0
- package/dist/languages/fsharp.d.cts +1 -0
- package/dist/languages/fsharp.d.ts +1 -0
- package/dist/languages/fsharp.js +1 -0
- package/dist/languages/gcode.cjs +1 -1
- package/dist/languages/gcode.js +1 -1
- package/dist/languages/gettext.cjs +1 -1
- package/dist/languages/gettext.js +1 -1
- package/dist/languages/go.cjs +1 -0
- package/dist/languages/go.d.cts +1 -0
- package/dist/languages/go.d.ts +1 -0
- package/dist/languages/go.js +1 -0
- package/dist/languages/io.cjs +1 -1
- package/dist/languages/io.js +1 -1
- package/dist/languages/javascript.cjs +1 -0
- package/dist/languages/javascript.d.cts +1 -0
- package/dist/languages/javascript.d.ts +1 -0
- package/dist/languages/javascript.js +1 -0
- package/dist/languages/jcl.cjs +52 -0
- package/dist/languages/jcl.d.cts +49 -0
- package/dist/languages/jcl.d.ts +49 -0
- package/dist/languages/jcl.js +50 -0
- package/dist/languages/jq.cjs +52 -0
- package/dist/languages/jq.d.cts +49 -0
- package/dist/languages/jq.d.ts +49 -0
- package/dist/languages/jq.js +50 -0
- package/dist/languages/kotlin.cjs +1 -0
- package/dist/languages/kotlin.d.cts +1 -0
- package/dist/languages/kotlin.d.ts +1 -0
- package/dist/languages/kotlin.js +1 -0
- package/dist/languages/lex.cjs +53 -0
- package/dist/languages/lex.d.cts +50 -0
- package/dist/languages/lex.d.ts +50 -0
- package/dist/languages/lex.js +51 -0
- package/dist/languages/linkerscript.cjs +1 -1
- package/dist/languages/linkerscript.js +1 -1
- package/dist/languages/lobster.cjs +1 -1
- package/dist/languages/lobster.js +1 -1
- package/dist/languages/markdown.cjs +1 -0
- package/dist/languages/markdown.d.cts +1 -0
- package/dist/languages/markdown.d.ts +1 -0
- package/dist/languages/markdown.js +1 -0
- package/dist/languages/objective-c.cjs +1 -0
- package/dist/languages/objective-c.d.cts +1 -0
- package/dist/languages/objective-c.d.ts +1 -0
- package/dist/languages/objective-c.js +1 -0
- package/dist/languages/pl-i.cjs +1 -1
- package/dist/languages/pl-i.js +1 -1
- package/dist/languages/postscript.cjs +1 -1
- package/dist/languages/postscript.js +1 -1
- package/dist/languages/powerquery.cjs +1 -1
- package/dist/languages/powerquery.js +1 -1
- package/dist/languages/powershell.cjs +1 -0
- package/dist/languages/powershell.d.cts +1 -0
- package/dist/languages/powershell.d.ts +1 -0
- package/dist/languages/powershell.js +1 -0
- package/dist/languages/properties.cjs +53 -0
- package/dist/languages/properties.d.cts +50 -0
- package/dist/languages/properties.d.ts +50 -0
- package/dist/languages/properties.js +51 -0
- package/dist/languages/protobuf.cjs +1 -0
- package/dist/languages/protobuf.d.cts +1 -0
- package/dist/languages/protobuf.d.ts +1 -0
- package/dist/languages/protobuf.js +1 -0
- package/dist/languages/python.cjs +1 -0
- package/dist/languages/python.d.cts +1 -0
- package/dist/languages/python.d.ts +1 -0
- package/dist/languages/python.js +1 -0
- package/dist/languages/raku.cjs +1 -0
- package/dist/languages/raku.d.cts +1 -0
- package/dist/languages/raku.d.ts +1 -0
- package/dist/languages/raku.js +1 -0
- package/dist/languages/restructuredtext.cjs +1 -0
- package/dist/languages/restructuredtext.d.cts +1 -0
- package/dist/languages/restructuredtext.d.ts +1 -0
- package/dist/languages/restructuredtext.js +1 -0
- package/dist/languages/rexx.cjs +52 -0
- package/dist/languages/rexx.d.cts +49 -0
- package/dist/languages/rexx.d.ts +49 -0
- package/dist/languages/rexx.js +50 -0
- package/dist/languages/ruby.cjs +1 -0
- package/dist/languages/ruby.d.cts +1 -0
- package/dist/languages/ruby.d.ts +1 -0
- package/dist/languages/ruby.js +1 -0
- package/dist/languages/simula.cjs +1 -0
- package/dist/languages/simula.d.cts +1 -0
- package/dist/languages/simula.d.ts +1 -0
- package/dist/languages/simula.js +1 -0
- package/dist/languages/snobol.cjs +1 -0
- package/dist/languages/snobol.d.cts +1 -0
- package/dist/languages/snobol.d.ts +1 -0
- package/dist/languages/snobol.js +1 -0
- package/dist/languages/spark.cjs +1 -1
- package/dist/languages/spark.js +1 -1
- package/dist/languages/spss.cjs +1 -1
- package/dist/languages/spss.js +1 -1
- package/dist/languages/squirrel.cjs +1 -1
- package/dist/languages/squirrel.js +1 -1
- package/dist/languages/tex.cjs +1 -0
- package/dist/languages/tex.d.cts +1 -0
- package/dist/languages/tex.d.ts +1 -0
- package/dist/languages/tex.js +1 -0
- package/dist/languages/typescript.cjs +1 -0
- package/dist/languages/typescript.d.cts +1 -0
- package/dist/languages/typescript.d.ts +1 -0
- package/dist/languages/typescript.js +1 -0
- package/dist/languages/vale.cjs +2 -1
- package/dist/languages/vale.d.cts +1 -0
- package/dist/languages/vale.d.ts +1 -0
- package/dist/languages/vale.js +2 -1
- package/dist/languages/vba.cjs +1 -1
- package/dist/languages/vba.js +1 -1
- package/dist/languages/vbscript.cjs +53 -0
- package/dist/languages/vbscript.d.cts +50 -0
- package/dist/languages/vbscript.d.ts +50 -0
- package/dist/languages/vbscript.js +51 -0
- package/dist/languages/verse.cjs +1 -1
- package/dist/languages/verse.js +1 -1
- package/dist/languages/vimscript.cjs +54 -0
- package/dist/languages/vimscript.d.cts +51 -0
- package/dist/languages/vimscript.d.ts +51 -0
- package/dist/languages/vimscript.js +52 -0
- package/dist/languages/visual-basic.cjs +1 -0
- package/dist/languages/visual-basic.d.cts +1 -0
- package/dist/languages/visual-basic.d.ts +1 -0
- package/dist/languages/visual-basic.js +1 -0
- package/dist/languages/webassembly.cjs +1 -0
- package/dist/languages/webassembly.d.cts +1 -0
- package/dist/languages/webassembly.d.ts +1 -0
- package/dist/languages/webassembly.js +1 -0
- package/dist/languages/yacc.cjs +55 -0
- package/dist/languages/yacc.d.cts +50 -0
- package/dist/languages/yacc.d.ts +50 -0
- package/dist/languages/yacc.js +53 -0
- package/dist/{registry-p4uQJ2gP.d.cts → registry-XRfwD571.d.cts} +80 -53
- package/dist/{registry-p4uQJ2gP.d.ts → registry-XRfwD571.d.ts} +80 -53
- package/dist/shebang-B1dhpwsv.d.ts +15 -0
- package/dist/shebang-BL2ZFHQP.d.cts +15 -0
- package/dist/{types-B0_wjl_Q.d.cts → types-DkAECzIe.d.cts} +14 -1
- package/dist/{types-B0_wjl_Q.d.ts → types-DkAECzIe.d.ts} +14 -1
- package/package.json +56 -10
package/dist/api.cjs
CHANGED
|
@@ -78,6 +78,7 @@ var init_actionscript = __esm({
|
|
|
78
78
|
"src/languages/actionscript.ts"() {
|
|
79
79
|
actionscript = {
|
|
80
80
|
slug: "actionscript",
|
|
81
|
+
status: "legacy",
|
|
81
82
|
publishedDate: "1998-01-01",
|
|
82
83
|
extensions: [".as"],
|
|
83
84
|
author: "Gary Grossman / Macromedia",
|
|
@@ -254,6 +255,7 @@ var init_algol = __esm({
|
|
|
254
255
|
"src/languages/algol.ts"() {
|
|
255
256
|
algol = {
|
|
256
257
|
slug: "algol",
|
|
258
|
+
status: "historical",
|
|
257
259
|
publishedDate: "1958-01-01",
|
|
258
260
|
extensions: [".alg", ".algol"],
|
|
259
261
|
author: "ACM-GAMM committee",
|
|
@@ -360,6 +362,64 @@ var init_ampl = __esm({
|
|
|
360
362
|
}
|
|
361
363
|
});
|
|
362
364
|
|
|
365
|
+
// src/languages/angelscript.ts
|
|
366
|
+
var angelscript_exports = {};
|
|
367
|
+
__export(angelscript_exports, {
|
|
368
|
+
angelscript: () => angelscript
|
|
369
|
+
});
|
|
370
|
+
var angelscript;
|
|
371
|
+
var init_angelscript = __esm({
|
|
372
|
+
"src/languages/angelscript.ts"() {
|
|
373
|
+
angelscript = {
|
|
374
|
+
slug: "angelscript",
|
|
375
|
+
publishedDate: "2003-01-01",
|
|
376
|
+
extensions: [".as", ".angelscript"],
|
|
377
|
+
author: "Andreas Jonsson (AngelCode)",
|
|
378
|
+
website: "https://www.angelcode.com/angelscript",
|
|
379
|
+
paradigms: ["object-oriented", "procedural", "scripting"],
|
|
380
|
+
tooling: {
|
|
381
|
+
runtimes: ["AngelScript Engine"],
|
|
382
|
+
ecosystems: ["Game Development", "Embedded Scripting", "Modding"]
|
|
383
|
+
},
|
|
384
|
+
version: "2.36.1",
|
|
385
|
+
logo: "https://dummyimage.com/32x32/2D5FA0/ffffff.png&text=AS",
|
|
386
|
+
color: "#2D5FA0",
|
|
387
|
+
i18n: {
|
|
388
|
+
en: {
|
|
389
|
+
name: "AngelScript",
|
|
390
|
+
description: "A statically typed scripting language designed for embedding in C++ game engines.",
|
|
391
|
+
longDescription: "AngelScript is a scripting language designed to be embedded in C++ applications and game engines. It uses a syntax close to C++ and Java, making it familiar to game developers, while being compiled to bytecode and executed by a lightweight virtual machine with low overhead.\n\nCreated by Andreas Jonsson at AngelCode, the language provides strong typing, automatic memory management via reference counting, and a flexible registration API for exposing C++ classes and functions to scripts. It is used in commercial games and tools such as Crimsonland, Age of Wonders, and several modding communities."
|
|
392
|
+
},
|
|
393
|
+
es: {
|
|
394
|
+
name: "AngelScript",
|
|
395
|
+
description: "Lenguaje de scripting tipado estaticamente disenado para incrustar en motores de juego C++.",
|
|
396
|
+
longDescription: "AngelScript es un lenguaje de scripting disenado para incrustarse en aplicaciones C++ y motores de juego. Usa una sintaxis cercana a C++ y Java, familiar para desarrolladores de juegos, compilandose a bytecode y ejecutandose mediante una maquina virtual ligera con minima sobrecarga.\n\nCreado por Andreas Jonsson en AngelCode, el lenguaje ofrece tipado fuerte, gestion automatica de memoria mediante conteo de referencias y una API de registro flexible para exponer clases y funciones C++ a los scripts. Se usa en juegos comerciales y herramientas como Crimsonland, Age of Wonders y comunidades de mods."
|
|
397
|
+
},
|
|
398
|
+
it: {
|
|
399
|
+
name: "AngelScript",
|
|
400
|
+
description: "Linguaggio di scripting tipato staticamente progettato per essere incorporato in motori di gioco C++.",
|
|
401
|
+
longDescription: "AngelScript e un linguaggio di scripting progettato per essere incorporato in applicazioni C++ e motori di gioco. Usa una sintassi simile a C++ e Java, familiare agli sviluppatori di giochi, compilando a bytecode ed eseguito da una macchina virtuale leggera con basso overhead.\n\nCreato da Andreas Jonsson di AngelCode, il linguaggio offre tipizzazione statica, gestione automatica della memoria tramite conteggio dei riferimenti e un API di registrazione flessibile per esporre classi e funzioni C++ agli script. E usato in giochi commerciali come Crimsonland, Age of Wonders e comunita di modding."
|
|
402
|
+
},
|
|
403
|
+
fr: {
|
|
404
|
+
name: "AngelScript",
|
|
405
|
+
description: "Langage de script a typage statique concu pour etre integre dans les moteurs de jeu C++.",
|
|
406
|
+
longDescription: "AngelScript est un langage de script concu pour etre integre dans des applications C++ et des moteurs de jeu. Il utilise une syntaxe proche de C++ et Java, familiere aux developpeurs de jeux, avec une compilation en bytecode executee par une machine virtuelle legere a faible surcharge.\n\nCree par Andreas Jonsson chez AngelCode, le langage offre un typage statique, une gestion automatique de la memoire par comptage de references et une API d enregistrement flexible pour exposer des classes et fonctions C++ aux scripts. Il est utilise dans des jeux commerciaux comme Crimsonland, Age of Wonders et diverses communautes de mods."
|
|
407
|
+
},
|
|
408
|
+
de: {
|
|
409
|
+
name: "AngelScript",
|
|
410
|
+
description: "Statisch typisierte Skriptsprache fur die Einbettung in C++-Spiel-Engines.",
|
|
411
|
+
longDescription: "AngelScript ist eine Skriptsprache, die fur die Einbettung in C++-Anwendungen und Spiel-Engines entwickelt wurde. Sie verwendet eine Syntax ahnlich C++ und Java, die Spieleentwicklern vertraut ist, wird zu Bytecode kompiliert und von einer leichtgewichtigen virtuellen Maschine mit geringem Overhead ausgefuhrt.\n\nVon Andreas Jonsson bei AngelCode entwickelt, bietet die Sprache starke Typisierung, automatische Speicherverwaltung uber Referenzzahlung und eine flexible Registrierungs-API zum Bereitstellen von C++-Klassen und -Funktionen fur Skripte. Sie wird in kommerziellen Spielen wie Crimsonland, Age of Wonders und verschiedenen Modding-Communities eingesetzt."
|
|
412
|
+
},
|
|
413
|
+
pt: {
|
|
414
|
+
name: "AngelScript",
|
|
415
|
+
description: "Linguagem de script estaticamente tipada projetada para incorporacao em engines de jogos C++.",
|
|
416
|
+
longDescription: "AngelScript e uma linguagem de script projetada para ser incorporada em aplicacoes C++ e engines de jogos. Usa uma sintaxe proxima de C++ e Java, familiar a desenvolvedores de jogos, compilando para bytecode executado por uma maquina virtual leve com baixa sobrecarga.\n\nCriada por Andreas Jonsson na AngelCode, a linguagem oferece tipagem estatica, gerenciamento automatico de memoria por contagem de referencias e uma API de registro flexivel para expor classes e funcoes C++ aos scripts. E usada em jogos comerciais como Crimsonland, Age of Wonders e comunidades de mods."
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
}
|
|
421
|
+
});
|
|
422
|
+
|
|
363
423
|
// src/languages/ante.ts
|
|
364
424
|
var ante_exports = {};
|
|
365
425
|
__export(ante_exports, {
|
|
@@ -370,6 +430,7 @@ var init_ante = __esm({
|
|
|
370
430
|
"src/languages/ante.ts"() {
|
|
371
431
|
ante = {
|
|
372
432
|
slug: "ante",
|
|
433
|
+
status: "experimental",
|
|
373
434
|
publishedDate: "2019-01-01",
|
|
374
435
|
extensions: [".ante"],
|
|
375
436
|
author: "Evan Haas",
|
|
@@ -653,6 +714,64 @@ var init_applescript = __esm({
|
|
|
653
714
|
}
|
|
654
715
|
});
|
|
655
716
|
|
|
717
|
+
// src/languages/aql.ts
|
|
718
|
+
var aql_exports = {};
|
|
719
|
+
__export(aql_exports, {
|
|
720
|
+
aql: () => aql
|
|
721
|
+
});
|
|
722
|
+
var aql;
|
|
723
|
+
var init_aql = __esm({
|
|
724
|
+
"src/languages/aql.ts"() {
|
|
725
|
+
aql = {
|
|
726
|
+
slug: "aql",
|
|
727
|
+
publishedDate: "2012-05-01",
|
|
728
|
+
extensions: [".aql"],
|
|
729
|
+
author: "ArangoDB GmbH",
|
|
730
|
+
website: "https://docs.arangodb.com/stable/aql/",
|
|
731
|
+
paradigms: ["query", "declarative"],
|
|
732
|
+
tooling: {
|
|
733
|
+
runtimes: ["ArangoDB"],
|
|
734
|
+
ecosystems: ["Graph databases", "Document databases"]
|
|
735
|
+
},
|
|
736
|
+
version: "ArangoDB AQL",
|
|
737
|
+
logo: "https://cdn.simpleicons.org/arangodb/DDE072",
|
|
738
|
+
color: "#16A34A",
|
|
739
|
+
i18n: {
|
|
740
|
+
en: {
|
|
741
|
+
name: "AQL",
|
|
742
|
+
description: "ArangoDB Query Language, a declarative query language for multi-model graph and document data.",
|
|
743
|
+
longDescription: "AQL is the ArangoDB Query Language used to query documents, graphs, key-value data, and search views in ArangoDB. It has SQL-like declarative structure while supporting graph traversal, document operations, aggregation, and expression-oriented data shaping.\n\nAQL is used in applications that need one query language across multiple data models. It is closely tied to ArangoDB server versions and the database features available in each release."
|
|
744
|
+
},
|
|
745
|
+
es: {
|
|
746
|
+
name: "AQL",
|
|
747
|
+
description: "Lenguaje declarativo de consultas de ArangoDB para datos de grafos, documentos y multiples modelos.",
|
|
748
|
+
longDescription: "AQL es el lenguaje de consultas de ArangoDB para consultar documentos, grafos, datos clave-valor y vistas de busqueda. Tiene una estructura declarativa parecida a SQL, con soporte para recorridos de grafos, operaciones sobre documentos, agregaciones y transformacion de datos mediante expresiones.\n\nAQL se usa en aplicaciones que necesitan un solo lenguaje de consulta para varios modelos de datos. Esta estrechamente ligado a las versiones del servidor ArangoDB y a las capacidades disponibles en cada lanzamiento."
|
|
749
|
+
},
|
|
750
|
+
it: {
|
|
751
|
+
name: "AQL",
|
|
752
|
+
description: "Linguaggio dichiarativo di query di ArangoDB per dati a grafo, documenti e modelli multipli.",
|
|
753
|
+
longDescription: "AQL e il linguaggio di query di ArangoDB usato per interrogare documenti, grafi, dati chiave-valore e viste di ricerca. Ha una struttura dichiarativa simile a SQL, con supporto per attraversamenti di grafi, operazioni sui documenti, aggregazioni e trasformazione dei dati tramite espressioni.\n\nAQL viene usato in applicazioni che richiedono un unico linguaggio di query per piu modelli di dati. E strettamente legato alle versioni del server ArangoDB e alle funzionalita disponibili in ogni rilascio."
|
|
754
|
+
},
|
|
755
|
+
fr: {
|
|
756
|
+
name: "AQL",
|
|
757
|
+
description: "Langage de requete declaratif d ArangoDB pour graphes, documents et donnees multi-modeles.",
|
|
758
|
+
longDescription: "AQL est le langage de requete d ArangoDB utilise pour interroger des documents, des graphes, des donnees cle-valeur et des vues de recherche. Il possede une structure declarative proche de SQL et prend en charge les parcours de graphes, les operations sur documents, les agregations et la mise en forme des donnees par expressions.\n\nAQL est utilise dans les applications qui ont besoin d un seul langage de requete pour plusieurs modeles de donnees. Il est etroitement lie aux versions du serveur ArangoDB et aux fonctionnalites disponibles dans chaque version."
|
|
759
|
+
},
|
|
760
|
+
de: {
|
|
761
|
+
name: "AQL",
|
|
762
|
+
description: "Deklarative Abfragesprache von ArangoDB fur Graph-, Dokument- und Multi-Model-Daten.",
|
|
763
|
+
longDescription: "AQL ist die ArangoDB Query Language zum Abfragen von Dokumenten, Graphen, Key-Value-Daten und Suchansichten in ArangoDB. Sie hat eine SQL-ahnliche deklarative Struktur und unterstutzt Graph-Traversierungen, Dokumentoperationen, Aggregationen und ausdrucksbasierte Datenformung.\n\nAQL wird in Anwendungen eingesetzt, die eine Abfragesprache fur mehrere Datenmodelle benotigen. Die Sprache ist eng an ArangoDB-Serverversionen und die darin verfugbaren Funktionen gebunden."
|
|
764
|
+
},
|
|
765
|
+
pt: {
|
|
766
|
+
name: "AQL",
|
|
767
|
+
description: "Linguagem declarativa de consulta do ArangoDB para grafos, documentos e dados multimodelo.",
|
|
768
|
+
longDescription: "AQL e a linguagem de consulta do ArangoDB usada para consultar documentos, grafos, dados chave-valor e visoes de busca. Ela tem uma estrutura declarativa semelhante a SQL, com suporte a percursos de grafos, operacoes em documentos, agregacoes e modelagem de dados baseada em expressoes.\n\nAQL e usada em aplicacoes que precisam de uma unica linguagem de consulta para varios modelos de dados. Ela esta ligada as versoes do servidor ArangoDB e aos recursos disponiveis em cada lancamento."
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
};
|
|
772
|
+
}
|
|
773
|
+
});
|
|
774
|
+
|
|
656
775
|
// src/languages/arduino.ts
|
|
657
776
|
var arduino_exports = {};
|
|
658
777
|
__export(arduino_exports, {
|
|
@@ -712,64 +831,6 @@ var init_arduino = __esm({
|
|
|
712
831
|
}
|
|
713
832
|
});
|
|
714
833
|
|
|
715
|
-
// src/languages/aql.ts
|
|
716
|
-
var aql_exports = {};
|
|
717
|
-
__export(aql_exports, {
|
|
718
|
-
aql: () => aql
|
|
719
|
-
});
|
|
720
|
-
var aql;
|
|
721
|
-
var init_aql = __esm({
|
|
722
|
-
"src/languages/aql.ts"() {
|
|
723
|
-
aql = {
|
|
724
|
-
slug: "aql",
|
|
725
|
-
publishedDate: "2012-05-01",
|
|
726
|
-
extensions: [".aql"],
|
|
727
|
-
author: "ArangoDB GmbH",
|
|
728
|
-
website: "https://docs.arangodb.com/stable/aql/",
|
|
729
|
-
paradigms: ["query", "declarative"],
|
|
730
|
-
tooling: {
|
|
731
|
-
runtimes: ["ArangoDB"],
|
|
732
|
-
ecosystems: ["Graph databases", "Document databases"]
|
|
733
|
-
},
|
|
734
|
-
version: "ArangoDB AQL",
|
|
735
|
-
logo: "https://cdn.simpleicons.org/arangodb/DDE072",
|
|
736
|
-
color: "#16A34A",
|
|
737
|
-
i18n: {
|
|
738
|
-
en: {
|
|
739
|
-
name: "AQL",
|
|
740
|
-
description: "ArangoDB Query Language, a declarative query language for multi-model graph and document data.",
|
|
741
|
-
longDescription: "AQL is the ArangoDB Query Language used to query documents, graphs, key-value data, and search views in ArangoDB. It has SQL-like declarative structure while supporting graph traversal, document operations, aggregation, and expression-oriented data shaping.\n\nAQL is used in applications that need one query language across multiple data models. It is closely tied to ArangoDB server versions and the database features available in each release."
|
|
742
|
-
},
|
|
743
|
-
es: {
|
|
744
|
-
name: "AQL",
|
|
745
|
-
description: "Lenguaje declarativo de consultas de ArangoDB para datos de grafos, documentos y multiples modelos.",
|
|
746
|
-
longDescription: "AQL es el lenguaje de consultas de ArangoDB para consultar documentos, grafos, datos clave-valor y vistas de busqueda. Tiene una estructura declarativa parecida a SQL, con soporte para recorridos de grafos, operaciones sobre documentos, agregaciones y transformacion de datos mediante expresiones.\n\nAQL se usa en aplicaciones que necesitan un solo lenguaje de consulta para varios modelos de datos. Esta estrechamente ligado a las versiones del servidor ArangoDB y a las capacidades disponibles en cada lanzamiento."
|
|
747
|
-
},
|
|
748
|
-
it: {
|
|
749
|
-
name: "AQL",
|
|
750
|
-
description: "Linguaggio dichiarativo di query di ArangoDB per dati a grafo, documenti e modelli multipli.",
|
|
751
|
-
longDescription: "AQL e il linguaggio di query di ArangoDB usato per interrogare documenti, grafi, dati chiave-valore e viste di ricerca. Ha una struttura dichiarativa simile a SQL, con supporto per attraversamenti di grafi, operazioni sui documenti, aggregazioni e trasformazione dei dati tramite espressioni.\n\nAQL viene usato in applicazioni che richiedono un unico linguaggio di query per piu modelli di dati. E strettamente legato alle versioni del server ArangoDB e alle funzionalita disponibili in ogni rilascio."
|
|
752
|
-
},
|
|
753
|
-
fr: {
|
|
754
|
-
name: "AQL",
|
|
755
|
-
description: "Langage de requete declaratif d ArangoDB pour graphes, documents et donnees multi-modeles.",
|
|
756
|
-
longDescription: "AQL est le langage de requete d ArangoDB utilise pour interroger des documents, des graphes, des donnees cle-valeur et des vues de recherche. Il possede une structure declarative proche de SQL et prend en charge les parcours de graphes, les operations sur documents, les agregations et la mise en forme des donnees par expressions.\n\nAQL est utilise dans les applications qui ont besoin d un seul langage de requete pour plusieurs modeles de donnees. Il est etroitement lie aux versions du serveur ArangoDB et aux fonctionnalites disponibles dans chaque version."
|
|
757
|
-
},
|
|
758
|
-
de: {
|
|
759
|
-
name: "AQL",
|
|
760
|
-
description: "Deklarative Abfragesprache von ArangoDB fur Graph-, Dokument- und Multi-Model-Daten.",
|
|
761
|
-
longDescription: "AQL ist die ArangoDB Query Language zum Abfragen von Dokumenten, Graphen, Key-Value-Daten und Suchansichten in ArangoDB. Sie hat eine SQL-ahnliche deklarative Struktur und unterstutzt Graph-Traversierungen, Dokumentoperationen, Aggregationen und ausdrucksbasierte Datenformung.\n\nAQL wird in Anwendungen eingesetzt, die eine Abfragesprache fur mehrere Datenmodelle benotigen. Die Sprache ist eng an ArangoDB-Serverversionen und die darin verfugbaren Funktionen gebunden."
|
|
762
|
-
},
|
|
763
|
-
pt: {
|
|
764
|
-
name: "AQL",
|
|
765
|
-
description: "Linguagem declarativa de consulta do ArangoDB para grafos, documentos e dados multimodelo.",
|
|
766
|
-
longDescription: "AQL e a linguagem de consulta do ArangoDB usada para consultar documentos, grafos, dados chave-valor e visoes de busca. Ela tem uma estrutura declarativa semelhante a SQL, com suporte a percursos de grafos, operacoes em documentos, agregacoes e modelagem de dados baseada em expressoes.\n\nAQL e usada em aplicacoes que precisam de uma unica linguagem de consulta para varios modelos de dados. Ela esta ligada as versoes do servidor ArangoDB e aos recursos disponiveis em cada lancamento."
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
};
|
|
770
|
-
}
|
|
771
|
-
});
|
|
772
|
-
|
|
773
834
|
// src/languages/asciidoc.ts
|
|
774
835
|
var asciidoc_exports = {};
|
|
775
836
|
__export(asciidoc_exports, {
|
|
@@ -898,6 +959,7 @@ var init_assembly = __esm({
|
|
|
898
959
|
"src/languages/assembly.ts"() {
|
|
899
960
|
assembly = {
|
|
900
961
|
slug: "assembly",
|
|
962
|
+
aliases: ["asm"],
|
|
901
963
|
publishedDate: "1949-01-01",
|
|
902
964
|
extensions: [".asm", ".s", ".S", ".inc"],
|
|
903
965
|
author: "Machine architecture vendors and assembler implementers",
|
|
@@ -1005,64 +1067,6 @@ var init_assemblyscript = __esm({
|
|
|
1005
1067
|
}
|
|
1006
1068
|
});
|
|
1007
1069
|
|
|
1008
|
-
// src/languages/angelscript.ts
|
|
1009
|
-
var angelscript_exports = {};
|
|
1010
|
-
__export(angelscript_exports, {
|
|
1011
|
-
angelscript: () => angelscript
|
|
1012
|
-
});
|
|
1013
|
-
var angelscript;
|
|
1014
|
-
var init_angelscript = __esm({
|
|
1015
|
-
"src/languages/angelscript.ts"() {
|
|
1016
|
-
angelscript = {
|
|
1017
|
-
slug: "angelscript",
|
|
1018
|
-
publishedDate: "2003-01-01",
|
|
1019
|
-
extensions: [".as", ".angelscript"],
|
|
1020
|
-
author: "Andreas Jonsson (AngelCode)",
|
|
1021
|
-
website: "https://www.angelcode.com/angelscript",
|
|
1022
|
-
paradigms: ["object-oriented", "procedural", "scripting"],
|
|
1023
|
-
tooling: {
|
|
1024
|
-
runtimes: ["AngelScript Engine"],
|
|
1025
|
-
ecosystems: ["Game Development", "Embedded Scripting", "Modding"]
|
|
1026
|
-
},
|
|
1027
|
-
version: "2.36.1",
|
|
1028
|
-
logo: "https://dummyimage.com/32x32/2D5FA0/ffffff.png&text=AS",
|
|
1029
|
-
color: "#2D5FA0",
|
|
1030
|
-
i18n: {
|
|
1031
|
-
en: {
|
|
1032
|
-
name: "AngelScript",
|
|
1033
|
-
description: "A statically typed scripting language designed for embedding in C++ game engines.",
|
|
1034
|
-
longDescription: "AngelScript is a scripting language designed to be embedded in C++ applications and game engines. It uses a syntax close to C++ and Java, making it familiar to game developers, while being compiled to bytecode and executed by a lightweight virtual machine with low overhead.\n\nCreated by Andreas Jonsson at AngelCode, the language provides strong typing, automatic memory management via reference counting, and a flexible registration API for exposing C++ classes and functions to scripts. It is used in commercial games and tools such as Crimsonland, Age of Wonders, and several modding communities."
|
|
1035
|
-
},
|
|
1036
|
-
es: {
|
|
1037
|
-
name: "AngelScript",
|
|
1038
|
-
description: "Lenguaje de scripting tipado estaticamente disenado para incrustar en motores de juego C++.",
|
|
1039
|
-
longDescription: "AngelScript es un lenguaje de scripting disenado para incrustarse en aplicaciones C++ y motores de juego. Usa una sintaxis cercana a C++ y Java, familiar para desarrolladores de juegos, compilandose a bytecode y ejecutandose mediante una maquina virtual ligera con minima sobrecarga.\n\nCreado por Andreas Jonsson en AngelCode, el lenguaje ofrece tipado fuerte, gestion automatica de memoria mediante conteo de referencias y una API de registro flexible para exponer clases y funciones C++ a los scripts. Se usa en juegos comerciales y herramientas como Crimsonland, Age of Wonders y comunidades de mods."
|
|
1040
|
-
},
|
|
1041
|
-
it: {
|
|
1042
|
-
name: "AngelScript",
|
|
1043
|
-
description: "Linguaggio di scripting tipato staticamente progettato per essere incorporato in motori di gioco C++.",
|
|
1044
|
-
longDescription: "AngelScript e un linguaggio di scripting progettato per essere incorporato in applicazioni C++ e motori di gioco. Usa una sintassi simile a C++ e Java, familiare agli sviluppatori di giochi, compilando a bytecode ed eseguito da una macchina virtuale leggera con basso overhead.\n\nCreato da Andreas Jonsson di AngelCode, il linguaggio offre tipizzazione statica, gestione automatica della memoria tramite conteggio dei riferimenti e un API di registrazione flessibile per esporre classi e funzioni C++ agli script. E usato in giochi commerciali come Crimsonland, Age of Wonders e comunita di modding."
|
|
1045
|
-
},
|
|
1046
|
-
fr: {
|
|
1047
|
-
name: "AngelScript",
|
|
1048
|
-
description: "Langage de script a typage statique concu pour etre integre dans les moteurs de jeu C++.",
|
|
1049
|
-
longDescription: "AngelScript est un langage de script concu pour etre integre dans des applications C++ et des moteurs de jeu. Il utilise une syntaxe proche de C++ et Java, familiere aux developpeurs de jeux, avec une compilation en bytecode executee par une machine virtuelle legere a faible surcharge.\n\nCree par Andreas Jonsson chez AngelCode, le langage offre un typage statique, une gestion automatique de la memoire par comptage de references et une API d enregistrement flexible pour exposer des classes et fonctions C++ aux scripts. Il est utilise dans des jeux commerciaux comme Crimsonland, Age of Wonders et diverses communautes de mods."
|
|
1050
|
-
},
|
|
1051
|
-
de: {
|
|
1052
|
-
name: "AngelScript",
|
|
1053
|
-
description: "Statisch typisierte Skriptsprache fur die Einbettung in C++-Spiel-Engines.",
|
|
1054
|
-
longDescription: "AngelScript ist eine Skriptsprache, die fur die Einbettung in C++-Anwendungen und Spiel-Engines entwickelt wurde. Sie verwendet eine Syntax ahnlich C++ und Java, die Spieleentwicklern vertraut ist, wird zu Bytecode kompiliert und von einer leichtgewichtigen virtuellen Maschine mit geringem Overhead ausgefuhrt.\n\nVon Andreas Jonsson bei AngelCode entwickelt, bietet die Sprache starke Typisierung, automatische Speicherverwaltung uber Referenzzahlung und eine flexible Registrierungs-API zum Bereitstellen von C++-Klassen und -Funktionen fur Skripte. Sie wird in kommerziellen Spielen wie Crimsonland, Age of Wonders und verschiedenen Modding-Communities eingesetzt."
|
|
1055
|
-
},
|
|
1056
|
-
pt: {
|
|
1057
|
-
name: "AngelScript",
|
|
1058
|
-
description: "Linguagem de script estaticamente tipada projetada para incorporacao em engines de jogos C++.",
|
|
1059
|
-
longDescription: "AngelScript e uma linguagem de script projetada para ser incorporada em aplicacoes C++ e engines de jogos. Usa uma sintaxe proxima de C++ e Java, familiar a desenvolvedores de jogos, compilando para bytecode executado por uma maquina virtual leve com baixa sobrecarga.\n\nCriada por Andreas Jonsson na AngelCode, a linguagem oferece tipagem estatica, gerenciamento automatico de memoria por contagem de referencias e uma API de registro flexivel para expor classes e funcoes C++ aos scripts. E usada em jogos comerciais como Crimsonland, Age of Wonders e comunidades de mods."
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
};
|
|
1063
|
-
}
|
|
1064
|
-
});
|
|
1065
|
-
|
|
1066
1070
|
// src/languages/astro.ts
|
|
1067
1071
|
var astro_exports = {};
|
|
1068
1072
|
__export(astro_exports, {
|
|
@@ -1132,6 +1136,7 @@ var init_austral = __esm({
|
|
|
1132
1136
|
"src/languages/austral.ts"() {
|
|
1133
1137
|
austral = {
|
|
1134
1138
|
slug: "austral",
|
|
1139
|
+
status: "experimental",
|
|
1135
1140
|
publishedDate: "2021-01-01",
|
|
1136
1141
|
extensions: [".aum", ".aui"],
|
|
1137
1142
|
author: "Fernando Borretti",
|
|
@@ -1142,7 +1147,7 @@ var init_austral = __esm({
|
|
|
1142
1147
|
ecosystems: ["Systems Programming", "Memory Safety", "Research"]
|
|
1143
1148
|
},
|
|
1144
1149
|
version: "0.1.0",
|
|
1145
|
-
logo: "https://
|
|
1150
|
+
logo: "https://avatars.githubusercontent.com/u/17337956?v=4",
|
|
1146
1151
|
color: "#0F766E",
|
|
1147
1152
|
i18n: {
|
|
1148
1153
|
en: {
|
|
@@ -1414,64 +1419,10 @@ var init_ballerina = __esm({
|
|
|
1414
1419
|
}
|
|
1415
1420
|
});
|
|
1416
1421
|
|
|
1417
|
-
// src/languages/
|
|
1418
|
-
var
|
|
1419
|
-
__export(
|
|
1420
|
-
|
|
1421
|
-
});
|
|
1422
|
-
var basic;
|
|
1423
|
-
var init_basic = __esm({
|
|
1424
|
-
"src/languages/basic.ts"() {
|
|
1425
|
-
basic = {
|
|
1426
|
-
slug: "basic",
|
|
1427
|
-
publishedDate: "1964-05-01",
|
|
1428
|
-
extensions: [".bas", ".bi", ".bb"],
|
|
1429
|
-
author: "John G. Kemeny, Thomas E. Kurtz",
|
|
1430
|
-
website: "https://freebasic.net",
|
|
1431
|
-
paradigms: ["imperative", "procedural", "structured"],
|
|
1432
|
-
version: "FreeBASIC 1.10.1",
|
|
1433
|
-
logo: "https://avatars.githubusercontent.com/u/5598624?v=4",
|
|
1434
|
-
color: "#00599C",
|
|
1435
|
-
i18n: {
|
|
1436
|
-
en: {
|
|
1437
|
-
name: "BASIC",
|
|
1438
|
-
description: "A family of general-purpose high-level programming languages designed for ease of use.",
|
|
1439
|
-
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) was designed in 1964 to enable non-science students to use computers.\n\nModern descendants include FreeBASIC, QB64, and Visual Basic. FreeBASIC remains actively maintained, offering compiled programs, inline assembly, and compatibility with classic BASIC code while adding modern structures like objects, pointers, and preprocessor directives."
|
|
1440
|
-
},
|
|
1441
|
-
es: {
|
|
1442
|
-
name: "BASIC",
|
|
1443
|
-
description: "Una familia de lenguajes de programaci\xF3n de alto nivel de prop\xF3sito general dise\xF1ados para la facilidad de uso.",
|
|
1444
|
-
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fue dise\xF1ado en 1964 para permitir a estudiantes no cient\xEDficos usar computadoras.\n\nLos descendientes modernos incluyen FreeBASIC, QB64 y Visual Basic. FreeBASIC sigue mantenido activamente, ofreciendo programas compilados, ensamblador en l\xEDnea y compatibilidad con c\xF3digo BASIC cl\xE1sico, al tiempo que a\xF1ade estructuras modernas como objetos, punteros y directivas de preprocesador."
|
|
1445
|
-
},
|
|
1446
|
-
it: {
|
|
1447
|
-
name: "BASIC",
|
|
1448
|
-
description: "Una famiglia di linguaggi di programmazione di alto livello a uso generale progettati per la facilit\xE0 d'uso.",
|
|
1449
|
-
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fu progettato nel 1964 per consentire agli studenti non scientifici di usare i computer.\n\nI discendenti moderni includono FreeBASIC, QB64 e Visual Basic. FreeBASIC e ancora attivamente mantenuto, offrendo programmi compilati, assembly inline e compatibilita con il codice BASIC classico, aggiungendo strutture moderne come oggetti, puntatori e direttive del preprocessore."
|
|
1450
|
-
},
|
|
1451
|
-
fr: {
|
|
1452
|
-
name: "BASIC",
|
|
1453
|
-
description: "Une famille de langages de programmation de haut niveau \xE0 usage g\xE9n\xE9ral con\xE7us pour la facilit\xE9 d'utilisation.",
|
|
1454
|
-
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) a \xE9t\xE9 con\xE7u en 1964 pour permettre aux \xE9tudiants non scientifiques d'utiliser des ordinateurs.\n\nLes descendants modernes comprennent FreeBASIC, QB64 et Visual Basic. FreeBASIC est encore activement maintenu, offrant des programmes compil\xE9s, de l'assembleur en ligne et une compatibilit\xE9 avec le code BASIC classique tout en ajoutant des structures modernes comme des objets, des pointeurs et des directives de pr\xE9processeur."
|
|
1455
|
-
},
|
|
1456
|
-
de: {
|
|
1457
|
-
name: "BASIC",
|
|
1458
|
-
description: "Eine Familie von allgemeinen Hochsprachen, die auf Benutzerfreundlichkeit ausgelegt sind.",
|
|
1459
|
-
longDescription: "BASIC (Beginner's All-purpose Symbolic Instruction Code) wurde 1964 entwickelt, um Nicht-Informatikstudenten die Nutzung von Computern zu erm\xF6glichen.\n\nModerne Nachfolger sind FreeBASIC, QB64 und Visual Basic. FreeBASIC wird aktiv gepflegt und bietet kompilierte Programme, Inline-Assembler und Kompatibilit\xE4t mit klassischem BASIC-Code, w\xE4hrend moderne Strukturen wie Objekte, Zeiger und Pr\xE4prozessor-Direktiven hinzugef\xFCgt werden."
|
|
1460
|
-
},
|
|
1461
|
-
pt: {
|
|
1462
|
-
name: "BASIC",
|
|
1463
|
-
description: "Uma fam\xEDlia de linguagens de programa\xE7\xE3o de alto n\xEDvel de prop\xF3sito geral projetadas para facilidade de uso.",
|
|
1464
|
-
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) foi projetado em 1964 para permitir que estudantes de \xE1reas n\xE3o cient\xEDficas usassem computadores.\n\nOs descendentes modernos incluem FreeBASIC, QB64 e Visual Basic. O FreeBASIC ainda \xE9 ativamente mantido, oferecendo programas compilados, assembly inline e compatibilidade com c\xF3digo BASIC cl\xE1ssico, enquanto adiciona estruturas modernas como objetos, ponteiros e diretivas de pr\xE9-processador."
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
};
|
|
1468
|
-
}
|
|
1469
|
-
});
|
|
1470
|
-
|
|
1471
|
-
// src/languages/bash.ts
|
|
1472
|
-
var bash_exports = {};
|
|
1473
|
-
__export(bash_exports, {
|
|
1474
|
-
bash: () => bash
|
|
1422
|
+
// src/languages/bash.ts
|
|
1423
|
+
var bash_exports = {};
|
|
1424
|
+
__export(bash_exports, {
|
|
1425
|
+
bash: () => bash
|
|
1475
1426
|
});
|
|
1476
1427
|
var bash;
|
|
1477
1428
|
var init_bash = __esm({
|
|
@@ -1527,6 +1478,60 @@ var init_bash = __esm({
|
|
|
1527
1478
|
}
|
|
1528
1479
|
});
|
|
1529
1480
|
|
|
1481
|
+
// src/languages/basic.ts
|
|
1482
|
+
var basic_exports = {};
|
|
1483
|
+
__export(basic_exports, {
|
|
1484
|
+
basic: () => basic
|
|
1485
|
+
});
|
|
1486
|
+
var basic;
|
|
1487
|
+
var init_basic = __esm({
|
|
1488
|
+
"src/languages/basic.ts"() {
|
|
1489
|
+
basic = {
|
|
1490
|
+
slug: "basic",
|
|
1491
|
+
publishedDate: "1964-05-01",
|
|
1492
|
+
extensions: [".bas", ".bi", ".bb"],
|
|
1493
|
+
author: "John G. Kemeny, Thomas E. Kurtz",
|
|
1494
|
+
website: "https://freebasic.net",
|
|
1495
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
1496
|
+
version: "FreeBASIC 1.10.1",
|
|
1497
|
+
logo: "https://avatars.githubusercontent.com/u/5598624?v=4",
|
|
1498
|
+
color: "#00599C",
|
|
1499
|
+
i18n: {
|
|
1500
|
+
en: {
|
|
1501
|
+
name: "BASIC",
|
|
1502
|
+
description: "A family of general-purpose high-level programming languages designed for ease of use.",
|
|
1503
|
+
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) was designed in 1964 to enable non-science students to use computers.\n\nModern descendants include FreeBASIC, QB64, and Visual Basic. FreeBASIC remains actively maintained, offering compiled programs, inline assembly, and compatibility with classic BASIC code while adding modern structures like objects, pointers, and preprocessor directives."
|
|
1504
|
+
},
|
|
1505
|
+
es: {
|
|
1506
|
+
name: "BASIC",
|
|
1507
|
+
description: "Una familia de lenguajes de programaci\xF3n de alto nivel de prop\xF3sito general dise\xF1ados para la facilidad de uso.",
|
|
1508
|
+
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fue dise\xF1ado en 1964 para permitir a estudiantes no cient\xEDficos usar computadoras.\n\nLos descendientes modernos incluyen FreeBASIC, QB64 y Visual Basic. FreeBASIC sigue mantenido activamente, ofreciendo programas compilados, ensamblador en l\xEDnea y compatibilidad con c\xF3digo BASIC cl\xE1sico, al tiempo que a\xF1ade estructuras modernas como objetos, punteros y directivas de preprocesador."
|
|
1509
|
+
},
|
|
1510
|
+
it: {
|
|
1511
|
+
name: "BASIC",
|
|
1512
|
+
description: "Una famiglia di linguaggi di programmazione di alto livello a uso generale progettati per la facilit\xE0 d'uso.",
|
|
1513
|
+
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fu progettato nel 1964 per consentire agli studenti non scientifici di usare i computer.\n\nI discendenti moderni includono FreeBASIC, QB64 e Visual Basic. FreeBASIC e ancora attivamente mantenuto, offrendo programmi compilati, assembly inline e compatibilita con il codice BASIC classico, aggiungendo strutture moderne come oggetti, puntatori e direttive del preprocessore."
|
|
1514
|
+
},
|
|
1515
|
+
fr: {
|
|
1516
|
+
name: "BASIC",
|
|
1517
|
+
description: "Une famille de langages de programmation de haut niveau \xE0 usage g\xE9n\xE9ral con\xE7us pour la facilit\xE9 d'utilisation.",
|
|
1518
|
+
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) a \xE9t\xE9 con\xE7u en 1964 pour permettre aux \xE9tudiants non scientifiques d'utiliser des ordinateurs.\n\nLes descendants modernes comprennent FreeBASIC, QB64 et Visual Basic. FreeBASIC est encore activement maintenu, offrant des programmes compil\xE9s, de l'assembleur en ligne et une compatibilit\xE9 avec le code BASIC classique tout en ajoutant des structures modernes comme des objets, des pointeurs et des directives de pr\xE9processeur."
|
|
1519
|
+
},
|
|
1520
|
+
de: {
|
|
1521
|
+
name: "BASIC",
|
|
1522
|
+
description: "Eine Familie von allgemeinen Hochsprachen, die auf Benutzerfreundlichkeit ausgelegt sind.",
|
|
1523
|
+
longDescription: "BASIC (Beginner's All-purpose Symbolic Instruction Code) wurde 1964 entwickelt, um Nicht-Informatikstudenten die Nutzung von Computern zu erm\xF6glichen.\n\nModerne Nachfolger sind FreeBASIC, QB64 und Visual Basic. FreeBASIC wird aktiv gepflegt und bietet kompilierte Programme, Inline-Assembler und Kompatibilit\xE4t mit klassischem BASIC-Code, w\xE4hrend moderne Strukturen wie Objekte, Zeiger und Pr\xE4prozessor-Direktiven hinzugef\xFCgt werden."
|
|
1524
|
+
},
|
|
1525
|
+
pt: {
|
|
1526
|
+
name: "BASIC",
|
|
1527
|
+
description: "Uma fam\xEDlia de linguagens de programa\xE7\xE3o de alto n\xEDvel de prop\xF3sito geral projetadas para facilidade de uso.",
|
|
1528
|
+
longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) foi projetado em 1964 para permitir que estudantes de \xE1reas n\xE3o cient\xEDficas usassem computadores.\n\nOs descendentes modernos incluem FreeBASIC, QB64 e Visual Basic. O FreeBASIC ainda \xE9 ativamente mantido, oferecendo programas compilados, assembly inline e compatibilidade com c\xF3digo BASIC cl\xE1ssico, enquanto adiciona estruturas modernas como objetos, ponteiros e diretivas de pr\xE9-processador."
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
};
|
|
1532
|
+
}
|
|
1533
|
+
});
|
|
1534
|
+
|
|
1530
1535
|
// src/languages/batch.ts
|
|
1531
1536
|
var batch_exports = {};
|
|
1532
1537
|
__export(batch_exports, {
|
|
@@ -1654,6 +1659,7 @@ var init_bcpl = __esm({
|
|
|
1654
1659
|
"src/languages/bcpl.ts"() {
|
|
1655
1660
|
bcpl = {
|
|
1656
1661
|
slug: "bcpl",
|
|
1662
|
+
status: "historical",
|
|
1657
1663
|
publishedDate: "1967-01-01",
|
|
1658
1664
|
extensions: [".bcpl"],
|
|
1659
1665
|
author: "Martin Richards",
|
|
@@ -1702,6 +1708,64 @@ var init_bcpl = __esm({
|
|
|
1702
1708
|
}
|
|
1703
1709
|
});
|
|
1704
1710
|
|
|
1711
|
+
// src/languages/bibtex.ts
|
|
1712
|
+
var bibtex_exports = {};
|
|
1713
|
+
__export(bibtex_exports, {
|
|
1714
|
+
bibtex: () => bibtex
|
|
1715
|
+
});
|
|
1716
|
+
var bibtex;
|
|
1717
|
+
var init_bibtex = __esm({
|
|
1718
|
+
"src/languages/bibtex.ts"() {
|
|
1719
|
+
bibtex = {
|
|
1720
|
+
slug: "bibtex",
|
|
1721
|
+
publishedDate: "1985-01-01",
|
|
1722
|
+
extensions: [".bib", ".bibtex"],
|
|
1723
|
+
author: "Oren Patashnik and Leslie Lamport",
|
|
1724
|
+
website: "https://ctan.org/pkg/bibtex",
|
|
1725
|
+
paradigms: ["data", "bibliography"],
|
|
1726
|
+
tooling: {
|
|
1727
|
+
runtimes: ["BibTeX", "Biber"],
|
|
1728
|
+
ecosystems: ["TeX", "LaTeX", "Academic publishing"]
|
|
1729
|
+
},
|
|
1730
|
+
version: "stable",
|
|
1731
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/9/92/LaTeX_logo.svg",
|
|
1732
|
+
color: "#2563EB",
|
|
1733
|
+
i18n: {
|
|
1734
|
+
en: {
|
|
1735
|
+
name: "BibTeX",
|
|
1736
|
+
description: "A bibliography data format and toolchain used with TeX and LaTeX documents.",
|
|
1737
|
+
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."
|
|
1738
|
+
},
|
|
1739
|
+
es: {
|
|
1740
|
+
name: "BibTeX",
|
|
1741
|
+
description: "Formato de datos bibliograficos y herramienta usada con documentos TeX y LaTeX.",
|
|
1742
|
+
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."
|
|
1743
|
+
},
|
|
1744
|
+
it: {
|
|
1745
|
+
name: "BibTeX",
|
|
1746
|
+
description: "Formato di dati bibliografici e toolchain usati con documenti TeX e LaTeX.",
|
|
1747
|
+
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."
|
|
1748
|
+
},
|
|
1749
|
+
fr: {
|
|
1750
|
+
name: "BibTeX",
|
|
1751
|
+
description: "Format de donnees bibliographiques et chaine d outils utilises avec TeX et LaTeX.",
|
|
1752
|
+
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."
|
|
1753
|
+
},
|
|
1754
|
+
de: {
|
|
1755
|
+
name: "BibTeX",
|
|
1756
|
+
description: "Bibliografisches Datenformat und Werkzeugkette fur TeX- und LaTeX-Dokumente.",
|
|
1757
|
+
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."
|
|
1758
|
+
},
|
|
1759
|
+
pt: {
|
|
1760
|
+
name: "BibTeX",
|
|
1761
|
+
description: "Formato de dados bibliograficos e cadeia de ferramentas usada com TeX e LaTeX.",
|
|
1762
|
+
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."
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
};
|
|
1766
|
+
}
|
|
1767
|
+
});
|
|
1768
|
+
|
|
1705
1769
|
// src/languages/bicep.ts
|
|
1706
1770
|
var bicep_exports = {};
|
|
1707
1771
|
__export(bicep_exports, {
|
|
@@ -1761,64 +1825,6 @@ var init_bicep = __esm({
|
|
|
1761
1825
|
}
|
|
1762
1826
|
});
|
|
1763
1827
|
|
|
1764
|
-
// src/languages/bibtex.ts
|
|
1765
|
-
var bibtex_exports = {};
|
|
1766
|
-
__export(bibtex_exports, {
|
|
1767
|
-
bibtex: () => bibtex
|
|
1768
|
-
});
|
|
1769
|
-
var bibtex;
|
|
1770
|
-
var init_bibtex = __esm({
|
|
1771
|
-
"src/languages/bibtex.ts"() {
|
|
1772
|
-
bibtex = {
|
|
1773
|
-
slug: "bibtex",
|
|
1774
|
-
publishedDate: "1985-01-01",
|
|
1775
|
-
extensions: [".bib", ".bibtex"],
|
|
1776
|
-
author: "Oren Patashnik and Leslie Lamport",
|
|
1777
|
-
website: "https://ctan.org/pkg/bibtex",
|
|
1778
|
-
paradigms: ["data", "bibliography"],
|
|
1779
|
-
tooling: {
|
|
1780
|
-
runtimes: ["BibTeX", "Biber"],
|
|
1781
|
-
ecosystems: ["TeX", "LaTeX", "Academic publishing"]
|
|
1782
|
-
},
|
|
1783
|
-
version: "stable",
|
|
1784
|
-
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Bi",
|
|
1785
|
-
color: "#2563EB",
|
|
1786
|
-
i18n: {
|
|
1787
|
-
en: {
|
|
1788
|
-
name: "BibTeX",
|
|
1789
|
-
description: "A bibliography data format and toolchain used with TeX and LaTeX documents.",
|
|
1790
|
-
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."
|
|
1791
|
-
},
|
|
1792
|
-
es: {
|
|
1793
|
-
name: "BibTeX",
|
|
1794
|
-
description: "Formato de datos bibliograficos y herramienta usada con documentos TeX y LaTeX.",
|
|
1795
|
-
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."
|
|
1796
|
-
},
|
|
1797
|
-
it: {
|
|
1798
|
-
name: "BibTeX",
|
|
1799
|
-
description: "Formato di dati bibliografici e toolchain usati con documenti TeX e LaTeX.",
|
|
1800
|
-
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."
|
|
1801
|
-
},
|
|
1802
|
-
fr: {
|
|
1803
|
-
name: "BibTeX",
|
|
1804
|
-
description: "Format de donnees bibliographiques et chaine d outils utilises avec TeX et LaTeX.",
|
|
1805
|
-
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."
|
|
1806
|
-
},
|
|
1807
|
-
de: {
|
|
1808
|
-
name: "BibTeX",
|
|
1809
|
-
description: "Bibliografisches Datenformat und Werkzeugkette fur TeX- und LaTeX-Dokumente.",
|
|
1810
|
-
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."
|
|
1811
|
-
},
|
|
1812
|
-
pt: {
|
|
1813
|
-
name: "BibTeX",
|
|
1814
|
-
description: "Formato de dados bibliograficos e cadeia de ferramentas usada com TeX e LaTeX.",
|
|
1815
|
-
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."
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1818
|
-
};
|
|
1819
|
-
}
|
|
1820
|
-
});
|
|
1821
|
-
|
|
1822
1828
|
// src/languages/blade.ts
|
|
1823
1829
|
var blade_exports = {};
|
|
1824
1830
|
__export(blade_exports, {
|
|
@@ -1888,6 +1894,7 @@ var init_bosque = __esm({
|
|
|
1888
1894
|
"src/languages/bosque.ts"() {
|
|
1889
1895
|
bosque = {
|
|
1890
1896
|
slug: "bosque",
|
|
1897
|
+
status: "experimental",
|
|
1891
1898
|
publishedDate: "2019-04-15",
|
|
1892
1899
|
extensions: [".bsq"],
|
|
1893
1900
|
author: "Microsoft Research",
|
|
@@ -2238,6 +2245,7 @@ var init_carbon = __esm({
|
|
|
2238
2245
|
"src/languages/carbon.ts"() {
|
|
2239
2246
|
carbon = {
|
|
2240
2247
|
slug: "carbon",
|
|
2248
|
+
status: "experimental",
|
|
2241
2249
|
publishedDate: "2022-07-19",
|
|
2242
2250
|
extensions: [".carbon"],
|
|
2243
2251
|
author: "Carbon Language Project",
|
|
@@ -2766,6 +2774,7 @@ var init_coq = __esm({
|
|
|
2766
2774
|
"src/languages/coq.ts"() {
|
|
2767
2775
|
coq = {
|
|
2768
2776
|
slug: "coq",
|
|
2777
|
+
aliases: ["rocq"],
|
|
2769
2778
|
publishedDate: "1989-01-01",
|
|
2770
2779
|
extensions: [".v"],
|
|
2771
2780
|
author: "INRIA / Rocq Prover Development Team",
|
|
@@ -2825,6 +2834,7 @@ var init_cpp = __esm({
|
|
|
2825
2834
|
"src/languages/cpp.ts"() {
|
|
2826
2835
|
cpp = {
|
|
2827
2836
|
slug: "cpp",
|
|
2837
|
+
aliases: ["c++", "cplusplus"],
|
|
2828
2838
|
publishedDate: "1985-10-01",
|
|
2829
2839
|
extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"],
|
|
2830
2840
|
author: "Bjarne Stroustrup",
|
|
@@ -2874,117 +2884,117 @@ var init_cpp = __esm({
|
|
|
2874
2884
|
}
|
|
2875
2885
|
});
|
|
2876
2886
|
|
|
2877
|
-
// src/languages/
|
|
2878
|
-
var
|
|
2879
|
-
__export(
|
|
2880
|
-
|
|
2887
|
+
// src/languages/cql.ts
|
|
2888
|
+
var cql_exports = {};
|
|
2889
|
+
__export(cql_exports, {
|
|
2890
|
+
cql: () => cql
|
|
2881
2891
|
});
|
|
2882
|
-
var
|
|
2883
|
-
var
|
|
2884
|
-
"src/languages/
|
|
2885
|
-
|
|
2886
|
-
slug: "
|
|
2887
|
-
publishedDate: "
|
|
2888
|
-
extensions: [".
|
|
2889
|
-
author: "
|
|
2890
|
-
website: "https://
|
|
2891
|
-
paradigms: ["
|
|
2892
|
+
var cql;
|
|
2893
|
+
var init_cql = __esm({
|
|
2894
|
+
"src/languages/cql.ts"() {
|
|
2895
|
+
cql = {
|
|
2896
|
+
slug: "cql",
|
|
2897
|
+
publishedDate: "2008-01-01",
|
|
2898
|
+
extensions: [".cql"],
|
|
2899
|
+
author: "Apache Cassandra project",
|
|
2900
|
+
website: "https://cassandra.apache.org/doc/latest/cassandra/developing/cql/index.html",
|
|
2901
|
+
paradigms: ["query", "declarative"],
|
|
2892
2902
|
tooling: {
|
|
2893
|
-
runtimes: ["
|
|
2894
|
-
|
|
2895
|
-
ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
|
|
2903
|
+
runtimes: ["Apache Cassandra"],
|
|
2904
|
+
ecosystems: ["NoSQL", "Distributed databases"]
|
|
2896
2905
|
},
|
|
2897
|
-
version: "
|
|
2898
|
-
logo: "https://cdn.simpleicons.org/
|
|
2899
|
-
color: "#
|
|
2906
|
+
version: "CQL 3",
|
|
2907
|
+
logo: "https://cdn.simpleicons.org/apachecassandra/1287B1",
|
|
2908
|
+
color: "#1287B1",
|
|
2900
2909
|
i18n: {
|
|
2901
2910
|
en: {
|
|
2902
|
-
name: "
|
|
2903
|
-
description: "A
|
|
2904
|
-
longDescription: "
|
|
2911
|
+
name: "CQL",
|
|
2912
|
+
description: "A SQL-like query language for Apache Cassandra tables and keyspaces.",
|
|
2913
|
+
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."
|
|
2905
2914
|
},
|
|
2906
2915
|
es: {
|
|
2907
|
-
name: "
|
|
2908
|
-
description: "
|
|
2909
|
-
longDescription: "
|
|
2910
|
-
},
|
|
2911
|
-
it: {
|
|
2912
|
-
name: "
|
|
2913
|
-
description: "
|
|
2914
|
-
longDescription: "
|
|
2916
|
+
name: "CQL",
|
|
2917
|
+
description: "Lenguaje de consultas tipo SQL para tablas y keyspaces de Apache Cassandra.",
|
|
2918
|
+
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."
|
|
2919
|
+
},
|
|
2920
|
+
it: {
|
|
2921
|
+
name: "CQL",
|
|
2922
|
+
description: "Linguaggio di query simile a SQL per tabelle e keyspace Apache Cassandra.",
|
|
2923
|
+
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."
|
|
2915
2924
|
},
|
|
2916
2925
|
fr: {
|
|
2917
|
-
name: "
|
|
2918
|
-
description: "
|
|
2919
|
-
longDescription: "
|
|
2926
|
+
name: "CQL",
|
|
2927
|
+
description: "Langage de requete proche de SQL pour tables et keyspaces Apache Cassandra.",
|
|
2928
|
+
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."
|
|
2920
2929
|
},
|
|
2921
2930
|
de: {
|
|
2922
|
-
name: "
|
|
2923
|
-
description: "
|
|
2924
|
-
longDescription: "
|
|
2931
|
+
name: "CQL",
|
|
2932
|
+
description: "SQL-ahnliche Abfragesprache fur Apache-Cassandra-Tabellen und Keyspaces.",
|
|
2933
|
+
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."
|
|
2925
2934
|
},
|
|
2926
2935
|
pt: {
|
|
2927
|
-
name: "
|
|
2928
|
-
description: "Linguagem
|
|
2929
|
-
longDescription: "
|
|
2936
|
+
name: "CQL",
|
|
2937
|
+
description: "Linguagem de consulta parecida com SQL para tabelas e keyspaces Cassandra.",
|
|
2938
|
+
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."
|
|
2930
2939
|
}
|
|
2931
2940
|
}
|
|
2932
2941
|
};
|
|
2933
2942
|
}
|
|
2934
2943
|
});
|
|
2935
2944
|
|
|
2936
|
-
// src/languages/
|
|
2937
|
-
var
|
|
2938
|
-
__export(
|
|
2939
|
-
|
|
2945
|
+
// src/languages/crystal.ts
|
|
2946
|
+
var crystal_exports = {};
|
|
2947
|
+
__export(crystal_exports, {
|
|
2948
|
+
crystal: () => crystal
|
|
2940
2949
|
});
|
|
2941
|
-
var
|
|
2942
|
-
var
|
|
2943
|
-
"src/languages/
|
|
2944
|
-
|
|
2945
|
-
slug: "
|
|
2946
|
-
publishedDate: "
|
|
2947
|
-
extensions: [".
|
|
2948
|
-
author: "
|
|
2949
|
-
website: "https://
|
|
2950
|
-
paradigms: ["
|
|
2950
|
+
var crystal;
|
|
2951
|
+
var init_crystal = __esm({
|
|
2952
|
+
"src/languages/crystal.ts"() {
|
|
2953
|
+
crystal = {
|
|
2954
|
+
slug: "crystal",
|
|
2955
|
+
publishedDate: "2014-06-18",
|
|
2956
|
+
extensions: [".cr"],
|
|
2957
|
+
author: "Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors",
|
|
2958
|
+
website: "https://crystal-lang.org",
|
|
2959
|
+
paradigms: ["object-oriented", "functional", "imperative", "concurrent"],
|
|
2951
2960
|
tooling: {
|
|
2952
|
-
runtimes: ["
|
|
2953
|
-
|
|
2961
|
+
runtimes: ["Crystal"],
|
|
2962
|
+
packageManagers: ["Shards"],
|
|
2963
|
+
ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
|
|
2954
2964
|
},
|
|
2955
|
-
version: "
|
|
2956
|
-
logo: "https://cdn.simpleicons.org/
|
|
2957
|
-
color: "#
|
|
2965
|
+
version: "1.20.3",
|
|
2966
|
+
logo: "https://cdn.simpleicons.org/crystal/000000",
|
|
2967
|
+
color: "#000000",
|
|
2958
2968
|
i18n: {
|
|
2959
2969
|
en: {
|
|
2960
|
-
name: "
|
|
2961
|
-
description: "A
|
|
2962
|
-
longDescription: "
|
|
2970
|
+
name: "Crystal",
|
|
2971
|
+
description: "A compiled, statically typed language with Ruby-inspired syntax and native performance.",
|
|
2972
|
+
longDescription: "Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\n\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain."
|
|
2963
2973
|
},
|
|
2964
2974
|
es: {
|
|
2965
|
-
name: "
|
|
2966
|
-
description: "
|
|
2967
|
-
longDescription: "
|
|
2975
|
+
name: "Crystal",
|
|
2976
|
+
description: "Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.",
|
|
2977
|
+
longDescription: "Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\n\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado."
|
|
2968
2978
|
},
|
|
2969
2979
|
it: {
|
|
2970
|
-
name: "
|
|
2971
|
-
description: "
|
|
2972
|
-
longDescription: "
|
|
2980
|
+
name: "Crystal",
|
|
2981
|
+
description: "Un linguaggio compilato, con tipi statici, con sintassi ispirata a Ruby e prestazioni native.",
|
|
2982
|
+
longDescription: "Crystal e un linguaggio di programmazione general-purpose con sintassi ispirata a Ruby, controllo dei tipi statico, inferenza dei tipi, macro, fibre, canali, binding C e compilazione nativa. Mira a mantenere il codice espressivo catturando errori di tipo a compile time.\n\nViene utilizzato per servizi web, strumenti da riga di comando, automazione, applicazioni native, sistemi backend sensibili alle prestazioni e progetti che desiderano l'ergonomia simile a Ruby con un toolchain compilato."
|
|
2973
2983
|
},
|
|
2974
2984
|
fr: {
|
|
2975
|
-
name: "
|
|
2976
|
-
description: "
|
|
2977
|
-
longDescription: "
|
|
2985
|
+
name: "Crystal",
|
|
2986
|
+
description: "Un langage compile, de typage statique, avec une syntaxe inspiree de Ruby et des performances natives.",
|
|
2987
|
+
longDescription: "Crystal est un langage de programmation general a usage, avec une syntaxe inspiree de Ruby, un controle de type statique, l'inference de type, des macros, des fibres, des canaux, des liaisons C et une compilation native. Il vise a maintenir le code expressif tout en detectant les erreurs de type au moment de la compilation. \n\nIl est utilise pour les services web, les outils en ligne de commande, l'automatisation, les applications natives, les systemes backend sensibles aux performances et les projets qui souhaitent une ergonomie similaire a Ruby avec un outil de compilation."
|
|
2978
2988
|
},
|
|
2979
2989
|
de: {
|
|
2980
|
-
name: "
|
|
2981
|
-
description: "
|
|
2982
|
-
longDescription: "
|
|
2990
|
+
name: "Crystal",
|
|
2991
|
+
description: "Eine kompilierte, statisch typisierte Sprache mit Ruby-\xE4hnlicher Syntax und nativem Leistung.",
|
|
2992
|
+
longDescription: "Crystal ist eine allgemeine Programmiersprache mit Syntax, die von Ruby inspiriert ist, statischer Typ\xFCberpr\xFCfung, Typinferenz, Makros, Fibers, Kan\xE4len, C-Bindings und nativem Kompilieren. Sie zielt darauf ab, Code ausdrucksstark zu halten und gleichzeitig Typfehler zur Kompilierzeit zu erkennen.\n\nEs wird f\xFCr Webdienste, Kommandozeilen-Tools, Automatisierung, native Anwendungen, performante Backend-Systeme und Projekte verwendet, die die Ergonomie von Ruby mit einer kompilierten Toolchain w\xFCnschen."
|
|
2983
2993
|
},
|
|
2984
2994
|
pt: {
|
|
2985
|
-
name: "
|
|
2986
|
-
description: "Linguagem
|
|
2987
|
-
longDescription: "
|
|
2995
|
+
name: "Crystal",
|
|
2996
|
+
description: "Linguagem compilada, estaticamente tipada com sintaxe inspirada em Ruby e desempenho nativo.",
|
|
2997
|
+
longDescription: "Crystal \xE9 uma linguagem de programa\xE7\xE3o de prop\xF3sito geral com sintaxe inspirada em Ruby, verifica\xE7\xE3o est\xE1tica de tipos, infer\xEAncia de tipos, macros, fibras, canais, bindings C e compila\xE7\xE3o nativa. Seu objetivo \xE9 manter o c\xF3digo expressivo, capturando erros de tipo em tempo de compila\xE7\xE3o.\n\n\xC9 usada para servi\xE7os web, ferramentas de linha de comando, automa\xE7\xE3o, aplicativos nativos, sistemas de backend sens\xEDveis ao desempenho e projetos que desejam a ergonomia semelhante ao Ruby com uma ferramenta compilada."
|
|
2988
2998
|
}
|
|
2989
2999
|
}
|
|
2990
3000
|
};
|
|
@@ -3001,6 +3011,7 @@ var init_csharp = __esm({
|
|
|
3001
3011
|
"src/languages/csharp.ts"() {
|
|
3002
3012
|
csharp = {
|
|
3003
3013
|
slug: "csharp",
|
|
3014
|
+
aliases: ["c#", "cs"],
|
|
3004
3015
|
publishedDate: "2000-06-26",
|
|
3005
3016
|
extensions: [".cs", ".csx"],
|
|
3006
3017
|
author: "Anders Hejlsberg / Microsoft",
|
|
@@ -3599,7 +3610,7 @@ var init_dax = __esm({
|
|
|
3599
3610
|
]
|
|
3600
3611
|
},
|
|
3601
3612
|
version: "DAX 2025",
|
|
3602
|
-
logo: "https://
|
|
3613
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/c/cf/New_Power_BI_Logo.svg",
|
|
3603
3614
|
color: "#F2C811",
|
|
3604
3615
|
i18n: {
|
|
3605
3616
|
en: {
|
|
@@ -3765,6 +3776,7 @@ var init_dockerfile = __esm({
|
|
|
3765
3776
|
"src/languages/dockerfile.ts"() {
|
|
3766
3777
|
dockerfile = {
|
|
3767
3778
|
slug: "dockerfile",
|
|
3779
|
+
aliases: ["docker"],
|
|
3768
3780
|
publishedDate: "2013-03-20",
|
|
3769
3781
|
extensions: ["Dockerfile", ".dockerfile"],
|
|
3770
3782
|
author: "Docker, Inc.",
|
|
@@ -4223,6 +4235,66 @@ var init_elm = __esm({
|
|
|
4223
4235
|
}
|
|
4224
4236
|
});
|
|
4225
4237
|
|
|
4238
|
+
// src/languages/emacs-lisp.ts
|
|
4239
|
+
var emacs_lisp_exports = {};
|
|
4240
|
+
__export(emacs_lisp_exports, {
|
|
4241
|
+
emacsLisp: () => emacsLisp
|
|
4242
|
+
});
|
|
4243
|
+
var emacsLisp;
|
|
4244
|
+
var init_emacs_lisp = __esm({
|
|
4245
|
+
"src/languages/emacs-lisp.ts"() {
|
|
4246
|
+
emacsLisp = {
|
|
4247
|
+
slug: "emacs-lisp",
|
|
4248
|
+
aliases: ["elisp"],
|
|
4249
|
+
publishedDate: "1985-03-20",
|
|
4250
|
+
extensions: [".el"],
|
|
4251
|
+
author: "Richard Stallman / GNU Project",
|
|
4252
|
+
website: "https://www.gnu.org/software/emacs/manual/elisp.html",
|
|
4253
|
+
paradigms: ["functional", "imperative", "meta-programming", "scripting"],
|
|
4254
|
+
tooling: {
|
|
4255
|
+
runtimes: ["GNU Emacs"],
|
|
4256
|
+
packageManagers: ["package.el", "ELPA", "MELPA"],
|
|
4257
|
+
ecosystems: ["Text Editors", "Scripting"]
|
|
4258
|
+
},
|
|
4259
|
+
version: "Emacs 30.1",
|
|
4260
|
+
logo: "https://cdn.simpleicons.org/gnuemacs/7F5AB6",
|
|
4261
|
+
color: "#7F5AB6",
|
|
4262
|
+
i18n: {
|
|
4263
|
+
en: {
|
|
4264
|
+
name: "Emacs Lisp",
|
|
4265
|
+
description: "The Lisp dialect used to implement and extend the GNU Emacs editor.",
|
|
4266
|
+
longDescription: "Emacs Lisp is a dialect of Lisp that powers most of the GNU Emacs editor. Beyond configuration, it is a complete programming language with dynamic and lexical binding, macros, and an interactive development workflow built into the editor itself.\n\nThousands of packages distributed through ELPA and MELPA are written in Emacs Lisp, covering everything from mail clients and file managers to language servers and note-taking systems such as Org mode."
|
|
4267
|
+
},
|
|
4268
|
+
es: {
|
|
4269
|
+
name: "Emacs Lisp",
|
|
4270
|
+
description: "El dialecto de Lisp usado para implementar y extender el editor GNU Emacs.",
|
|
4271
|
+
longDescription: "Emacs Lisp es un dialecto de Lisp que impulsa la mayor parte del editor GNU Emacs. M\xE1s all\xE1 de la configuraci\xF3n, es un lenguaje de programaci\xF3n completo con enlace din\xE1mico y l\xE9xico, macros y un flujo de desarrollo interactivo integrado en el propio editor.\n\nMiles de paquetes distribuidos a trav\xE9s de ELPA y MELPA est\xE1n escritos en Emacs Lisp, cubriendo desde clientes de correo y gestores de archivos hasta servidores de lenguaje y sistemas de notas como Org mode."
|
|
4272
|
+
},
|
|
4273
|
+
it: {
|
|
4274
|
+
name: "Emacs Lisp",
|
|
4275
|
+
description: "Il dialetto Lisp usato per implementare ed estendere l'editor GNU Emacs.",
|
|
4276
|
+
longDescription: "Emacs Lisp \xE8 un dialetto di Lisp che alimenta la maggior parte dell'editor GNU Emacs. Oltre alla configurazione, \xE8 un linguaggio di programmazione completo con binding dinamico e lessicale, macro e un flusso di sviluppo interattivo integrato nell'editor stesso.\n\nMigliaia di pacchetti distribuiti tramite ELPA e MELPA sono scritti in Emacs Lisp, coprendo di tutto: client di posta, gestori di file, language server e sistemi di appunti come Org mode."
|
|
4277
|
+
},
|
|
4278
|
+
fr: {
|
|
4279
|
+
name: "Emacs Lisp",
|
|
4280
|
+
description: "Le dialecte Lisp utilis\xE9 pour impl\xE9menter et \xE9tendre l'\xE9diteur GNU Emacs.",
|
|
4281
|
+
longDescription: "Emacs Lisp est un dialecte de Lisp qui fait fonctionner la majeure partie de l'\xE9diteur GNU Emacs. Au-del\xE0 de la configuration, c'est un langage de programmation complet avec liaison dynamique et lexicale, macros et un flux de d\xE9veloppement interactif int\xE9gr\xE9 \xE0 l'\xE9diteur lui-m\xEAme.\n\nDes milliers de paquets distribu\xE9s via ELPA et MELPA sont \xE9crits en Emacs Lisp, couvrant aussi bien des clients de messagerie et des gestionnaires de fichiers que des serveurs de langage et des syst\xE8mes de prise de notes comme Org mode."
|
|
4282
|
+
},
|
|
4283
|
+
de: {
|
|
4284
|
+
name: "Emacs Lisp",
|
|
4285
|
+
description: "Der Lisp-Dialekt, mit dem der GNU-Emacs-Editor implementiert und erweitert wird.",
|
|
4286
|
+
longDescription: "Emacs Lisp ist ein Lisp-Dialekt, der den gr\xF6\xDFten Teil des GNU-Emacs-Editors antreibt. \xDCber die Konfiguration hinaus ist es eine vollst\xE4ndige Programmiersprache mit dynamischer und lexikalischer Bindung, Makros und einem interaktiven Entwicklungsworkflow direkt im Editor.\n\nTausende \xFCber ELPA und MELPA verteilte Pakete sind in Emacs Lisp geschrieben und decken alles ab: von Mail-Clients und Dateimanagern bis zu Language-Servern und Notizsystemen wie Org mode."
|
|
4287
|
+
},
|
|
4288
|
+
pt: {
|
|
4289
|
+
name: "Emacs Lisp",
|
|
4290
|
+
description: "O dialeto de Lisp usado para implementar e estender o editor GNU Emacs.",
|
|
4291
|
+
longDescription: "Emacs Lisp \xE9 um dialeto de Lisp que move a maior parte do editor GNU Emacs. Al\xE9m da configura\xE7\xE3o, \xE9 uma linguagem de programa\xE7\xE3o completa com liga\xE7\xE3o din\xE2mica e l\xE9xica, macros e um fluxo de desenvolvimento interativo integrado ao pr\xF3prio editor.\n\nMilhares de pacotes distribu\xEDdos via ELPA e MELPA s\xE3o escritos em Emacs Lisp, cobrindo de clientes de e-mail e gerenciadores de arquivos a servidores de linguagem e sistemas de notas como o Org mode."
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
};
|
|
4295
|
+
}
|
|
4296
|
+
});
|
|
4297
|
+
|
|
4226
4298
|
// src/languages/erb.ts
|
|
4227
4299
|
var erb_exports = {};
|
|
4228
4300
|
__export(erb_exports, {
|
|
@@ -4410,6 +4482,7 @@ var init_fe = __esm({
|
|
|
4410
4482
|
"src/languages/fe.ts"() {
|
|
4411
4483
|
fe = {
|
|
4412
4484
|
slug: "fe",
|
|
4485
|
+
status: "experimental",
|
|
4413
4486
|
publishedDate: "2020-10-08",
|
|
4414
4487
|
extensions: [".fe"],
|
|
4415
4488
|
author: "Ethereum Foundation contributors",
|
|
@@ -4809,6 +4882,64 @@ var init_fortran = __esm({
|
|
|
4809
4882
|
}
|
|
4810
4883
|
});
|
|
4811
4884
|
|
|
4885
|
+
// src/languages/fql.ts
|
|
4886
|
+
var fql_exports = {};
|
|
4887
|
+
__export(fql_exports, {
|
|
4888
|
+
fql: () => fql
|
|
4889
|
+
});
|
|
4890
|
+
var fql;
|
|
4891
|
+
var init_fql = __esm({
|
|
4892
|
+
"src/languages/fql.ts"() {
|
|
4893
|
+
fql = {
|
|
4894
|
+
slug: "fql",
|
|
4895
|
+
publishedDate: "2012-01-01",
|
|
4896
|
+
extensions: [".fql"],
|
|
4897
|
+
author: "Facebook",
|
|
4898
|
+
website: "https://developers.facebook.com/docs/reference/fql/",
|
|
4899
|
+
paradigms: ["query", "declarative"],
|
|
4900
|
+
tooling: {
|
|
4901
|
+
runtimes: ["Facebook Platform"],
|
|
4902
|
+
ecosystems: ["Social APIs", "Legacy web APIs"]
|
|
4903
|
+
},
|
|
4904
|
+
version: "legacy",
|
|
4905
|
+
logo: "https://cdn.simpleicons.org/facebook/1877F2",
|
|
4906
|
+
color: "#1877F2",
|
|
4907
|
+
i18n: {
|
|
4908
|
+
en: {
|
|
4909
|
+
name: "FQL",
|
|
4910
|
+
description: "A legacy SQL-like query language formerly used by Facebook Platform APIs.",
|
|
4911
|
+
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."
|
|
4912
|
+
},
|
|
4913
|
+
es: {
|
|
4914
|
+
name: "FQL",
|
|
4915
|
+
description: "Lenguaje de consultas legado tipo SQL usado antes por APIs de Facebook.",
|
|
4916
|
+
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."
|
|
4917
|
+
},
|
|
4918
|
+
it: {
|
|
4919
|
+
name: "FQL",
|
|
4920
|
+
description: "Linguaggio di query legacy simile a SQL usato dalle vecchie API Facebook.",
|
|
4921
|
+
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."
|
|
4922
|
+
},
|
|
4923
|
+
fr: {
|
|
4924
|
+
name: "FQL",
|
|
4925
|
+
description: "Ancien langage de requete proche de SQL utilise par les API Facebook.",
|
|
4926
|
+
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."
|
|
4927
|
+
},
|
|
4928
|
+
de: {
|
|
4929
|
+
name: "FQL",
|
|
4930
|
+
description: "Alte SQL-ahnliche Abfragesprache fruherer Facebook-Platform-APIs.",
|
|
4931
|
+
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."
|
|
4932
|
+
},
|
|
4933
|
+
pt: {
|
|
4934
|
+
name: "FQL",
|
|
4935
|
+
description: "Linguagem de consulta legada parecida com SQL usada por APIs do Facebook.",
|
|
4936
|
+
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."
|
|
4937
|
+
}
|
|
4938
|
+
}
|
|
4939
|
+
};
|
|
4940
|
+
}
|
|
4941
|
+
});
|
|
4942
|
+
|
|
4812
4943
|
// src/languages/freemarker.ts
|
|
4813
4944
|
var freemarker_exports = {};
|
|
4814
4945
|
__export(freemarker_exports, {
|
|
@@ -4868,64 +4999,6 @@ var init_freemarker = __esm({
|
|
|
4868
4999
|
}
|
|
4869
5000
|
});
|
|
4870
5001
|
|
|
4871
|
-
// src/languages/fql.ts
|
|
4872
|
-
var fql_exports = {};
|
|
4873
|
-
__export(fql_exports, {
|
|
4874
|
-
fql: () => fql
|
|
4875
|
-
});
|
|
4876
|
-
var fql;
|
|
4877
|
-
var init_fql = __esm({
|
|
4878
|
-
"src/languages/fql.ts"() {
|
|
4879
|
-
fql = {
|
|
4880
|
-
slug: "fql",
|
|
4881
|
-
publishedDate: "2012-01-01",
|
|
4882
|
-
extensions: [".fql"],
|
|
4883
|
-
author: "Facebook",
|
|
4884
|
-
website: "https://developers.facebook.com/docs/reference/fql/",
|
|
4885
|
-
paradigms: ["query", "declarative"],
|
|
4886
|
-
tooling: {
|
|
4887
|
-
runtimes: ["Facebook Platform"],
|
|
4888
|
-
ecosystems: ["Social APIs", "Legacy web APIs"]
|
|
4889
|
-
},
|
|
4890
|
-
version: "legacy",
|
|
4891
|
-
logo: "https://cdn.simpleicons.org/facebook/1877F2",
|
|
4892
|
-
color: "#1877F2",
|
|
4893
|
-
i18n: {
|
|
4894
|
-
en: {
|
|
4895
|
-
name: "FQL",
|
|
4896
|
-
description: "A legacy SQL-like query language formerly used by Facebook Platform APIs.",
|
|
4897
|
-
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."
|
|
4898
|
-
},
|
|
4899
|
-
es: {
|
|
4900
|
-
name: "FQL",
|
|
4901
|
-
description: "Lenguaje de consultas legado tipo SQL usado antes por APIs de Facebook.",
|
|
4902
|
-
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."
|
|
4903
|
-
},
|
|
4904
|
-
it: {
|
|
4905
|
-
name: "FQL",
|
|
4906
|
-
description: "Linguaggio di query legacy simile a SQL usato dalle vecchie API Facebook.",
|
|
4907
|
-
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."
|
|
4908
|
-
},
|
|
4909
|
-
fr: {
|
|
4910
|
-
name: "FQL",
|
|
4911
|
-
description: "Ancien langage de requete proche de SQL utilise par les API Facebook.",
|
|
4912
|
-
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."
|
|
4913
|
-
},
|
|
4914
|
-
de: {
|
|
4915
|
-
name: "FQL",
|
|
4916
|
-
description: "Alte SQL-ahnliche Abfragesprache fruherer Facebook-Platform-APIs.",
|
|
4917
|
-
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."
|
|
4918
|
-
},
|
|
4919
|
-
pt: {
|
|
4920
|
-
name: "FQL",
|
|
4921
|
-
description: "Linguagem de consulta legada parecida com SQL usada por APIs do Facebook.",
|
|
4922
|
-
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."
|
|
4923
|
-
}
|
|
4924
|
-
}
|
|
4925
|
-
};
|
|
4926
|
-
}
|
|
4927
|
-
});
|
|
4928
|
-
|
|
4929
5002
|
// src/languages/fsharp.ts
|
|
4930
5003
|
var fsharp_exports = {};
|
|
4931
5004
|
__export(fsharp_exports, {
|
|
@@ -4936,6 +5009,7 @@ var init_fsharp = __esm({
|
|
|
4936
5009
|
"src/languages/fsharp.ts"() {
|
|
4937
5010
|
fsharp = {
|
|
4938
5011
|
slug: "fsharp",
|
|
5012
|
+
aliases: ["f#"],
|
|
4939
5013
|
publishedDate: "2005-05-01",
|
|
4940
5014
|
extensions: [".fs", ".fsi", ".fsx", ".fsscript"],
|
|
4941
5015
|
author: "Don Syme / Microsoft Research",
|
|
@@ -5044,6 +5118,64 @@ var init_fstar = __esm({
|
|
|
5044
5118
|
}
|
|
5045
5119
|
});
|
|
5046
5120
|
|
|
5121
|
+
// src/languages/gcode.ts
|
|
5122
|
+
var gcode_exports = {};
|
|
5123
|
+
__export(gcode_exports, {
|
|
5124
|
+
gcode: () => gcode
|
|
5125
|
+
});
|
|
5126
|
+
var gcode;
|
|
5127
|
+
var init_gcode = __esm({
|
|
5128
|
+
"src/languages/gcode.ts"() {
|
|
5129
|
+
gcode = {
|
|
5130
|
+
slug: "gcode",
|
|
5131
|
+
publishedDate: "1958-01-01",
|
|
5132
|
+
extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"],
|
|
5133
|
+
author: "MIT Servomechanisms Laboratory",
|
|
5134
|
+
website: "https://www.nist.gov/publications/nist-rs274ngc-interpreter-version-3",
|
|
5135
|
+
paradigms: ["machine control", "imperative"],
|
|
5136
|
+
tooling: {
|
|
5137
|
+
runtimes: ["CNC controllers", "3D printer firmware"],
|
|
5138
|
+
ecosystems: ["CNC machining", "Additive manufacturing"]
|
|
5139
|
+
},
|
|
5140
|
+
version: "RS-274",
|
|
5141
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_gcode.svg",
|
|
5142
|
+
color: "#DC2626",
|
|
5143
|
+
i18n: {
|
|
5144
|
+
en: {
|
|
5145
|
+
name: "G-code",
|
|
5146
|
+
description: "A machine-control language for CNC tools, mills, lathes, routers, and 3D printers.",
|
|
5147
|
+
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."
|
|
5148
|
+
},
|
|
5149
|
+
es: {
|
|
5150
|
+
name: "G-code",
|
|
5151
|
+
description: "Lenguaje de control de maquinas para CNC, fresadoras, tornos, routers e impresoras 3D.",
|
|
5152
|
+
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."
|
|
5153
|
+
},
|
|
5154
|
+
it: {
|
|
5155
|
+
name: "G-code",
|
|
5156
|
+
description: "Linguaggio di controllo macchina per utensili CNC, frese, torni, router e stampanti 3D.",
|
|
5157
|
+
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."
|
|
5158
|
+
},
|
|
5159
|
+
fr: {
|
|
5160
|
+
name: "G-code",
|
|
5161
|
+
description: "Langage de controle machine pour outils CNC, fraiseuses, tours, routeurs et imprimantes 3D.",
|
|
5162
|
+
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."
|
|
5163
|
+
},
|
|
5164
|
+
de: {
|
|
5165
|
+
name: "G-code",
|
|
5166
|
+
description: "Maschinensteuerungssprache fur CNC-Werkzeuge, Frasen, Drehbanken, Router und 3D-Drucker.",
|
|
5167
|
+
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."
|
|
5168
|
+
},
|
|
5169
|
+
pt: {
|
|
5170
|
+
name: "G-code",
|
|
5171
|
+
description: "Linguagem de controle de maquinas para CNC, fresadoras, tornos, routers e impressoras 3D.",
|
|
5172
|
+
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."
|
|
5173
|
+
}
|
|
5174
|
+
}
|
|
5175
|
+
};
|
|
5176
|
+
}
|
|
5177
|
+
});
|
|
5178
|
+
|
|
5047
5179
|
// src/languages/gdscript.ts
|
|
5048
5180
|
var gdscript_exports = {};
|
|
5049
5181
|
__export(gdscript_exports, {
|
|
@@ -5103,64 +5235,6 @@ var init_gdscript = __esm({
|
|
|
5103
5235
|
}
|
|
5104
5236
|
});
|
|
5105
5237
|
|
|
5106
|
-
// src/languages/gcode.ts
|
|
5107
|
-
var gcode_exports = {};
|
|
5108
|
-
__export(gcode_exports, {
|
|
5109
|
-
gcode: () => gcode
|
|
5110
|
-
});
|
|
5111
|
-
var gcode;
|
|
5112
|
-
var init_gcode = __esm({
|
|
5113
|
-
"src/languages/gcode.ts"() {
|
|
5114
|
-
gcode = {
|
|
5115
|
-
slug: "gcode",
|
|
5116
|
-
publishedDate: "1958-01-01",
|
|
5117
|
-
extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"],
|
|
5118
|
-
author: "MIT Servomechanisms Laboratory",
|
|
5119
|
-
website: "https://www.nist.gov/publications/nist-rs274ngc-interpreter-version-3",
|
|
5120
|
-
paradigms: ["machine control", "imperative"],
|
|
5121
|
-
tooling: {
|
|
5122
|
-
runtimes: ["CNC controllers", "3D printer firmware"],
|
|
5123
|
-
ecosystems: ["CNC machining", "Additive manufacturing"]
|
|
5124
|
-
},
|
|
5125
|
-
version: "RS-274",
|
|
5126
|
-
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=G",
|
|
5127
|
-
color: "#DC2626",
|
|
5128
|
-
i18n: {
|
|
5129
|
-
en: {
|
|
5130
|
-
name: "G-code",
|
|
5131
|
-
description: "A machine-control language for CNC tools, mills, lathes, routers, and 3D printers.",
|
|
5132
|
-
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."
|
|
5133
|
-
},
|
|
5134
|
-
es: {
|
|
5135
|
-
name: "G-code",
|
|
5136
|
-
description: "Lenguaje de control de maquinas para CNC, fresadoras, tornos, routers e impresoras 3D.",
|
|
5137
|
-
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."
|
|
5138
|
-
},
|
|
5139
|
-
it: {
|
|
5140
|
-
name: "G-code",
|
|
5141
|
-
description: "Linguaggio di controllo macchina per utensili CNC, frese, torni, router e stampanti 3D.",
|
|
5142
|
-
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."
|
|
5143
|
-
},
|
|
5144
|
-
fr: {
|
|
5145
|
-
name: "G-code",
|
|
5146
|
-
description: "Langage de controle machine pour outils CNC, fraiseuses, tours, routeurs et imprimantes 3D.",
|
|
5147
|
-
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."
|
|
5148
|
-
},
|
|
5149
|
-
de: {
|
|
5150
|
-
name: "G-code",
|
|
5151
|
-
description: "Maschinensteuerungssprache fur CNC-Werkzeuge, Frasen, Drehbanken, Router und 3D-Drucker.",
|
|
5152
|
-
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."
|
|
5153
|
-
},
|
|
5154
|
-
pt: {
|
|
5155
|
-
name: "G-code",
|
|
5156
|
-
description: "Linguagem de controle de maquinas para CNC, fresadoras, tornos, routers e impressoras 3D.",
|
|
5157
|
-
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."
|
|
5158
|
-
}
|
|
5159
|
-
}
|
|
5160
|
-
};
|
|
5161
|
-
}
|
|
5162
|
-
});
|
|
5163
|
-
|
|
5164
5238
|
// src/languages/gettext.ts
|
|
5165
5239
|
var gettext_exports = {};
|
|
5166
5240
|
__export(gettext_exports, {
|
|
@@ -5181,7 +5255,7 @@ var init_gettext = __esm({
|
|
|
5181
5255
|
ecosystems: ["Internationalization", "Localization"]
|
|
5182
5256
|
},
|
|
5183
5257
|
version: "stable",
|
|
5184
|
-
logo: "https://
|
|
5258
|
+
logo: "https://cdn.simpleicons.org/gnu/A42E2B",
|
|
5185
5259
|
color: "#7C3AED",
|
|
5186
5260
|
i18n: {
|
|
5187
5261
|
en: {
|
|
@@ -5336,64 +5410,6 @@ var init_gleam = __esm({
|
|
|
5336
5410
|
}
|
|
5337
5411
|
});
|
|
5338
5412
|
|
|
5339
|
-
// src/languages/gml.ts
|
|
5340
|
-
var gml_exports = {};
|
|
5341
|
-
__export(gml_exports, {
|
|
5342
|
-
gml: () => gml
|
|
5343
|
-
});
|
|
5344
|
-
var gml;
|
|
5345
|
-
var init_gml = __esm({
|
|
5346
|
-
"src/languages/gml.ts"() {
|
|
5347
|
-
gml = {
|
|
5348
|
-
slug: "gml",
|
|
5349
|
-
publishedDate: "1999-01-01",
|
|
5350
|
-
extensions: [".gml"],
|
|
5351
|
-
author: "YoYo Games",
|
|
5352
|
-
website: "https://gamemaker.io",
|
|
5353
|
-
paradigms: ["object-oriented", "event-driven", "scripting", "procedural"],
|
|
5354
|
-
tooling: {
|
|
5355
|
-
runtimes: ["GameMaker"],
|
|
5356
|
-
ecosystems: ["Game Development", "2D Games", "Indie Games"]
|
|
5357
|
-
},
|
|
5358
|
-
version: "2024.13.0",
|
|
5359
|
-
logo: "https://cdn.simpleicons.org/gamemaker/000000",
|
|
5360
|
-
color: "#71B33C",
|
|
5361
|
-
i18n: {
|
|
5362
|
-
en: {
|
|
5363
|
-
name: "GML",
|
|
5364
|
-
description: "GameMaker Language: a scripting language for 2D game development in GameMaker Studio.",
|
|
5365
|
-
longDescription: "GML (GameMaker Language) is the scripting language used in GameMaker Studio for creating 2D games. It combines an event-driven architecture with a procedural scripting syntax inspired by C, allowing developers to control sprites, objects, rooms, and game logic through code attached to game object events.\n\nGML supports functions, arrays, structs, and lambdas, and has evolved from a simplified drag-and-drop companion into a full-featured language. It targets multiple export platforms including Windows, macOS, Linux, Android, iOS, and consoles. Its accessible design makes it a popular entry point for independent game developers."
|
|
5366
|
-
},
|
|
5367
|
-
es: {
|
|
5368
|
-
name: "GML",
|
|
5369
|
-
description: "GameMaker Language: lenguaje de scripting para desarrollo de juegos 2D en GameMaker Studio.",
|
|
5370
|
-
longDescription: "GML (GameMaker Language) es el lenguaje de scripting utilizado en GameMaker Studio para crear juegos 2D. Combina una arquitectura orientada a eventos con una sintaxis procedural inspirada en C, permitiendo controlar sprites, objetos, salas y logica de juego mediante codigo adjunto a los eventos de los objetos.\n\nGML admite funciones, arrays, structs y lambdas, y ha evolucionado de un complemento simplificado de arrastrar y soltar a un lenguaje completo. Exporta a multiples plataformas como Windows, macOS, Linux, Android, iOS y consolas. Su diseno accesible lo hace popular entre desarrolladores de juegos independientes."
|
|
5371
|
-
},
|
|
5372
|
-
it: {
|
|
5373
|
-
name: "GML",
|
|
5374
|
-
description: "GameMaker Language: linguaggio di scripting per lo sviluppo di giochi 2D in GameMaker Studio.",
|
|
5375
|
-
longDescription: "GML (GameMaker Language) e il linguaggio di scripting utilizzato in GameMaker Studio per creare giochi 2D. Combina un architettura event-driven con una sintassi procedurale ispirata al C, consentendo di controllare sprite, oggetti, stanze e logica di gioco tramite codice allegato agli eventi degli oggetti di gioco.\n\nGML supporta funzioni, array, struct e lambda, ed e evoluto da un semplice strumento drag-and-drop a un linguaggio completo. Supporta l esportazione su piu piattaforme tra cui Windows, macOS, Linux, Android, iOS e console. Il suo design accessibile lo rende un punto di ingresso popolare per gli sviluppatori indie."
|
|
5376
|
-
},
|
|
5377
|
-
fr: {
|
|
5378
|
-
name: "GML",
|
|
5379
|
-
description: "GameMaker Language: langage de script pour le developpement de jeux 2D dans GameMaker Studio.",
|
|
5380
|
-
longDescription: "GML (GameMaker Language) est le langage de script utilise dans GameMaker Studio pour creer des jeux 2D. Il combine une architecture evenementielle avec une syntaxe procedurale inspiree du C, permettant de controler sprites, objets, salles et logique de jeu via du code attache aux evenements des objets de jeu.\n\nGML prend en charge les fonctions, tableaux, structures et lambdas, et a evolue d un simple outil glisser-deposer vers un langage complet. Il cible de nombreuses plateformes d export dont Windows, macOS, Linux, Android, iOS et consoles. Sa conception accessible en fait un point d entree populaire pour les developpeurs independants."
|
|
5381
|
-
},
|
|
5382
|
-
de: {
|
|
5383
|
-
name: "GML",
|
|
5384
|
-
description: "GameMaker Language: Skriptsprache fur 2D-Spieleentwicklung in GameMaker Studio.",
|
|
5385
|
-
longDescription: "GML (GameMaker Language) ist die Skriptsprache von GameMaker Studio fur die Entwicklung von 2D-Spielen. Sie kombiniert eine ereignisgesteuerte Architektur mit einer prozeduralen, an C angelehnten Syntax und ermoglicht die Steuerung von Sprites, Objekten, Raumen und Spiellogik uber an Ereignisse gebundenen Code.\n\nGML unterstutzt Funktionen, Arrays, Structs und Lambdas und hat sich von einem einfachen Drag-and-Drop-Werkzeug zu einer vollwertigen Sprache entwickelt. Es exportiert auf mehrere Plattformen wie Windows, macOS, Linux, Android, iOS und Konsolen. Sein zugangliches Design macht es zum beliebten Einstiegspunkt fur Indie-Spieleentwickler."
|
|
5386
|
-
},
|
|
5387
|
-
pt: {
|
|
5388
|
-
name: "GML",
|
|
5389
|
-
description: "GameMaker Language: linguagem de script para desenvolvimento de jogos 2D no GameMaker Studio.",
|
|
5390
|
-
longDescription: "GML (GameMaker Language) e a linguagem de script usada no GameMaker Studio para criar jogos 2D. Combina uma arquitetura orientada a eventos com uma sintaxe procedural inspirada em C, permitindo controlar sprites, objetos, salas e logica de jogo por meio de codigo vinculado aos eventos dos objetos.\n\nGML suporta funcoes, arrays, structs e lambdas, e evoluiu de um simples complemento de arrastar e soltar para uma linguagem completa. Exporta para multiplas plataformas como Windows, macOS, Linux, Android, iOS e consoles. Seu design acessivel o torna um ponto de entrada popular para desenvolvedores de jogos independentes."
|
|
5391
|
-
}
|
|
5392
|
-
}
|
|
5393
|
-
};
|
|
5394
|
-
}
|
|
5395
|
-
});
|
|
5396
|
-
|
|
5397
5413
|
// src/languages/glsl.ts
|
|
5398
5414
|
var glsl_exports = {};
|
|
5399
5415
|
__export(glsl_exports, {
|
|
@@ -5434,19 +5450,77 @@ var init_glsl = __esm({
|
|
|
5434
5450
|
longDescription: "GLSL e il linguaggio di shading OpenGL utilizzato per scrivere programmi GPU per gli stadi di vertex, fragment, geometry, tessellation e compute. Fornisce una sintassi simile a C, tipi di vettori e matrici, campionamento di texture, uniformi, variabili e funzioni integrate per le pipeline grafiche.\n\nE utilizzato in motori di gioco, strumenti di visualizzazione, applicazioni WebGL, coding creativo, sistemi di rendering, simulazioni e progetti di grafica in tempo reale che richiedono un comportamento GPU programmabile."
|
|
5435
5451
|
},
|
|
5436
5452
|
fr: {
|
|
5437
|
-
name: "GLSL",
|
|
5438
|
-
description: "Le langage de programmation GLSL pour ecrire des etapes de shaders GPU programmables.",
|
|
5439
|
-
longDescription: "GLSL est le langage de programmation GLSL utilise pour ecrire des programmes GPU pour les etapes de vertex, fragment, geometrie, tessellation et compute shader. Il fournit une syntaxe semblable a C, des types de vecteurs et de matrices, de l'echantillonnage de textures, des uniformes, des variables et des fonctions integrees pour les pipelines graphiques.\n\nIl est utilise dans les moteurs de jeu, les outils de visualisation, les applications WebGL, le codage creatif, les systemes de rendu, les simulations et les projets de graphiques en temps reel qui necessitent un comportement GPU programmable."
|
|
5453
|
+
name: "GLSL",
|
|
5454
|
+
description: "Le langage de programmation GLSL pour ecrire des etapes de shaders GPU programmables.",
|
|
5455
|
+
longDescription: "GLSL est le langage de programmation GLSL utilise pour ecrire des programmes GPU pour les etapes de vertex, fragment, geometrie, tessellation et compute shader. Il fournit une syntaxe semblable a C, des types de vecteurs et de matrices, de l'echantillonnage de textures, des uniformes, des variables et des fonctions integrees pour les pipelines graphiques.\n\nIl est utilise dans les moteurs de jeu, les outils de visualisation, les applications WebGL, le codage creatif, les systemes de rendu, les simulations et les projets de graphiques en temps reel qui necessitent un comportement GPU programmable."
|
|
5456
|
+
},
|
|
5457
|
+
de: {
|
|
5458
|
+
name: "GLSL",
|
|
5459
|
+
description: "Die OpenGL Shading Language f\xFCr das Schreiben von programmierbaren GPU-Shader-Stufen.",
|
|
5460
|
+
longDescription: "GLSL ist die OpenGL Shading Language, die zum Schreiben von GPU-Programmen f\xFCr Vertex-, Fragment-, Geometry-, Tessellation- und Compute-Shader-Stufen verwendet wird. Sie bietet eine C-\xE4hnliche Syntax, Vektor- und Matrixtypen, Textur-Sampling, Uniformen, Varyings und integrierte Funktionen f\xFCr Grafikpipelines.\n\nSie wird in Spiel-Engines, Visualisierungstools, WebGL-Anwendungen, kreativem Coding, Rendering-Systemen, Simulationen und Echtzeit-Grafikprojekten verwendet, die programmierbares GPU-Verhalten ben\xF6tigen."
|
|
5461
|
+
},
|
|
5462
|
+
pt: {
|
|
5463
|
+
name: "GLSL",
|
|
5464
|
+
description: "A linguagem de programa\xE7\xE3o GLSL para escrever est\xE1gios de shaders GPU program\xE1veis.",
|
|
5465
|
+
longDescription: "GLSL \xE9 a linguagem de programa\xE7\xE3o GLSL usada para escrever programas GPU para est\xE1gios de vertex, fragment, geometria, tessela\xE7\xE3o e compute. Fornece uma sintaxe semelhante \xE0 C, tipos de vetores e matrizes, amostragem de texturas, uniformes, vari\xE1veis e fun\xE7\xF5es embutidas para pipelines de gr\xE1ficos.\n\n\xC9 usada em motores de jogos, ferramentas de visualiza\xE7\xE3o, aplica\xE7\xF5es WebGL, codifica\xE7\xE3o criativa, sistemas de renderiza\xE7\xE3o, simula\xE7\xF5es e projetos de gr\xE1ficos em tempo real que precisam de comportamento de GPU program\xE1vel."
|
|
5466
|
+
}
|
|
5467
|
+
}
|
|
5468
|
+
};
|
|
5469
|
+
}
|
|
5470
|
+
});
|
|
5471
|
+
|
|
5472
|
+
// src/languages/gml.ts
|
|
5473
|
+
var gml_exports = {};
|
|
5474
|
+
__export(gml_exports, {
|
|
5475
|
+
gml: () => gml
|
|
5476
|
+
});
|
|
5477
|
+
var gml;
|
|
5478
|
+
var init_gml = __esm({
|
|
5479
|
+
"src/languages/gml.ts"() {
|
|
5480
|
+
gml = {
|
|
5481
|
+
slug: "gml",
|
|
5482
|
+
publishedDate: "1999-01-01",
|
|
5483
|
+
extensions: [".gml"],
|
|
5484
|
+
author: "YoYo Games",
|
|
5485
|
+
website: "https://gamemaker.io",
|
|
5486
|
+
paradigms: ["object-oriented", "event-driven", "scripting", "procedural"],
|
|
5487
|
+
tooling: {
|
|
5488
|
+
runtimes: ["GameMaker"],
|
|
5489
|
+
ecosystems: ["Game Development", "2D Games", "Indie Games"]
|
|
5490
|
+
},
|
|
5491
|
+
version: "2024.13.0",
|
|
5492
|
+
logo: "https://cdn.simpleicons.org/gamemaker/000000",
|
|
5493
|
+
color: "#71B33C",
|
|
5494
|
+
i18n: {
|
|
5495
|
+
en: {
|
|
5496
|
+
name: "GML",
|
|
5497
|
+
description: "GameMaker Language: a scripting language for 2D game development in GameMaker Studio.",
|
|
5498
|
+
longDescription: "GML (GameMaker Language) is the scripting language used in GameMaker Studio for creating 2D games. It combines an event-driven architecture with a procedural scripting syntax inspired by C, allowing developers to control sprites, objects, rooms, and game logic through code attached to game object events.\n\nGML supports functions, arrays, structs, and lambdas, and has evolved from a simplified drag-and-drop companion into a full-featured language. It targets multiple export platforms including Windows, macOS, Linux, Android, iOS, and consoles. Its accessible design makes it a popular entry point for independent game developers."
|
|
5499
|
+
},
|
|
5500
|
+
es: {
|
|
5501
|
+
name: "GML",
|
|
5502
|
+
description: "GameMaker Language: lenguaje de scripting para desarrollo de juegos 2D en GameMaker Studio.",
|
|
5503
|
+
longDescription: "GML (GameMaker Language) es el lenguaje de scripting utilizado en GameMaker Studio para crear juegos 2D. Combina una arquitectura orientada a eventos con una sintaxis procedural inspirada en C, permitiendo controlar sprites, objetos, salas y logica de juego mediante codigo adjunto a los eventos de los objetos.\n\nGML admite funciones, arrays, structs y lambdas, y ha evolucionado de un complemento simplificado de arrastrar y soltar a un lenguaje completo. Exporta a multiples plataformas como Windows, macOS, Linux, Android, iOS y consolas. Su diseno accesible lo hace popular entre desarrolladores de juegos independientes."
|
|
5504
|
+
},
|
|
5505
|
+
it: {
|
|
5506
|
+
name: "GML",
|
|
5507
|
+
description: "GameMaker Language: linguaggio di scripting per lo sviluppo di giochi 2D in GameMaker Studio.",
|
|
5508
|
+
longDescription: "GML (GameMaker Language) e il linguaggio di scripting utilizzato in GameMaker Studio per creare giochi 2D. Combina un architettura event-driven con una sintassi procedurale ispirata al C, consentendo di controllare sprite, oggetti, stanze e logica di gioco tramite codice allegato agli eventi degli oggetti di gioco.\n\nGML supporta funzioni, array, struct e lambda, ed e evoluto da un semplice strumento drag-and-drop a un linguaggio completo. Supporta l esportazione su piu piattaforme tra cui Windows, macOS, Linux, Android, iOS e console. Il suo design accessibile lo rende un punto di ingresso popolare per gli sviluppatori indie."
|
|
5509
|
+
},
|
|
5510
|
+
fr: {
|
|
5511
|
+
name: "GML",
|
|
5512
|
+
description: "GameMaker Language: langage de script pour le developpement de jeux 2D dans GameMaker Studio.",
|
|
5513
|
+
longDescription: "GML (GameMaker Language) est le langage de script utilise dans GameMaker Studio pour creer des jeux 2D. Il combine une architecture evenementielle avec une syntaxe procedurale inspiree du C, permettant de controler sprites, objets, salles et logique de jeu via du code attache aux evenements des objets de jeu.\n\nGML prend en charge les fonctions, tableaux, structures et lambdas, et a evolue d un simple outil glisser-deposer vers un langage complet. Il cible de nombreuses plateformes d export dont Windows, macOS, Linux, Android, iOS et consoles. Sa conception accessible en fait un point d entree populaire pour les developpeurs independants."
|
|
5440
5514
|
},
|
|
5441
5515
|
de: {
|
|
5442
|
-
name: "
|
|
5443
|
-
description: "
|
|
5444
|
-
longDescription: "
|
|
5516
|
+
name: "GML",
|
|
5517
|
+
description: "GameMaker Language: Skriptsprache fur 2D-Spieleentwicklung in GameMaker Studio.",
|
|
5518
|
+
longDescription: "GML (GameMaker Language) ist die Skriptsprache von GameMaker Studio fur die Entwicklung von 2D-Spielen. Sie kombiniert eine ereignisgesteuerte Architektur mit einer prozeduralen, an C angelehnten Syntax und ermoglicht die Steuerung von Sprites, Objekten, Raumen und Spiellogik uber an Ereignisse gebundenen Code.\n\nGML unterstutzt Funktionen, Arrays, Structs und Lambdas und hat sich von einem einfachen Drag-and-Drop-Werkzeug zu einer vollwertigen Sprache entwickelt. Es exportiert auf mehrere Plattformen wie Windows, macOS, Linux, Android, iOS und Konsolen. Sein zugangliches Design macht es zum beliebten Einstiegspunkt fur Indie-Spieleentwickler."
|
|
5445
5519
|
},
|
|
5446
5520
|
pt: {
|
|
5447
|
-
name: "
|
|
5448
|
-
description: "
|
|
5449
|
-
longDescription: "
|
|
5521
|
+
name: "GML",
|
|
5522
|
+
description: "GameMaker Language: linguagem de script para desenvolvimento de jogos 2D no GameMaker Studio.",
|
|
5523
|
+
longDescription: "GML (GameMaker Language) e a linguagem de script usada no GameMaker Studio para criar jogos 2D. Combina uma arquitetura orientada a eventos com uma sintaxe procedural inspirada em C, permitindo controlar sprites, objetos, salas e logica de jogo por meio de codigo vinculado aos eventos dos objetos.\n\nGML suporta funcoes, arrays, structs e lambdas, e evoluiu de um simples complemento de arrastar e soltar para uma linguagem completa. Exporta para multiplas plataformas como Windows, macOS, Linux, Android, iOS e consoles. Seu design acessivel o torna um ponto de entrada popular para desenvolvedores de jogos independentes."
|
|
5450
5524
|
}
|
|
5451
5525
|
}
|
|
5452
5526
|
};
|
|
@@ -5463,6 +5537,7 @@ var init_go = __esm({
|
|
|
5463
5537
|
"src/languages/go.ts"() {
|
|
5464
5538
|
go = {
|
|
5465
5539
|
slug: "go",
|
|
5540
|
+
aliases: ["golang"],
|
|
5466
5541
|
publishedDate: "2012-03-28",
|
|
5467
5542
|
extensions: [".go"],
|
|
5468
5543
|
author: "Robert Griesemer, Rob Pike, Ken Thompson / Google",
|
|
@@ -6701,7 +6776,7 @@ var init_io = __esm({
|
|
|
6701
6776
|
ecosystems: ["Scripting", "Prototype Programming", "Language Exploration"]
|
|
6702
6777
|
},
|
|
6703
6778
|
version: "2017.09.06",
|
|
6704
|
-
logo: "https://
|
|
6779
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_io.svg",
|
|
6705
6780
|
color: "#2563EB",
|
|
6706
6781
|
i18n: {
|
|
6707
6782
|
en: {
|
|
@@ -6925,6 +7000,7 @@ var init_javascript = __esm({
|
|
|
6925
7000
|
"src/languages/javascript.ts"() {
|
|
6926
7001
|
javascript = {
|
|
6927
7002
|
slug: "javascript",
|
|
7003
|
+
aliases: ["js", "ecmascript"],
|
|
6928
7004
|
publishedDate: "1995-12-04",
|
|
6929
7005
|
extensions: [".js", ".mjs", ".cjs", ".jsx"],
|
|
6930
7006
|
author: "Brendan Eich / Netscape",
|
|
@@ -6974,6 +7050,64 @@ var init_javascript = __esm({
|
|
|
6974
7050
|
}
|
|
6975
7051
|
});
|
|
6976
7052
|
|
|
7053
|
+
// src/languages/jcl.ts
|
|
7054
|
+
var jcl_exports = {};
|
|
7055
|
+
__export(jcl_exports, {
|
|
7056
|
+
jcl: () => jcl
|
|
7057
|
+
});
|
|
7058
|
+
var jcl;
|
|
7059
|
+
var init_jcl = __esm({
|
|
7060
|
+
"src/languages/jcl.ts"() {
|
|
7061
|
+
jcl = {
|
|
7062
|
+
slug: "jcl",
|
|
7063
|
+
publishedDate: "1964-04-07",
|
|
7064
|
+
extensions: [".jcl"],
|
|
7065
|
+
author: "IBM",
|
|
7066
|
+
website: "https://www.ibm.com/docs/en/zos/3.1.0?topic=zos-mvs-jcl-reference",
|
|
7067
|
+
paradigms: ["declarative", "batch"],
|
|
7068
|
+
tooling: {
|
|
7069
|
+
runtimes: ["z/OS", "MVS", "JES2", "JES3"],
|
|
7070
|
+
ecosystems: ["Mainframe", "Batch Processing"]
|
|
7071
|
+
},
|
|
7072
|
+
version: "z/OS 3.1",
|
|
7073
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
|
|
7074
|
+
color: "#1F70C1",
|
|
7075
|
+
i18n: {
|
|
7076
|
+
en: {
|
|
7077
|
+
name: "JCL",
|
|
7078
|
+
description: "IBM Job Control Language for describing batch jobs on z/OS mainframes.",
|
|
7079
|
+
longDescription: "JCL (Job Control Language) tells IBM mainframe operating systems how to run batch work: which programs to execute, in what order, with which datasets, and how to react to failures. JOB, EXEC, and DD statements describe jobs, steps, and data allocations processed by the JES2/JES3 subsystems.\n\nIntroduced with System/360 in 1964, JCL still orchestrates nightly batch processing in banking, insurance, and government workloads on z/OS, usually alongside COBOL, PL/I, and REXX."
|
|
7080
|
+
},
|
|
7081
|
+
es: {
|
|
7082
|
+
name: "JCL",
|
|
7083
|
+
description: "El Job Control Language de IBM para describir trabajos batch en mainframes z/OS.",
|
|
7084
|
+
longDescription: "JCL (Job Control Language) indica a los sistemas operativos de mainframe de IBM c\xF3mo ejecutar trabajo batch: qu\xE9 programas ejecutar, en qu\xE9 orden, con qu\xE9 datasets y c\xF3mo reaccionar ante fallos. Las sentencias JOB, EXEC y DD describen trabajos, pasos y asignaciones de datos procesados por los subsistemas JES2/JES3.\n\nIntroducido con el System/360 en 1964, JCL sigue orquestando el procesamiento batch nocturno en cargas bancarias, de seguros y gubernamentales sobre z/OS, normalmente junto a COBOL, PL/I y REXX."
|
|
7085
|
+
},
|
|
7086
|
+
it: {
|
|
7087
|
+
name: "JCL",
|
|
7088
|
+
description: "Il Job Control Language di IBM per descrivere job batch sui mainframe z/OS.",
|
|
7089
|
+
longDescription: "JCL (Job Control Language) indica ai sistemi operativi mainframe di IBM come eseguire il lavoro batch: quali programmi eseguire, in quale ordine, con quali dataset e come reagire ai fallimenti. Le istruzioni JOB, EXEC e DD descrivono job, step e allocazioni di dati elaborati dai sottosistemi JES2/JES3.\n\nIntrodotto con il System/360 nel 1964, JCL orchestra ancora l'elaborazione batch notturna nei carichi bancari, assicurativi e governativi su z/OS, di solito insieme a COBOL, PL/I e REXX."
|
|
7090
|
+
},
|
|
7091
|
+
fr: {
|
|
7092
|
+
name: "JCL",
|
|
7093
|
+
description: "Le Job Control Language d'IBM pour d\xE9crire les travaux batch sur mainframes z/OS.",
|
|
7094
|
+
longDescription: "JCL (Job Control Language) indique aux syst\xE8mes d'exploitation mainframe d'IBM comment ex\xE9cuter le travail batch : quels programmes lancer, dans quel ordre, avec quels datasets et comment r\xE9agir aux \xE9checs. Les instructions JOB, EXEC et DD d\xE9crivent les travaux, les \xE9tapes et les allocations de donn\xE9es trait\xE9s par les sous-syst\xE8mes JES2/JES3.\n\nIntroduit avec le System/360 en 1964, JCL orchestre encore le traitement batch nocturne des charges bancaires, d'assurance et gouvernementales sous z/OS, g\xE9n\xE9ralement aux c\xF4t\xE9s de COBOL, PL/I et REXX."
|
|
7095
|
+
},
|
|
7096
|
+
de: {
|
|
7097
|
+
name: "JCL",
|
|
7098
|
+
description: "IBMs Job Control Language zur Beschreibung von Batch-Jobs auf z/OS-Mainframes.",
|
|
7099
|
+
longDescription: "JCL (Job Control Language) sagt IBM-Mainframe-Betriebssystemen, wie Batch-Arbeit auszuf\xFChren ist: welche Programme in welcher Reihenfolge laufen, mit welchen Datasets und wie auf Fehler zu reagieren ist. JOB-, EXEC- und DD-Anweisungen beschreiben Jobs, Schritte und Datenzuweisungen, die von den JES2/JES3-Subsystemen verarbeitet werden.\n\nMit dem System/360 im Jahr 1964 eingef\xFChrt, orchestriert JCL noch heute die n\xE4chtliche Batch-Verarbeitung in Bank-, Versicherungs- und Beh\xF6rden-Workloads auf z/OS, \xFCblicherweise neben COBOL, PL/I und REXX."
|
|
7100
|
+
},
|
|
7101
|
+
pt: {
|
|
7102
|
+
name: "JCL",
|
|
7103
|
+
description: "A Job Control Language da IBM para descrever jobs batch em mainframes z/OS.",
|
|
7104
|
+
longDescription: "JCL (Job Control Language) diz aos sistemas operacionais de mainframe da IBM como executar trabalho batch: quais programas executar, em que ordem, com quais datasets e como reagir a falhas. As instru\xE7\xF5es JOB, EXEC e DD descrevem jobs, passos e aloca\xE7\xF5es de dados processados pelos subsistemas JES2/JES3.\n\nIntroduzida com o System/360 em 1964, a JCL ainda orquestra o processamento batch noturno em cargas banc\xE1rias, de seguros e governamentais no z/OS, geralmente ao lado de COBOL, PL/I e REXX."
|
|
7105
|
+
}
|
|
7106
|
+
}
|
|
7107
|
+
};
|
|
7108
|
+
}
|
|
7109
|
+
});
|
|
7110
|
+
|
|
6977
7111
|
// src/languages/jinja.ts
|
|
6978
7112
|
var jinja_exports = {};
|
|
6979
7113
|
__export(jinja_exports, {
|
|
@@ -7091,6 +7225,64 @@ var init_jmespath = __esm({
|
|
|
7091
7225
|
}
|
|
7092
7226
|
});
|
|
7093
7227
|
|
|
7228
|
+
// src/languages/jq.ts
|
|
7229
|
+
var jq_exports = {};
|
|
7230
|
+
__export(jq_exports, {
|
|
7231
|
+
jq: () => jq
|
|
7232
|
+
});
|
|
7233
|
+
var jq;
|
|
7234
|
+
var init_jq = __esm({
|
|
7235
|
+
"src/languages/jq.ts"() {
|
|
7236
|
+
jq = {
|
|
7237
|
+
slug: "jq",
|
|
7238
|
+
publishedDate: "2012-10-21",
|
|
7239
|
+
extensions: [".jq"],
|
|
7240
|
+
author: "Stephen Dolan",
|
|
7241
|
+
website: "https://jqlang.org",
|
|
7242
|
+
paradigms: ["functional", "declarative", "query"],
|
|
7243
|
+
tooling: {
|
|
7244
|
+
runtimes: ["jq CLI"],
|
|
7245
|
+
ecosystems: ["Data Processing", "DevOps", "Scripting"]
|
|
7246
|
+
},
|
|
7247
|
+
version: "1.8.1",
|
|
7248
|
+
logo: "https://avatars.githubusercontent.com/u/125535133?v=4",
|
|
7249
|
+
color: "#C7254E",
|
|
7250
|
+
i18n: {
|
|
7251
|
+
en: {
|
|
7252
|
+
name: "jq",
|
|
7253
|
+
description: "A functional filter language for slicing, transforming, and querying JSON.",
|
|
7254
|
+
longDescription: "jq is a lightweight command-line language for processing JSON. Programs are written as filter pipelines that select, reshape, and combine values, with built-in functions for iteration, reduction, string handling, and arithmetic.\n\nIt is a staple of shell scripting and DevOps workflows, used to inspect API responses, transform configuration, and glue JSON-producing tools together. Larger filters can be stored in .jq files and reused as modules."
|
|
7255
|
+
},
|
|
7256
|
+
es: {
|
|
7257
|
+
name: "jq",
|
|
7258
|
+
description: "Un lenguaje funcional de filtros para cortar, transformar y consultar JSON.",
|
|
7259
|
+
longDescription: "jq es un lenguaje ligero de l\xEDnea de comandos para procesar JSON. Los programas se escriben como tuber\xEDas de filtros que seleccionan, remodelan y combinan valores, con funciones integradas para iteraci\xF3n, reducci\xF3n, manejo de cadenas y aritm\xE9tica.\n\nEs una pieza b\xE1sica del scripting de shell y de los flujos DevOps, usado para inspeccionar respuestas de API, transformar configuraci\xF3n y conectar herramientas que producen JSON. Los filtros grandes pueden guardarse en archivos .jq y reutilizarse como m\xF3dulos."
|
|
7260
|
+
},
|
|
7261
|
+
it: {
|
|
7262
|
+
name: "jq",
|
|
7263
|
+
description: "Un linguaggio funzionale di filtri per tagliare, trasformare e interrogare JSON.",
|
|
7264
|
+
longDescription: "jq \xE8 un linguaggio leggero da riga di comando per elaborare JSON. I programmi si scrivono come pipeline di filtri che selezionano, rimodellano e combinano valori, con funzioni integrate per iterazione, riduzione, gestione delle stringhe e aritmetica.\n\n\xC8 un elemento fondamentale dello scripting di shell e dei flussi DevOps, usato per ispezionare risposte di API, trasformare configurazioni e collegare strumenti che producono JSON. I filtri pi\xF9 grandi possono essere salvati in file .jq e riutilizzati come moduli."
|
|
7265
|
+
},
|
|
7266
|
+
fr: {
|
|
7267
|
+
name: "jq",
|
|
7268
|
+
description: "Un langage fonctionnel de filtres pour d\xE9couper, transformer et interroger du JSON.",
|
|
7269
|
+
longDescription: "jq est un langage l\xE9ger en ligne de commande pour traiter du JSON. Les programmes s'\xE9crivent comme des pipelines de filtres qui s\xE9lectionnent, remod\xE8lent et combinent des valeurs, avec des fonctions int\xE9gr\xE9es pour l'it\xE9ration, la r\xE9duction, le traitement des cha\xEEnes et l'arithm\xE9tique.\n\nC'est un incontournable des scripts shell et des workflows DevOps, utilis\xE9 pour inspecter des r\xE9ponses d'API, transformer de la configuration et relier des outils produisant du JSON. Les filtres volumineux peuvent \xEAtre stock\xE9s dans des fichiers .jq et r\xE9utilis\xE9s comme modules."
|
|
7270
|
+
},
|
|
7271
|
+
de: {
|
|
7272
|
+
name: "jq",
|
|
7273
|
+
description: "Eine funktionale Filtersprache zum Zerlegen, Transformieren und Abfragen von JSON.",
|
|
7274
|
+
longDescription: "jq ist eine leichtgewichtige Kommandozeilensprache zur Verarbeitung von JSON. Programme werden als Filter-Pipelines geschrieben, die Werte ausw\xE4hlen, umformen und kombinieren, mit eingebauten Funktionen f\xFCr Iteration, Reduktion, Zeichenkettenverarbeitung und Arithmetik.\n\nSie ist ein fester Bestandteil von Shell-Skripten und DevOps-Workflows und dient dazu, API-Antworten zu untersuchen, Konfigurationen zu transformieren und JSON-erzeugende Werkzeuge zu verbinden. Gr\xF6\xDFere Filter k\xF6nnen in .jq-Dateien abgelegt und als Module wiederverwendet werden."
|
|
7275
|
+
},
|
|
7276
|
+
pt: {
|
|
7277
|
+
name: "jq",
|
|
7278
|
+
description: "Uma linguagem funcional de filtros para fatiar, transformar e consultar JSON.",
|
|
7279
|
+
longDescription: "jq \xE9 uma linguagem leve de linha de comando para processar JSON. Os programas s\xE3o escritos como pipelines de filtros que selecionam, remodelam e combinam valores, com fun\xE7\xF5es embutidas para itera\xE7\xE3o, redu\xE7\xE3o, manipula\xE7\xE3o de strings e aritm\xE9tica.\n\n\xC9 um item b\xE1sico do scripting de shell e dos fluxos DevOps, usado para inspecionar respostas de API, transformar configura\xE7\xF5es e conectar ferramentas que produzem JSON. Filtros maiores podem ser guardados em arquivos .jq e reutilizados como m\xF3dulos."
|
|
7280
|
+
}
|
|
7281
|
+
}
|
|
7282
|
+
};
|
|
7283
|
+
}
|
|
7284
|
+
});
|
|
7285
|
+
|
|
7094
7286
|
// src/languages/json.ts
|
|
7095
7287
|
var json_exports = {};
|
|
7096
7288
|
__export(json_exports, {
|
|
@@ -7742,6 +7934,7 @@ var init_kotlin = __esm({
|
|
|
7742
7934
|
"src/languages/kotlin.ts"() {
|
|
7743
7935
|
kotlin = {
|
|
7744
7936
|
slug: "kotlin",
|
|
7937
|
+
aliases: ["kt"],
|
|
7745
7938
|
publishedDate: "2016-02-15",
|
|
7746
7939
|
extensions: [".kt", ".kts"],
|
|
7747
7940
|
author: "JetBrains",
|
|
@@ -7967,6 +8160,65 @@ var init_less = __esm({
|
|
|
7967
8160
|
}
|
|
7968
8161
|
});
|
|
7969
8162
|
|
|
8163
|
+
// src/languages/lex.ts
|
|
8164
|
+
var lex_exports = {};
|
|
8165
|
+
__export(lex_exports, {
|
|
8166
|
+
lex: () => lex
|
|
8167
|
+
});
|
|
8168
|
+
var lex;
|
|
8169
|
+
var init_lex = __esm({
|
|
8170
|
+
"src/languages/lex.ts"() {
|
|
8171
|
+
lex = {
|
|
8172
|
+
slug: "lex",
|
|
8173
|
+
aliases: ["flex"],
|
|
8174
|
+
publishedDate: "1975-07-01",
|
|
8175
|
+
extensions: [".l", ".lex"],
|
|
8176
|
+
author: "Mike Lesk / Eric Schmidt (Bell Labs)",
|
|
8177
|
+
website: "https://pubs.opengroup.org/onlinepubs/9699919799/utilities/lex.html",
|
|
8178
|
+
paradigms: ["declarative", "generator"],
|
|
8179
|
+
tooling: {
|
|
8180
|
+
runtimes: ["C toolchains"],
|
|
8181
|
+
ecosystems: ["Compilers", "Language Tooling", "Unix"]
|
|
8182
|
+
},
|
|
8183
|
+
version: "POSIX lex / flex 2.6.4",
|
|
8184
|
+
logo: "https://dummyimage.com/32x32/DBCA00/000000.png&text=Lex",
|
|
8185
|
+
color: "#DBCA00",
|
|
8186
|
+
i18n: {
|
|
8187
|
+
en: {
|
|
8188
|
+
name: "Lex",
|
|
8189
|
+
description: "A lexical analyzer generator that turns regex rules into scanner code.",
|
|
8190
|
+
longDescription: "Lex is a classic Unix tool that generates lexical analyzers. A .l specification pairs regular expressions with C actions; the generated scanner reads input, groups characters into tokens, and hands them to a parser, typically one produced by Yacc or Bison.\n\nThe modern open-source implementation is flex, which remains a standard part of compiler courses and production language tooling wherever hand-written lexers are not required."
|
|
8191
|
+
},
|
|
8192
|
+
es: {
|
|
8193
|
+
name: "Lex",
|
|
8194
|
+
description: "Un generador de analizadores l\xE9xicos que convierte reglas regex en c\xF3digo de escaneo.",
|
|
8195
|
+
longDescription: "Lex es una herramienta cl\xE1sica de Unix que genera analizadores l\xE9xicos. Una especificaci\xF3n .l empareja expresiones regulares con acciones en C; el esc\xE1ner generado lee la entrada, agrupa caracteres en tokens y los entrega a un parser, normalmente producido por Yacc o Bison.\n\nLa implementaci\xF3n moderna de c\xF3digo abierto es flex, que sigue siendo parte est\xE1ndar de los cursos de compiladores y de las herramientas de lenguajes en producci\xF3n donde no se requieren lexers escritos a mano."
|
|
8196
|
+
},
|
|
8197
|
+
it: {
|
|
8198
|
+
name: "Lex",
|
|
8199
|
+
description: "Un generatore di analizzatori lessicali che trasforma regole regex in codice scanner.",
|
|
8200
|
+
longDescription: "Lex \xE8 uno strumento classico di Unix che genera analizzatori lessicali. Una specifica .l abbina espressioni regolari ad azioni in C; lo scanner generato legge l'input, raggruppa i caratteri in token e li passa a un parser, tipicamente prodotto da Yacc o Bison.\n\nL'implementazione open source moderna \xE8 flex, che rimane una parte standard dei corsi sui compilatori e degli strumenti linguistici in produzione dove non servono lexer scritti a mano."
|
|
8201
|
+
},
|
|
8202
|
+
fr: {
|
|
8203
|
+
name: "Lex",
|
|
8204
|
+
description: "Un g\xE9n\xE9rateur d'analyseurs lexicaux qui transforme des r\xE8gles regex en code de scanner.",
|
|
8205
|
+
longDescription: "Lex est un outil Unix classique qui g\xE9n\xE8re des analyseurs lexicaux. Une sp\xE9cification .l associe des expressions r\xE9guli\xE8res \xE0 des actions en C ; le scanner g\xE9n\xE9r\xE9 lit l'entr\xE9e, regroupe les caract\xE8res en jetons et les transmet \xE0 un parseur, g\xE9n\xE9ralement produit par Yacc ou Bison.\n\nL'impl\xE9mentation open source moderne est flex, qui reste un \xE9l\xE9ment standard des cours de compilation et de l'outillage de langages en production lorsque des lexers \xE9crits \xE0 la main ne sont pas n\xE9cessaires."
|
|
8206
|
+
},
|
|
8207
|
+
de: {
|
|
8208
|
+
name: "Lex",
|
|
8209
|
+
description: "Ein Generator f\xFCr lexikalische Analysatoren, der Regex-Regeln in Scanner-Code \xFCbersetzt.",
|
|
8210
|
+
longDescription: "Lex ist ein klassisches Unix-Werkzeug zur Erzeugung lexikalischer Analysatoren. Eine .l-Spezifikation verkn\xFCpft regul\xE4re Ausdr\xFCcke mit C-Aktionen; der erzeugte Scanner liest die Eingabe, gruppiert Zeichen zu Tokens und \xFCbergibt sie an einen Parser, der typischerweise von Yacc oder Bison erzeugt wird.\n\nDie moderne Open-Source-Implementierung ist flex, die weiterhin fester Bestandteil von Compiler-Kursen und produktivem Sprach-Tooling ist, wo keine handgeschriebenen Lexer erforderlich sind."
|
|
8211
|
+
},
|
|
8212
|
+
pt: {
|
|
8213
|
+
name: "Lex",
|
|
8214
|
+
description: "Um gerador de analisadores l\xE9xicos que converte regras regex em c\xF3digo de scanner.",
|
|
8215
|
+
longDescription: "Lex \xE9 uma ferramenta cl\xE1ssica do Unix que gera analisadores l\xE9xicos. Uma especifica\xE7\xE3o .l combina express\xF5es regulares com a\xE7\xF5es em C; o scanner gerado l\xEA a entrada, agrupa caracteres em tokens e os entrega a um parser, normalmente produzido pelo Yacc ou Bison.\n\nA implementa\xE7\xE3o moderna de c\xF3digo aberto \xE9 o flex, que continua sendo parte padr\xE3o dos cursos de compiladores e das ferramentas de linguagens em produ\xE7\xE3o onde lexers escritos \xE0 m\xE3o n\xE3o s\xE3o necess\xE1rios."
|
|
8216
|
+
}
|
|
8217
|
+
}
|
|
8218
|
+
};
|
|
8219
|
+
}
|
|
8220
|
+
});
|
|
8221
|
+
|
|
7970
8222
|
// src/languages/ligo.ts
|
|
7971
8223
|
var ligo_exports = {};
|
|
7972
8224
|
__export(ligo_exports, {
|
|
@@ -8026,6 +8278,64 @@ var init_ligo = __esm({
|
|
|
8026
8278
|
}
|
|
8027
8279
|
});
|
|
8028
8280
|
|
|
8281
|
+
// src/languages/linkerscript.ts
|
|
8282
|
+
var linkerscript_exports = {};
|
|
8283
|
+
__export(linkerscript_exports, {
|
|
8284
|
+
linkerscript: () => linkerscript
|
|
8285
|
+
});
|
|
8286
|
+
var linkerscript;
|
|
8287
|
+
var init_linkerscript = __esm({
|
|
8288
|
+
"src/languages/linkerscript.ts"() {
|
|
8289
|
+
linkerscript = {
|
|
8290
|
+
slug: "linkerscript",
|
|
8291
|
+
publishedDate: "1988-01-01",
|
|
8292
|
+
extensions: [".ld", ".lds", ".x"],
|
|
8293
|
+
author: "GNU Project",
|
|
8294
|
+
website: "https://sourceware.org/binutils/docs/ld/Scripts.html",
|
|
8295
|
+
paradigms: ["configuration", "systems"],
|
|
8296
|
+
tooling: {
|
|
8297
|
+
runtimes: ["GNU ld", "LLD"],
|
|
8298
|
+
ecosystems: ["Embedded systems", "Operating systems"]
|
|
8299
|
+
},
|
|
8300
|
+
version: "stable",
|
|
8301
|
+
logo: "https://cdn.simpleicons.org/gnu/A42E2B",
|
|
8302
|
+
color: "#475569",
|
|
8303
|
+
i18n: {
|
|
8304
|
+
en: {
|
|
8305
|
+
name: "Linker Script",
|
|
8306
|
+
description: "A script language for controlling memory layout and section placement during linking.",
|
|
8307
|
+
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."
|
|
8308
|
+
},
|
|
8309
|
+
es: {
|
|
8310
|
+
name: "Linker Script",
|
|
8311
|
+
description: "Lenguaje de scripts para controlar layout de memoria y secciones durante el enlazado.",
|
|
8312
|
+
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."
|
|
8313
|
+
},
|
|
8314
|
+
it: {
|
|
8315
|
+
name: "Linker Script",
|
|
8316
|
+
description: "Linguaggio di script per controllare layout memoria e sezioni durante il linking.",
|
|
8317
|
+
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."
|
|
8318
|
+
},
|
|
8319
|
+
fr: {
|
|
8320
|
+
name: "Linker Script",
|
|
8321
|
+
description: "Langage de script pour controler layout memoire et placement de sections au link.",
|
|
8322
|
+
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."
|
|
8323
|
+
},
|
|
8324
|
+
de: {
|
|
8325
|
+
name: "Linker Script",
|
|
8326
|
+
description: "Skriptsprache zur Steuerung von Speicherlayout und Section-Platzierung beim Linken.",
|
|
8327
|
+
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."
|
|
8328
|
+
},
|
|
8329
|
+
pt: {
|
|
8330
|
+
name: "Linker Script",
|
|
8331
|
+
description: "Linguagem de script para controlar layout de memoria e secoes durante linkagem.",
|
|
8332
|
+
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."
|
|
8333
|
+
}
|
|
8334
|
+
}
|
|
8335
|
+
};
|
|
8336
|
+
}
|
|
8337
|
+
});
|
|
8338
|
+
|
|
8029
8339
|
// src/languages/liquid.ts
|
|
8030
8340
|
var liquid_exports = {};
|
|
8031
8341
|
__export(liquid_exports, {
|
|
@@ -8085,64 +8395,6 @@ var init_liquid = __esm({
|
|
|
8085
8395
|
}
|
|
8086
8396
|
});
|
|
8087
8397
|
|
|
8088
|
-
// src/languages/linkerscript.ts
|
|
8089
|
-
var linkerscript_exports = {};
|
|
8090
|
-
__export(linkerscript_exports, {
|
|
8091
|
-
linkerscript: () => linkerscript
|
|
8092
|
-
});
|
|
8093
|
-
var linkerscript;
|
|
8094
|
-
var init_linkerscript = __esm({
|
|
8095
|
-
"src/languages/linkerscript.ts"() {
|
|
8096
|
-
linkerscript = {
|
|
8097
|
-
slug: "linkerscript",
|
|
8098
|
-
publishedDate: "1988-01-01",
|
|
8099
|
-
extensions: [".ld", ".lds", ".x"],
|
|
8100
|
-
author: "GNU Project",
|
|
8101
|
-
website: "https://sourceware.org/binutils/docs/ld/Scripts.html",
|
|
8102
|
-
paradigms: ["configuration", "systems"],
|
|
8103
|
-
tooling: {
|
|
8104
|
-
runtimes: ["GNU ld", "LLD"],
|
|
8105
|
-
ecosystems: ["Embedded systems", "Operating systems"]
|
|
8106
|
-
},
|
|
8107
|
-
version: "stable",
|
|
8108
|
-
logo: "https://dummyimage.com/32x32/475569/ffffff.png&text=LD",
|
|
8109
|
-
color: "#475569",
|
|
8110
|
-
i18n: {
|
|
8111
|
-
en: {
|
|
8112
|
-
name: "Linker Script",
|
|
8113
|
-
description: "A script language for controlling memory layout and section placement during linking.",
|
|
8114
|
-
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."
|
|
8115
|
-
},
|
|
8116
|
-
es: {
|
|
8117
|
-
name: "Linker Script",
|
|
8118
|
-
description: "Lenguaje de scripts para controlar layout de memoria y secciones durante el enlazado.",
|
|
8119
|
-
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."
|
|
8120
|
-
},
|
|
8121
|
-
it: {
|
|
8122
|
-
name: "Linker Script",
|
|
8123
|
-
description: "Linguaggio di script per controllare layout memoria e sezioni durante il linking.",
|
|
8124
|
-
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."
|
|
8125
|
-
},
|
|
8126
|
-
fr: {
|
|
8127
|
-
name: "Linker Script",
|
|
8128
|
-
description: "Langage de script pour controler layout memoire et placement de sections au link.",
|
|
8129
|
-
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."
|
|
8130
|
-
},
|
|
8131
|
-
de: {
|
|
8132
|
-
name: "Linker Script",
|
|
8133
|
-
description: "Skriptsprache zur Steuerung von Speicherlayout und Section-Platzierung beim Linken.",
|
|
8134
|
-
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."
|
|
8135
|
-
},
|
|
8136
|
-
pt: {
|
|
8137
|
-
name: "Linker Script",
|
|
8138
|
-
description: "Linguagem de script para controlar layout de memoria e secoes durante linkagem.",
|
|
8139
|
-
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."
|
|
8140
|
-
}
|
|
8141
|
-
}
|
|
8142
|
-
};
|
|
8143
|
-
}
|
|
8144
|
-
});
|
|
8145
|
-
|
|
8146
8398
|
// src/languages/lisp.ts
|
|
8147
8399
|
var lisp_exports = {};
|
|
8148
8400
|
__export(lisp_exports, {
|
|
@@ -8281,7 +8533,7 @@ var init_lobster = __esm({
|
|
|
8281
8533
|
ecosystems: ["Games", "Interactive Graphics", "Language Experiments"]
|
|
8282
8534
|
},
|
|
8283
8535
|
version: "development snapshot",
|
|
8284
|
-
logo: "https://
|
|
8536
|
+
logo: "https://raw.githubusercontent.com/aardappel/lobster/master/docs/lobster.png",
|
|
8285
8537
|
color: "#DC2626",
|
|
8286
8538
|
i18n: {
|
|
8287
8539
|
en: {
|
|
@@ -8622,6 +8874,7 @@ var init_markdown = __esm({
|
|
|
8622
8874
|
"src/languages/markdown.ts"() {
|
|
8623
8875
|
markdown = {
|
|
8624
8876
|
slug: "markdown",
|
|
8877
|
+
aliases: ["md"],
|
|
8625
8878
|
publishedDate: "2004-03-19",
|
|
8626
8879
|
extensions: [".md", ".markdown", ".mdown", ".mkd"],
|
|
8627
8880
|
author: "John Gruber / Aaron Swartz",
|
|
@@ -8934,24 +9187,83 @@ var init_mdx = __esm({
|
|
|
8934
9187
|
longDescription: "MDX combina prosa Markdown con expresiones y componentes JSX, permitiendo que los documentos incluyan ejemplos interactivos, imports, exports y layouts basados en componentes. Normalmente se compila a JavaScript para pipelines de renderizado con React.\n\nSe usa en sitios de documentacion, sistemas de diseno, blogs, tutoriales, demos de componentes, plataformas de contenido y generadores de sitios estaticos que necesitan prosa y UI en el mismo archivo fuente."
|
|
8935
9188
|
},
|
|
8936
9189
|
it: {
|
|
8937
|
-
name: "MDX",
|
|
8938
|
-
description: "Un formato basato su Markdown che incorpora componenti JSX nei documenti di contenuto.",
|
|
8939
|
-
longDescription: "MDX combina la prosa Markdown con le espressioni e i componenti JSX, consentendo ai documenti di includere esempi interattivi, importazioni, esportazioni e layout guidati dai componenti. Viene comunemente compilato in JavaScript per pipeline di rendering basate su React.\n\nViene utilizzato in siti di documentazione, sistemi di design, blog, tutorial, demo di componenti, piattaforme di contenuti e generatori di siti statici che necessitano di prosa e componenti UI nello stesso file sorgente."
|
|
9190
|
+
name: "MDX",
|
|
9191
|
+
description: "Un formato basato su Markdown che incorpora componenti JSX nei documenti di contenuto.",
|
|
9192
|
+
longDescription: "MDX combina la prosa Markdown con le espressioni e i componenti JSX, consentendo ai documenti di includere esempi interattivi, importazioni, esportazioni e layout guidati dai componenti. Viene comunemente compilato in JavaScript per pipeline di rendering basate su React.\n\nViene utilizzato in siti di documentazione, sistemi di design, blog, tutorial, demo di componenti, piattaforme di contenuti e generatori di siti statici che necessitano di prosa e componenti UI nello stesso file sorgente."
|
|
9193
|
+
},
|
|
9194
|
+
fr: {
|
|
9195
|
+
name: "MDX",
|
|
9196
|
+
description: "Un format base sur Markdown qui integre des composants JSX dans les documents de contenu.",
|
|
9197
|
+
longDescription: "MDX combine la prose Markdown avec des expressions et des composants JSX, permettant aux documents d'inclure des exemples interactifs, des importations, des exportations et des mises en page basees sur des composants. Il est couramment compile en JavaScript pour les pipelines de rendu bases sur React.\n\nIl est utilise dans les sites de documentation, les systemes de conception, les blogs, les tutoriels, les demos de composants, les plateformes de contenu et les generateurs de sites statiques qui ont besoin de prose et de composants d'interface utilisateur dans le meme fichier source."
|
|
9198
|
+
},
|
|
9199
|
+
de: {
|
|
9200
|
+
name: "MDX",
|
|
9201
|
+
description: "Ein Markdown-basierter Format, das JSX-Komponenten in Inhaltsdokumenten einbettet.",
|
|
9202
|
+
longDescription: "MDX kombiniert Markdown-Text mit JSX-Ausdr\xFCcken und -Komponenten, sodass Dokumente interaktive Beispiele, Importe, Exporte und komponentengesteuerte Layouts enthalten k\xF6nnen. Es wird \xFCblicherweise in JavaScript kompiliert f\xFCr React-basierte Rendering-Pipelines.\n\nEs wird in Dokumentationsseiten, Designsystemen, Blogs, Tutorials, Komponenten-Demos, Content-Plattformen und statischen Site-Generatoren verwendet, die sowohl Text als auch UI-Komponenten in derselben Quelldatei ben\xF6tigen."
|
|
9203
|
+
},
|
|
9204
|
+
pt: {
|
|
9205
|
+
name: "MDX",
|
|
9206
|
+
description: "Formato baseado em Markdown que incorpora componentes JSX em documentos de conte\xFAdo.",
|
|
9207
|
+
longDescription: "O MDX combina a escrita em Markdown com express\xF5es e componentes JSX, permitindo que os documentos incluam exemplos interativos, importa\xE7\xF5es, exporta\xE7\xF5es e layouts orientados a componentes. \xC9 comumente compilado para JavaScript para pipelines de renderiza\xE7\xE3o baseadas em React.\n\n\xC9 usado em sites de documenta\xE7\xE3o, sistemas de design, blogs, tutoriais, demonstra\xE7\xF5es de componentes, plataformas de conte\xFAdo e geradores de sites est\xE1ticos que precisam de texto e componentes de interface no mesmo arquivo."
|
|
9208
|
+
}
|
|
9209
|
+
}
|
|
9210
|
+
};
|
|
9211
|
+
}
|
|
9212
|
+
});
|
|
9213
|
+
|
|
9214
|
+
// src/languages/mercury.ts
|
|
9215
|
+
var mercury_exports = {};
|
|
9216
|
+
__export(mercury_exports, {
|
|
9217
|
+
mercury: () => mercury
|
|
9218
|
+
});
|
|
9219
|
+
var mercury;
|
|
9220
|
+
var init_mercury = __esm({
|
|
9221
|
+
"src/languages/mercury.ts"() {
|
|
9222
|
+
mercury = {
|
|
9223
|
+
slug: "mercury",
|
|
9224
|
+
publishedDate: "1995-04-08",
|
|
9225
|
+
extensions: [".m"],
|
|
9226
|
+
author: "University of Melbourne",
|
|
9227
|
+
website: "https://www.mercurylang.org",
|
|
9228
|
+
paradigms: ["logic", "functional", "declarative"],
|
|
9229
|
+
tooling: {
|
|
9230
|
+
runtimes: ["Melbourne Mercury Compiler"],
|
|
9231
|
+
packageManagers: ["mmc build tooling"],
|
|
9232
|
+
ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
|
|
9233
|
+
},
|
|
9234
|
+
version: "22.01.8",
|
|
9235
|
+
logo: "https://www.mercurylang.org/favicon.ico",
|
|
9236
|
+
color: "#0891B2",
|
|
9237
|
+
i18n: {
|
|
9238
|
+
en: {
|
|
9239
|
+
name: "Mercury",
|
|
9240
|
+
description: "A pure logic and functional language with strong static typing and determinism analysis.",
|
|
9241
|
+
longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
|
|
9242
|
+
},
|
|
9243
|
+
es: {
|
|
9244
|
+
name: "Mercury",
|
|
9245
|
+
description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
|
|
9246
|
+
longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
|
|
9247
|
+
},
|
|
9248
|
+
it: {
|
|
9249
|
+
name: "Mercury",
|
|
9250
|
+
description: "Linguaggio puramente logico e funzionale con forte tipizzazione statica e analisi deterministica.",
|
|
9251
|
+
longDescription: "Mercury \xE8 un linguaggio di programmazione dichiarativo che combina la programmazione logica con quella funzionale, una forte tipizzazione statica, modalit\xE0 ed analisi deterministica. Mira a rendere i programmi logici pi\xF9 affidabili ed efficienti per software di grandi dimensioni.\n\nMercury viene utilizzato nella ricerca, nello sviluppo di compilatori e in sistemi specializzati dove le relazioni simili a Prolog beneficiano di controlli a tempo di compilazione, una struttura modulare esplicita e un comportamento di esecuzione prevedibile."
|
|
8940
9252
|
},
|
|
8941
9253
|
fr: {
|
|
8942
|
-
name: "
|
|
8943
|
-
description: "
|
|
8944
|
-
longDescription: "
|
|
9254
|
+
name: "Mercury",
|
|
9255
|
+
description: "Langage purement logique et fonctionnel avec typage statique fort et analyse de d\xE9terminisme.",
|
|
9256
|
+
longDescription: "Mercury est un langage de programmation d\xE9claratif qui combine la programmation logique avec la programmation fonctionnelle, le typage statique fort, les modes et l'analyse de d\xE9terminisme. Il vise \xE0 rendre les programmes logiques plus fiables et efficaces pour des logiciels plus importants.\n\nMercury est utilis\xE9 dans la recherche, le d\xE9veloppement de compilateurs et les syst\xE8mes sp\xE9cialis\xE9s o\xF9 les relations semblables \xE0 Prolog b\xE9n\xE9ficient des v\xE9rifications au moment de la compilation, d'une structure modulaire explicite et d'un comportement d'ex\xE9cution pr\xE9visible."
|
|
8945
9257
|
},
|
|
8946
9258
|
de: {
|
|
8947
|
-
name: "
|
|
8948
|
-
description: "
|
|
8949
|
-
longDescription: "
|
|
9259
|
+
name: "Mercury",
|
|
9260
|
+
description: "Eine reine Logik- und Funktionssprache mit starker statischer Typisierung und deterministischer Analyse.",
|
|
9261
|
+
longDescription: "Mercury ist eine deklarative Programmiersprache, die Logikprogrammierung mit funktionaler Programmierung, starker statischer Typisierung, Modi und deterministischer Analyse kombiniert. Sie zielt darauf ab, Logikprogramme zuverl\xE4ssiger und effizienter f\xFCr gr\xF6\xDFere Software zu machen.\n\nMercury wird in Forschung, Compiler-Entwicklung und spezialisierten Systemen eingesetzt, wo Prolog-\xE4hnliche Beziehungen von Compile-Zeitpr\xFCfungen, einer expliziten Modulstruktur und einem vorhersagbaren Ausf\xFChrungsverhalten profitieren."
|
|
8950
9262
|
},
|
|
8951
9263
|
pt: {
|
|
8952
|
-
name: "
|
|
8953
|
-
description: "
|
|
8954
|
-
longDescription: "
|
|
9264
|
+
name: "Mercury",
|
|
9265
|
+
description: "Linguagem pura de l\xF3gica e funcional com tipagem est\xE1tica forte e an\xE1lise determin\xEDstica.",
|
|
9266
|
+
longDescription: "Mercury \xE9 uma linguagem de programa\xE7\xE3o declarativa que combina a programa\xE7\xE3o l\xF3gica com a funcional, tipagem est\xE1tica forte, modos e an\xE1lise determin\xEDstica. Visa tornar os programas l\xF3gicos mais confi\xE1veis e eficientes para softwares maiores.\n\nMercury \xE9 usado em pesquisa, desenvolvimento de compiladores e sistemas especializados onde as rela\xE7\xF5es semelhantes ao Prolog se beneficiam de verifica\xE7\xF5es em tempo de compila\xE7\xE3o, estrutura modular expl\xEDcita e comportamento de execu\xE7\xE3o previs\xEDvel."
|
|
8955
9267
|
}
|
|
8956
9268
|
}
|
|
8957
9269
|
};
|
|
@@ -9076,65 +9388,6 @@ var init_meson = __esm({
|
|
|
9076
9388
|
}
|
|
9077
9389
|
});
|
|
9078
9390
|
|
|
9079
|
-
// src/languages/mercury.ts
|
|
9080
|
-
var mercury_exports = {};
|
|
9081
|
-
__export(mercury_exports, {
|
|
9082
|
-
mercury: () => mercury
|
|
9083
|
-
});
|
|
9084
|
-
var mercury;
|
|
9085
|
-
var init_mercury = __esm({
|
|
9086
|
-
"src/languages/mercury.ts"() {
|
|
9087
|
-
mercury = {
|
|
9088
|
-
slug: "mercury",
|
|
9089
|
-
publishedDate: "1995-04-08",
|
|
9090
|
-
extensions: [".m"],
|
|
9091
|
-
author: "University of Melbourne",
|
|
9092
|
-
website: "https://www.mercurylang.org",
|
|
9093
|
-
paradigms: ["logic", "functional", "declarative"],
|
|
9094
|
-
tooling: {
|
|
9095
|
-
runtimes: ["Melbourne Mercury Compiler"],
|
|
9096
|
-
packageManagers: ["mmc build tooling"],
|
|
9097
|
-
ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
|
|
9098
|
-
},
|
|
9099
|
-
version: "22.01.8",
|
|
9100
|
-
logo: "https://www.mercurylang.org/favicon.ico",
|
|
9101
|
-
color: "#0891B2",
|
|
9102
|
-
i18n: {
|
|
9103
|
-
en: {
|
|
9104
|
-
name: "Mercury",
|
|
9105
|
-
description: "A pure logic and functional language with strong static typing and determinism analysis.",
|
|
9106
|
-
longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
|
|
9107
|
-
},
|
|
9108
|
-
es: {
|
|
9109
|
-
name: "Mercury",
|
|
9110
|
-
description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
|
|
9111
|
-
longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
|
|
9112
|
-
},
|
|
9113
|
-
it: {
|
|
9114
|
-
name: "Mercury",
|
|
9115
|
-
description: "Linguaggio puramente logico e funzionale con forte tipizzazione statica e analisi deterministica.",
|
|
9116
|
-
longDescription: "Mercury \xE8 un linguaggio di programmazione dichiarativo che combina la programmazione logica con quella funzionale, una forte tipizzazione statica, modalit\xE0 ed analisi deterministica. Mira a rendere i programmi logici pi\xF9 affidabili ed efficienti per software di grandi dimensioni.\n\nMercury viene utilizzato nella ricerca, nello sviluppo di compilatori e in sistemi specializzati dove le relazioni simili a Prolog beneficiano di controlli a tempo di compilazione, una struttura modulare esplicita e un comportamento di esecuzione prevedibile."
|
|
9117
|
-
},
|
|
9118
|
-
fr: {
|
|
9119
|
-
name: "Mercury",
|
|
9120
|
-
description: "Langage purement logique et fonctionnel avec typage statique fort et analyse de d\xE9terminisme.",
|
|
9121
|
-
longDescription: "Mercury est un langage de programmation d\xE9claratif qui combine la programmation logique avec la programmation fonctionnelle, le typage statique fort, les modes et l'analyse de d\xE9terminisme. Il vise \xE0 rendre les programmes logiques plus fiables et efficaces pour des logiciels plus importants.\n\nMercury est utilis\xE9 dans la recherche, le d\xE9veloppement de compilateurs et les syst\xE8mes sp\xE9cialis\xE9s o\xF9 les relations semblables \xE0 Prolog b\xE9n\xE9ficient des v\xE9rifications au moment de la compilation, d'une structure modulaire explicite et d'un comportement d'ex\xE9cution pr\xE9visible."
|
|
9122
|
-
},
|
|
9123
|
-
de: {
|
|
9124
|
-
name: "Mercury",
|
|
9125
|
-
description: "Eine reine Logik- und Funktionssprache mit starker statischer Typisierung und deterministischer Analyse.",
|
|
9126
|
-
longDescription: "Mercury ist eine deklarative Programmiersprache, die Logikprogrammierung mit funktionaler Programmierung, starker statischer Typisierung, Modi und deterministischer Analyse kombiniert. Sie zielt darauf ab, Logikprogramme zuverl\xE4ssiger und effizienter f\xFCr gr\xF6\xDFere Software zu machen.\n\nMercury wird in Forschung, Compiler-Entwicklung und spezialisierten Systemen eingesetzt, wo Prolog-\xE4hnliche Beziehungen von Compile-Zeitpr\xFCfungen, einer expliziten Modulstruktur und einem vorhersagbaren Ausf\xFChrungsverhalten profitieren."
|
|
9127
|
-
},
|
|
9128
|
-
pt: {
|
|
9129
|
-
name: "Mercury",
|
|
9130
|
-
description: "Linguagem pura de l\xF3gica e funcional com tipagem est\xE1tica forte e an\xE1lise determin\xEDstica.",
|
|
9131
|
-
longDescription: "Mercury \xE9 uma linguagem de programa\xE7\xE3o declarativa que combina a programa\xE7\xE3o l\xF3gica com a funcional, tipagem est\xE1tica forte, modos e an\xE1lise determin\xEDstica. Visa tornar os programas l\xF3gicos mais confi\xE1veis e eficientes para softwares maiores.\n\nMercury \xE9 usado em pesquisa, desenvolvimento de compiladores e sistemas especializados onde as rela\xE7\xF5es semelhantes ao Prolog se beneficiam de verifica\xE7\xF5es em tempo de compila\xE7\xE3o, estrutura modular expl\xEDcita e comportamento de execu\xE7\xE3o previs\xEDvel."
|
|
9132
|
-
}
|
|
9133
|
-
}
|
|
9134
|
-
};
|
|
9135
|
-
}
|
|
9136
|
-
});
|
|
9137
|
-
|
|
9138
9391
|
// src/languages/metal.ts
|
|
9139
9392
|
var metal_exports = {};
|
|
9140
9393
|
__export(metal_exports, {
|
|
@@ -9251,6 +9504,64 @@ var init_modelica = __esm({
|
|
|
9251
9504
|
}
|
|
9252
9505
|
});
|
|
9253
9506
|
|
|
9507
|
+
// src/languages/modula-2.ts
|
|
9508
|
+
var modula_2_exports = {};
|
|
9509
|
+
__export(modula_2_exports, {
|
|
9510
|
+
modula2: () => modula2
|
|
9511
|
+
});
|
|
9512
|
+
var modula2;
|
|
9513
|
+
var init_modula_2 = __esm({
|
|
9514
|
+
"src/languages/modula-2.ts"() {
|
|
9515
|
+
modula2 = {
|
|
9516
|
+
slug: "modula-2",
|
|
9517
|
+
publishedDate: "1978-01-01",
|
|
9518
|
+
extensions: [".mod", ".def"],
|
|
9519
|
+
author: "Niklaus Wirth",
|
|
9520
|
+
website: "https://www.modula2.org",
|
|
9521
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
9522
|
+
tooling: {
|
|
9523
|
+
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
9524
|
+
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
9525
|
+
},
|
|
9526
|
+
version: "ISO/IEC 10514-1:1996",
|
|
9527
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
9528
|
+
color: "#2563EB",
|
|
9529
|
+
i18n: {
|
|
9530
|
+
en: {
|
|
9531
|
+
name: "Modula-2",
|
|
9532
|
+
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
9533
|
+
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
9534
|
+
},
|
|
9535
|
+
es: {
|
|
9536
|
+
name: "Modula-2",
|
|
9537
|
+
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
9538
|
+
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
9539
|
+
},
|
|
9540
|
+
it: {
|
|
9541
|
+
name: "Modula-2",
|
|
9542
|
+
description: "Linguaggio modulare di Niklaus Wirth con interfacce ed moduli espliciti.",
|
|
9543
|
+
longDescription: "Modula-2 \xE8 stato progettato come successore di Pascal per la programmazione a sistema e l'insegnamento. Enfatizza la compilazione separata, la definizione esplicita dei moduli, il tipaggio forte, le coroutine e la programmazione imperativa strutturata.\n\nIl linguaggio ha influenzato linguaggi modulari successivi ed \xE8 ancora rilevante nella storia dei compilatori, nei sistemi embedded e in ambienti didattici dove i confini del modulo chiari e un design di linguaggio piccolo sono importanti."
|
|
9544
|
+
},
|
|
9545
|
+
fr: {
|
|
9546
|
+
name: "Modula-2",
|
|
9547
|
+
description: "Langage modulaire de Niklaus Wirth avec interfaces et modules explicites.",
|
|
9548
|
+
longDescription: "Modula-2 a \xE9t\xE9 con\xE7u comme successeur de Pascal pour la programmation syst\xE8me et l'enseignement. Il met l'accent sur la compilation s\xE9par\xE9e, les d\xE9finitions explicites des modules, le typage fort, les coroutines et la programmation imp\xE9rative structur\xE9e.\n\nLe langage a influenc\xE9 les langages modulaires ult\xE9rieurs et reste pertinent dans l'histoire des compilateurs, les syst\xE8mes embarqu\xE9s et les environnements \xE9ducatifs o\xF9 les limites de module claires et un petit langage sont importants."
|
|
9549
|
+
},
|
|
9550
|
+
de: {
|
|
9551
|
+
name: "Modula-2",
|
|
9552
|
+
description: "Ein modulare Programmiersprache von Niklaus Wirth mit expliziten Schnittstellen und Modulen.",
|
|
9553
|
+
longDescription: "Modula-2 wurde als Nachfolger von Pascal f\xFCr Systemprogrammierung und Lehre entwickelt. Es betont separate Kompilierbarkeit, explizite Definition von Modulen, starke Typisierung, Koroutinen und strukturierte imperative Programmierung.\n\nDie Sprache beeinflusste sp\xE4tere modulare Sprachen und ist auch heute noch relevant in der Compiler-Geschichte, bei eingebetteten Systemen und im Bildungsbereich, wo klare Modulgrenzen und eine einfache Sprachgestaltung wichtig sind."
|
|
9554
|
+
},
|
|
9555
|
+
pt: {
|
|
9556
|
+
name: "Modula-2",
|
|
9557
|
+
description: "Linguagem de sistemas modular desenvolvida por Niklaus Wirth com interfaces e m\xF3dulos expl\xEDcitos.",
|
|
9558
|
+
longDescription: "Modula-2 foi projetada como sucessora do Pascal para programa\xE7\xE3o de sistemas e ensino. Enfatiza compila\xE7\xE3o separada, defini\xE7\xE3o expl\xEDcita de m\xF3dulos, tipagem forte, corrotinas e programa\xE7\xE3o imperativa estruturada.\n\nA linguagem influenciou linguagens modulares posteriores e permanece relevante na hist\xF3ria dos compiladores, sistemas embarcados e ambientes educacionais onde limites de m\xF3dulo claros e um design de linguagem pequeno s\xE3o importantes."
|
|
9559
|
+
}
|
|
9560
|
+
}
|
|
9561
|
+
};
|
|
9562
|
+
}
|
|
9563
|
+
});
|
|
9564
|
+
|
|
9254
9565
|
// src/languages/mojo.ts
|
|
9255
9566
|
var mojo_exports = {};
|
|
9256
9567
|
__export(mojo_exports, {
|
|
@@ -9310,64 +9621,6 @@ var init_mojo = __esm({
|
|
|
9310
9621
|
}
|
|
9311
9622
|
});
|
|
9312
9623
|
|
|
9313
|
-
// src/languages/modula-2.ts
|
|
9314
|
-
var modula_2_exports = {};
|
|
9315
|
-
__export(modula_2_exports, {
|
|
9316
|
-
modula2: () => modula2
|
|
9317
|
-
});
|
|
9318
|
-
var modula2;
|
|
9319
|
-
var init_modula_2 = __esm({
|
|
9320
|
-
"src/languages/modula-2.ts"() {
|
|
9321
|
-
modula2 = {
|
|
9322
|
-
slug: "modula-2",
|
|
9323
|
-
publishedDate: "1978-01-01",
|
|
9324
|
-
extensions: [".mod", ".def"],
|
|
9325
|
-
author: "Niklaus Wirth",
|
|
9326
|
-
website: "https://www.modula2.org",
|
|
9327
|
-
paradigms: ["imperative", "procedural", "modular"],
|
|
9328
|
-
tooling: {
|
|
9329
|
-
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
9330
|
-
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
9331
|
-
},
|
|
9332
|
-
version: "ISO/IEC 10514-1:1996",
|
|
9333
|
-
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
9334
|
-
color: "#2563EB",
|
|
9335
|
-
i18n: {
|
|
9336
|
-
en: {
|
|
9337
|
-
name: "Modula-2",
|
|
9338
|
-
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
9339
|
-
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
9340
|
-
},
|
|
9341
|
-
es: {
|
|
9342
|
-
name: "Modula-2",
|
|
9343
|
-
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
9344
|
-
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
9345
|
-
},
|
|
9346
|
-
it: {
|
|
9347
|
-
name: "Modula-2",
|
|
9348
|
-
description: "Linguaggio modulare di Niklaus Wirth con interfacce ed moduli espliciti.",
|
|
9349
|
-
longDescription: "Modula-2 \xE8 stato progettato come successore di Pascal per la programmazione a sistema e l'insegnamento. Enfatizza la compilazione separata, la definizione esplicita dei moduli, il tipaggio forte, le coroutine e la programmazione imperativa strutturata.\n\nIl linguaggio ha influenzato linguaggi modulari successivi ed \xE8 ancora rilevante nella storia dei compilatori, nei sistemi embedded e in ambienti didattici dove i confini del modulo chiari e un design di linguaggio piccolo sono importanti."
|
|
9350
|
-
},
|
|
9351
|
-
fr: {
|
|
9352
|
-
name: "Modula-2",
|
|
9353
|
-
description: "Langage modulaire de Niklaus Wirth avec interfaces et modules explicites.",
|
|
9354
|
-
longDescription: "Modula-2 a \xE9t\xE9 con\xE7u comme successeur de Pascal pour la programmation syst\xE8me et l'enseignement. Il met l'accent sur la compilation s\xE9par\xE9e, les d\xE9finitions explicites des modules, le typage fort, les coroutines et la programmation imp\xE9rative structur\xE9e.\n\nLe langage a influenc\xE9 les langages modulaires ult\xE9rieurs et reste pertinent dans l'histoire des compilateurs, les syst\xE8mes embarqu\xE9s et les environnements \xE9ducatifs o\xF9 les limites de module claires et un petit langage sont importants."
|
|
9355
|
-
},
|
|
9356
|
-
de: {
|
|
9357
|
-
name: "Modula-2",
|
|
9358
|
-
description: "Ein modulare Programmiersprache von Niklaus Wirth mit expliziten Schnittstellen und Modulen.",
|
|
9359
|
-
longDescription: "Modula-2 wurde als Nachfolger von Pascal f\xFCr Systemprogrammierung und Lehre entwickelt. Es betont separate Kompilierbarkeit, explizite Definition von Modulen, starke Typisierung, Koroutinen und strukturierte imperative Programmierung.\n\nDie Sprache beeinflusste sp\xE4tere modulare Sprachen und ist auch heute noch relevant in der Compiler-Geschichte, bei eingebetteten Systemen und im Bildungsbereich, wo klare Modulgrenzen und eine einfache Sprachgestaltung wichtig sind."
|
|
9360
|
-
},
|
|
9361
|
-
pt: {
|
|
9362
|
-
name: "Modula-2",
|
|
9363
|
-
description: "Linguagem de sistemas modular desenvolvida por Niklaus Wirth com interfaces e m\xF3dulos expl\xEDcitos.",
|
|
9364
|
-
longDescription: "Modula-2 foi projetada como sucessora do Pascal para programa\xE7\xE3o de sistemas e ensino. Enfatiza compila\xE7\xE3o separada, defini\xE7\xE3o expl\xEDcita de m\xF3dulos, tipagem forte, corrotinas e programa\xE7\xE3o imperativa estruturada.\n\nA linguagem influenciou linguagens modulares posteriores e permanece relevante na hist\xF3ria dos compiladores, sistemas embarcados e ambientes educacionais onde limites de m\xF3dulo claros e um design de linguagem pequeno s\xE3o importantes."
|
|
9365
|
-
}
|
|
9366
|
-
}
|
|
9367
|
-
};
|
|
9368
|
-
}
|
|
9369
|
-
});
|
|
9370
|
-
|
|
9371
9624
|
// src/languages/moonbit.ts
|
|
9372
9625
|
var moonbit_exports = {};
|
|
9373
9626
|
__export(moonbit_exports, {
|
|
@@ -10068,6 +10321,64 @@ var init_nushell = __esm({
|
|
|
10068
10321
|
}
|
|
10069
10322
|
});
|
|
10070
10323
|
|
|
10324
|
+
// src/languages/oberon.ts
|
|
10325
|
+
var oberon_exports = {};
|
|
10326
|
+
__export(oberon_exports, {
|
|
10327
|
+
oberon: () => oberon
|
|
10328
|
+
});
|
|
10329
|
+
var oberon;
|
|
10330
|
+
var init_oberon = __esm({
|
|
10331
|
+
"src/languages/oberon.ts"() {
|
|
10332
|
+
oberon = {
|
|
10333
|
+
slug: "oberon",
|
|
10334
|
+
publishedDate: "1987-01-01",
|
|
10335
|
+
extensions: [".ob", ".mod"],
|
|
10336
|
+
author: "Niklaus Wirth",
|
|
10337
|
+
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
10338
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
10339
|
+
tooling: {
|
|
10340
|
+
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
10341
|
+
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
10342
|
+
},
|
|
10343
|
+
version: "Oberon-2",
|
|
10344
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
10345
|
+
color: "#0F766E",
|
|
10346
|
+
i18n: {
|
|
10347
|
+
en: {
|
|
10348
|
+
name: "Oberon",
|
|
10349
|
+
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
10350
|
+
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
10351
|
+
},
|
|
10352
|
+
es: {
|
|
10353
|
+
name: "Oberon",
|
|
10354
|
+
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
10355
|
+
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
10356
|
+
},
|
|
10357
|
+
it: {
|
|
10358
|
+
name: "Oberon",
|
|
10359
|
+
description: "Un linguaggio Pascal-family compatto con moduli, estensione dei tipi e radici di sistema.",
|
|
10360
|
+
longDescription: "Oberon \xE8 un linguaggio e progetto per sistemi operativi compatti creato da Niklaus Wirth e Jurg Gutknecht. Il linguaggio semplifica Modula-2 aggiungendo l'estensione dei tipi e un piccolo sistema modulare fortemente tipizzato.\n\nOberon \xE8 importante nella ricerca sui sistemi operativi, nella costruzione di compilatori e nell'insegnamento perch\xE9 dimostra come un piccolo linguaggio, un compilatore ed un ambiente possano formare un sistema software coerente."
|
|
10361
|
+
},
|
|
10362
|
+
fr: {
|
|
10363
|
+
name: "Oberon",
|
|
10364
|
+
description: "Un langage compact de la famille Pascal avec des modules, une extension de types et des racines syst\xE8me.",
|
|
10365
|
+
longDescription: "Oberon est un langage et un projet de syst\xE8me d'exploitation compact cr\xE9\xE9 par Niklaus Wirth et Jurg Gutknecht. Le langage simplifie Modula-2 tout en ajoutant une extension de type et un petit syst\xE8me de modules fortement typ\xE9.\n\nOberon est important dans la recherche sur les syst\xE8mes d'exploitation, la construction de compilateurs et l'enseignement car il montre comment un petit langage, un compilateur et un environnement peuvent former un syst\xE8me logiciel coh\xE9rent."
|
|
10366
|
+
},
|
|
10367
|
+
de: {
|
|
10368
|
+
name: "Oberon",
|
|
10369
|
+
description: "Eine kompakte Pascal-\xE4hnliche Sprache mit Modulen, Typen und Systemwurzeln.",
|
|
10370
|
+
longDescription: "Oberon ist eine kompakte Sprache und ein Betriebssystemprojekt von Niklaus Wirth und Jurg Gutknecht. Die Sprache vereinfacht Modula-2 und f\xFCgt Typerweiterungen sowie ein kleines, stark typisiertes Modulsystem hinzu.\n\nOberon ist wichtig f\xFCr die Forschung im Bereich Betriebssysteme, Compilerbau und Lehre, da es zeigt, wie eine kleine Sprache, ein Compiler und eine Umgebung ein koh\xE4rentes Softwaresystem bilden k\xF6nnen."
|
|
10371
|
+
},
|
|
10372
|
+
pt: {
|
|
10373
|
+
name: "Oberon",
|
|
10374
|
+
description: "Linguagem compacta da fam\xEDlia Pascal com m\xF3dulos, extens\xE3o de tipos e ra\xEDzes do sistema.",
|
|
10375
|
+
longDescription: "Oberon \xE9 uma linguagem e projeto de sistema operacional compacto criado por Niklaus Wirth e Jurg Gutknecht. A linguagem simplifica o Modula-2 adicionando extens\xE3o de tipos e um pequeno sistema modular fortemente tipado.\n\nOberon \xE9 importante em pesquisa de sistemas operacionais, constru\xE7\xE3o de compiladores e ensino porque demonstra como uma pequena linguagem, compilador e ambiente podem formar um sistema de software coerente."
|
|
10376
|
+
}
|
|
10377
|
+
}
|
|
10378
|
+
};
|
|
10379
|
+
}
|
|
10380
|
+
});
|
|
10381
|
+
|
|
10071
10382
|
// src/languages/objective-c.ts
|
|
10072
10383
|
var objective_c_exports = {};
|
|
10073
10384
|
__export(objective_c_exports, {
|
|
@@ -10078,6 +10389,7 @@ var init_objective_c = __esm({
|
|
|
10078
10389
|
"src/languages/objective-c.ts"() {
|
|
10079
10390
|
objectiveC = {
|
|
10080
10391
|
slug: "objective-c",
|
|
10392
|
+
aliases: ["objc", "objective c"],
|
|
10081
10393
|
publishedDate: "1984-01-01",
|
|
10082
10394
|
extensions: [".m", ".mm"],
|
|
10083
10395
|
author: "Brad Cox / Tom Love",
|
|
@@ -10244,64 +10556,6 @@ var init_octave = __esm({
|
|
|
10244
10556
|
}
|
|
10245
10557
|
});
|
|
10246
10558
|
|
|
10247
|
-
// src/languages/oberon.ts
|
|
10248
|
-
var oberon_exports = {};
|
|
10249
|
-
__export(oberon_exports, {
|
|
10250
|
-
oberon: () => oberon
|
|
10251
|
-
});
|
|
10252
|
-
var oberon;
|
|
10253
|
-
var init_oberon = __esm({
|
|
10254
|
-
"src/languages/oberon.ts"() {
|
|
10255
|
-
oberon = {
|
|
10256
|
-
slug: "oberon",
|
|
10257
|
-
publishedDate: "1987-01-01",
|
|
10258
|
-
extensions: [".ob", ".mod"],
|
|
10259
|
-
author: "Niklaus Wirth",
|
|
10260
|
-
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
10261
|
-
paradigms: ["imperative", "procedural", "modular"],
|
|
10262
|
-
tooling: {
|
|
10263
|
-
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
10264
|
-
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
10265
|
-
},
|
|
10266
|
-
version: "Oberon-2",
|
|
10267
|
-
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
10268
|
-
color: "#0F766E",
|
|
10269
|
-
i18n: {
|
|
10270
|
-
en: {
|
|
10271
|
-
name: "Oberon",
|
|
10272
|
-
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
10273
|
-
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
10274
|
-
},
|
|
10275
|
-
es: {
|
|
10276
|
-
name: "Oberon",
|
|
10277
|
-
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
10278
|
-
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
10279
|
-
},
|
|
10280
|
-
it: {
|
|
10281
|
-
name: "Oberon",
|
|
10282
|
-
description: "Un linguaggio Pascal-family compatto con moduli, estensione dei tipi e radici di sistema.",
|
|
10283
|
-
longDescription: "Oberon \xE8 un linguaggio e progetto per sistemi operativi compatti creato da Niklaus Wirth e Jurg Gutknecht. Il linguaggio semplifica Modula-2 aggiungendo l'estensione dei tipi e un piccolo sistema modulare fortemente tipizzato.\n\nOberon \xE8 importante nella ricerca sui sistemi operativi, nella costruzione di compilatori e nell'insegnamento perch\xE9 dimostra come un piccolo linguaggio, un compilatore ed un ambiente possano formare un sistema software coerente."
|
|
10284
|
-
},
|
|
10285
|
-
fr: {
|
|
10286
|
-
name: "Oberon",
|
|
10287
|
-
description: "Un langage compact de la famille Pascal avec des modules, une extension de types et des racines syst\xE8me.",
|
|
10288
|
-
longDescription: "Oberon est un langage et un projet de syst\xE8me d'exploitation compact cr\xE9\xE9 par Niklaus Wirth et Jurg Gutknecht. Le langage simplifie Modula-2 tout en ajoutant une extension de type et un petit syst\xE8me de modules fortement typ\xE9.\n\nOberon est important dans la recherche sur les syst\xE8mes d'exploitation, la construction de compilateurs et l'enseignement car il montre comment un petit langage, un compilateur et un environnement peuvent former un syst\xE8me logiciel coh\xE9rent."
|
|
10289
|
-
},
|
|
10290
|
-
de: {
|
|
10291
|
-
name: "Oberon",
|
|
10292
|
-
description: "Eine kompakte Pascal-\xE4hnliche Sprache mit Modulen, Typen und Systemwurzeln.",
|
|
10293
|
-
longDescription: "Oberon ist eine kompakte Sprache und ein Betriebssystemprojekt von Niklaus Wirth und Jurg Gutknecht. Die Sprache vereinfacht Modula-2 und f\xFCgt Typerweiterungen sowie ein kleines, stark typisiertes Modulsystem hinzu.\n\nOberon ist wichtig f\xFCr die Forschung im Bereich Betriebssysteme, Compilerbau und Lehre, da es zeigt, wie eine kleine Sprache, ein Compiler und eine Umgebung ein koh\xE4rentes Softwaresystem bilden k\xF6nnen."
|
|
10294
|
-
},
|
|
10295
|
-
pt: {
|
|
10296
|
-
name: "Oberon",
|
|
10297
|
-
description: "Linguagem compacta da fam\xEDlia Pascal com m\xF3dulos, extens\xE3o de tipos e ra\xEDzes do sistema.",
|
|
10298
|
-
longDescription: "Oberon \xE9 uma linguagem e projeto de sistema operacional compacto criado por Niklaus Wirth e Jurg Gutknecht. A linguagem simplifica o Modula-2 adicionando extens\xE3o de tipos e um pequeno sistema modular fortemente tipado.\n\nOberon \xE9 importante em pesquisa de sistemas operacionais, constru\xE7\xE3o de compiladores e ensino porque demonstra como uma pequena linguagem, compilador e ambiente podem formar um sistema de software coerente."
|
|
10299
|
-
}
|
|
10300
|
-
}
|
|
10301
|
-
};
|
|
10302
|
-
}
|
|
10303
|
-
});
|
|
10304
|
-
|
|
10305
10559
|
// src/languages/odin.ts
|
|
10306
10560
|
var odin_exports = {};
|
|
10307
10561
|
__export(odin_exports, {
|
|
@@ -10828,64 +11082,6 @@ var init_pine_script = __esm({
|
|
|
10828
11082
|
}
|
|
10829
11083
|
});
|
|
10830
11084
|
|
|
10831
|
-
// src/languages/pl-i.ts
|
|
10832
|
-
var pl_i_exports = {};
|
|
10833
|
-
__export(pl_i_exports, {
|
|
10834
|
-
plI: () => plI
|
|
10835
|
-
});
|
|
10836
|
-
var plI;
|
|
10837
|
-
var init_pl_i = __esm({
|
|
10838
|
-
"src/languages/pl-i.ts"() {
|
|
10839
|
-
plI = {
|
|
10840
|
-
slug: "pl-i",
|
|
10841
|
-
publishedDate: "1964-01-01",
|
|
10842
|
-
extensions: [".pli", ".pl1"],
|
|
10843
|
-
author: "IBM",
|
|
10844
|
-
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
10845
|
-
paradigms: ["imperative", "procedural", "structured"],
|
|
10846
|
-
tooling: {
|
|
10847
|
-
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
10848
|
-
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
10849
|
-
},
|
|
10850
|
-
version: "Enterprise PL/I 6.2",
|
|
10851
|
-
logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
|
|
10852
|
-
color: "#1F2937",
|
|
10853
|
-
i18n: {
|
|
10854
|
-
en: {
|
|
10855
|
-
name: "PL/I",
|
|
10856
|
-
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
10857
|
-
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
10858
|
-
},
|
|
10859
|
-
es: {
|
|
10860
|
-
name: "PL/I",
|
|
10861
|
-
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
10862
|
-
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
10863
|
-
},
|
|
10864
|
-
it: {
|
|
10865
|
-
name: "PL/I",
|
|
10866
|
-
description: "Un linguaggio IBM che combina funzionalit\xE0 per la programmazione aziendale, scientifica e di sistemi.",
|
|
10867
|
-
longDescription: "PL/I \xE8 stato progettato da IBM per coprire l'elaborazione dei dati aziendali, il calcolo scientifico e la programmazione di sistema in un unico linguaggio. Combina struttura a blocchi, potenti funzionalit\xE0 di descrizione dei dati, gestione delle eccezioni, funzionalit\xE0 di concorrenza e supporto numerico ricco.\n\nPL/I rimane associato ai sistemi mainframe ed enterprise, dove le applicazioni a lungo termine dipendono dalla sua capacit\xE0 di gestire i dati, l'elaborazione batch e la compatibilit\xE0 con gli strumenti IBM."
|
|
10868
|
-
},
|
|
10869
|
-
fr: {
|
|
10870
|
-
name: "PL/I",
|
|
10871
|
-
description: "Langage IBM combinant les fonctionnalit\xE9s de programmation m\xE9tier, scientifique et syst\xE8me.",
|
|
10872
|
-
longDescription: "Con\xE7u par IBM, PL/I combine la gestion des donn\xE9es commerciales, le calcul scientifique et la programmation syst\xE8me. Il offre une structure en blocs, des capacit\xE9s de description de donn\xE9es robustes, la gestion des exceptions, des fonctionnalit\xE9s de concurrence et un support num\xE9rique riche.\n\nPL/I reste associ\xE9 aux syst\xE8mes mainframe et d'entreprise, o\xF9 les applications \xE0 long terme d\xE9pendent de ses capacit\xE9s de manipulation des donn\xE9es, de traitement par lots et de sa compatibilit\xE9 avec les outils IBM."
|
|
10873
|
-
},
|
|
10874
|
-
de: {
|
|
10875
|
-
name: "PL/I",
|
|
10876
|
-
description: "Eine von IBM entwickelte Sprache f\xFCr Gesch\xE4ftsanwendungen, wissenschaftliche Berechnungen und Systemprogrammierung.",
|
|
10877
|
-
longDescription: "PL/I wurde von IBM entwickelt, um Gesch\xE4ftsdatenverarbeitung, wissenschaftliches Rechnen und Systemprogrammierung in einer einzigen Sprache zu vereinen. Es kombiniert Blockstruktur, leistungsstarke Datenbeschreibung, Ausnahmen, Nebenl\xE4ufigkeitsfunktionen und umfangreiche numerische Unterst\xFCtzung.\n\nPL/I ist weiterhin mit Mainframe- und Unternehmenssystemen verbunden, wo langlaufende Anwendungen auf seine Datenverarbeitung, Batch-Verarbeitung und Kompatibilit\xE4t mit IBM-Tools angewiesen sind."
|
|
10878
|
-
},
|
|
10879
|
-
pt: {
|
|
10880
|
-
name: "PL/I",
|
|
10881
|
-
description: "Linguagem da IBM que combina recursos de programa\xE7\xE3o empresarial, cient\xEDfica e de sistemas.",
|
|
10882
|
-
longDescription: "O PL/I foi projetado pela IBM para cobrir o processamento de dados empresariais, computa\xE7\xE3o cient\xEDfica e programa\xE7\xE3o de sistemas em uma \xFAnica linguagem. Ele combina estrutura de blocos, fortes recursos de descri\xE7\xE3o de dados, tratamento de exce\xE7\xF5es, recursos de concorr\xEAncia e suporte num\xE9rico rico.\n\nO PL/I permanece associado a sistemas mainframe e corporativos, onde aplica\xE7\xF5es de longa dura\xE7\xE3o dependem do seu processamento de dados, processamento em lote e compatibilidade com as ferramentas IBM."
|
|
10883
|
-
}
|
|
10884
|
-
}
|
|
10885
|
-
};
|
|
10886
|
-
}
|
|
10887
|
-
});
|
|
10888
|
-
|
|
10889
11085
|
// src/languages/pkl.ts
|
|
10890
11086
|
var pkl_exports = {};
|
|
10891
11087
|
__export(pkl_exports, {
|
|
@@ -10945,6 +11141,64 @@ var init_pkl = __esm({
|
|
|
10945
11141
|
}
|
|
10946
11142
|
});
|
|
10947
11143
|
|
|
11144
|
+
// src/languages/pl-i.ts
|
|
11145
|
+
var pl_i_exports = {};
|
|
11146
|
+
__export(pl_i_exports, {
|
|
11147
|
+
plI: () => plI
|
|
11148
|
+
});
|
|
11149
|
+
var plI;
|
|
11150
|
+
var init_pl_i = __esm({
|
|
11151
|
+
"src/languages/pl-i.ts"() {
|
|
11152
|
+
plI = {
|
|
11153
|
+
slug: "pl-i",
|
|
11154
|
+
publishedDate: "1964-01-01",
|
|
11155
|
+
extensions: [".pli", ".pl1"],
|
|
11156
|
+
author: "IBM",
|
|
11157
|
+
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
11158
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
11159
|
+
tooling: {
|
|
11160
|
+
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
11161
|
+
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
11162
|
+
},
|
|
11163
|
+
version: "Enterprise PL/I 6.2",
|
|
11164
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
|
|
11165
|
+
color: "#1F2937",
|
|
11166
|
+
i18n: {
|
|
11167
|
+
en: {
|
|
11168
|
+
name: "PL/I",
|
|
11169
|
+
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
11170
|
+
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
11171
|
+
},
|
|
11172
|
+
es: {
|
|
11173
|
+
name: "PL/I",
|
|
11174
|
+
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
11175
|
+
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
11176
|
+
},
|
|
11177
|
+
it: {
|
|
11178
|
+
name: "PL/I",
|
|
11179
|
+
description: "Un linguaggio IBM che combina funzionalit\xE0 per la programmazione aziendale, scientifica e di sistemi.",
|
|
11180
|
+
longDescription: "PL/I \xE8 stato progettato da IBM per coprire l'elaborazione dei dati aziendali, il calcolo scientifico e la programmazione di sistema in un unico linguaggio. Combina struttura a blocchi, potenti funzionalit\xE0 di descrizione dei dati, gestione delle eccezioni, funzionalit\xE0 di concorrenza e supporto numerico ricco.\n\nPL/I rimane associato ai sistemi mainframe ed enterprise, dove le applicazioni a lungo termine dipendono dalla sua capacit\xE0 di gestire i dati, l'elaborazione batch e la compatibilit\xE0 con gli strumenti IBM."
|
|
11181
|
+
},
|
|
11182
|
+
fr: {
|
|
11183
|
+
name: "PL/I",
|
|
11184
|
+
description: "Langage IBM combinant les fonctionnalit\xE9s de programmation m\xE9tier, scientifique et syst\xE8me.",
|
|
11185
|
+
longDescription: "Con\xE7u par IBM, PL/I combine la gestion des donn\xE9es commerciales, le calcul scientifique et la programmation syst\xE8me. Il offre une structure en blocs, des capacit\xE9s de description de donn\xE9es robustes, la gestion des exceptions, des fonctionnalit\xE9s de concurrence et un support num\xE9rique riche.\n\nPL/I reste associ\xE9 aux syst\xE8mes mainframe et d'entreprise, o\xF9 les applications \xE0 long terme d\xE9pendent de ses capacit\xE9s de manipulation des donn\xE9es, de traitement par lots et de sa compatibilit\xE9 avec les outils IBM."
|
|
11186
|
+
},
|
|
11187
|
+
de: {
|
|
11188
|
+
name: "PL/I",
|
|
11189
|
+
description: "Eine von IBM entwickelte Sprache f\xFCr Gesch\xE4ftsanwendungen, wissenschaftliche Berechnungen und Systemprogrammierung.",
|
|
11190
|
+
longDescription: "PL/I wurde von IBM entwickelt, um Gesch\xE4ftsdatenverarbeitung, wissenschaftliches Rechnen und Systemprogrammierung in einer einzigen Sprache zu vereinen. Es kombiniert Blockstruktur, leistungsstarke Datenbeschreibung, Ausnahmen, Nebenl\xE4ufigkeitsfunktionen und umfangreiche numerische Unterst\xFCtzung.\n\nPL/I ist weiterhin mit Mainframe- und Unternehmenssystemen verbunden, wo langlaufende Anwendungen auf seine Datenverarbeitung, Batch-Verarbeitung und Kompatibilit\xE4t mit IBM-Tools angewiesen sind."
|
|
11191
|
+
},
|
|
11192
|
+
pt: {
|
|
11193
|
+
name: "PL/I",
|
|
11194
|
+
description: "Linguagem da IBM que combina recursos de programa\xE7\xE3o empresarial, cient\xEDfica e de sistemas.",
|
|
11195
|
+
longDescription: "O PL/I foi projetado pela IBM para cobrir o processamento de dados empresariais, computa\xE7\xE3o cient\xEDfica e programa\xE7\xE3o de sistemas em uma \xFAnica linguagem. Ele combina estrutura de blocos, fortes recursos de descri\xE7\xE3o de dados, tratamento de exce\xE7\xF5es, recursos de concorr\xEAncia e suporte num\xE9rico rico.\n\nO PL/I permanece associado a sistemas mainframe e corporativos, onde aplica\xE7\xF5es de longa dura\xE7\xE3o dependem do seu processamento de dados, processamento em lote e compatibilidade com as ferramentas IBM."
|
|
11196
|
+
}
|
|
11197
|
+
}
|
|
11198
|
+
};
|
|
11199
|
+
}
|
|
11200
|
+
});
|
|
11201
|
+
|
|
10948
11202
|
// src/languages/plantuml.ts
|
|
10949
11203
|
var plantuml_exports = {};
|
|
10950
11204
|
__export(plantuml_exports, {
|
|
@@ -11256,7 +11510,7 @@ var init_postscript = __esm({
|
|
|
11256
11510
|
ecosystems: ["Print", "PDF"]
|
|
11257
11511
|
},
|
|
11258
11512
|
version: "PostScript 3",
|
|
11259
|
-
logo: "https://
|
|
11513
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_postscript.svg",
|
|
11260
11514
|
color: "#EC1C24",
|
|
11261
11515
|
i18n: {
|
|
11262
11516
|
en: {
|
|
@@ -11313,7 +11567,7 @@ var init_powerquery = __esm({
|
|
|
11313
11567
|
ecosystems: ["Microsoft Power BI", "Excel", "Azure Data Factory", "Microsoft Fabric"]
|
|
11314
11568
|
},
|
|
11315
11569
|
version: "Power Query M 2025",
|
|
11316
|
-
logo: "https://
|
|
11570
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/c/cf/New_Power_BI_Logo.svg",
|
|
11317
11571
|
color: "#F2C811",
|
|
11318
11572
|
i18n: {
|
|
11319
11573
|
en: {
|
|
@@ -11361,6 +11615,7 @@ var init_powershell = __esm({
|
|
|
11361
11615
|
"src/languages/powershell.ts"() {
|
|
11362
11616
|
powershell = {
|
|
11363
11617
|
slug: "powershell",
|
|
11618
|
+
aliases: ["pwsh"],
|
|
11364
11619
|
publishedDate: "2006-11-14",
|
|
11365
11620
|
extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"],
|
|
11366
11621
|
author: "Microsoft",
|
|
@@ -11585,6 +11840,65 @@ var init_promql = __esm({
|
|
|
11585
11840
|
}
|
|
11586
11841
|
});
|
|
11587
11842
|
|
|
11843
|
+
// src/languages/properties.ts
|
|
11844
|
+
var properties_exports = {};
|
|
11845
|
+
__export(properties_exports, {
|
|
11846
|
+
properties: () => properties
|
|
11847
|
+
});
|
|
11848
|
+
var properties;
|
|
11849
|
+
var init_properties = __esm({
|
|
11850
|
+
"src/languages/properties.ts"() {
|
|
11851
|
+
properties = {
|
|
11852
|
+
slug: "properties",
|
|
11853
|
+
aliases: ["java properties"],
|
|
11854
|
+
publishedDate: "1996-01-23",
|
|
11855
|
+
extensions: [".properties"],
|
|
11856
|
+
author: "Sun Microsystems",
|
|
11857
|
+
website: "https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html",
|
|
11858
|
+
paradigms: ["declarative", "configuration"],
|
|
11859
|
+
tooling: {
|
|
11860
|
+
runtimes: ["JVM"],
|
|
11861
|
+
ecosystems: ["JVM", "Configuration"]
|
|
11862
|
+
},
|
|
11863
|
+
version: "stable",
|
|
11864
|
+
logo: "https://cdn.simpleicons.org/openjdk/437291",
|
|
11865
|
+
color: "#2A6277",
|
|
11866
|
+
i18n: {
|
|
11867
|
+
en: {
|
|
11868
|
+
name: "Java Properties",
|
|
11869
|
+
description: "A simple key-value configuration format used across the Java ecosystem.",
|
|
11870
|
+
longDescription: "Java Properties files store configuration as key-value pairs in plain text, with support for comments, escaping, and Unicode sequences. The format ships with the JDK through java.util.Properties and dates back to Java 1.0.\n\nIt remains the default configuration format across the JVM ecosystem: Spring application settings, Gradle project configuration, log4j setup, and resource bundles for internationalization all commonly live in .properties files."
|
|
11871
|
+
},
|
|
11872
|
+
es: {
|
|
11873
|
+
name: "Java Properties",
|
|
11874
|
+
description: "Un formato simple de configuraci\xF3n clave-valor usado en todo el ecosistema Java.",
|
|
11875
|
+
longDescription: "Los archivos Java Properties almacenan configuraci\xF3n como pares clave-valor en texto plano, con soporte para comentarios, escapes y secuencias Unicode. El formato viene con el JDK a trav\xE9s de java.util.Properties y se remonta a Java 1.0.\n\nSigue siendo el formato de configuraci\xF3n por defecto en el ecosistema JVM: los ajustes de aplicaciones Spring, la configuraci\xF3n de proyectos Gradle, la configuraci\xF3n de log4j y los resource bundles de internacionalizaci\xF3n suelen vivir en archivos .properties."
|
|
11876
|
+
},
|
|
11877
|
+
it: {
|
|
11878
|
+
name: "Java Properties",
|
|
11879
|
+
description: "Un semplice formato di configurazione chiave-valore usato nell'ecosistema Java.",
|
|
11880
|
+
longDescription: "I file Java Properties memorizzano la configurazione come coppie chiave-valore in testo semplice, con supporto per commenti, escape e sequenze Unicode. Il formato \xE8 incluso nel JDK tramite java.util.Properties e risale a Java 1.0.\n\nRimane il formato di configurazione predefinito nell'ecosistema JVM: le impostazioni delle applicazioni Spring, la configurazione dei progetti Gradle, la configurazione di log4j e i resource bundle per l'internazionalizzazione vivono comunemente in file .properties."
|
|
11881
|
+
},
|
|
11882
|
+
fr: {
|
|
11883
|
+
name: "Java Properties",
|
|
11884
|
+
description: "Un format simple de configuration cl\xE9-valeur utilis\xE9 dans tout l'\xE9cosyst\xE8me Java.",
|
|
11885
|
+
longDescription: "Les fichiers Java Properties stockent la configuration sous forme de paires cl\xE9-valeur en texte brut, avec la prise en charge des commentaires, de l'\xE9chappement et des s\xE9quences Unicode. Le format est livr\xE9 avec le JDK via java.util.Properties et remonte \xE0 Java 1.0.\n\nIl reste le format de configuration par d\xE9faut de l'\xE9cosyst\xE8me JVM : les param\xE8tres d'applications Spring, la configuration de projets Gradle, la configuration de log4j et les resource bundles d'internationalisation vivent couramment dans des fichiers .properties."
|
|
11886
|
+
},
|
|
11887
|
+
de: {
|
|
11888
|
+
name: "Java Properties",
|
|
11889
|
+
description: "Ein einfaches Schl\xFCssel-Wert-Konfigurationsformat aus dem Java-\xD6kosystem.",
|
|
11890
|
+
longDescription: "Java-Properties-Dateien speichern Konfiguration als Schl\xFCssel-Wert-Paare im Klartext, mit Unterst\xFCtzung f\xFCr Kommentare, Escaping und Unicode-Sequenzen. Das Format ist \xFCber java.util.Properties Teil des JDK und stammt aus Java 1.0.\n\nEs bleibt das Standard-Konfigurationsformat im JVM-\xD6kosystem: Spring-Anwendungseinstellungen, Gradle-Projektkonfiguration, log4j-Setup und Resource-Bundles f\xFCr Internationalisierung liegen \xFCblicherweise in .properties-Dateien."
|
|
11891
|
+
},
|
|
11892
|
+
pt: {
|
|
11893
|
+
name: "Java Properties",
|
|
11894
|
+
description: "Um formato simples de configura\xE7\xE3o chave-valor usado em todo o ecossistema Java.",
|
|
11895
|
+
longDescription: "Os arquivos Java Properties armazenam configura\xE7\xE3o como pares chave-valor em texto simples, com suporte a coment\xE1rios, escapes e sequ\xEAncias Unicode. O formato acompanha o JDK por meio de java.util.Properties e remonta ao Java 1.0.\n\nContinua sendo o formato de configura\xE7\xE3o padr\xE3o do ecossistema JVM: as configura\xE7\xF5es de aplica\xE7\xF5es Spring, a configura\xE7\xE3o de projetos Gradle, a configura\xE7\xE3o do log4j e os resource bundles de internacionaliza\xE7\xE3o costumam viver em arquivos .properties."
|
|
11896
|
+
}
|
|
11897
|
+
}
|
|
11898
|
+
};
|
|
11899
|
+
}
|
|
11900
|
+
});
|
|
11901
|
+
|
|
11588
11902
|
// src/languages/protobuf.ts
|
|
11589
11903
|
var protobuf_exports = {};
|
|
11590
11904
|
__export(protobuf_exports, {
|
|
@@ -11595,6 +11909,7 @@ var init_protobuf = __esm({
|
|
|
11595
11909
|
"src/languages/protobuf.ts"() {
|
|
11596
11910
|
protobuf = {
|
|
11597
11911
|
slug: "protobuf",
|
|
11912
|
+
aliases: ["proto", "protocol buffers"],
|
|
11598
11913
|
publishedDate: "2008-07-07",
|
|
11599
11914
|
extensions: [".proto"],
|
|
11600
11915
|
author: "Google",
|
|
@@ -11831,6 +12146,7 @@ var init_python = __esm({
|
|
|
11831
12146
|
"src/languages/python.ts"() {
|
|
11832
12147
|
python = {
|
|
11833
12148
|
slug: "python",
|
|
12149
|
+
aliases: ["py"],
|
|
11834
12150
|
publishedDate: "1991-02-20",
|
|
11835
12151
|
extensions: [".py", ".pyw"],
|
|
11836
12152
|
author: "Guido van Rossum",
|
|
@@ -11880,6 +12196,64 @@ var init_python = __esm({
|
|
|
11880
12196
|
}
|
|
11881
12197
|
});
|
|
11882
12198
|
|
|
12199
|
+
// src/languages/qmake.ts
|
|
12200
|
+
var qmake_exports = {};
|
|
12201
|
+
__export(qmake_exports, {
|
|
12202
|
+
qmake: () => qmake
|
|
12203
|
+
});
|
|
12204
|
+
var qmake;
|
|
12205
|
+
var init_qmake = __esm({
|
|
12206
|
+
"src/languages/qmake.ts"() {
|
|
12207
|
+
qmake = {
|
|
12208
|
+
slug: "qmake",
|
|
12209
|
+
publishedDate: "2002-01-01",
|
|
12210
|
+
extensions: [".pri", ".prf"],
|
|
12211
|
+
author: "Trolltech",
|
|
12212
|
+
website: "https://doc.qt.io/qt-6/qmake-manual.html",
|
|
12213
|
+
paradigms: ["build configuration"],
|
|
12214
|
+
tooling: {
|
|
12215
|
+
runtimes: ["qmake"],
|
|
12216
|
+
ecosystems: ["Qt", "C++"]
|
|
12217
|
+
},
|
|
12218
|
+
version: "stable",
|
|
12219
|
+
logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
|
|
12220
|
+
color: "#41CD52",
|
|
12221
|
+
i18n: {
|
|
12222
|
+
en: {
|
|
12223
|
+
name: "qmake",
|
|
12224
|
+
description: "A Qt build configuration language for generating platform-specific Makefiles and projects.",
|
|
12225
|
+
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."
|
|
12226
|
+
},
|
|
12227
|
+
es: {
|
|
12228
|
+
name: "qmake",
|
|
12229
|
+
description: "Lenguaje de configuracion de builds Qt para generar Makefiles y proyectos por plataforma.",
|
|
12230
|
+
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."
|
|
12231
|
+
},
|
|
12232
|
+
it: {
|
|
12233
|
+
name: "qmake",
|
|
12234
|
+
description: "Linguaggio di configurazione build Qt per generare Makefile e progetti specifici.",
|
|
12235
|
+
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."
|
|
12236
|
+
},
|
|
12237
|
+
fr: {
|
|
12238
|
+
name: "qmake",
|
|
12239
|
+
description: "Langage de configuration build Qt pour generer Makefiles et projets par plateforme.",
|
|
12240
|
+
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."
|
|
12241
|
+
},
|
|
12242
|
+
de: {
|
|
12243
|
+
name: "qmake",
|
|
12244
|
+
description: "Qt-Build-Konfigurationssprache zum Erzeugen plattformspezifischer Makefiles und Projekte.",
|
|
12245
|
+
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."
|
|
12246
|
+
},
|
|
12247
|
+
pt: {
|
|
12248
|
+
name: "qmake",
|
|
12249
|
+
description: "Linguagem de configuracao de build Qt para gerar Makefiles e projetos por plataforma.",
|
|
12250
|
+
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."
|
|
12251
|
+
}
|
|
12252
|
+
}
|
|
12253
|
+
};
|
|
12254
|
+
}
|
|
12255
|
+
});
|
|
12256
|
+
|
|
11883
12257
|
// src/languages/qml.ts
|
|
11884
12258
|
var qml_exports = {};
|
|
11885
12259
|
__export(qml_exports, {
|
|
@@ -11939,64 +12313,6 @@ var init_qml = __esm({
|
|
|
11939
12313
|
}
|
|
11940
12314
|
});
|
|
11941
12315
|
|
|
11942
|
-
// src/languages/qmake.ts
|
|
11943
|
-
var qmake_exports = {};
|
|
11944
|
-
__export(qmake_exports, {
|
|
11945
|
-
qmake: () => qmake
|
|
11946
|
-
});
|
|
11947
|
-
var qmake;
|
|
11948
|
-
var init_qmake = __esm({
|
|
11949
|
-
"src/languages/qmake.ts"() {
|
|
11950
|
-
qmake = {
|
|
11951
|
-
slug: "qmake",
|
|
11952
|
-
publishedDate: "2002-01-01",
|
|
11953
|
-
extensions: [".pri", ".prf"],
|
|
11954
|
-
author: "Trolltech",
|
|
11955
|
-
website: "https://doc.qt.io/qt-6/qmake-manual.html",
|
|
11956
|
-
paradigms: ["build configuration"],
|
|
11957
|
-
tooling: {
|
|
11958
|
-
runtimes: ["qmake"],
|
|
11959
|
-
ecosystems: ["Qt", "C++"]
|
|
11960
|
-
},
|
|
11961
|
-
version: "stable",
|
|
11962
|
-
logo: "https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png",
|
|
11963
|
-
color: "#41CD52",
|
|
11964
|
-
i18n: {
|
|
11965
|
-
en: {
|
|
11966
|
-
name: "qmake",
|
|
11967
|
-
description: "A Qt build configuration language for generating platform-specific Makefiles and projects.",
|
|
11968
|
-
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."
|
|
11969
|
-
},
|
|
11970
|
-
es: {
|
|
11971
|
-
name: "qmake",
|
|
11972
|
-
description: "Lenguaje de configuracion de builds Qt para generar Makefiles y proyectos por plataforma.",
|
|
11973
|
-
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."
|
|
11974
|
-
},
|
|
11975
|
-
it: {
|
|
11976
|
-
name: "qmake",
|
|
11977
|
-
description: "Linguaggio di configurazione build Qt per generare Makefile e progetti specifici.",
|
|
11978
|
-
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."
|
|
11979
|
-
},
|
|
11980
|
-
fr: {
|
|
11981
|
-
name: "qmake",
|
|
11982
|
-
description: "Langage de configuration build Qt pour generer Makefiles et projets par plateforme.",
|
|
11983
|
-
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."
|
|
11984
|
-
},
|
|
11985
|
-
de: {
|
|
11986
|
-
name: "qmake",
|
|
11987
|
-
description: "Qt-Build-Konfigurationssprache zum Erzeugen plattformspezifischer Makefiles und Projekte.",
|
|
11988
|
-
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."
|
|
11989
|
-
},
|
|
11990
|
-
pt: {
|
|
11991
|
-
name: "qmake",
|
|
11992
|
-
description: "Linguagem de configuracao de build Qt para gerar Makefiles e projetos por plataforma.",
|
|
11993
|
-
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."
|
|
11994
|
-
}
|
|
11995
|
-
}
|
|
11996
|
-
};
|
|
11997
|
-
}
|
|
11998
|
-
});
|
|
11999
|
-
|
|
12000
12316
|
// src/languages/qsharp.ts
|
|
12001
12317
|
var qsharp_exports = {};
|
|
12002
12318
|
__export(qsharp_exports, {
|
|
@@ -12184,6 +12500,7 @@ var init_raku = __esm({
|
|
|
12184
12500
|
"src/languages/raku.ts"() {
|
|
12185
12501
|
raku = {
|
|
12186
12502
|
slug: "raku",
|
|
12503
|
+
aliases: ["perl6", "perl 6"],
|
|
12187
12504
|
publishedDate: "2015-12-25",
|
|
12188
12505
|
extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
|
|
12189
12506
|
author: "Raku Community",
|
|
@@ -12292,6 +12609,65 @@ var init_razor = __esm({
|
|
|
12292
12609
|
}
|
|
12293
12610
|
});
|
|
12294
12611
|
|
|
12612
|
+
// src/languages/reasonml.ts
|
|
12613
|
+
var reasonml_exports = {};
|
|
12614
|
+
__export(reasonml_exports, {
|
|
12615
|
+
reasonml: () => reasonml
|
|
12616
|
+
});
|
|
12617
|
+
var reasonml;
|
|
12618
|
+
var init_reasonml = __esm({
|
|
12619
|
+
"src/languages/reasonml.ts"() {
|
|
12620
|
+
reasonml = {
|
|
12621
|
+
slug: "reasonml",
|
|
12622
|
+
publishedDate: "2016-05-13",
|
|
12623
|
+
extensions: [".re", ".rei"],
|
|
12624
|
+
author: "Jordan Walke / Reason contributors",
|
|
12625
|
+
website: "https://reasonml.github.io",
|
|
12626
|
+
paradigms: ["functional", "statically typed", "multi-paradigm"],
|
|
12627
|
+
tooling: {
|
|
12628
|
+
runtimes: ["OCaml", "JavaScript"],
|
|
12629
|
+
packageManagers: ["opam", "npm"],
|
|
12630
|
+
ecosystems: ["OCaml", "JavaScript", "Web"]
|
|
12631
|
+
},
|
|
12632
|
+
version: "3.13.0",
|
|
12633
|
+
logo: "https://cdn.simpleicons.org/reason/DD4B39",
|
|
12634
|
+
color: "#DD4B39",
|
|
12635
|
+
i18n: {
|
|
12636
|
+
en: {
|
|
12637
|
+
name: "ReasonML",
|
|
12638
|
+
description: "A JavaScript-like syntax for OCaml and typed functional programming.",
|
|
12639
|
+
longDescription: "ReasonML is a syntax layer for OCaml that presents familiar braces and punctuation while retaining OCaml's modules, pattern matching, type inference, and functional foundations. It has been used with native OCaml and JavaScript compilation workflows.\n\nIt is used in OCaml-adjacent projects, typed UI code, libraries, and codebases that prefer Reason syntax over traditional OCaml syntax."
|
|
12640
|
+
},
|
|
12641
|
+
es: {
|
|
12642
|
+
name: "ReasonML",
|
|
12643
|
+
description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
|
|
12644
|
+
longDescription: "ReasonML es una capa de sintaxis para OCaml que presenta llaves y puntuacion familiares conservando modulos, pattern matching, inferencia de tipos y bases funcionales de OCaml. Se ha usado con flujos nativos y de compilacion a JavaScript.\n\nSe usa en proyectos cercanos a OCaml, UI tipada, bibliotecas y codebases que prefieren la sintaxis Reason frente a la sintaxis tradicional de OCaml."
|
|
12645
|
+
},
|
|
12646
|
+
it: {
|
|
12647
|
+
name: "ReasonML",
|
|
12648
|
+
description: "Una sintassi simile a JavaScript per OCaml e la programmazione funzionale tipata.",
|
|
12649
|
+
longDescription: "ReasonML e un livello di sintassi per OCaml che presenta parentesi e punteggiatura familiari, mantenendo al contempo i moduli, il pattern matching, l'inferenza dei tipi e le fondamenta funzionali di OCaml. E stato utilizzato con OCaml nativo e flussi di lavoro di compilazione in JavaScript.\n\nE utilizzato in progetti adiacenti a OCaml, codice UI tipato, librerie e codebase che preferiscono la sintassi Reason rispetto alla sintassi OCaml tradizionale."
|
|
12650
|
+
},
|
|
12651
|
+
fr: {
|
|
12652
|
+
name: "ReasonML",
|
|
12653
|
+
description: "Une syntaxe semblable a JavaScript pour OCaml et la programmation fonctionnelle typee.",
|
|
12654
|
+
longDescription: "ReasonML est une couche de syntaxe pour OCaml qui presente des accolades et une ponctuation familieres tout en conservant les modules, la correspondance de motifs, l'inference de type et les fondements fonctionnels d'OCaml. Il a ete utilise avec OCaml natif et des flux de travail de compilation vers JavaScript.\n\nIl est utilise dans des projets lies a OCaml, du code d'interface utilisateur type, des bibliotheques et des bases de code qui preferent la syntaxe Reason a la syntaxe OCaml traditionnelle."
|
|
12655
|
+
},
|
|
12656
|
+
de: {
|
|
12657
|
+
name: "ReasonML",
|
|
12658
|
+
description: "Eine JavaScript-\xE4hnliche Syntax f\xFCr OCaml und typisierte funktionale Programmierung.",
|
|
12659
|
+
longDescription: "ReasonML ist eine Syntaxebene f\xFCr OCaml, die vertraute Klammern und Satzzeichen verwendet, w\xE4hrend sie die Module, das Pattern Matching, die Typinferenz und die funktionalen Grundlagen von OCaml beibeh\xE4lt. Es wurde mit nativem OCaml und JavaScript-Kompilierungsabl\xE4ufen verwendet.\n\nEs wird in OCaml-nahen Projekten, typisierten UI-Code, Bibliotheken und Codebasen verwendet, die den Reason-Syntax gegen\xFCber der traditionellen OCaml-Syntax bevorzugen."
|
|
12660
|
+
},
|
|
12661
|
+
pt: {
|
|
12662
|
+
name: "ReasonML",
|
|
12663
|
+
description: "Uma sintaxe semelhante a JavaScript para OCaml e programa\xE7\xE3o funcional com tipagem.",
|
|
12664
|
+
longDescription: "ReasonML \xE9 uma camada de sintaxe para OCaml que apresenta as familiaridades de chaves e pontua\xE7\xE3o, mantendo os m\xF3dulos, correspond\xEAncia de padr\xF5es, infer\xEAncia de tipo e fundamentos funcionais do OCaml. \xC9 usado com OCaml nativo e fluxos de trabalho de compila\xE7\xE3o para JavaScript.\n\n\xC9 usado em projetos relacionados ao OCaml, c\xF3digo de interface de usu\xE1rio com tipagem, bibliotecas e bases de c\xF3digo que preferem a sintaxe Reason em vez da sintaxe OCaml tradicional."
|
|
12665
|
+
}
|
|
12666
|
+
}
|
|
12667
|
+
};
|
|
12668
|
+
}
|
|
12669
|
+
});
|
|
12670
|
+
|
|
12295
12671
|
// src/languages/rebol.ts
|
|
12296
12672
|
var rebol_exports = {};
|
|
12297
12673
|
__export(rebol_exports, {
|
|
@@ -12408,65 +12784,6 @@ var init_red = __esm({
|
|
|
12408
12784
|
}
|
|
12409
12785
|
});
|
|
12410
12786
|
|
|
12411
|
-
// src/languages/reasonml.ts
|
|
12412
|
-
var reasonml_exports = {};
|
|
12413
|
-
__export(reasonml_exports, {
|
|
12414
|
-
reasonml: () => reasonml
|
|
12415
|
-
});
|
|
12416
|
-
var reasonml;
|
|
12417
|
-
var init_reasonml = __esm({
|
|
12418
|
-
"src/languages/reasonml.ts"() {
|
|
12419
|
-
reasonml = {
|
|
12420
|
-
slug: "reasonml",
|
|
12421
|
-
publishedDate: "2016-05-13",
|
|
12422
|
-
extensions: [".re", ".rei"],
|
|
12423
|
-
author: "Jordan Walke / Reason contributors",
|
|
12424
|
-
website: "https://reasonml.github.io",
|
|
12425
|
-
paradigms: ["functional", "statically typed", "multi-paradigm"],
|
|
12426
|
-
tooling: {
|
|
12427
|
-
runtimes: ["OCaml", "JavaScript"],
|
|
12428
|
-
packageManagers: ["opam", "npm"],
|
|
12429
|
-
ecosystems: ["OCaml", "JavaScript", "Web"]
|
|
12430
|
-
},
|
|
12431
|
-
version: "3.13.0",
|
|
12432
|
-
logo: "https://cdn.simpleicons.org/reason/DD4B39",
|
|
12433
|
-
color: "#DD4B39",
|
|
12434
|
-
i18n: {
|
|
12435
|
-
en: {
|
|
12436
|
-
name: "ReasonML",
|
|
12437
|
-
description: "A JavaScript-like syntax for OCaml and typed functional programming.",
|
|
12438
|
-
longDescription: "ReasonML is a syntax layer for OCaml that presents familiar braces and punctuation while retaining OCaml's modules, pattern matching, type inference, and functional foundations. It has been used with native OCaml and JavaScript compilation workflows.\n\nIt is used in OCaml-adjacent projects, typed UI code, libraries, and codebases that prefer Reason syntax over traditional OCaml syntax."
|
|
12439
|
-
},
|
|
12440
|
-
es: {
|
|
12441
|
-
name: "ReasonML",
|
|
12442
|
-
description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
|
|
12443
|
-
longDescription: "ReasonML es una capa de sintaxis para OCaml que presenta llaves y puntuacion familiares conservando modulos, pattern matching, inferencia de tipos y bases funcionales de OCaml. Se ha usado con flujos nativos y de compilacion a JavaScript.\n\nSe usa en proyectos cercanos a OCaml, UI tipada, bibliotecas y codebases que prefieren la sintaxis Reason frente a la sintaxis tradicional de OCaml."
|
|
12444
|
-
},
|
|
12445
|
-
it: {
|
|
12446
|
-
name: "ReasonML",
|
|
12447
|
-
description: "Una sintassi simile a JavaScript per OCaml e la programmazione funzionale tipata.",
|
|
12448
|
-
longDescription: "ReasonML e un livello di sintassi per OCaml che presenta parentesi e punteggiatura familiari, mantenendo al contempo i moduli, il pattern matching, l'inferenza dei tipi e le fondamenta funzionali di OCaml. E stato utilizzato con OCaml nativo e flussi di lavoro di compilazione in JavaScript.\n\nE utilizzato in progetti adiacenti a OCaml, codice UI tipato, librerie e codebase che preferiscono la sintassi Reason rispetto alla sintassi OCaml tradizionale."
|
|
12449
|
-
},
|
|
12450
|
-
fr: {
|
|
12451
|
-
name: "ReasonML",
|
|
12452
|
-
description: "Une syntaxe semblable a JavaScript pour OCaml et la programmation fonctionnelle typee.",
|
|
12453
|
-
longDescription: "ReasonML est une couche de syntaxe pour OCaml qui presente des accolades et une ponctuation familieres tout en conservant les modules, la correspondance de motifs, l'inference de type et les fondements fonctionnels d'OCaml. Il a ete utilise avec OCaml natif et des flux de travail de compilation vers JavaScript.\n\nIl est utilise dans des projets lies a OCaml, du code d'interface utilisateur type, des bibliotheques et des bases de code qui preferent la syntaxe Reason a la syntaxe OCaml traditionnelle."
|
|
12454
|
-
},
|
|
12455
|
-
de: {
|
|
12456
|
-
name: "ReasonML",
|
|
12457
|
-
description: "Eine JavaScript-\xE4hnliche Syntax f\xFCr OCaml und typisierte funktionale Programmierung.",
|
|
12458
|
-
longDescription: "ReasonML ist eine Syntaxebene f\xFCr OCaml, die vertraute Klammern und Satzzeichen verwendet, w\xE4hrend sie die Module, das Pattern Matching, die Typinferenz und die funktionalen Grundlagen von OCaml beibeh\xE4lt. Es wurde mit nativem OCaml und JavaScript-Kompilierungsabl\xE4ufen verwendet.\n\nEs wird in OCaml-nahen Projekten, typisierten UI-Code, Bibliotheken und Codebasen verwendet, die den Reason-Syntax gegen\xFCber der traditionellen OCaml-Syntax bevorzugen."
|
|
12459
|
-
},
|
|
12460
|
-
pt: {
|
|
12461
|
-
name: "ReasonML",
|
|
12462
|
-
description: "Uma sintaxe semelhante a JavaScript para OCaml e programa\xE7\xE3o funcional com tipagem.",
|
|
12463
|
-
longDescription: "ReasonML \xE9 uma camada de sintaxe para OCaml que apresenta as familiaridades de chaves e pontua\xE7\xE3o, mantendo os m\xF3dulos, correspond\xEAncia de padr\xF5es, infer\xEAncia de tipo e fundamentos funcionais do OCaml. \xC9 usado com OCaml nativo e fluxos de trabalho de compila\xE7\xE3o para JavaScript.\n\n\xC9 usado em projetos relacionados ao OCaml, c\xF3digo de interface de usu\xE1rio com tipagem, bibliotecas e bases de c\xF3digo que preferem a sintaxe Reason em vez da sintaxe OCaml tradicional."
|
|
12464
|
-
}
|
|
12465
|
-
}
|
|
12466
|
-
};
|
|
12467
|
-
}
|
|
12468
|
-
});
|
|
12469
|
-
|
|
12470
12787
|
// src/languages/rego.ts
|
|
12471
12788
|
var rego_exports = {};
|
|
12472
12789
|
__export(rego_exports, {
|
|
@@ -12595,6 +12912,7 @@ var init_restructuredtext = __esm({
|
|
|
12595
12912
|
"src/languages/restructuredtext.ts"() {
|
|
12596
12913
|
restructuredtext = {
|
|
12597
12914
|
slug: "restructuredtext",
|
|
12915
|
+
aliases: ["rst"],
|
|
12598
12916
|
publishedDate: "2001-06-01",
|
|
12599
12917
|
extensions: [".rst", ".rest"],
|
|
12600
12918
|
author: "David Goodger / Docutils contributors",
|
|
@@ -12644,6 +12962,64 @@ var init_restructuredtext = __esm({
|
|
|
12644
12962
|
}
|
|
12645
12963
|
});
|
|
12646
12964
|
|
|
12965
|
+
// src/languages/rexx.ts
|
|
12966
|
+
var rexx_exports = {};
|
|
12967
|
+
__export(rexx_exports, {
|
|
12968
|
+
rexx: () => rexx
|
|
12969
|
+
});
|
|
12970
|
+
var rexx;
|
|
12971
|
+
var init_rexx = __esm({
|
|
12972
|
+
"src/languages/rexx.ts"() {
|
|
12973
|
+
rexx = {
|
|
12974
|
+
slug: "rexx",
|
|
12975
|
+
publishedDate: "1979-03-20",
|
|
12976
|
+
extensions: [".rexx", ".rex"],
|
|
12977
|
+
author: "Mike Cowlishaw / IBM",
|
|
12978
|
+
website: "https://www.rexxla.org",
|
|
12979
|
+
paradigms: ["imperative", "procedural", "scripting"],
|
|
12980
|
+
tooling: {
|
|
12981
|
+
runtimes: ["z/OS", "ooRexx", "Regina REXX"],
|
|
12982
|
+
ecosystems: ["Mainframe", "Scripting"]
|
|
12983
|
+
},
|
|
12984
|
+
version: "ANSI X3.274-1996",
|
|
12985
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_rexx.svg",
|
|
12986
|
+
color: "#D90E09",
|
|
12987
|
+
i18n: {
|
|
12988
|
+
en: {
|
|
12989
|
+
name: "REXX",
|
|
12990
|
+
description: "A readable IBM scripting language for mainframe automation and system glue.",
|
|
12991
|
+
longDescription: "REXX (Restructured Extended Executor) is a scripting language designed by Mike Cowlishaw at IBM with an emphasis on readability and ease of learning. It became the standard automation language on IBM mainframes, driving TSO/ISPF, batch jobs, and system utilities on z/OS.\n\nBeyond the mainframe, Open Object Rexx (ooRexx) and Regina bring the language to Linux, Windows, and macOS, and REXX remains in active production use wherever decades of mainframe automation live on."
|
|
12992
|
+
},
|
|
12993
|
+
es: {
|
|
12994
|
+
name: "REXX",
|
|
12995
|
+
description: "Un lenguaje de scripting legible de IBM para automatizaci\xF3n de mainframes.",
|
|
12996
|
+
longDescription: "REXX (Restructured Extended Executor) es un lenguaje de scripting dise\xF1ado por Mike Cowlishaw en IBM con \xE9nfasis en la legibilidad y la facilidad de aprendizaje. Se convirti\xF3 en el lenguaje de automatizaci\xF3n est\xE1ndar de los mainframes de IBM, controlando TSO/ISPF, trabajos batch y utilidades del sistema en z/OS.\n\nM\xE1s all\xE1 del mainframe, Open Object Rexx (ooRexx) y Regina llevan el lenguaje a Linux, Windows y macOS, y REXX sigue en uso productivo activo dondequiera que perduren d\xE9cadas de automatizaci\xF3n de mainframe."
|
|
12997
|
+
},
|
|
12998
|
+
it: {
|
|
12999
|
+
name: "REXX",
|
|
13000
|
+
description: "Un linguaggio di scripting IBM leggibile per l'automazione dei mainframe.",
|
|
13001
|
+
longDescription: "REXX (Restructured Extended Executor) \xE8 un linguaggio di scripting progettato da Mike Cowlishaw in IBM con enfasi sulla leggibilit\xE0 e sulla facilit\xE0 di apprendimento. \xC8 diventato il linguaggio di automazione standard sui mainframe IBM, guidando TSO/ISPF, job batch e utility di sistema su z/OS.\n\nOltre il mainframe, Open Object Rexx (ooRexx) e Regina portano il linguaggio su Linux, Windows e macOS, e REXX rimane in uso produttivo attivo ovunque sopravvivano decenni di automazione mainframe."
|
|
13002
|
+
},
|
|
13003
|
+
fr: {
|
|
13004
|
+
name: "REXX",
|
|
13005
|
+
description: "Un langage de script IBM lisible pour l'automatisation des mainframes.",
|
|
13006
|
+
longDescription: "REXX (Restructured Extended Executor) est un langage de script con\xE7u par Mike Cowlishaw chez IBM avec un accent sur la lisibilit\xE9 et la facilit\xE9 d'apprentissage. Il est devenu le langage d'automatisation standard des mainframes IBM, pilotant TSO/ISPF, les travaux batch et les utilitaires syst\xE8me sous z/OS.\n\nAu-del\xE0 du mainframe, Open Object Rexx (ooRexx) et Regina portent le langage sur Linux, Windows et macOS, et REXX reste en usage productif actif partout o\xF9 survivent des d\xE9cennies d'automatisation mainframe."
|
|
13007
|
+
},
|
|
13008
|
+
de: {
|
|
13009
|
+
name: "REXX",
|
|
13010
|
+
description: "Eine gut lesbare IBM-Skriptsprache f\xFCr Mainframe-Automatisierung.",
|
|
13011
|
+
longDescription: "REXX (Restructured Extended Executor) ist eine von Mike Cowlishaw bei IBM entworfene Skriptsprache mit Schwerpunkt auf Lesbarkeit und leichter Erlernbarkeit. Sie wurde zur Standard-Automatisierungssprache auf IBM-Mainframes und steuert TSO/ISPF, Batch-Jobs und Systemwerkzeuge unter z/OS.\n\nJenseits des Mainframes bringen Open Object Rexx (ooRexx) und Regina die Sprache auf Linux, Windows und macOS, und REXX bleibt \xFCberall dort im produktiven Einsatz, wo Jahrzehnte an Mainframe-Automatisierung weiterleben."
|
|
13012
|
+
},
|
|
13013
|
+
pt: {
|
|
13014
|
+
name: "REXX",
|
|
13015
|
+
description: "Uma linguagem de script leg\xEDvel da IBM para automa\xE7\xE3o de mainframes.",
|
|
13016
|
+
longDescription: "REXX (Restructured Extended Executor) \xE9 uma linguagem de script projetada por Mike Cowlishaw na IBM com \xEAnfase em legibilidade e facilidade de aprendizado. Tornou-se a linguagem de automa\xE7\xE3o padr\xE3o nos mainframes da IBM, controlando TSO/ISPF, jobs batch e utilit\xE1rios de sistema no z/OS.\n\nAl\xE9m do mainframe, o Open Object Rexx (ooRexx) e o Regina levam a linguagem para Linux, Windows e macOS, e o REXX continua em uso produtivo ativo onde quer que d\xE9cadas de automa\xE7\xE3o de mainframe sobrevivam."
|
|
13017
|
+
}
|
|
13018
|
+
}
|
|
13019
|
+
};
|
|
13020
|
+
}
|
|
13021
|
+
});
|
|
13022
|
+
|
|
12647
13023
|
// src/languages/roc.ts
|
|
12648
13024
|
var roc_exports = {};
|
|
12649
13025
|
__export(roc_exports, {
|
|
@@ -12770,6 +13146,7 @@ var init_ruby = __esm({
|
|
|
12770
13146
|
"src/languages/ruby.ts"() {
|
|
12771
13147
|
ruby = {
|
|
12772
13148
|
slug: "ruby",
|
|
13149
|
+
aliases: ["rb"],
|
|
12773
13150
|
publishedDate: "1995-12-21",
|
|
12774
13151
|
extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"],
|
|
12775
13152
|
author: "Yukihiro Matsumoto",
|
|
@@ -13180,6 +13557,7 @@ var init_simula = __esm({
|
|
|
13180
13557
|
"src/languages/simula.ts"() {
|
|
13181
13558
|
simula = {
|
|
13182
13559
|
slug: "simula",
|
|
13560
|
+
status: "historical",
|
|
13183
13561
|
publishedDate: "1962-01-01",
|
|
13184
13562
|
extensions: [".sim", ".simula"],
|
|
13185
13563
|
author: "Ole-Johan Dahl and Kristen Nygaard",
|
|
@@ -13413,6 +13791,7 @@ var init_snobol = __esm({
|
|
|
13413
13791
|
"src/languages/snobol.ts"() {
|
|
13414
13792
|
snobol = {
|
|
13415
13793
|
slug: "snobol",
|
|
13794
|
+
status: "historical",
|
|
13416
13795
|
publishedDate: "1962-01-01",
|
|
13417
13796
|
extensions: [".sno", ".snobol"],
|
|
13418
13797
|
author: "David J. Farber, Ralph Griswold, and Ivan P. Polonsky",
|
|
@@ -13549,29 +13928,87 @@ var init_soql = __esm({
|
|
|
13549
13928
|
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."
|
|
13550
13929
|
},
|
|
13551
13930
|
es: {
|
|
13552
|
-
name: "SOQL",
|
|
13553
|
-
description: "Salesforce Object Query Language para leer registros de datos Salesforce.",
|
|
13554
|
-
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."
|
|
13931
|
+
name: "SOQL",
|
|
13932
|
+
description: "Salesforce Object Query Language para leer registros de datos Salesforce.",
|
|
13933
|
+
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."
|
|
13934
|
+
},
|
|
13935
|
+
it: {
|
|
13936
|
+
name: "SOQL",
|
|
13937
|
+
description: "Salesforce Object Query Language per leggere record dai dati Salesforce.",
|
|
13938
|
+
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."
|
|
13939
|
+
},
|
|
13940
|
+
fr: {
|
|
13941
|
+
name: "SOQL",
|
|
13942
|
+
description: "Salesforce Object Query Language pour lire des enregistrements Salesforce.",
|
|
13943
|
+
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."
|
|
13944
|
+
},
|
|
13945
|
+
de: {
|
|
13946
|
+
name: "SOQL",
|
|
13947
|
+
description: "Salesforce Object Query Language zum Lesen von Salesforce-Datensatzen.",
|
|
13948
|
+
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."
|
|
13949
|
+
},
|
|
13950
|
+
pt: {
|
|
13951
|
+
name: "SOQL",
|
|
13952
|
+
description: "Salesforce Object Query Language para ler registros de dados Salesforce.",
|
|
13953
|
+
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."
|
|
13954
|
+
}
|
|
13955
|
+
}
|
|
13956
|
+
};
|
|
13957
|
+
}
|
|
13958
|
+
});
|
|
13959
|
+
|
|
13960
|
+
// src/languages/spark.ts
|
|
13961
|
+
var spark_exports = {};
|
|
13962
|
+
__export(spark_exports, {
|
|
13963
|
+
spark: () => spark
|
|
13964
|
+
});
|
|
13965
|
+
var spark;
|
|
13966
|
+
var init_spark = __esm({
|
|
13967
|
+
"src/languages/spark.ts"() {
|
|
13968
|
+
spark = {
|
|
13969
|
+
slug: "spark",
|
|
13970
|
+
publishedDate: "2009-01-01",
|
|
13971
|
+
extensions: [".spark", ".adb", ".ads"],
|
|
13972
|
+
author: "Altran and AdaCore",
|
|
13973
|
+
website: "https://www.adacore.com/about-spark",
|
|
13974
|
+
paradigms: ["imperative", "object-oriented", "formal verification"],
|
|
13975
|
+
tooling: {
|
|
13976
|
+
runtimes: ["GNAT", "Ada runtimes"],
|
|
13977
|
+
ecosystems: ["Ada", "Embedded", "Safety-critical software"]
|
|
13978
|
+
},
|
|
13979
|
+
version: "SPARK Community 2021",
|
|
13980
|
+
logo: "https://avatars.githubusercontent.com/u/7767877?v=4",
|
|
13981
|
+
color: "#DC2626",
|
|
13982
|
+
i18n: {
|
|
13983
|
+
en: {
|
|
13984
|
+
name: "SPARK",
|
|
13985
|
+
description: "A formally verifiable Ada-based language for high-integrity and safety-critical software.",
|
|
13986
|
+
longDescription: "SPARK is a programming language and verification ecosystem based on Ada, designed for software where correctness, safety, and security matter. It restricts and extends Ada with contracts, proof-oriented annotations, and analyzable semantics.\n\nSPARK is used in avionics, defense, embedded systems, industrial control, and other high-integrity domains. Its tooling can prove absence of runtime errors and verify functional properties before code runs."
|
|
13987
|
+
},
|
|
13988
|
+
es: {
|
|
13989
|
+
name: "SPARK",
|
|
13990
|
+
description: "Lenguaje basado en Ada y verificable formalmente para software critico y de alta integridad.",
|
|
13991
|
+
longDescription: "SPARK es un lenguaje de programacion y ecosistema de verificacion basado en Ada, disenado para software donde importan correccion, seguridad funcional y seguridad informatica. Restringe y extiende Ada con contratos, anotaciones orientadas a pruebas y semantica analizable.\n\nSPARK se usa en avionica, defensa, sistemas embebidos, control industrial y otros dominios de alta integridad. Sus herramientas pueden probar ausencia de errores en tiempo de ejecucion y verificar propiedades funcionales antes de ejecutar el codigo."
|
|
13555
13992
|
},
|
|
13556
13993
|
it: {
|
|
13557
|
-
name: "
|
|
13558
|
-
description: "
|
|
13559
|
-
longDescription: "
|
|
13994
|
+
name: "SPARK",
|
|
13995
|
+
description: "Linguaggio basato su Ada e verificabile formalmente per software critico e ad alta integrita.",
|
|
13996
|
+
longDescription: "SPARK e un linguaggio di programmazione e un ecosistema di verifica basato su Ada, progettato per software in cui correttezza, safety e security sono fondamentali. Restringe ed estende Ada con contratti, annotazioni orientate alla prova e semantica analizzabile.\n\nSPARK e usato in avionica, difesa, sistemi embedded, controllo industriale e altri domini ad alta integrita. I suoi strumenti possono provare l assenza di errori a runtime e verificare proprieta funzionali prima dell esecuzione del codice."
|
|
13560
13997
|
},
|
|
13561
13998
|
fr: {
|
|
13562
|
-
name: "
|
|
13563
|
-
description: "
|
|
13564
|
-
longDescription: "
|
|
13999
|
+
name: "SPARK",
|
|
14000
|
+
description: "Langage base sur Ada, verifiable formellement, pour logiciels critiques et haute integrite.",
|
|
14001
|
+
longDescription: "SPARK est un langage de programmation et un ecosysteme de verification base sur Ada, concu pour les logiciels ou correction, surete et securite sont essentielles. Il restreint et etend Ada avec des contrats, des annotations orientees preuve et une semantique analysable.\n\nSPARK est utilise dans l avionique, la defense, les systemes embarques, le controle industriel et d autres domaines a haute integrite. Ses outils peuvent prouver l absence d erreurs a l execution et verifier des proprietes fonctionnelles avant que le code ne tourne."
|
|
13565
14002
|
},
|
|
13566
14003
|
de: {
|
|
13567
|
-
name: "
|
|
13568
|
-
description: "
|
|
13569
|
-
longDescription: "
|
|
14004
|
+
name: "SPARK",
|
|
14005
|
+
description: "Formal verifizierbare Ada-basierte Sprache fur sicherheitskritische High-Integrity-Software.",
|
|
14006
|
+
longDescription: "SPARK ist eine auf Ada basierende Programmiersprache und Verifikationsumgebung fur Software, bei der Korrektheit, Safety und Security entscheidend sind. Sie beschrankt und erweitert Ada mit Vertragen, beweisorientierten Annotationen und analysierbarer Semantik.\n\nSPARK wird in Avionik, Verteidigung, eingebetteten Systemen, industrieller Steuerung und anderen High-Integrity-Domanen genutzt. Die Werkzeuge konnen Laufzeitfehlerfreiheit beweisen und funktionale Eigenschaften vor der Ausfuhrung verifizieren."
|
|
13570
14007
|
},
|
|
13571
14008
|
pt: {
|
|
13572
|
-
name: "
|
|
13573
|
-
description: "
|
|
13574
|
-
longDescription: "
|
|
14009
|
+
name: "SPARK",
|
|
14010
|
+
description: "Linguagem baseada em Ada e verificavel formalmente para software critico e de alta integridade.",
|
|
14011
|
+
longDescription: "SPARK e uma linguagem de programacao e ecossistema de verificacao baseado em Ada, criado para software onde correcao, seguranca funcional e seguranca importam. Ela restringe e estende Ada com contratos, anotacoes orientadas a provas e semantica analisavel.\n\nSPARK e usada em avionica, defesa, sistemas embarcados, controle industrial e outros dominios de alta integridade. Suas ferramentas podem provar ausencia de erros em tempo de execucao e verificar propriedades funcionais antes do codigo rodar."
|
|
13575
14012
|
}
|
|
13576
14013
|
}
|
|
13577
14014
|
};
|
|
@@ -13636,64 +14073,6 @@ var init_sparql = __esm({
|
|
|
13636
14073
|
}
|
|
13637
14074
|
});
|
|
13638
14075
|
|
|
13639
|
-
// src/languages/spark.ts
|
|
13640
|
-
var spark_exports = {};
|
|
13641
|
-
__export(spark_exports, {
|
|
13642
|
-
spark: () => spark
|
|
13643
|
-
});
|
|
13644
|
-
var spark;
|
|
13645
|
-
var init_spark = __esm({
|
|
13646
|
-
"src/languages/spark.ts"() {
|
|
13647
|
-
spark = {
|
|
13648
|
-
slug: "spark",
|
|
13649
|
-
publishedDate: "2009-01-01",
|
|
13650
|
-
extensions: [".spark", ".adb", ".ads"],
|
|
13651
|
-
author: "Altran and AdaCore",
|
|
13652
|
-
website: "https://www.adacore.com/about-spark",
|
|
13653
|
-
paradigms: ["imperative", "object-oriented", "formal verification"],
|
|
13654
|
-
tooling: {
|
|
13655
|
-
runtimes: ["GNAT", "Ada runtimes"],
|
|
13656
|
-
ecosystems: ["Ada", "Embedded", "Safety-critical software"]
|
|
13657
|
-
},
|
|
13658
|
-
version: "SPARK Community 2021",
|
|
13659
|
-
logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=SP",
|
|
13660
|
-
color: "#DC2626",
|
|
13661
|
-
i18n: {
|
|
13662
|
-
en: {
|
|
13663
|
-
name: "SPARK",
|
|
13664
|
-
description: "A formally verifiable Ada-based language for high-integrity and safety-critical software.",
|
|
13665
|
-
longDescription: "SPARK is a programming language and verification ecosystem based on Ada, designed for software where correctness, safety, and security matter. It restricts and extends Ada with contracts, proof-oriented annotations, and analyzable semantics.\n\nSPARK is used in avionics, defense, embedded systems, industrial control, and other high-integrity domains. Its tooling can prove absence of runtime errors and verify functional properties before code runs."
|
|
13666
|
-
},
|
|
13667
|
-
es: {
|
|
13668
|
-
name: "SPARK",
|
|
13669
|
-
description: "Lenguaje basado en Ada y verificable formalmente para software critico y de alta integridad.",
|
|
13670
|
-
longDescription: "SPARK es un lenguaje de programacion y ecosistema de verificacion basado en Ada, disenado para software donde importan correccion, seguridad funcional y seguridad informatica. Restringe y extiende Ada con contratos, anotaciones orientadas a pruebas y semantica analizable.\n\nSPARK se usa en avionica, defensa, sistemas embebidos, control industrial y otros dominios de alta integridad. Sus herramientas pueden probar ausencia de errores en tiempo de ejecucion y verificar propiedades funcionales antes de ejecutar el codigo."
|
|
13671
|
-
},
|
|
13672
|
-
it: {
|
|
13673
|
-
name: "SPARK",
|
|
13674
|
-
description: "Linguaggio basato su Ada e verificabile formalmente per software critico e ad alta integrita.",
|
|
13675
|
-
longDescription: "SPARK e un linguaggio di programmazione e un ecosistema di verifica basato su Ada, progettato per software in cui correttezza, safety e security sono fondamentali. Restringe ed estende Ada con contratti, annotazioni orientate alla prova e semantica analizzabile.\n\nSPARK e usato in avionica, difesa, sistemi embedded, controllo industriale e altri domini ad alta integrita. I suoi strumenti possono provare l assenza di errori a runtime e verificare proprieta funzionali prima dell esecuzione del codice."
|
|
13676
|
-
},
|
|
13677
|
-
fr: {
|
|
13678
|
-
name: "SPARK",
|
|
13679
|
-
description: "Langage base sur Ada, verifiable formellement, pour logiciels critiques et haute integrite.",
|
|
13680
|
-
longDescription: "SPARK est un langage de programmation et un ecosysteme de verification base sur Ada, concu pour les logiciels ou correction, surete et securite sont essentielles. Il restreint et etend Ada avec des contrats, des annotations orientees preuve et une semantique analysable.\n\nSPARK est utilise dans l avionique, la defense, les systemes embarques, le controle industriel et d autres domaines a haute integrite. Ses outils peuvent prouver l absence d erreurs a l execution et verifier des proprietes fonctionnelles avant que le code ne tourne."
|
|
13681
|
-
},
|
|
13682
|
-
de: {
|
|
13683
|
-
name: "SPARK",
|
|
13684
|
-
description: "Formal verifizierbare Ada-basierte Sprache fur sicherheitskritische High-Integrity-Software.",
|
|
13685
|
-
longDescription: "SPARK ist eine auf Ada basierende Programmiersprache und Verifikationsumgebung fur Software, bei der Korrektheit, Safety und Security entscheidend sind. Sie beschrankt und erweitert Ada mit Vertragen, beweisorientierten Annotationen und analysierbarer Semantik.\n\nSPARK wird in Avionik, Verteidigung, eingebetteten Systemen, industrieller Steuerung und anderen High-Integrity-Domanen genutzt. Die Werkzeuge konnen Laufzeitfehlerfreiheit beweisen und funktionale Eigenschaften vor der Ausfuhrung verifizieren."
|
|
13686
|
-
},
|
|
13687
|
-
pt: {
|
|
13688
|
-
name: "SPARK",
|
|
13689
|
-
description: "Linguagem baseada em Ada e verificavel formalmente para software critico e de alta integridade.",
|
|
13690
|
-
longDescription: "SPARK e uma linguagem de programacao e ecossistema de verificacao baseado em Ada, criado para software onde correcao, seguranca funcional e seguranca importam. Ela restringe e estende Ada com contratos, anotacoes orientadas a provas e semantica analisavel.\n\nSPARK e usada em avionica, defesa, sistemas embarcados, controle industrial e outros dominios de alta integridade. Suas ferramentas podem provar ausencia de erros em tempo de execucao e verificar propriedades funcionais antes do codigo rodar."
|
|
13691
|
-
}
|
|
13692
|
-
}
|
|
13693
|
-
};
|
|
13694
|
-
}
|
|
13695
|
-
});
|
|
13696
|
-
|
|
13697
14076
|
// src/languages/spl.ts
|
|
13698
14077
|
var spl_exports = {};
|
|
13699
14078
|
__export(spl_exports, {
|
|
@@ -13772,7 +14151,7 @@ var init_spss = __esm({
|
|
|
13772
14151
|
ecosystems: ["Statistics", "Data Analysis", "Social Sciences", "Business Intelligence"]
|
|
13773
14152
|
},
|
|
13774
14153
|
version: "29.0",
|
|
13775
|
-
logo: "https://
|
|
14154
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/e/ea/SPSS_logo.svg",
|
|
13776
14155
|
color: "#052FAD",
|
|
13777
14156
|
i18n: {
|
|
13778
14157
|
en: {
|
|
@@ -13884,7 +14263,7 @@ var init_squirrel = __esm({
|
|
|
13884
14263
|
ecosystems: ["Game Development", "Embedded Scripting", "Valve Source Engine"]
|
|
13885
14264
|
},
|
|
13886
14265
|
version: "3.2",
|
|
13887
|
-
logo: "https://
|
|
14266
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_squirrel.svg",
|
|
13888
14267
|
color: "#CC4A00",
|
|
13889
14268
|
i18n: {
|
|
13890
14269
|
en: {
|
|
@@ -14517,6 +14896,7 @@ var init_tex = __esm({
|
|
|
14517
14896
|
"src/languages/tex.ts"() {
|
|
14518
14897
|
tex = {
|
|
14519
14898
|
slug: "tex",
|
|
14899
|
+
aliases: ["latex"],
|
|
14520
14900
|
publishedDate: "1978-01-01",
|
|
14521
14901
|
extensions: [".tex", ".sty", ".cls", ".dtx", ".ins", ".ltx"],
|
|
14522
14902
|
author: "Donald Knuth",
|
|
@@ -15042,6 +15422,7 @@ var init_typescript = __esm({
|
|
|
15042
15422
|
"src/languages/typescript.ts"() {
|
|
15043
15423
|
typescript = {
|
|
15044
15424
|
slug: "typescript",
|
|
15425
|
+
aliases: ["ts"],
|
|
15045
15426
|
publishedDate: "2012-10-01",
|
|
15046
15427
|
extensions: [".ts", ".tsx", ".mts", ".cts"],
|
|
15047
15428
|
author: "Anders Hejlsberg / Microsoft",
|
|
@@ -15327,6 +15708,65 @@ var init_vala = __esm({
|
|
|
15327
15708
|
}
|
|
15328
15709
|
});
|
|
15329
15710
|
|
|
15711
|
+
// src/languages/vale.ts
|
|
15712
|
+
var vale_exports = {};
|
|
15713
|
+
__export(vale_exports, {
|
|
15714
|
+
vale: () => vale
|
|
15715
|
+
});
|
|
15716
|
+
var vale;
|
|
15717
|
+
var init_vale = __esm({
|
|
15718
|
+
"src/languages/vale.ts"() {
|
|
15719
|
+
vale = {
|
|
15720
|
+
slug: "vale",
|
|
15721
|
+
status: "experimental",
|
|
15722
|
+
publishedDate: "2018-01-01",
|
|
15723
|
+
extensions: [".vale"],
|
|
15724
|
+
author: "Evan Ovadia",
|
|
15725
|
+
website: "https://vale.dev",
|
|
15726
|
+
paradigms: ["systems", "imperative", "object-oriented"],
|
|
15727
|
+
tooling: {
|
|
15728
|
+
runtimes: ["Vale compiler"],
|
|
15729
|
+
ecosystems: ["Native applications", "Systems programming"]
|
|
15730
|
+
},
|
|
15731
|
+
version: "experimental",
|
|
15732
|
+
logo: "https://avatars.githubusercontent.com/u/67560249?v=4",
|
|
15733
|
+
color: "#059669",
|
|
15734
|
+
i18n: {
|
|
15735
|
+
en: {
|
|
15736
|
+
name: "Vale",
|
|
15737
|
+
description: "A systems programming language exploring memory safety through ownership and generational references.",
|
|
15738
|
+
longDescription: "Vale is a systems programming language focused on fast native code, memory safety, and ergonomic ownership. Its design explores generational references, region-like ownership, and compile-time checks that avoid conventional garbage collection.\n\nThe language targets domains where C and C++ are common, including engines, tools, and performance-sensitive services. It remains experimental, with active design work around safety, concurrency, and interoperability."
|
|
15739
|
+
},
|
|
15740
|
+
es: {
|
|
15741
|
+
name: "Vale",
|
|
15742
|
+
description: "Lenguaje de sistemas que explora seguridad de memoria con ownership y referencias generacionales.",
|
|
15743
|
+
longDescription: "Vale es un lenguaje de programacion de sistemas centrado en codigo nativo rapido, seguridad de memoria y ownership ergonomico. Su diseno explora referencias generacionales, ownership parecido a regiones y comprobaciones en compilacion que evitan la recoleccion de basura convencional.\n\nEl lenguaje apunta a dominios donde C y C++ son comunes, como motores, herramientas y servicios sensibles al rendimiento. Sigue siendo experimental, con trabajo activo en seguridad, concurrencia e interoperabilidad."
|
|
15744
|
+
},
|
|
15745
|
+
it: {
|
|
15746
|
+
name: "Vale",
|
|
15747
|
+
description: "Linguaggio di sistema che esplora sicurezza della memoria con ownership e riferimenti generazionali.",
|
|
15748
|
+
longDescription: "Vale e un linguaggio di programmazione di sistema focalizzato su codice nativo veloce, sicurezza della memoria e ownership ergonomica. Il design esplora riferimenti generazionali, ownership simile a regioni e controlli a tempo di compilazione che evitano la garbage collection convenzionale.\n\nIl linguaggio mira a domini dove C e C++ sono comuni, inclusi motori, strumenti e servizi sensibili alle prestazioni. Rimane sperimentale, con lavoro attivo su sicurezza, concorrenza e interoperabilita."
|
|
15749
|
+
},
|
|
15750
|
+
fr: {
|
|
15751
|
+
name: "Vale",
|
|
15752
|
+
description: "Langage systeme explorant la surete memoire par ownership et references generationnelles.",
|
|
15753
|
+
longDescription: "Vale est un langage de programmation systeme centre sur le code natif rapide, la surete memoire et un ownership ergonomique. Sa conception explore les references generationnelles, un ownership proche des regions et des verifications a la compilation qui evitent le ramasse-miettes classique.\n\nLe langage vise les domaines ou C et C++ sont frequents, comme les moteurs, les outils et les services sensibles aux performances. Il reste experimental, avec un travail actif sur la surete, la concurrence et l interoperabilite."
|
|
15754
|
+
},
|
|
15755
|
+
de: {
|
|
15756
|
+
name: "Vale",
|
|
15757
|
+
description: "Systemprogrammiersprache fur Speichersicherheit durch Ownership und generationale Referenzen.",
|
|
15758
|
+
longDescription: "Vale ist eine Systemprogrammiersprache mit Fokus auf schnellen nativen Code, Speichersicherheit und ergonomisches Ownership. Das Design erforscht generationale Referenzen, regionenahnliches Ownership und Kompilierzeitprufungen, die klassische Garbage Collection vermeiden.\n\nDie Sprache zielt auf Bereiche, in denen C und C++ verbreitet sind, etwa Engines, Werkzeuge und leistungsensitive Dienste. Sie bleibt experimentell, mit aktiver Arbeit an Sicherheit, Nebenlaufigkeit und Interoperabilitat."
|
|
15759
|
+
},
|
|
15760
|
+
pt: {
|
|
15761
|
+
name: "Vale",
|
|
15762
|
+
description: "Linguagem de sistemas que explora seguranca de memoria com ownership e referencias geracionais.",
|
|
15763
|
+
longDescription: "Vale e uma linguagem de programacao de sistemas focada em codigo nativo rapido, seguranca de memoria e ownership ergonomico. Seu design explora referencias geracionais, ownership parecido com regioes e verificacoes em tempo de compilacao que evitam garbage collection convencional.\n\nA linguagem mira dominios onde C e C++ sao comuns, incluindo motores, ferramentas e servicos sensiveis a desempenho. Ela permanece experimental, com trabalho ativo em seguranca, concorrencia e interoperabilidade."
|
|
15764
|
+
}
|
|
15765
|
+
}
|
|
15766
|
+
};
|
|
15767
|
+
}
|
|
15768
|
+
});
|
|
15769
|
+
|
|
15330
15770
|
// src/languages/vba.ts
|
|
15331
15771
|
var vba_exports = {};
|
|
15332
15772
|
__export(vba_exports, {
|
|
@@ -15346,7 +15786,7 @@ var init_vba = __esm({
|
|
|
15346
15786
|
ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
|
|
15347
15787
|
},
|
|
15348
15788
|
version: "VBA 7.1",
|
|
15349
|
-
logo: "https://
|
|
15789
|
+
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_vba.svg",
|
|
15350
15790
|
color: "#217346",
|
|
15351
15791
|
i18n: {
|
|
15352
15792
|
en: {
|
|
@@ -15384,58 +15824,59 @@ var init_vba = __esm({
|
|
|
15384
15824
|
}
|
|
15385
15825
|
});
|
|
15386
15826
|
|
|
15387
|
-
// src/languages/
|
|
15388
|
-
var
|
|
15389
|
-
__export(
|
|
15390
|
-
|
|
15827
|
+
// src/languages/vbscript.ts
|
|
15828
|
+
var vbscript_exports = {};
|
|
15829
|
+
__export(vbscript_exports, {
|
|
15830
|
+
vbscript: () => vbscript
|
|
15391
15831
|
});
|
|
15392
|
-
var
|
|
15393
|
-
var
|
|
15394
|
-
"src/languages/
|
|
15395
|
-
|
|
15396
|
-
slug: "
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15400
|
-
|
|
15401
|
-
|
|
15832
|
+
var vbscript;
|
|
15833
|
+
var init_vbscript = __esm({
|
|
15834
|
+
"src/languages/vbscript.ts"() {
|
|
15835
|
+
vbscript = {
|
|
15836
|
+
slug: "vbscript",
|
|
15837
|
+
status: "legacy",
|
|
15838
|
+
publishedDate: "1996-08-01",
|
|
15839
|
+
extensions: [".vbs", ".vbe"],
|
|
15840
|
+
author: "Microsoft",
|
|
15841
|
+
website: "https://learn.microsoft.com/en-us/previous-versions/t0aew7h6(v=vs.85)",
|
|
15842
|
+
paradigms: ["imperative", "object-based", "scripting"],
|
|
15402
15843
|
tooling: {
|
|
15403
|
-
runtimes: ["
|
|
15404
|
-
ecosystems: ["
|
|
15844
|
+
runtimes: ["Windows Script Host", "Classic ASP", "Internet Explorer"],
|
|
15845
|
+
ecosystems: ["Windows", "Scripting"]
|
|
15405
15846
|
},
|
|
15406
|
-
version: "
|
|
15407
|
-
logo: "https://dummyimage.com/32x32/
|
|
15408
|
-
color: "#
|
|
15847
|
+
version: "5.8",
|
|
15848
|
+
logo: "https://dummyimage.com/32x32/15DCDC/000000.png&text=VBS",
|
|
15849
|
+
color: "#15DCDC",
|
|
15409
15850
|
i18n: {
|
|
15410
15851
|
en: {
|
|
15411
|
-
name: "
|
|
15412
|
-
description: "A
|
|
15413
|
-
longDescription: "
|
|
15852
|
+
name: "VBScript",
|
|
15853
|
+
description: "A lightweight Visual Basic dialect for Windows automation and Classic ASP.",
|
|
15854
|
+
longDescription: "VBScript is a scripting language modeled on Visual Basic and executed by the Windows Script Host, Classic ASP, and legacy Internet Explorer. It was widely used for Windows administration, logon scripts, and early server-side web pages.\n\nMicrosoft has deprecated VBScript and is phasing it out of Windows in favor of PowerShell and JavaScript, but large volumes of .vbs automation still run in enterprise environments."
|
|
15414
15855
|
},
|
|
15415
15856
|
es: {
|
|
15416
|
-
name: "
|
|
15417
|
-
description: "
|
|
15418
|
-
longDescription: "
|
|
15857
|
+
name: "VBScript",
|
|
15858
|
+
description: "Un dialecto ligero de Visual Basic para automatizaci\xF3n de Windows y ASP cl\xE1sico.",
|
|
15859
|
+
longDescription: "VBScript es un lenguaje de scripting inspirado en Visual Basic y ejecutado por Windows Script Host, ASP cl\xE1sico e Internet Explorer heredado. Se us\xF3 ampliamente para administraci\xF3n de Windows, scripts de inicio de sesi\xF3n y las primeras p\xE1ginas web del lado del servidor.\n\nMicrosoft ha marcado VBScript como obsoleto y lo est\xE1 retirando de Windows en favor de PowerShell y JavaScript, pero grandes vol\xFAmenes de automatizaci\xF3n .vbs siguen ejecut\xE1ndose en entornos empresariales."
|
|
15419
15860
|
},
|
|
15420
15861
|
it: {
|
|
15421
|
-
name: "
|
|
15422
|
-
description: "
|
|
15423
|
-
longDescription: "
|
|
15862
|
+
name: "VBScript",
|
|
15863
|
+
description: "Un dialetto leggero di Visual Basic per automazione Windows e ASP classico.",
|
|
15864
|
+
longDescription: "VBScript \xE8 un linguaggio di scripting modellato su Visual Basic ed eseguito da Windows Script Host, ASP classico e dal vecchio Internet Explorer. \xC8 stato ampiamente usato per l'amministrazione di Windows, gli script di accesso e le prime pagine web lato server.\n\nMicrosoft ha deprecato VBScript e lo sta rimuovendo da Windows in favore di PowerShell e JavaScript, ma grandi volumi di automazione .vbs sono ancora in esecuzione negli ambienti aziendali."
|
|
15424
15865
|
},
|
|
15425
15866
|
fr: {
|
|
15426
|
-
name: "
|
|
15427
|
-
description: "
|
|
15428
|
-
longDescription: "
|
|
15867
|
+
name: "VBScript",
|
|
15868
|
+
description: "Un dialecte l\xE9ger de Visual Basic pour l'automatisation Windows et l'ASP classique.",
|
|
15869
|
+
longDescription: "VBScript est un langage de script inspir\xE9 de Visual Basic et ex\xE9cut\xE9 par Windows Script Host, l'ASP classique et l'ancien Internet Explorer. Il a \xE9t\xE9 largement utilis\xE9 pour l'administration Windows, les scripts d'ouverture de session et les premi\xE8res pages web c\xF4t\xE9 serveur.\n\nMicrosoft a d\xE9pr\xE9ci\xE9 VBScript et le retire progressivement de Windows au profit de PowerShell et de JavaScript, mais de grands volumes d'automatisation .vbs tournent encore dans les environnements d'entreprise."
|
|
15429
15870
|
},
|
|
15430
15871
|
de: {
|
|
15431
|
-
name: "
|
|
15432
|
-
description: "
|
|
15433
|
-
longDescription: "
|
|
15872
|
+
name: "VBScript",
|
|
15873
|
+
description: "Ein leichter Visual-Basic-Dialekt f\xFCr Windows-Automatisierung und Classic ASP.",
|
|
15874
|
+
longDescription: "VBScript ist eine an Visual Basic angelehnte Skriptsprache, die vom Windows Script Host, Classic ASP und dem alten Internet Explorer ausgef\xFChrt wird. Sie wurde breit f\xFCr Windows-Administration, Anmeldeskripte und fr\xFChe serverseitige Webseiten eingesetzt.\n\nMicrosoft hat VBScript als veraltet markiert und entfernt es schrittweise aus Windows zugunsten von PowerShell und JavaScript, aber gro\xDFe Mengen an .vbs-Automatisierung laufen weiterhin in Unternehmensumgebungen."
|
|
15434
15875
|
},
|
|
15435
15876
|
pt: {
|
|
15436
|
-
name: "
|
|
15437
|
-
description: "
|
|
15438
|
-
longDescription: "
|
|
15877
|
+
name: "VBScript",
|
|
15878
|
+
description: "Um dialeto leve de Visual Basic para automa\xE7\xE3o do Windows e ASP cl\xE1ssico.",
|
|
15879
|
+
longDescription: "VBScript \xE9 uma linguagem de script baseada no Visual Basic e executada pelo Windows Script Host, pelo ASP cl\xE1ssico e pelo antigo Internet Explorer. Foi amplamente usada para administra\xE7\xE3o do Windows, scripts de logon e as primeiras p\xE1ginas web do lado do servidor.\n\nA Microsoft descontinuou o VBScript e o est\xE1 removendo do Windows em favor do PowerShell e do JavaScript, mas grandes volumes de automa\xE7\xE3o .vbs ainda rodam em ambientes corporativos."
|
|
15439
15880
|
}
|
|
15440
15881
|
}
|
|
15441
15882
|
};
|
|
@@ -15579,7 +16020,7 @@ var init_verse = __esm({
|
|
|
15579
16020
|
ecosystems: ["Unreal Engine", "Fortnite Creator"]
|
|
15580
16021
|
},
|
|
15581
16022
|
version: "UEFN Verse",
|
|
15582
|
-
logo: "https://
|
|
16023
|
+
logo: "https://cdn.simpleicons.org/epicgames",
|
|
15583
16024
|
color: "#111827",
|
|
15584
16025
|
i18n: {
|
|
15585
16026
|
en: {
|
|
@@ -15676,6 +16117,66 @@ var init_vhdl = __esm({
|
|
|
15676
16117
|
}
|
|
15677
16118
|
});
|
|
15678
16119
|
|
|
16120
|
+
// src/languages/vimscript.ts
|
|
16121
|
+
var vimscript_exports = {};
|
|
16122
|
+
__export(vimscript_exports, {
|
|
16123
|
+
vimscript: () => vimscript
|
|
16124
|
+
});
|
|
16125
|
+
var vimscript;
|
|
16126
|
+
var init_vimscript = __esm({
|
|
16127
|
+
"src/languages/vimscript.ts"() {
|
|
16128
|
+
vimscript = {
|
|
16129
|
+
slug: "vimscript",
|
|
16130
|
+
aliases: ["vim", "vim script", "viml"],
|
|
16131
|
+
publishedDate: "1991-11-02",
|
|
16132
|
+
extensions: [".vim", ".vimrc", ".gvimrc"],
|
|
16133
|
+
author: "Bram Moolenaar",
|
|
16134
|
+
website: "https://www.vim.org",
|
|
16135
|
+
paradigms: ["imperative", "scripting"],
|
|
16136
|
+
tooling: {
|
|
16137
|
+
runtimes: ["Vim", "Neovim"],
|
|
16138
|
+
packageManagers: ["vim-plug", "lazy.nvim", "packer.nvim"],
|
|
16139
|
+
ecosystems: ["Text Editors", "Scripting"]
|
|
16140
|
+
},
|
|
16141
|
+
version: "Vim 9.1",
|
|
16142
|
+
logo: "https://cdn.simpleicons.org/vim/019733",
|
|
16143
|
+
color: "#019733",
|
|
16144
|
+
i18n: {
|
|
16145
|
+
en: {
|
|
16146
|
+
name: "Vim script",
|
|
16147
|
+
description: "The scripting language built into the Vim editor for configuration & plugins.",
|
|
16148
|
+
longDescription: "Vim script is the scripting language embedded in the Vim text editor. It drives user configuration through vimrc files and powers a large plugin ecosystem, with commands, autocommands, functions, and access to buffers, windows, and registers.\n\nVim 9 introduced Vim9 script, a faster, more structured dialect with typed variables and compiled functions, while Neovim pairs the legacy dialect with Lua as an alternative extension language."
|
|
16149
|
+
},
|
|
16150
|
+
es: {
|
|
16151
|
+
name: "Vim script",
|
|
16152
|
+
description: "El lenguaje de scripting integrado en el editor Vim para configuraci\xF3n y plugins.",
|
|
16153
|
+
longDescription: "Vim script es el lenguaje de scripting integrado en el editor de texto Vim. Gestiona la configuraci\xF3n del usuario mediante archivos vimrc e impulsa un gran ecosistema de plugins, con comandos, autocomandos, funciones y acceso a buffers, ventanas y registros.\n\nVim 9 introdujo Vim9 script, un dialecto m\xE1s r\xE1pido y estructurado con variables tipadas y funciones compiladas, mientras que Neovim combina el dialecto cl\xE1sico con Lua como lenguaje de extensi\xF3n alternativo."
|
|
16154
|
+
},
|
|
16155
|
+
it: {
|
|
16156
|
+
name: "Vim script",
|
|
16157
|
+
description: "Il linguaggio di scripting integrato nell'editor Vim per configurazione e plugin.",
|
|
16158
|
+
longDescription: "Vim script \xE8 il linguaggio di scripting incorporato nell'editor di testo Vim. Gestisce la configurazione dell'utente tramite i file vimrc e alimenta un vasto ecosistema di plugin, con comandi, autocomandi, funzioni e accesso a buffer, finestre e registri.\n\nVim 9 ha introdotto Vim9 script, un dialetto pi\xF9 veloce e strutturato con variabili tipate e funzioni compilate, mentre Neovim affianca al dialetto classico Lua come linguaggio di estensione alternativo."
|
|
16159
|
+
},
|
|
16160
|
+
fr: {
|
|
16161
|
+
name: "Vim script",
|
|
16162
|
+
description: "Le langage de script int\xE9gr\xE9 \xE0 l'\xE9diteur Vim pour la configuration et les plugins.",
|
|
16163
|
+
longDescription: "Vim script est le langage de script int\xE9gr\xE9 \xE0 l'\xE9diteur de texte Vim. Il pilote la configuration de l'utilisateur via les fichiers vimrc et alimente un vaste \xE9cosyst\xE8me de plugins, avec des commandes, des autocommandes, des fonctions et un acc\xE8s aux tampons, fen\xEAtres et registres.\n\nVim 9 a introduit Vim9 script, un dialecte plus rapide et plus structur\xE9 avec des variables typ\xE9es et des fonctions compil\xE9es, tandis que Neovim associe le dialecte historique \xE0 Lua comme langage d'extension alternatif."
|
|
16164
|
+
},
|
|
16165
|
+
de: {
|
|
16166
|
+
name: "Vim script",
|
|
16167
|
+
description: "Die im Vim-Editor eingebaute Skriptsprache f\xFCr Konfiguration und Plugins.",
|
|
16168
|
+
longDescription: "Vim script ist die in den Texteditor Vim eingebettete Skriptsprache. Sie steuert die Benutzerkonfiguration \xFCber vimrc-Dateien und treibt ein gro\xDFes Plugin-\xD6kosystem an, mit Befehlen, Autokommandos, Funktionen und Zugriff auf Puffer, Fenster und Register.\n\nVim 9 f\xFChrte Vim9 script ein, einen schnelleren, st\xE4rker strukturierten Dialekt mit typisierten Variablen und kompilierten Funktionen, w\xE4hrend Neovim den klassischen Dialekt mit Lua als alternativer Erweiterungssprache kombiniert."
|
|
16169
|
+
},
|
|
16170
|
+
pt: {
|
|
16171
|
+
name: "Vim script",
|
|
16172
|
+
description: "A linguagem de script embutida no editor Vim para configura\xE7\xE3o e plugins.",
|
|
16173
|
+
longDescription: "Vim script \xE9 a linguagem de script embutida no editor de texto Vim. Ela controla a configura\xE7\xE3o do usu\xE1rio por meio de arquivos vimrc e move um grande ecossistema de plugins, com comandos, autocomandos, fun\xE7\xF5es e acesso a buffers, janelas e registradores.\n\nO Vim 9 introduziu o Vim9 script, um dialeto mais r\xE1pido e estruturado com vari\xE1veis tipadas e fun\xE7\xF5es compiladas, enquanto o Neovim combina o dialeto cl\xE1ssico com Lua como linguagem de extens\xE3o alternativa."
|
|
16174
|
+
}
|
|
16175
|
+
}
|
|
16176
|
+
};
|
|
16177
|
+
}
|
|
16178
|
+
});
|
|
16179
|
+
|
|
15679
16180
|
// src/languages/visual-basic.ts
|
|
15680
16181
|
var visual_basic_exports = {};
|
|
15681
16182
|
__export(visual_basic_exports, {
|
|
@@ -15686,6 +16187,7 @@ var init_visual_basic = __esm({
|
|
|
15686
16187
|
"src/languages/visual-basic.ts"() {
|
|
15687
16188
|
visualBasic = {
|
|
15688
16189
|
slug: "visual-basic",
|
|
16190
|
+
aliases: ["vb", "vb.net"],
|
|
15689
16191
|
publishedDate: "2001-02-13",
|
|
15690
16192
|
extensions: [".vb"],
|
|
15691
16193
|
author: "Microsoft",
|
|
@@ -15844,9 +16346,67 @@ var init_vyper = __esm({
|
|
|
15844
16346
|
longDescription: "Vyper ist eine Vertragssprache f\xFCr Ethereum, die explizites Verhalten, Grenzen und Pr\xFCfbarkeit gegen\xFCber einem breiten Sprachumfang priorisiert. Ihre Syntax \xE4hnelt Python, w\xE4hrend ihr Compiler EVM-Bytecode erzeugt.\n\nSie wird f\xFCr Ethereum-Smart Contracts, Finanzprotokolle, On-Chain-Experimente und Codebasen verwendet, die eine absichtlich eingeschr\xE4nkte Vertragssprache bevorzugen."
|
|
15845
16347
|
},
|
|
15846
16348
|
pt: {
|
|
15847
|
-
name: "Vyper",
|
|
15848
|
-
description: "Linguagem de contrato Pythonic para a M\xE1quina Virtual Ethereum.",
|
|
15849
|
-
longDescription: "Vyper \xE9 uma linguagem de contrato para Ethereum que favorece o comportamento expl\xEDcito, limites e auditabilidade em vez de uma ampla superf\xEDcie de linguagem. Sua sintaxe \xE9 semelhante \xE0 do Python, enquanto seu compilador emite bytecode EVM.\n\n\xC9 usada para contratos inteligentes Ethereum, protocolos financeiros, experimentos on-chain e c\xF3digo que prefere uma linguagem de contrato deliberadamente restrita."
|
|
16349
|
+
name: "Vyper",
|
|
16350
|
+
description: "Linguagem de contrato Pythonic para a M\xE1quina Virtual Ethereum.",
|
|
16351
|
+
longDescription: "Vyper \xE9 uma linguagem de contrato para Ethereum que favorece o comportamento expl\xEDcito, limites e auditabilidade em vez de uma ampla superf\xEDcie de linguagem. Sua sintaxe \xE9 semelhante \xE0 do Python, enquanto seu compilador emite bytecode EVM.\n\n\xC9 usada para contratos inteligentes Ethereum, protocolos financeiros, experimentos on-chain e c\xF3digo que prefere uma linguagem de contrato deliberadamente restrita."
|
|
16352
|
+
}
|
|
16353
|
+
}
|
|
16354
|
+
};
|
|
16355
|
+
}
|
|
16356
|
+
});
|
|
16357
|
+
|
|
16358
|
+
// src/languages/wdl.ts
|
|
16359
|
+
var wdl_exports = {};
|
|
16360
|
+
__export(wdl_exports, {
|
|
16361
|
+
wdl: () => wdl
|
|
16362
|
+
});
|
|
16363
|
+
var wdl;
|
|
16364
|
+
var init_wdl = __esm({
|
|
16365
|
+
"src/languages/wdl.ts"() {
|
|
16366
|
+
wdl = {
|
|
16367
|
+
slug: "wdl",
|
|
16368
|
+
publishedDate: "2016-01-01",
|
|
16369
|
+
extensions: [".wdl"],
|
|
16370
|
+
author: "Broad Institute and OpenWDL community",
|
|
16371
|
+
website: "https://openwdl.org",
|
|
16372
|
+
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
16373
|
+
tooling: {
|
|
16374
|
+
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
16375
|
+
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
16376
|
+
},
|
|
16377
|
+
version: "1.2.0",
|
|
16378
|
+
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
16379
|
+
color: "#3C6DA6",
|
|
16380
|
+
i18n: {
|
|
16381
|
+
en: {
|
|
16382
|
+
name: "WDL",
|
|
16383
|
+
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
16384
|
+
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
16385
|
+
},
|
|
16386
|
+
es: {
|
|
16387
|
+
name: "WDL",
|
|
16388
|
+
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
16389
|
+
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
16390
|
+
},
|
|
16391
|
+
it: {
|
|
16392
|
+
name: "WDL",
|
|
16393
|
+
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
16394
|
+
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
16395
|
+
},
|
|
16396
|
+
fr: {
|
|
16397
|
+
name: "WDL",
|
|
16398
|
+
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
16399
|
+
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
16400
|
+
},
|
|
16401
|
+
de: {
|
|
16402
|
+
name: "WDL",
|
|
16403
|
+
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
16404
|
+
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
16405
|
+
},
|
|
16406
|
+
pt: {
|
|
16407
|
+
name: "WDL",
|
|
16408
|
+
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
16409
|
+
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
15850
16410
|
}
|
|
15851
16411
|
}
|
|
15852
16412
|
};
|
|
@@ -15863,6 +16423,7 @@ var init_webassembly = __esm({
|
|
|
15863
16423
|
"src/languages/webassembly.ts"() {
|
|
15864
16424
|
webassembly = {
|
|
15865
16425
|
slug: "webassembly",
|
|
16426
|
+
aliases: ["wasm", "wat"],
|
|
15866
16427
|
publishedDate: "2017-03-07",
|
|
15867
16428
|
extensions: [".wasm", ".wat"],
|
|
15868
16429
|
author: "W3C WebAssembly Community Group",
|
|
@@ -15912,64 +16473,6 @@ var init_webassembly = __esm({
|
|
|
15912
16473
|
}
|
|
15913
16474
|
});
|
|
15914
16475
|
|
|
15915
|
-
// src/languages/wdl.ts
|
|
15916
|
-
var wdl_exports = {};
|
|
15917
|
-
__export(wdl_exports, {
|
|
15918
|
-
wdl: () => wdl
|
|
15919
|
-
});
|
|
15920
|
-
var wdl;
|
|
15921
|
-
var init_wdl = __esm({
|
|
15922
|
-
"src/languages/wdl.ts"() {
|
|
15923
|
-
wdl = {
|
|
15924
|
-
slug: "wdl",
|
|
15925
|
-
publishedDate: "2016-01-01",
|
|
15926
|
-
extensions: [".wdl"],
|
|
15927
|
-
author: "Broad Institute and OpenWDL community",
|
|
15928
|
-
website: "https://openwdl.org",
|
|
15929
|
-
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
15930
|
-
tooling: {
|
|
15931
|
-
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
15932
|
-
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
15933
|
-
},
|
|
15934
|
-
version: "1.2.0",
|
|
15935
|
-
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
15936
|
-
color: "#3C6DA6",
|
|
15937
|
-
i18n: {
|
|
15938
|
-
en: {
|
|
15939
|
-
name: "WDL",
|
|
15940
|
-
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
15941
|
-
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
15942
|
-
},
|
|
15943
|
-
es: {
|
|
15944
|
-
name: "WDL",
|
|
15945
|
-
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
15946
|
-
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
15947
|
-
},
|
|
15948
|
-
it: {
|
|
15949
|
-
name: "WDL",
|
|
15950
|
-
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
15951
|
-
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
15952
|
-
},
|
|
15953
|
-
fr: {
|
|
15954
|
-
name: "WDL",
|
|
15955
|
-
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
15956
|
-
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
15957
|
-
},
|
|
15958
|
-
de: {
|
|
15959
|
-
name: "WDL",
|
|
15960
|
-
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
15961
|
-
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
15962
|
-
},
|
|
15963
|
-
pt: {
|
|
15964
|
-
name: "WDL",
|
|
15965
|
-
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
15966
|
-
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
15967
|
-
}
|
|
15968
|
-
}
|
|
15969
|
-
};
|
|
15970
|
-
}
|
|
15971
|
-
});
|
|
15972
|
-
|
|
15973
16476
|
// src/languages/wgsl.ts
|
|
15974
16477
|
var wgsl_exports = {};
|
|
15975
16478
|
__export(wgsl_exports, {
|
|
@@ -16374,6 +16877,67 @@ var init_xslt = __esm({
|
|
|
16374
16877
|
}
|
|
16375
16878
|
});
|
|
16376
16879
|
|
|
16880
|
+
// src/languages/yacc.ts
|
|
16881
|
+
var yacc_exports = {};
|
|
16882
|
+
__export(yacc_exports, {
|
|
16883
|
+
yacc: () => yacc
|
|
16884
|
+
});
|
|
16885
|
+
var yacc;
|
|
16886
|
+
var init_yacc = __esm({
|
|
16887
|
+
"src/languages/yacc.ts"() {
|
|
16888
|
+
yacc = {
|
|
16889
|
+
slug: "yacc",
|
|
16890
|
+
aliases: ["bison"],
|
|
16891
|
+
publishedDate: "1973-01-01",
|
|
16892
|
+
extensions: [".y", ".yacc"],
|
|
16893
|
+
author: "Stephen C. Johnson (Bell Labs)",
|
|
16894
|
+
website: "https://pubs.opengroup.org/onlinepubs/9699919799/utilities/yacc.html",
|
|
16895
|
+
paradigms: ["declarative", "generator"],
|
|
16896
|
+
tooling: {
|
|
16897
|
+
runtimes: ["C toolchains"],
|
|
16898
|
+
ecosystems: ["Compilers", "Language Tooling", "Unix"]
|
|
16899
|
+
},
|
|
16900
|
+
version: "POSIX yacc / Bison 3.8.2",
|
|
16901
|
+
logo: "https://cdn.simpleicons.org/gnu/A42E2B",
|
|
16902
|
+
color: "#4B6C4B",
|
|
16903
|
+
i18n: {
|
|
16904
|
+
en: {
|
|
16905
|
+
name: "Yacc",
|
|
16906
|
+
description: "A parser generator that turns context-free grammars into LALR parser code.",
|
|
16907
|
+
longDescription: 'Yacc ("Yet Another Compiler-Compiler") is a classic Unix parser generator. A .y grammar file declares tokens, precedences, and production rules with embedded C actions, from which Yacc produces an LALR(1) parser that pairs naturally with a Lex-generated scanner.\n\nGNU Bison is the dominant modern implementation and remains widely used to build compilers, interpreters, configuration readers, and query languages across open-source projects.'
|
|
16908
|
+
},
|
|
16909
|
+
es: {
|
|
16910
|
+
name: "Yacc",
|
|
16911
|
+
description: "Un generador de parsers que convierte gram\xE1ticas libres de contexto en parsers LALR.",
|
|
16912
|
+
longDescription: 'Yacc ("Yet Another Compiler-Compiler") es un generador de parsers cl\xE1sico de Unix. Un archivo de gram\xE1tica .y declara tokens, precedencias y reglas de producci\xF3n con acciones en C incrustadas, a partir de las cuales Yacc produce un parser LALR(1) que se combina de forma natural con un esc\xE1ner generado por Lex.\n\nGNU Bison es la implementaci\xF3n moderna dominante y sigue siendo muy usada para construir compiladores, int\xE9rpretes, lectores de configuraci\xF3n y lenguajes de consulta en proyectos de c\xF3digo abierto.'
|
|
16913
|
+
},
|
|
16914
|
+
it: {
|
|
16915
|
+
name: "Yacc",
|
|
16916
|
+
description: "Un generatore di parser che trasforma grammatiche libere dal contesto in parser LALR.",
|
|
16917
|
+
longDescription: `Yacc ("Yet Another Compiler-Compiler") \xE8 un generatore di parser classico di Unix. Un file di grammatica .y dichiara token, precedenze e regole di produzione con azioni C incorporate, da cui Yacc produce un parser LALR(1) che si abbina naturalmente a uno scanner generato da Lex.
|
|
16918
|
+
|
|
16919
|
+
GNU Bison \xE8 l'implementazione moderna dominante e rimane ampiamente usata per costruire compilatori, interpreti, lettori di configurazione e linguaggi di interrogazione nei progetti open source.`
|
|
16920
|
+
},
|
|
16921
|
+
fr: {
|
|
16922
|
+
name: "Yacc",
|
|
16923
|
+
description: "Un g\xE9n\xE9rateur de parseurs qui transforme des grammaires hors contexte en parseurs LALR.",
|
|
16924
|
+
longDescription: "Yacc (\xAB Yet Another Compiler-Compiler \xBB) est un g\xE9n\xE9rateur de parseurs Unix classique. Un fichier de grammaire .y d\xE9clare des jetons, des pr\xE9c\xE9dences et des r\xE8gles de production avec des actions C int\xE9gr\xE9es, \xE0 partir desquelles Yacc produit un parseur LALR(1) qui se combine naturellement avec un scanner g\xE9n\xE9r\xE9 par Lex.\n\nGNU Bison est l'impl\xE9mentation moderne dominante et reste largement utilis\xE9e pour construire des compilateurs, des interpr\xE9teurs, des lecteurs de configuration et des langages de requ\xEAte dans les projets open source."
|
|
16925
|
+
},
|
|
16926
|
+
de: {
|
|
16927
|
+
name: "Yacc",
|
|
16928
|
+
description: "Ein Parser-Generator, der kontextfreie Grammatiken in LALR-Parser-Code \xFCbersetzt.",
|
|
16929
|
+
longDescription: 'Yacc (\u201EYet Another Compiler-Compiler") ist ein klassischer Unix-Parser-Generator. Eine .y-Grammatikdatei deklariert Tokens, Pr\xE4zedenzen und Produktionsregeln mit eingebetteten C-Aktionen, aus denen Yacc einen LALR(1)-Parser erzeugt, der sich nat\xFCrlich mit einem von Lex erzeugten Scanner kombinieren l\xE4sst.\n\nGNU Bison ist die dominierende moderne Implementierung und wird weiterhin breit eingesetzt, um Compiler, Interpreter, Konfigurationsleser und Abfragesprachen in Open-Source-Projekten zu bauen.'
|
|
16930
|
+
},
|
|
16931
|
+
pt: {
|
|
16932
|
+
name: "Yacc",
|
|
16933
|
+
description: "Um gerador de parsers que converte gram\xE1ticas livres de contexto em parsers LALR.",
|
|
16934
|
+
longDescription: 'Yacc ("Yet Another Compiler-Compiler") \xE9 um gerador de parsers cl\xE1ssico do Unix. Um arquivo de gram\xE1tica .y declara tokens, preced\xEAncias e regras de produ\xE7\xE3o com a\xE7\xF5es em C embutidas, a partir das quais o Yacc produz um parser LALR(1) que combina naturalmente com um scanner gerado pelo Lex.\n\nO GNU Bison \xE9 a implementa\xE7\xE3o moderna dominante e continua amplamente usado para construir compiladores, interpretadores, leitores de configura\xE7\xE3o e linguagens de consulta em projetos de c\xF3digo aberto.'
|
|
16935
|
+
}
|
|
16936
|
+
}
|
|
16937
|
+
};
|
|
16938
|
+
}
|
|
16939
|
+
});
|
|
16940
|
+
|
|
16377
16941
|
// src/languages/yaml.ts
|
|
16378
16942
|
var yaml_exports = {};
|
|
16379
16943
|
__export(yaml_exports, {
|
|
@@ -16793,6 +17357,73 @@ function matchesCategory(lang, category) {
|
|
|
16793
17357
|
}
|
|
16794
17358
|
}
|
|
16795
17359
|
|
|
17360
|
+
// src/domain/detection/match.ts
|
|
17361
|
+
var pathSegmentPattern = /[/\\]/;
|
|
17362
|
+
var indexCache = /* @__PURE__ */ new WeakMap();
|
|
17363
|
+
var getBasename = (filename) => {
|
|
17364
|
+
const parts = filename.trim().split(pathSegmentPattern);
|
|
17365
|
+
return parts.at(-1).toLowerCase();
|
|
17366
|
+
};
|
|
17367
|
+
var addIndexKey = (index, key, match) => {
|
|
17368
|
+
const matches = index.get(key);
|
|
17369
|
+
if (matches) {
|
|
17370
|
+
matches.push(match);
|
|
17371
|
+
} else {
|
|
17372
|
+
index.set(key, [match]);
|
|
17373
|
+
}
|
|
17374
|
+
};
|
|
17375
|
+
var buildDetectionIndex = (entries) => {
|
|
17376
|
+
const index = /* @__PURE__ */ new Map();
|
|
17377
|
+
entries.forEach((entry, entryIndex) => {
|
|
17378
|
+
for (const extension of entry.extensions) {
|
|
17379
|
+
const normalizedExtension = extension.toLowerCase();
|
|
17380
|
+
const match = { entry, index: entryIndex, matchLength: extension.length };
|
|
17381
|
+
if (normalizedExtension.startsWith(".")) {
|
|
17382
|
+
addIndexKey(index, normalizedExtension, match);
|
|
17383
|
+
} else {
|
|
17384
|
+
addIndexKey(index, normalizedExtension, match);
|
|
17385
|
+
addIndexKey(index, `.${normalizedExtension}`, match);
|
|
17386
|
+
}
|
|
17387
|
+
}
|
|
17388
|
+
});
|
|
17389
|
+
return index;
|
|
17390
|
+
};
|
|
17391
|
+
var getDetectionIndex = (entries) => {
|
|
17392
|
+
let index = indexCache.get(entries);
|
|
17393
|
+
if (!index) {
|
|
17394
|
+
index = buildDetectionIndex(entries);
|
|
17395
|
+
indexCache.set(entries, index);
|
|
17396
|
+
}
|
|
17397
|
+
return index;
|
|
17398
|
+
};
|
|
17399
|
+
var getLookupKeys = (basename) => {
|
|
17400
|
+
const keys = [basename];
|
|
17401
|
+
for (let position = basename.indexOf("."); position !== -1; position = basename.indexOf(".", position + 1)) {
|
|
17402
|
+
const suffix = basename.slice(position);
|
|
17403
|
+
if (suffix !== basename) {
|
|
17404
|
+
keys.push(suffix);
|
|
17405
|
+
}
|
|
17406
|
+
}
|
|
17407
|
+
return keys;
|
|
17408
|
+
};
|
|
17409
|
+
var detectMatchingEntries = (entries, filename) => {
|
|
17410
|
+
const basename = getBasename(filename);
|
|
17411
|
+
if (!basename) {
|
|
17412
|
+
return [];
|
|
17413
|
+
}
|
|
17414
|
+
const index = getDetectionIndex(entries);
|
|
17415
|
+
const bestMatches = /* @__PURE__ */ new Map();
|
|
17416
|
+
for (const key of getLookupKeys(basename)) {
|
|
17417
|
+
for (const match of index.get(key) ?? []) {
|
|
17418
|
+
const existing = bestMatches.get(match.index);
|
|
17419
|
+
if (!existing || match.matchLength > existing.matchLength) {
|
|
17420
|
+
bestMatches.set(match.index, match);
|
|
17421
|
+
}
|
|
17422
|
+
}
|
|
17423
|
+
}
|
|
17424
|
+
return [...bestMatches.values()].sort((first, second) => second.matchLength - first.matchLength || first.index - second.index).map(({ entry }) => entry);
|
|
17425
|
+
};
|
|
17426
|
+
|
|
16796
17427
|
// src/domain/language/registry.ts
|
|
16797
17428
|
var languageIndex = [
|
|
16798
17429
|
{ slug: "abap", extensions: [".abap"] },
|
|
@@ -16801,34 +17432,34 @@ var languageIndex = [
|
|
|
16801
17432
|
{ slug: "agda", extensions: [".agda", ".lagda", ".lagda.md", ".lagda.rst", ".lagda.tex"] },
|
|
16802
17433
|
{ slug: "algol", extensions: [".alg", ".algol"] },
|
|
16803
17434
|
{ slug: "ampl", extensions: [".mod", ".dat", ".run"] },
|
|
17435
|
+
{ slug: "angelscript", extensions: [".as", ".angelscript"] },
|
|
16804
17436
|
{ slug: "ante", extensions: [".ante"] },
|
|
16805
17437
|
{ slug: "antlr", extensions: [".g4"] },
|
|
16806
17438
|
{ slug: "apex", extensions: [".cls", ".trigger"] },
|
|
16807
17439
|
{ slug: "apl", extensions: [".apl", ".dyalog"] },
|
|
16808
17440
|
{ slug: "applescript", extensions: [".applescript", ".scpt", ".scptd"] },
|
|
16809
|
-
{ slug: "arduino", extensions: [".ino", ".pde"] },
|
|
16810
17441
|
{ slug: "aql", extensions: [".aql"] },
|
|
17442
|
+
{ slug: "arduino", extensions: [".ino", ".pde"] },
|
|
16811
17443
|
{ slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
|
|
16812
17444
|
{ slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
|
|
16813
17445
|
{ slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
|
|
16814
17446
|
{ slug: "assemblyscript", extensions: [".as"] },
|
|
16815
|
-
{ slug: "angelscript", extensions: [".as", ".angelscript"] },
|
|
16816
17447
|
{ slug: "astro", extensions: [".astro"] },
|
|
16817
17448
|
{ slug: "austral", extensions: [".aum", ".aui"] },
|
|
16818
17449
|
{ slug: "autohotkey", extensions: [".ahk", ".ah2"] },
|
|
16819
17450
|
{ slug: "avro-idl", extensions: [".avdl"] },
|
|
16820
17451
|
{ slug: "awk", extensions: [".awk"] },
|
|
16821
17452
|
{ slug: "ballerina", extensions: [".bal"] },
|
|
16822
|
-
{ slug: "basic", extensions: [".bas", ".bi", ".bb"] },
|
|
16823
17453
|
{
|
|
16824
17454
|
slug: "bash",
|
|
16825
17455
|
extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
|
|
16826
17456
|
},
|
|
17457
|
+
{ slug: "basic", extensions: [".bas", ".bi", ".bb"] },
|
|
16827
17458
|
{ slug: "batch", extensions: [".bat", ".cmd"] },
|
|
16828
17459
|
{ slug: "bazel", extensions: ["BUILD.bazel", "WORKSPACE", "WORKSPACE.bazel", "MODULE.bazel"] },
|
|
16829
17460
|
{ slug: "bcpl", extensions: [".bcpl"] },
|
|
16830
|
-
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
16831
17461
|
{ slug: "bibtex", extensions: [".bib", ".bibtex"] },
|
|
17462
|
+
{ slug: "bicep", extensions: [".bicep", ".bicepparam"] },
|
|
16832
17463
|
{ slug: "blade", extensions: [".blade.php"] },
|
|
16833
17464
|
{ slug: "bosque", extensions: [".bsq"] },
|
|
16834
17465
|
{ slug: "bqn", extensions: [".bqn"] },
|
|
@@ -16847,8 +17478,8 @@ var languageIndex = [
|
|
|
16847
17478
|
{ slug: "coldfusion", extensions: [".cfm", ".cfml", ".cfc"] },
|
|
16848
17479
|
{ slug: "coq", extensions: [".v"] },
|
|
16849
17480
|
{ slug: "cpp", extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"] },
|
|
16850
|
-
{ slug: "crystal", extensions: [".cr"] },
|
|
16851
17481
|
{ slug: "cql", extensions: [".cql"] },
|
|
17482
|
+
{ slug: "crystal", extensions: [".cr"] },
|
|
16852
17483
|
{ slug: "csharp", extensions: [".cs", ".csx"] },
|
|
16853
17484
|
{ slug: "css", extensions: [".css"] },
|
|
16854
17485
|
{ slug: "cuda", extensions: [".cu", ".cuh"] },
|
|
@@ -16870,6 +17501,7 @@ var languageIndex = [
|
|
|
16870
17501
|
{ slug: "ejs", extensions: [".ejs"] },
|
|
16871
17502
|
{ slug: "elixir", extensions: [".ex", ".exs", ".eex", ".leex", ".heex"] },
|
|
16872
17503
|
{ slug: "elm", extensions: [".elm"] },
|
|
17504
|
+
{ slug: "emacs-lisp", extensions: [".el"] },
|
|
16873
17505
|
{ slug: "erb", extensions: [".erb", ".rhtml", ".html.erb"] },
|
|
16874
17506
|
{
|
|
16875
17507
|
slug: "erlang",
|
|
@@ -16886,20 +17518,20 @@ var languageIndex = [
|
|
|
16886
17518
|
slug: "fortran",
|
|
16887
17519
|
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"]
|
|
16888
17520
|
},
|
|
16889
|
-
{ slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
|
|
16890
17521
|
{ slug: "fql", extensions: [".fql"] },
|
|
17522
|
+
{ slug: "freemarker", extensions: [".ftl", ".ftlh", ".ftlx"] },
|
|
16891
17523
|
{ slug: "fsharp", extensions: [".fs", ".fsi", ".fsx", ".fsscript"] },
|
|
16892
17524
|
{ slug: "fstar", extensions: [".fst", ".fsti"] },
|
|
16893
|
-
{ slug: "gdscript", extensions: [".gd"] },
|
|
16894
17525
|
{ slug: "gcode", extensions: [".gcode", ".gco", ".nc", ".cnc", ".tap"] },
|
|
17526
|
+
{ slug: "gdscript", extensions: [".gd"] },
|
|
16895
17527
|
{ slug: "gettext", extensions: [".po", ".pot"] },
|
|
16896
17528
|
{ slug: "git", extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"] },
|
|
16897
17529
|
{ slug: "gleam", extensions: [".gleam"] },
|
|
16898
|
-
{ slug: "gml", extensions: [".gml"] },
|
|
16899
17530
|
{
|
|
16900
17531
|
slug: "glsl",
|
|
16901
17532
|
extensions: [".glsl", ".vert", ".frag", ".geom", ".tesc", ".tese", ".comp", ".vs", ".fs"]
|
|
16902
17533
|
},
|
|
17534
|
+
{ slug: "gml", extensions: [".gml"] },
|
|
16903
17535
|
{ slug: "go", extensions: [".go"] },
|
|
16904
17536
|
{ slug: "gradle", extensions: [".gradle", ".gradle.kts"] },
|
|
16905
17537
|
{ slug: "grain", extensions: [".gr"] },
|
|
@@ -16926,8 +17558,10 @@ var languageIndex = [
|
|
|
16926
17558
|
{ slug: "janet", extensions: [".janet", ".jdn"] },
|
|
16927
17559
|
{ slug: "java", extensions: [".java"] },
|
|
16928
17560
|
{ slug: "javascript", extensions: [".js", ".mjs", ".cjs", ".jsx"] },
|
|
17561
|
+
{ slug: "jcl", extensions: [".jcl"] },
|
|
16929
17562
|
{ slug: "jinja", extensions: [".jinja", ".jinja2", ".j2"] },
|
|
16930
17563
|
{ slug: "jmespath", extensions: [".jmespath", ".jp"] },
|
|
17564
|
+
{ slug: "jq", extensions: [".jq"] },
|
|
16931
17565
|
{ slug: "json", extensions: [".json"] },
|
|
16932
17566
|
{ slug: "json5", extensions: [".json5"] },
|
|
16933
17567
|
{ slug: "jsonata", extensions: [".jsonata"] },
|
|
@@ -16943,9 +17577,10 @@ var languageIndex = [
|
|
|
16943
17577
|
{ slug: "kql", extensions: [".kql"] },
|
|
16944
17578
|
{ slug: "lean", extensions: [".lean"] },
|
|
16945
17579
|
{ slug: "less", extensions: [".less"] },
|
|
17580
|
+
{ slug: "lex", extensions: [".l", ".lex"] },
|
|
16946
17581
|
{ slug: "ligo", extensions: [".ligo", ".mligo", ".religo", ".jsligo"] },
|
|
16947
|
-
{ slug: "liquid", extensions: [".liquid"] },
|
|
16948
17582
|
{ slug: "linkerscript", extensions: [".ld", ".lds", ".x"] },
|
|
17583
|
+
{ slug: "liquid", extensions: [".liquid"] },
|
|
16949
17584
|
{ slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
|
|
16950
17585
|
{ slug: "llvm-ir", extensions: [".ll", ".bc"] },
|
|
16951
17586
|
{ slug: "lobster", extensions: [".lobster"] },
|
|
@@ -16960,13 +17595,13 @@ var languageIndex = [
|
|
|
16960
17595
|
{ slug: "matlab", extensions: [".m", ".mlx"] },
|
|
16961
17596
|
{ slug: "maxima", extensions: [".mac", ".wxm"] },
|
|
16962
17597
|
{ slug: "mdx", extensions: [".mdx"] },
|
|
17598
|
+
{ slug: "mercury", extensions: [".m"] },
|
|
16963
17599
|
{ slug: "mermaid", extensions: [".mmd", ".mermaid"] },
|
|
16964
17600
|
{ slug: "meson", extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"] },
|
|
16965
|
-
{ slug: "mercury", extensions: [".m"] },
|
|
16966
17601
|
{ slug: "metal", extensions: [".metal"] },
|
|
16967
17602
|
{ slug: "modelica", extensions: [".mo"] },
|
|
16968
|
-
{ slug: "mojo", extensions: [".mojo"] },
|
|
16969
17603
|
{ slug: "modula-2", extensions: [".mod", ".def"] },
|
|
17604
|
+
{ slug: "mojo", extensions: [".mojo"] },
|
|
16970
17605
|
{ slug: "moonbit", extensions: [".mbt"] },
|
|
16971
17606
|
{ slug: "move", extensions: [".move"] },
|
|
16972
17607
|
{ slug: "mumps", extensions: [".mac", ".int", ".ro", ".mro"] },
|
|
@@ -16979,10 +17614,10 @@ var languageIndex = [
|
|
|
16979
17614
|
{ slug: "nix", extensions: [".nix"] },
|
|
16980
17615
|
{ slug: "nunjucks", extensions: [".njk", ".nunjucks"] },
|
|
16981
17616
|
{ slug: "nushell", extensions: [".nu"] },
|
|
17617
|
+
{ slug: "oberon", extensions: [".ob", ".mod"] },
|
|
16982
17618
|
{ slug: "objective-c", extensions: [".m", ".mm"] },
|
|
16983
17619
|
{ slug: "ocaml", extensions: [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"] },
|
|
16984
17620
|
{ slug: "octave", extensions: [".m", ".octave"] },
|
|
16985
|
-
{ slug: "oberon", extensions: [".ob", ".mod"] },
|
|
16986
17621
|
{ slug: "odin", extensions: [".odin"] },
|
|
16987
17622
|
{ slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
|
|
16988
17623
|
{ slug: "opencl", extensions: [".cl", ".clh"] },
|
|
@@ -16992,8 +17627,8 @@ var languageIndex = [
|
|
|
16992
17627
|
{ slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
|
|
16993
17628
|
{ slug: "php", extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"] },
|
|
16994
17629
|
{ slug: "pine-script", extensions: [".pine"] },
|
|
16995
|
-
{ slug: "pl-i", extensions: [".pli", ".pl1"] },
|
|
16996
17630
|
{ slug: "pkl", extensions: [".pkl"] },
|
|
17631
|
+
{ slug: "pl-i", extensions: [".pli", ".pl1"] },
|
|
16997
17632
|
{ slug: "plantuml", extensions: [".puml", ".plantuml", ".iuml"] },
|
|
16998
17633
|
{ slug: "plpgsql", extensions: [".pgsql", ".plpgsql"] },
|
|
16999
17634
|
{ slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
|
|
@@ -17005,24 +17640,26 @@ var languageIndex = [
|
|
|
17005
17640
|
{ slug: "processing", extensions: [".pde"] },
|
|
17006
17641
|
{ slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
|
|
17007
17642
|
{ slug: "promql", extensions: [".promql"] },
|
|
17643
|
+
{ slug: "properties", extensions: [".properties"] },
|
|
17008
17644
|
{ slug: "protobuf", extensions: [".proto"] },
|
|
17009
17645
|
{ slug: "pug", extensions: [".pug", ".jade"] },
|
|
17010
17646
|
{ slug: "puppet", extensions: [".pp", ".epp"] },
|
|
17011
17647
|
{ slug: "purescript", extensions: [".purs"] },
|
|
17012
17648
|
{ slug: "python", extensions: [".py", ".pyw"] },
|
|
17013
|
-
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
17014
17649
|
{ slug: "qmake", extensions: [".pri", ".prf"] },
|
|
17650
|
+
{ slug: "qml", extensions: [".qml", ".qmltypes", ".qmlproject"] },
|
|
17015
17651
|
{ slug: "qsharp", extensions: [".qs"] },
|
|
17016
17652
|
{ slug: "r", extensions: [".r", ".R", ".rmd", ".Rmd", ".qmd", ".Rprofile"] },
|
|
17017
17653
|
{ slug: "racket", extensions: [".rkt", ".rktd", ".rktl", ".scrbl"] },
|
|
17018
17654
|
{ slug: "raku", extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"] },
|
|
17019
17655
|
{ slug: "razor", extensions: [".cshtml", ".razor"] },
|
|
17656
|
+
{ slug: "reasonml", extensions: [".re", ".rei"] },
|
|
17020
17657
|
{ slug: "rebol", extensions: [".r", ".reb", ".rebol"] },
|
|
17021
17658
|
{ slug: "red", extensions: [".red", ".reds"] },
|
|
17022
|
-
{ slug: "reasonml", extensions: [".re", ".rei"] },
|
|
17023
17659
|
{ slug: "rego", extensions: [".rego"] },
|
|
17024
17660
|
{ slug: "rescript", extensions: [".res", ".resi"] },
|
|
17025
17661
|
{ slug: "restructuredtext", extensions: [".rst", ".rest"] },
|
|
17662
|
+
{ slug: "rexx", extensions: [".rexx", ".rex"] },
|
|
17026
17663
|
{ slug: "roc", extensions: [".roc"] },
|
|
17027
17664
|
{ slug: "rpg", extensions: [".rpg", ".rpgle", ".sqlrpgle", ".clle", ".dspf"] },
|
|
17028
17665
|
{
|
|
@@ -17042,8 +17679,8 @@ var languageIndex = [
|
|
|
17042
17679
|
{ slug: "snobol", extensions: [".sno", ".snobol"] },
|
|
17043
17680
|
{ slug: "solidity", extensions: [".sol"] },
|
|
17044
17681
|
{ slug: "soql", extensions: [".soql"] },
|
|
17045
|
-
{ slug: "sparql", extensions: [".sparql", ".rq"] },
|
|
17046
17682
|
{ slug: "spark", extensions: [".spark", ".adb", ".ads"] },
|
|
17683
|
+
{ slug: "sparql", extensions: [".sparql", ".rq"] },
|
|
17047
17684
|
{ slug: "spl", extensions: [".spl"] },
|
|
17048
17685
|
{ slug: "spss", extensions: [".sps", ".spss"] },
|
|
17049
17686
|
{ slug: "sql", extensions: [".sql"] },
|
|
@@ -17072,17 +17709,19 @@ var languageIndex = [
|
|
|
17072
17709
|
{ slug: "unison", extensions: [".u", ".uu"] },
|
|
17073
17710
|
{ slug: "v", extensions: [".v", ".vsh"] },
|
|
17074
17711
|
{ slug: "vala", extensions: [".vala", ".vapi"] },
|
|
17075
|
-
{ slug: "vba", extensions: [".bas", ".cls", ".frm", ".vba"] },
|
|
17076
17712
|
{ slug: "vale", extensions: [".vale"] },
|
|
17713
|
+
{ slug: "vba", extensions: [".bas", ".cls", ".frm", ".vba"] },
|
|
17714
|
+
{ slug: "vbscript", extensions: [".vbs", ".vbe"] },
|
|
17077
17715
|
{ slug: "velocity", extensions: [".vm", ".vtl"] },
|
|
17078
17716
|
{ slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
|
|
17079
17717
|
{ slug: "verse", extensions: [".verse"] },
|
|
17080
17718
|
{ slug: "vhdl", extensions: [".vhd", ".vhdl"] },
|
|
17719
|
+
{ slug: "vimscript", extensions: [".vim", ".vimrc", ".gvimrc"] },
|
|
17081
17720
|
{ slug: "visual-basic", extensions: [".vb"] },
|
|
17082
17721
|
{ slug: "vue", extensions: [".vue"] },
|
|
17083
17722
|
{ slug: "vyper", extensions: [".vy"] },
|
|
17084
|
-
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
17085
17723
|
{ slug: "wdl", extensions: [".wdl"] },
|
|
17724
|
+
{ slug: "webassembly", extensions: [".wasm", ".wat"] },
|
|
17086
17725
|
{ slug: "wgsl", extensions: [".wgsl"] },
|
|
17087
17726
|
{ slug: "wren", extensions: [".wren"] },
|
|
17088
17727
|
{ slug: "xaml", extensions: [".xaml", ".baml"] },
|
|
@@ -17090,6 +17729,7 @@ var languageIndex = [
|
|
|
17090
17729
|
{ slug: "xpath", extensions: [".xpath", ".xpth"] },
|
|
17091
17730
|
{ slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
|
|
17092
17731
|
{ slug: "xslt", extensions: [".xsl", ".xslt"] },
|
|
17732
|
+
{ slug: "yacc", extensions: [".y", ".yacc"] },
|
|
17093
17733
|
{ slug: "yaml", extensions: [".yaml", ".yml"] },
|
|
17094
17734
|
{ slug: "yara", extensions: [".yar", ".yara"] },
|
|
17095
17735
|
{ slug: "zeek", extensions: [".zeek", ".bro"] },
|
|
@@ -17107,31 +17747,31 @@ var languageLoaders = {
|
|
|
17107
17747
|
agda: async () => (await Promise.resolve().then(() => (init_agda(), agda_exports))).agda,
|
|
17108
17748
|
algol: async () => (await Promise.resolve().then(() => (init_algol(), algol_exports))).algol,
|
|
17109
17749
|
ampl: async () => (await Promise.resolve().then(() => (init_ampl(), ampl_exports))).ampl,
|
|
17750
|
+
angelscript: async () => (await Promise.resolve().then(() => (init_angelscript(), angelscript_exports))).angelscript,
|
|
17110
17751
|
ante: async () => (await Promise.resolve().then(() => (init_ante(), ante_exports))).ante,
|
|
17111
17752
|
antlr: async () => (await Promise.resolve().then(() => (init_antlr(), antlr_exports))).antlr,
|
|
17112
17753
|
apex: async () => (await Promise.resolve().then(() => (init_apex(), apex_exports))).apex,
|
|
17113
17754
|
apl: async () => (await Promise.resolve().then(() => (init_apl(), apl_exports))).apl,
|
|
17114
17755
|
applescript: async () => (await Promise.resolve().then(() => (init_applescript(), applescript_exports))).applescript,
|
|
17115
|
-
arduino: async () => (await Promise.resolve().then(() => (init_arduino(), arduino_exports))).arduino,
|
|
17116
17756
|
aql: async () => (await Promise.resolve().then(() => (init_aql(), aql_exports))).aql,
|
|
17757
|
+
arduino: async () => (await Promise.resolve().then(() => (init_arduino(), arduino_exports))).arduino,
|
|
17117
17758
|
asciidoc: async () => (await Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports))).asciidoc,
|
|
17118
17759
|
asp: async () => (await Promise.resolve().then(() => (init_asp(), asp_exports))).asp,
|
|
17119
17760
|
assembly: async () => (await Promise.resolve().then(() => (init_assembly(), assembly_exports))).assembly,
|
|
17120
17761
|
assemblyscript: async () => (await Promise.resolve().then(() => (init_assemblyscript(), assemblyscript_exports))).assemblyscript,
|
|
17121
|
-
angelscript: async () => (await Promise.resolve().then(() => (init_angelscript(), angelscript_exports))).angelscript,
|
|
17122
17762
|
astro: async () => (await Promise.resolve().then(() => (init_astro(), astro_exports))).astro,
|
|
17123
17763
|
austral: async () => (await Promise.resolve().then(() => (init_austral(), austral_exports))).austral,
|
|
17124
17764
|
autohotkey: async () => (await Promise.resolve().then(() => (init_autohotkey(), autohotkey_exports))).autohotkey,
|
|
17125
17765
|
"avro-idl": async () => (await Promise.resolve().then(() => (init_avro_idl(), avro_idl_exports))).avroIdl,
|
|
17126
17766
|
awk: async () => (await Promise.resolve().then(() => (init_awk(), awk_exports))).awk,
|
|
17127
17767
|
ballerina: async () => (await Promise.resolve().then(() => (init_ballerina(), ballerina_exports))).ballerina,
|
|
17128
|
-
basic: async () => (await Promise.resolve().then(() => (init_basic(), basic_exports))).basic,
|
|
17129
17768
|
bash: async () => (await Promise.resolve().then(() => (init_bash(), bash_exports))).bash,
|
|
17769
|
+
basic: async () => (await Promise.resolve().then(() => (init_basic(), basic_exports))).basic,
|
|
17130
17770
|
batch: async () => (await Promise.resolve().then(() => (init_batch(), batch_exports))).batch,
|
|
17131
17771
|
bazel: async () => (await Promise.resolve().then(() => (init_bazel(), bazel_exports))).bazel,
|
|
17132
17772
|
bcpl: async () => (await Promise.resolve().then(() => (init_bcpl(), bcpl_exports))).bcpl,
|
|
17133
|
-
bicep: async () => (await Promise.resolve().then(() => (init_bicep(), bicep_exports))).bicep,
|
|
17134
17773
|
bibtex: async () => (await Promise.resolve().then(() => (init_bibtex(), bibtex_exports))).bibtex,
|
|
17774
|
+
bicep: async () => (await Promise.resolve().then(() => (init_bicep(), bicep_exports))).bicep,
|
|
17135
17775
|
blade: async () => (await Promise.resolve().then(() => (init_blade(), blade_exports))).blade,
|
|
17136
17776
|
bosque: async () => (await Promise.resolve().then(() => (init_bosque(), bosque_exports))).bosque,
|
|
17137
17777
|
bqn: async () => (await Promise.resolve().then(() => (init_bqn(), bqn_exports))).bqn,
|
|
@@ -17150,8 +17790,8 @@ var languageLoaders = {
|
|
|
17150
17790
|
coldfusion: async () => (await Promise.resolve().then(() => (init_coldfusion(), coldfusion_exports))).coldfusion,
|
|
17151
17791
|
coq: async () => (await Promise.resolve().then(() => (init_coq(), coq_exports))).coq,
|
|
17152
17792
|
cpp: async () => (await Promise.resolve().then(() => (init_cpp(), cpp_exports))).cpp,
|
|
17153
|
-
crystal: async () => (await Promise.resolve().then(() => (init_crystal(), crystal_exports))).crystal,
|
|
17154
17793
|
cql: async () => (await Promise.resolve().then(() => (init_cql(), cql_exports))).cql,
|
|
17794
|
+
crystal: async () => (await Promise.resolve().then(() => (init_crystal(), crystal_exports))).crystal,
|
|
17155
17795
|
csharp: async () => (await Promise.resolve().then(() => (init_csharp(), csharp_exports))).csharp,
|
|
17156
17796
|
css: async () => (await Promise.resolve().then(() => (init_css(), css_exports))).css,
|
|
17157
17797
|
cuda: async () => (await Promise.resolve().then(() => (init_cuda(), cuda_exports))).cuda,
|
|
@@ -17173,6 +17813,7 @@ var languageLoaders = {
|
|
|
17173
17813
|
ejs: async () => (await Promise.resolve().then(() => (init_ejs(), ejs_exports))).ejs,
|
|
17174
17814
|
elixir: async () => (await Promise.resolve().then(() => (init_elixir(), elixir_exports))).elixir,
|
|
17175
17815
|
elm: async () => (await Promise.resolve().then(() => (init_elm(), elm_exports))).elm,
|
|
17816
|
+
"emacs-lisp": async () => (await Promise.resolve().then(() => (init_emacs_lisp(), emacs_lisp_exports))).emacsLisp,
|
|
17176
17817
|
erb: async () => (await Promise.resolve().then(() => (init_erb(), erb_exports))).erb,
|
|
17177
17818
|
erlang: async () => (await Promise.resolve().then(() => (init_erlang(), erlang_exports))).erlang,
|
|
17178
17819
|
factor: async () => (await Promise.resolve().then(() => (init_factor(), factor_exports))).factor,
|
|
@@ -17183,17 +17824,17 @@ var languageLoaders = {
|
|
|
17183
17824
|
flux: async () => (await Promise.resolve().then(() => (init_flux(), flux_exports))).flux,
|
|
17184
17825
|
forth: async () => (await Promise.resolve().then(() => (init_forth(), forth_exports))).forth,
|
|
17185
17826
|
fortran: async () => (await Promise.resolve().then(() => (init_fortran(), fortran_exports))).fortran,
|
|
17186
|
-
freemarker: async () => (await Promise.resolve().then(() => (init_freemarker(), freemarker_exports))).freemarker,
|
|
17187
17827
|
fql: async () => (await Promise.resolve().then(() => (init_fql(), fql_exports))).fql,
|
|
17828
|
+
freemarker: async () => (await Promise.resolve().then(() => (init_freemarker(), freemarker_exports))).freemarker,
|
|
17188
17829
|
fsharp: async () => (await Promise.resolve().then(() => (init_fsharp(), fsharp_exports))).fsharp,
|
|
17189
17830
|
fstar: async () => (await Promise.resolve().then(() => (init_fstar(), fstar_exports))).fstar,
|
|
17190
|
-
gdscript: async () => (await Promise.resolve().then(() => (init_gdscript(), gdscript_exports))).gdscript,
|
|
17191
17831
|
gcode: async () => (await Promise.resolve().then(() => (init_gcode(), gcode_exports))).gcode,
|
|
17832
|
+
gdscript: async () => (await Promise.resolve().then(() => (init_gdscript(), gdscript_exports))).gdscript,
|
|
17192
17833
|
gettext: async () => (await Promise.resolve().then(() => (init_gettext(), gettext_exports))).gettext,
|
|
17193
17834
|
git: async () => (await Promise.resolve().then(() => (init_git(), git_exports))).git,
|
|
17194
17835
|
gleam: async () => (await Promise.resolve().then(() => (init_gleam(), gleam_exports))).gleam,
|
|
17195
|
-
gml: async () => (await Promise.resolve().then(() => (init_gml(), gml_exports))).gml,
|
|
17196
17836
|
glsl: async () => (await Promise.resolve().then(() => (init_glsl(), glsl_exports))).glsl,
|
|
17837
|
+
gml: async () => (await Promise.resolve().then(() => (init_gml(), gml_exports))).gml,
|
|
17197
17838
|
go: async () => (await Promise.resolve().then(() => (init_go(), go_exports))).go,
|
|
17198
17839
|
gradle: async () => (await Promise.resolve().then(() => (init_gradle(), gradle_exports))).gradle,
|
|
17199
17840
|
grain: async () => (await Promise.resolve().then(() => (init_grain(), grain_exports))).grain,
|
|
@@ -17220,8 +17861,10 @@ var languageLoaders = {
|
|
|
17220
17861
|
janet: async () => (await Promise.resolve().then(() => (init_janet(), janet_exports))).janet,
|
|
17221
17862
|
java: async () => (await Promise.resolve().then(() => (init_java(), java_exports))).java,
|
|
17222
17863
|
javascript: async () => (await Promise.resolve().then(() => (init_javascript(), javascript_exports))).javascript,
|
|
17864
|
+
jcl: async () => (await Promise.resolve().then(() => (init_jcl(), jcl_exports))).jcl,
|
|
17223
17865
|
jinja: async () => (await Promise.resolve().then(() => (init_jinja(), jinja_exports))).jinja,
|
|
17224
17866
|
jmespath: async () => (await Promise.resolve().then(() => (init_jmespath(), jmespath_exports))).jmespath,
|
|
17867
|
+
jq: async () => (await Promise.resolve().then(() => (init_jq(), jq_exports))).jq,
|
|
17225
17868
|
json: async () => (await Promise.resolve().then(() => (init_json(), json_exports))).json,
|
|
17226
17869
|
json5: async () => (await Promise.resolve().then(() => (init_json5(), json5_exports))).json5,
|
|
17227
17870
|
jsonata: async () => (await Promise.resolve().then(() => (init_jsonata(), jsonata_exports))).jsonata,
|
|
@@ -17237,9 +17880,10 @@ var languageLoaders = {
|
|
|
17237
17880
|
kql: async () => (await Promise.resolve().then(() => (init_kql(), kql_exports))).kql,
|
|
17238
17881
|
lean: async () => (await Promise.resolve().then(() => (init_lean(), lean_exports))).lean,
|
|
17239
17882
|
less: async () => (await Promise.resolve().then(() => (init_less(), less_exports))).less,
|
|
17883
|
+
lex: async () => (await Promise.resolve().then(() => (init_lex(), lex_exports))).lex,
|
|
17240
17884
|
ligo: async () => (await Promise.resolve().then(() => (init_ligo(), ligo_exports))).ligo,
|
|
17241
|
-
liquid: async () => (await Promise.resolve().then(() => (init_liquid(), liquid_exports))).liquid,
|
|
17242
17885
|
linkerscript: async () => (await Promise.resolve().then(() => (init_linkerscript(), linkerscript_exports))).linkerscript,
|
|
17886
|
+
liquid: async () => (await Promise.resolve().then(() => (init_liquid(), liquid_exports))).liquid,
|
|
17243
17887
|
lisp: async () => (await Promise.resolve().then(() => (init_lisp(), lisp_exports))).lisp,
|
|
17244
17888
|
"llvm-ir": async () => (await Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports))).llvmIr,
|
|
17245
17889
|
lobster: async () => (await Promise.resolve().then(() => (init_lobster(), lobster_exports))).lobster,
|
|
@@ -17254,13 +17898,13 @@ var languageLoaders = {
|
|
|
17254
17898
|
matlab: async () => (await Promise.resolve().then(() => (init_matlab(), matlab_exports))).matlab,
|
|
17255
17899
|
maxima: async () => (await Promise.resolve().then(() => (init_maxima(), maxima_exports))).maxima,
|
|
17256
17900
|
mdx: async () => (await Promise.resolve().then(() => (init_mdx(), mdx_exports))).mdx,
|
|
17901
|
+
mercury: async () => (await Promise.resolve().then(() => (init_mercury(), mercury_exports))).mercury,
|
|
17257
17902
|
mermaid: async () => (await Promise.resolve().then(() => (init_mermaid(), mermaid_exports))).mermaid,
|
|
17258
17903
|
meson: async () => (await Promise.resolve().then(() => (init_meson(), meson_exports))).meson,
|
|
17259
|
-
mercury: async () => (await Promise.resolve().then(() => (init_mercury(), mercury_exports))).mercury,
|
|
17260
17904
|
metal: async () => (await Promise.resolve().then(() => (init_metal(), metal_exports))).metal,
|
|
17261
17905
|
modelica: async () => (await Promise.resolve().then(() => (init_modelica(), modelica_exports))).modelica,
|
|
17262
|
-
mojo: async () => (await Promise.resolve().then(() => (init_mojo(), mojo_exports))).mojo,
|
|
17263
17906
|
"modula-2": async () => (await Promise.resolve().then(() => (init_modula_2(), modula_2_exports))).modula2,
|
|
17907
|
+
mojo: async () => (await Promise.resolve().then(() => (init_mojo(), mojo_exports))).mojo,
|
|
17264
17908
|
moonbit: async () => (await Promise.resolve().then(() => (init_moonbit(), moonbit_exports))).moonbit,
|
|
17265
17909
|
move: async () => (await Promise.resolve().then(() => (init_move(), move_exports))).move,
|
|
17266
17910
|
mumps: async () => (await Promise.resolve().then(() => (init_mumps(), mumps_exports))).mumps,
|
|
@@ -17273,10 +17917,10 @@ var languageLoaders = {
|
|
|
17273
17917
|
nix: async () => (await Promise.resolve().then(() => (init_nix(), nix_exports))).nix,
|
|
17274
17918
|
nunjucks: async () => (await Promise.resolve().then(() => (init_nunjucks(), nunjucks_exports))).nunjucks,
|
|
17275
17919
|
nushell: async () => (await Promise.resolve().then(() => (init_nushell(), nushell_exports))).nushell,
|
|
17920
|
+
oberon: async () => (await Promise.resolve().then(() => (init_oberon(), oberon_exports))).oberon,
|
|
17276
17921
|
"objective-c": async () => (await Promise.resolve().then(() => (init_objective_c(), objective_c_exports))).objectiveC,
|
|
17277
17922
|
ocaml: async () => (await Promise.resolve().then(() => (init_ocaml(), ocaml_exports))).ocaml,
|
|
17278
17923
|
octave: async () => (await Promise.resolve().then(() => (init_octave(), octave_exports))).octave,
|
|
17279
|
-
oberon: async () => (await Promise.resolve().then(() => (init_oberon(), oberon_exports))).oberon,
|
|
17280
17924
|
odin: async () => (await Promise.resolve().then(() => (init_odin(), odin_exports))).odin,
|
|
17281
17925
|
openapi: async () => (await Promise.resolve().then(() => (init_openapi(), openapi_exports))).openapi,
|
|
17282
17926
|
opencl: async () => (await Promise.resolve().then(() => (init_opencl(), opencl_exports))).opencl,
|
|
@@ -17286,8 +17930,8 @@ var languageLoaders = {
|
|
|
17286
17930
|
perl: async () => (await Promise.resolve().then(() => (init_perl(), perl_exports))).perl,
|
|
17287
17931
|
php: async () => (await Promise.resolve().then(() => (init_php(), php_exports))).php,
|
|
17288
17932
|
"pine-script": async () => (await Promise.resolve().then(() => (init_pine_script(), pine_script_exports))).pineScript,
|
|
17289
|
-
"pl-i": async () => (await Promise.resolve().then(() => (init_pl_i(), pl_i_exports))).plI,
|
|
17290
17933
|
pkl: async () => (await Promise.resolve().then(() => (init_pkl(), pkl_exports))).pkl,
|
|
17934
|
+
"pl-i": async () => (await Promise.resolve().then(() => (init_pl_i(), pl_i_exports))).plI,
|
|
17291
17935
|
plantuml: async () => (await Promise.resolve().then(() => (init_plantuml(), plantuml_exports))).plantuml,
|
|
17292
17936
|
plpgsql: async () => (await Promise.resolve().then(() => (init_plpgsql(), plpgsql_exports))).plpgsql,
|
|
17293
17937
|
plsql: async () => (await Promise.resolve().then(() => (init_plsql(), plsql_exports))).plsql,
|
|
@@ -17299,24 +17943,26 @@ var languageLoaders = {
|
|
|
17299
17943
|
processing: async () => (await Promise.resolve().then(() => (init_processing(), processing_exports))).processing,
|
|
17300
17944
|
prolog: async () => (await Promise.resolve().then(() => (init_prolog(), prolog_exports))).prolog,
|
|
17301
17945
|
promql: async () => (await Promise.resolve().then(() => (init_promql(), promql_exports))).promql,
|
|
17946
|
+
properties: async () => (await Promise.resolve().then(() => (init_properties(), properties_exports))).properties,
|
|
17302
17947
|
protobuf: async () => (await Promise.resolve().then(() => (init_protobuf(), protobuf_exports))).protobuf,
|
|
17303
17948
|
pug: async () => (await Promise.resolve().then(() => (init_pug(), pug_exports))).pug,
|
|
17304
17949
|
puppet: async () => (await Promise.resolve().then(() => (init_puppet(), puppet_exports))).puppet,
|
|
17305
17950
|
purescript: async () => (await Promise.resolve().then(() => (init_purescript(), purescript_exports))).purescript,
|
|
17306
17951
|
python: async () => (await Promise.resolve().then(() => (init_python(), python_exports))).python,
|
|
17307
|
-
qml: async () => (await Promise.resolve().then(() => (init_qml(), qml_exports))).qml,
|
|
17308
17952
|
qmake: async () => (await Promise.resolve().then(() => (init_qmake(), qmake_exports))).qmake,
|
|
17953
|
+
qml: async () => (await Promise.resolve().then(() => (init_qml(), qml_exports))).qml,
|
|
17309
17954
|
qsharp: async () => (await Promise.resolve().then(() => (init_qsharp(), qsharp_exports))).qsharp,
|
|
17310
17955
|
r: async () => (await Promise.resolve().then(() => (init_r(), r_exports))).r,
|
|
17311
17956
|
racket: async () => (await Promise.resolve().then(() => (init_racket(), racket_exports))).racket,
|
|
17312
17957
|
raku: async () => (await Promise.resolve().then(() => (init_raku(), raku_exports))).raku,
|
|
17313
17958
|
razor: async () => (await Promise.resolve().then(() => (init_razor(), razor_exports))).razor,
|
|
17959
|
+
reasonml: async () => (await Promise.resolve().then(() => (init_reasonml(), reasonml_exports))).reasonml,
|
|
17314
17960
|
rebol: async () => (await Promise.resolve().then(() => (init_rebol(), rebol_exports))).rebol,
|
|
17315
17961
|
red: async () => (await Promise.resolve().then(() => (init_red(), red_exports))).red,
|
|
17316
|
-
reasonml: async () => (await Promise.resolve().then(() => (init_reasonml(), reasonml_exports))).reasonml,
|
|
17317
17962
|
rego: async () => (await Promise.resolve().then(() => (init_rego(), rego_exports))).rego,
|
|
17318
17963
|
rescript: async () => (await Promise.resolve().then(() => (init_rescript(), rescript_exports))).rescript,
|
|
17319
17964
|
restructuredtext: async () => (await Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports))).restructuredtext,
|
|
17965
|
+
rexx: async () => (await Promise.resolve().then(() => (init_rexx(), rexx_exports))).rexx,
|
|
17320
17966
|
roc: async () => (await Promise.resolve().then(() => (init_roc(), roc_exports))).roc,
|
|
17321
17967
|
rpg: async () => (await Promise.resolve().then(() => (init_rpg(), rpg_exports))).rpg,
|
|
17322
17968
|
ruby: async () => (await Promise.resolve().then(() => (init_ruby(), ruby_exports))).ruby,
|
|
@@ -17333,8 +17979,8 @@ var languageLoaders = {
|
|
|
17333
17979
|
snobol: async () => (await Promise.resolve().then(() => (init_snobol(), snobol_exports))).snobol,
|
|
17334
17980
|
solidity: async () => (await Promise.resolve().then(() => (init_solidity(), solidity_exports))).solidity,
|
|
17335
17981
|
soql: async () => (await Promise.resolve().then(() => (init_soql(), soql_exports))).soql,
|
|
17336
|
-
sparql: async () => (await Promise.resolve().then(() => (init_sparql(), sparql_exports))).sparql,
|
|
17337
17982
|
spark: async () => (await Promise.resolve().then(() => (init_spark(), spark_exports))).spark,
|
|
17983
|
+
sparql: async () => (await Promise.resolve().then(() => (init_sparql(), sparql_exports))).sparql,
|
|
17338
17984
|
spl: async () => (await Promise.resolve().then(() => (init_spl(), spl_exports))).spl,
|
|
17339
17985
|
spss: async () => (await Promise.resolve().then(() => (init_spss(), spss_exports))).spss,
|
|
17340
17986
|
sql: async () => (await Promise.resolve().then(() => (init_sql(), sql_exports))).sql,
|
|
@@ -17363,17 +18009,19 @@ var languageLoaders = {
|
|
|
17363
18009
|
unison: async () => (await Promise.resolve().then(() => (init_unison(), unison_exports))).unison,
|
|
17364
18010
|
v: async () => (await Promise.resolve().then(() => (init_v(), v_exports))).v,
|
|
17365
18011
|
vala: async () => (await Promise.resolve().then(() => (init_vala(), vala_exports))).vala,
|
|
17366
|
-
vba: async () => (await Promise.resolve().then(() => (init_vba(), vba_exports))).vba,
|
|
17367
18012
|
vale: async () => (await Promise.resolve().then(() => (init_vale(), vale_exports))).vale,
|
|
18013
|
+
vba: async () => (await Promise.resolve().then(() => (init_vba(), vba_exports))).vba,
|
|
18014
|
+
vbscript: async () => (await Promise.resolve().then(() => (init_vbscript(), vbscript_exports))).vbscript,
|
|
17368
18015
|
velocity: async () => (await Promise.resolve().then(() => (init_velocity(), velocity_exports))).velocity,
|
|
17369
18016
|
verilog: async () => (await Promise.resolve().then(() => (init_verilog(), verilog_exports))).verilog,
|
|
17370
18017
|
verse: async () => (await Promise.resolve().then(() => (init_verse(), verse_exports))).verse,
|
|
17371
18018
|
vhdl: async () => (await Promise.resolve().then(() => (init_vhdl(), vhdl_exports))).vhdl,
|
|
18019
|
+
vimscript: async () => (await Promise.resolve().then(() => (init_vimscript(), vimscript_exports))).vimscript,
|
|
17372
18020
|
"visual-basic": async () => (await Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports))).visualBasic,
|
|
17373
18021
|
vue: async () => (await Promise.resolve().then(() => (init_vue(), vue_exports))).vue,
|
|
17374
18022
|
vyper: async () => (await Promise.resolve().then(() => (init_vyper(), vyper_exports))).vyper,
|
|
17375
|
-
webassembly: async () => (await Promise.resolve().then(() => (init_webassembly(), webassembly_exports))).webassembly,
|
|
17376
18023
|
wdl: async () => (await Promise.resolve().then(() => (init_wdl(), wdl_exports))).wdl,
|
|
18024
|
+
webassembly: async () => (await Promise.resolve().then(() => (init_webassembly(), webassembly_exports))).webassembly,
|
|
17377
18025
|
wgsl: async () => (await Promise.resolve().then(() => (init_wgsl(), wgsl_exports))).wgsl,
|
|
17378
18026
|
wren: async () => (await Promise.resolve().then(() => (init_wren(), wren_exports))).wren,
|
|
17379
18027
|
xaml: async () => (await Promise.resolve().then(() => (init_xaml(), xaml_exports))).xaml,
|
|
@@ -17381,6 +18029,7 @@ var languageLoaders = {
|
|
|
17381
18029
|
xpath: async () => (await Promise.resolve().then(() => (init_xpath(), xpath_exports))).xpath,
|
|
17382
18030
|
xquery: async () => (await Promise.resolve().then(() => (init_xquery(), xquery_exports))).xquery,
|
|
17383
18031
|
xslt: async () => (await Promise.resolve().then(() => (init_xslt(), xslt_exports))).xslt,
|
|
18032
|
+
yacc: async () => (await Promise.resolve().then(() => (init_yacc(), yacc_exports))).yacc,
|
|
17384
18033
|
yaml: async () => (await Promise.resolve().then(() => (init_yaml(), yaml_exports))).yaml,
|
|
17385
18034
|
yara: async () => (await Promise.resolve().then(() => (init_yara(), yara_exports))).yara,
|
|
17386
18035
|
zeek: async () => (await Promise.resolve().then(() => (init_zeek(), zeek_exports))).zeek,
|
|
@@ -17390,33 +18039,6 @@ var languageLoaders = {
|
|
|
17390
18039
|
};
|
|
17391
18040
|
var loadLanguage = (slug) => languageLoaders[slug]?.();
|
|
17392
18041
|
|
|
17393
|
-
// src/domain/detection/match.ts
|
|
17394
|
-
var pathSegmentPattern = /[/\\]/;
|
|
17395
|
-
var getBasename = (filename) => {
|
|
17396
|
-
const parts = filename.trim().split(pathSegmentPattern);
|
|
17397
|
-
return parts.at(-1).toLowerCase();
|
|
17398
|
-
};
|
|
17399
|
-
var matchesExtension = (basename, extension) => {
|
|
17400
|
-
const normalizedExtension = extension.toLowerCase();
|
|
17401
|
-
if (normalizedExtension.startsWith(".")) {
|
|
17402
|
-
return basename.endsWith(normalizedExtension);
|
|
17403
|
-
}
|
|
17404
|
-
return basename === normalizedExtension || basename.endsWith(`.${normalizedExtension}`);
|
|
17405
|
-
};
|
|
17406
|
-
var detectMatchingEntries = (entries, filename) => {
|
|
17407
|
-
const basename = getBasename(filename);
|
|
17408
|
-
if (!basename) {
|
|
17409
|
-
return [];
|
|
17410
|
-
}
|
|
17411
|
-
return entries.map((entry, index) => ({
|
|
17412
|
-
entry,
|
|
17413
|
-
index,
|
|
17414
|
-
matchLength: Math.max(
|
|
17415
|
-
...entry.extensions.filter((extension) => matchesExtension(basename, extension)).map((extension) => extension.length)
|
|
17416
|
-
)
|
|
17417
|
-
})).filter(({ matchLength }) => Number.isFinite(matchLength)).sort((first, second) => second.matchLength - first.matchLength || first.index - second.index).map(({ entry }) => entry);
|
|
17418
|
-
};
|
|
17419
|
-
|
|
17420
18042
|
// src/domain/detection/detect-slugs.ts
|
|
17421
18043
|
var detectLanguageSlugs = (filename) => detectMatchingEntries(languageIndex, filename).map((entry) => entry.slug);
|
|
17422
18044
|
var detectLanguageSlug = (filename) => detectLanguageSlugs(filename).at(0);
|
|
@@ -17802,6 +18424,7 @@ init_eiffel();
|
|
|
17802
18424
|
init_ejs();
|
|
17803
18425
|
init_elixir();
|
|
17804
18426
|
init_elm();
|
|
18427
|
+
init_emacs_lisp();
|
|
17805
18428
|
init_erb();
|
|
17806
18429
|
init_erlang();
|
|
17807
18430
|
init_factor();
|
|
@@ -17849,8 +18472,10 @@ init_isabelle();
|
|
|
17849
18472
|
init_janet();
|
|
17850
18473
|
init_java();
|
|
17851
18474
|
init_javascript();
|
|
18475
|
+
init_jcl();
|
|
17852
18476
|
init_jinja();
|
|
17853
18477
|
init_jmespath();
|
|
18478
|
+
init_jq();
|
|
17854
18479
|
init_json();
|
|
17855
18480
|
init_json5();
|
|
17856
18481
|
init_jsonata();
|
|
@@ -17866,6 +18491,7 @@ init_kotlin();
|
|
|
17866
18491
|
init_kql();
|
|
17867
18492
|
init_lean();
|
|
17868
18493
|
init_less();
|
|
18494
|
+
init_lex();
|
|
17869
18495
|
init_ligo();
|
|
17870
18496
|
init_linkerscript();
|
|
17871
18497
|
init_liquid();
|
|
@@ -17928,6 +18554,7 @@ init_powershell();
|
|
|
17928
18554
|
init_processing();
|
|
17929
18555
|
init_prolog();
|
|
17930
18556
|
init_promql();
|
|
18557
|
+
init_properties();
|
|
17931
18558
|
init_protobuf();
|
|
17932
18559
|
init_pug();
|
|
17933
18560
|
init_puppet();
|
|
@@ -17946,6 +18573,7 @@ init_red();
|
|
|
17946
18573
|
init_rego();
|
|
17947
18574
|
init_rescript();
|
|
17948
18575
|
init_restructuredtext();
|
|
18576
|
+
init_rexx();
|
|
17949
18577
|
init_roc();
|
|
17950
18578
|
init_rpg();
|
|
17951
18579
|
init_ruby();
|
|
@@ -17994,10 +18622,12 @@ init_v();
|
|
|
17994
18622
|
init_vala();
|
|
17995
18623
|
init_vale();
|
|
17996
18624
|
init_vba();
|
|
18625
|
+
init_vbscript();
|
|
17997
18626
|
init_velocity();
|
|
17998
18627
|
init_verilog();
|
|
17999
18628
|
init_verse();
|
|
18000
18629
|
init_vhdl();
|
|
18630
|
+
init_vimscript();
|
|
18001
18631
|
init_visual_basic();
|
|
18002
18632
|
init_vue();
|
|
18003
18633
|
init_vyper();
|
|
@@ -18010,6 +18640,7 @@ init_xml();
|
|
|
18010
18640
|
init_xpath();
|
|
18011
18641
|
init_xquery();
|
|
18012
18642
|
init_xslt();
|
|
18643
|
+
init_yacc();
|
|
18013
18644
|
init_yaml();
|
|
18014
18645
|
init_yara();
|
|
18015
18646
|
init_zeek();
|
|
@@ -18023,31 +18654,31 @@ var languages = [
|
|
|
18023
18654
|
agda,
|
|
18024
18655
|
algol,
|
|
18025
18656
|
ampl,
|
|
18657
|
+
angelscript,
|
|
18026
18658
|
ante,
|
|
18027
18659
|
antlr,
|
|
18028
18660
|
apex,
|
|
18029
18661
|
apl,
|
|
18030
18662
|
applescript,
|
|
18031
|
-
arduino,
|
|
18032
18663
|
aql,
|
|
18664
|
+
arduino,
|
|
18033
18665
|
asciidoc,
|
|
18034
18666
|
asp,
|
|
18035
18667
|
assembly,
|
|
18036
18668
|
assemblyscript,
|
|
18037
|
-
angelscript,
|
|
18038
18669
|
astro,
|
|
18039
18670
|
austral,
|
|
18040
18671
|
autohotkey,
|
|
18041
18672
|
avroIdl,
|
|
18042
18673
|
awk,
|
|
18043
18674
|
ballerina,
|
|
18044
|
-
basic,
|
|
18045
18675
|
bash,
|
|
18676
|
+
basic,
|
|
18046
18677
|
batch,
|
|
18047
18678
|
bazel,
|
|
18048
18679
|
bcpl,
|
|
18049
|
-
bicep,
|
|
18050
18680
|
bibtex,
|
|
18681
|
+
bicep,
|
|
18051
18682
|
blade,
|
|
18052
18683
|
bosque,
|
|
18053
18684
|
bqn,
|
|
@@ -18066,8 +18697,8 @@ var languages = [
|
|
|
18066
18697
|
coldfusion,
|
|
18067
18698
|
coq,
|
|
18068
18699
|
cpp,
|
|
18069
|
-
crystal,
|
|
18070
18700
|
cql,
|
|
18701
|
+
crystal,
|
|
18071
18702
|
csharp,
|
|
18072
18703
|
css,
|
|
18073
18704
|
cuda,
|
|
@@ -18089,6 +18720,7 @@ var languages = [
|
|
|
18089
18720
|
ejs,
|
|
18090
18721
|
elixir,
|
|
18091
18722
|
elm,
|
|
18723
|
+
emacsLisp,
|
|
18092
18724
|
erb,
|
|
18093
18725
|
erlang,
|
|
18094
18726
|
factor,
|
|
@@ -18099,17 +18731,17 @@ var languages = [
|
|
|
18099
18731
|
flux,
|
|
18100
18732
|
forth,
|
|
18101
18733
|
fortran,
|
|
18102
|
-
freemarker,
|
|
18103
18734
|
fql,
|
|
18735
|
+
freemarker,
|
|
18104
18736
|
fsharp,
|
|
18105
18737
|
fstar,
|
|
18106
|
-
gdscript,
|
|
18107
18738
|
gcode,
|
|
18739
|
+
gdscript,
|
|
18108
18740
|
gettext,
|
|
18109
18741
|
git,
|
|
18110
18742
|
gleam,
|
|
18111
|
-
gml,
|
|
18112
18743
|
glsl,
|
|
18744
|
+
gml,
|
|
18113
18745
|
go,
|
|
18114
18746
|
gradle,
|
|
18115
18747
|
grain,
|
|
@@ -18136,8 +18768,10 @@ var languages = [
|
|
|
18136
18768
|
janet,
|
|
18137
18769
|
java,
|
|
18138
18770
|
javascript,
|
|
18771
|
+
jcl,
|
|
18139
18772
|
jinja,
|
|
18140
18773
|
jmespath,
|
|
18774
|
+
jq,
|
|
18141
18775
|
json,
|
|
18142
18776
|
json5,
|
|
18143
18777
|
jsonata,
|
|
@@ -18153,9 +18787,10 @@ var languages = [
|
|
|
18153
18787
|
kql,
|
|
18154
18788
|
lean,
|
|
18155
18789
|
less,
|
|
18790
|
+
lex,
|
|
18156
18791
|
ligo,
|
|
18157
|
-
liquid,
|
|
18158
18792
|
linkerscript,
|
|
18793
|
+
liquid,
|
|
18159
18794
|
lisp,
|
|
18160
18795
|
llvmIr,
|
|
18161
18796
|
lobster,
|
|
@@ -18170,13 +18805,13 @@ var languages = [
|
|
|
18170
18805
|
matlab,
|
|
18171
18806
|
maxima,
|
|
18172
18807
|
mdx,
|
|
18808
|
+
mercury,
|
|
18173
18809
|
mermaid,
|
|
18174
18810
|
meson,
|
|
18175
|
-
mercury,
|
|
18176
18811
|
metal,
|
|
18177
18812
|
modelica,
|
|
18178
|
-
mojo,
|
|
18179
18813
|
modula2,
|
|
18814
|
+
mojo,
|
|
18180
18815
|
moonbit,
|
|
18181
18816
|
move,
|
|
18182
18817
|
mumps,
|
|
@@ -18189,10 +18824,10 @@ var languages = [
|
|
|
18189
18824
|
nix,
|
|
18190
18825
|
nunjucks,
|
|
18191
18826
|
nushell,
|
|
18827
|
+
oberon,
|
|
18192
18828
|
objectiveC,
|
|
18193
18829
|
ocaml,
|
|
18194
18830
|
octave,
|
|
18195
|
-
oberon,
|
|
18196
18831
|
odin,
|
|
18197
18832
|
openapi,
|
|
18198
18833
|
opencl,
|
|
@@ -18202,8 +18837,8 @@ var languages = [
|
|
|
18202
18837
|
perl,
|
|
18203
18838
|
php,
|
|
18204
18839
|
pineScript,
|
|
18205
|
-
plI,
|
|
18206
18840
|
pkl,
|
|
18841
|
+
plI,
|
|
18207
18842
|
plantuml,
|
|
18208
18843
|
plpgsql,
|
|
18209
18844
|
plsql,
|
|
@@ -18215,24 +18850,26 @@ var languages = [
|
|
|
18215
18850
|
processing,
|
|
18216
18851
|
prolog,
|
|
18217
18852
|
promql,
|
|
18853
|
+
properties,
|
|
18218
18854
|
protobuf,
|
|
18219
18855
|
pug,
|
|
18220
18856
|
puppet,
|
|
18221
18857
|
purescript,
|
|
18222
18858
|
python,
|
|
18223
|
-
qml,
|
|
18224
18859
|
qmake,
|
|
18860
|
+
qml,
|
|
18225
18861
|
qsharp,
|
|
18226
18862
|
r,
|
|
18227
18863
|
racket,
|
|
18228
18864
|
raku,
|
|
18229
18865
|
razor,
|
|
18866
|
+
reasonml,
|
|
18230
18867
|
rebol,
|
|
18231
18868
|
red,
|
|
18232
|
-
reasonml,
|
|
18233
18869
|
rego,
|
|
18234
18870
|
rescript,
|
|
18235
18871
|
restructuredtext,
|
|
18872
|
+
rexx,
|
|
18236
18873
|
roc,
|
|
18237
18874
|
rpg,
|
|
18238
18875
|
ruby,
|
|
@@ -18249,8 +18886,8 @@ var languages = [
|
|
|
18249
18886
|
snobol,
|
|
18250
18887
|
solidity,
|
|
18251
18888
|
soql,
|
|
18252
|
-
sparql,
|
|
18253
18889
|
spark,
|
|
18890
|
+
sparql,
|
|
18254
18891
|
spl,
|
|
18255
18892
|
spss,
|
|
18256
18893
|
sql,
|
|
@@ -18279,17 +18916,19 @@ var languages = [
|
|
|
18279
18916
|
unison,
|
|
18280
18917
|
v,
|
|
18281
18918
|
vala,
|
|
18282
|
-
vba,
|
|
18283
18919
|
vale,
|
|
18920
|
+
vba,
|
|
18921
|
+
vbscript,
|
|
18284
18922
|
velocity,
|
|
18285
18923
|
verilog,
|
|
18286
18924
|
verse,
|
|
18287
18925
|
vhdl,
|
|
18926
|
+
vimscript,
|
|
18288
18927
|
visualBasic,
|
|
18289
18928
|
vue,
|
|
18290
18929
|
vyper,
|
|
18291
|
-
webassembly,
|
|
18292
18930
|
wdl,
|
|
18931
|
+
webassembly,
|
|
18293
18932
|
wgsl,
|
|
18294
18933
|
wren,
|
|
18295
18934
|
xaml,
|
|
@@ -18297,6 +18936,7 @@ var languages = [
|
|
|
18297
18936
|
xpath,
|
|
18298
18937
|
xquery,
|
|
18299
18938
|
xslt,
|
|
18939
|
+
yacc,
|
|
18300
18940
|
yaml,
|
|
18301
18941
|
yara,
|
|
18302
18942
|
zeek,
|
|
@@ -19158,7 +19798,18 @@ function runtimesForPackageManager(targets) {
|
|
|
19158
19798
|
// src/api.ts
|
|
19159
19799
|
var defaultLocale = "en";
|
|
19160
19800
|
var languageMap = new Map(languages.map((l) => [l.slug, l]));
|
|
19801
|
+
var languageAliasMap = /* @__PURE__ */ new Map();
|
|
19802
|
+
for (const language of languages) {
|
|
19803
|
+
for (const alias of language.aliases ?? []) {
|
|
19804
|
+
languageAliasMap.set(alias.toLowerCase(), language.slug);
|
|
19805
|
+
}
|
|
19806
|
+
}
|
|
19161
19807
|
var normalizeLanguageSlug = (slug) => slug.trim().toLowerCase().replace(/\s+/g, "-").replace(/[^a-z0-9-]/g, "");
|
|
19808
|
+
var resolveLanguageLookup = (value) => {
|
|
19809
|
+
const raw = value.trim().toLowerCase();
|
|
19810
|
+
const normalized = normalizeLanguageSlug(value);
|
|
19811
|
+
return languageAliasMap.get(raw) ?? languageAliasMap.get(normalized) ?? normalized;
|
|
19812
|
+
};
|
|
19162
19813
|
var localizeOptionalLanguage = (language, locale) => language ? localizeLanguage(language, locale) : void 0;
|
|
19163
19814
|
var createLanguageRequest = (getLanguage, loadLanguageModule) => {
|
|
19164
19815
|
let requestedLocale = defaultLocale;
|
|
@@ -19193,6 +19844,13 @@ var createLanguageCollectionRequest = (getLanguageList, loadLanguageList) => {
|
|
|
19193
19844
|
};
|
|
19194
19845
|
return request;
|
|
19195
19846
|
};
|
|
19847
|
+
var createFilteredLanguageCollection = (predicate) => {
|
|
19848
|
+
const filtered = () => languages.filter(predicate);
|
|
19849
|
+
return createLanguageCollectionRequest(filtered, async () => {
|
|
19850
|
+
const loaded = await Promise.all(filtered().map((language) => loadLanguage(language.slug)));
|
|
19851
|
+
return loaded.filter((language) => Boolean(language));
|
|
19852
|
+
});
|
|
19853
|
+
};
|
|
19196
19854
|
var loadDetectedLanguages = async (filename) => {
|
|
19197
19855
|
const detectedLanguages = await Promise.all(
|
|
19198
19856
|
detectLanguageSlugs(filename).map((slug) => loadLanguage(slug))
|
|
@@ -19203,18 +19861,22 @@ var getLanguageBySlug = (slug) => languageMap.get(slug);
|
|
|
19203
19861
|
var getDetectedLanguages = (filename) => detectLanguageSlugs(filename).map((slug) => getLanguageBySlug(slug)).filter((language) => Boolean(language));
|
|
19204
19862
|
var api = {
|
|
19205
19863
|
/**
|
|
19206
|
-
* Selects a language by slug.
|
|
19864
|
+
* Selects a language by slug or alias.
|
|
19207
19865
|
*
|
|
19208
|
-
* Input is normalized to the package slug format before lookup
|
|
19866
|
+
* Input is normalized to the package slug format before lookup, and language
|
|
19867
|
+
* aliases such as `golang`, `C#`, or `wasm` resolve to their catalog slug.
|
|
19868
|
+
* When the slug is a known literal, `get()` and `load()` are typed as
|
|
19869
|
+
* always returning a language.
|
|
19209
19870
|
*
|
|
19210
19871
|
* @example
|
|
19211
19872
|
* api.language("astro").locale("es-PE").get();
|
|
19873
|
+
* api.language("golang").get()?.slug; // "go"
|
|
19212
19874
|
*/
|
|
19213
19875
|
language(slug) {
|
|
19214
|
-
const
|
|
19876
|
+
const resolvedSlug = resolveLanguageLookup(slug);
|
|
19215
19877
|
return createLanguageRequest(
|
|
19216
|
-
() => languageMap.get(
|
|
19217
|
-
() => loadLanguage(
|
|
19878
|
+
() => languageMap.get(resolvedSlug),
|
|
19879
|
+
() => loadLanguage(resolvedSlug)
|
|
19218
19880
|
);
|
|
19219
19881
|
},
|
|
19220
19882
|
/**
|
|
@@ -19247,6 +19909,30 @@ var api = {
|
|
|
19247
19909
|
async () => (await loadDetectedLanguages(filename)).at(0)
|
|
19248
19910
|
);
|
|
19249
19911
|
},
|
|
19912
|
+
/**
|
|
19913
|
+
* Selects every language that registers the given file extension or exact filename.
|
|
19914
|
+
*
|
|
19915
|
+
* Accepts values with or without the leading dot: `.ts`, `ts`, or `Dockerfile`.
|
|
19916
|
+
* Unlike `detect`, this matches the extension entry exactly instead of ranking
|
|
19917
|
+
* suffix matches, so `api.extension('.h')` returns both C and C++.
|
|
19918
|
+
*
|
|
19919
|
+
* @example
|
|
19920
|
+
* api.extension('.h').langs().get().map((language) => language.slug); // ["c", "cpp"]
|
|
19921
|
+
* api.extension('ts').langs().locale('es').get();
|
|
19922
|
+
*/
|
|
19923
|
+
extension(value) {
|
|
19924
|
+
const normalized = value.trim().toLowerCase();
|
|
19925
|
+
return {
|
|
19926
|
+
langs() {
|
|
19927
|
+
return createFilteredLanguageCollection(
|
|
19928
|
+
(language) => language.extensions.some((extension) => {
|
|
19929
|
+
const normalizedExtension = extension.toLowerCase();
|
|
19930
|
+
return normalizedExtension === normalized || normalizedExtension === `.${normalized}`;
|
|
19931
|
+
})
|
|
19932
|
+
);
|
|
19933
|
+
}
|
|
19934
|
+
};
|
|
19935
|
+
},
|
|
19250
19936
|
/**
|
|
19251
19937
|
* Selects every language that runs on or targets the given platform or runtime.
|
|
19252
19938
|
*
|
|
@@ -19265,11 +19951,7 @@ var api = {
|
|
|
19265
19951
|
return definition ? runtimeInfoFromDefinition(definition) : void 0;
|
|
19266
19952
|
},
|
|
19267
19953
|
langs() {
|
|
19268
|
-
|
|
19269
|
-
return createLanguageCollectionRequest(filtered, async () => {
|
|
19270
|
-
const loaded = await Promise.all(filtered().map((lang) => loadLanguage(lang.slug)));
|
|
19271
|
-
return loaded.filter((lang) => Boolean(lang));
|
|
19272
|
-
});
|
|
19954
|
+
return createFilteredLanguageCollection((language) => matchesRuntime(language, targets));
|
|
19273
19955
|
}
|
|
19274
19956
|
};
|
|
19275
19957
|
},
|
|
@@ -19291,11 +19973,9 @@ var api = {
|
|
|
19291
19973
|
return definition ? packageManagerInfoFromDefinition(definition) : void 0;
|
|
19292
19974
|
},
|
|
19293
19975
|
langs() {
|
|
19294
|
-
|
|
19295
|
-
|
|
19296
|
-
|
|
19297
|
-
return loaded.filter((lang) => Boolean(lang));
|
|
19298
|
-
});
|
|
19976
|
+
return createFilteredLanguageCollection(
|
|
19977
|
+
(language) => matchesPackageManager(language, targets)
|
|
19978
|
+
);
|
|
19299
19979
|
},
|
|
19300
19980
|
runtimes() {
|
|
19301
19981
|
return runtimesForPackageManager(targets);
|
|
@@ -19323,11 +20003,7 @@ var api = {
|
|
|
19323
20003
|
category(value) {
|
|
19324
20004
|
return {
|
|
19325
20005
|
langs() {
|
|
19326
|
-
|
|
19327
|
-
return createLanguageCollectionRequest(filtered, async () => {
|
|
19328
|
-
const loaded = await Promise.all(filtered().map((lang) => loadLanguage(lang.slug)));
|
|
19329
|
-
return loaded.filter((lang) => Boolean(lang));
|
|
19330
|
-
});
|
|
20006
|
+
return createFilteredLanguageCollection((language) => matchesCategory(language, value));
|
|
19331
20007
|
}
|
|
19332
20008
|
};
|
|
19333
20009
|
},
|
|
@@ -19349,11 +20025,7 @@ var api = {
|
|
|
19349
20025
|
return definition ? paradigmInfoFromDefinition(definition) : void 0;
|
|
19350
20026
|
},
|
|
19351
20027
|
langs() {
|
|
19352
|
-
|
|
19353
|
-
return createLanguageCollectionRequest(filtered, async () => {
|
|
19354
|
-
const loaded = await Promise.all(filtered().map((lang) => loadLanguage(lang.slug)));
|
|
19355
|
-
return loaded.filter((lang) => Boolean(lang));
|
|
19356
|
-
});
|
|
20028
|
+
return createFilteredLanguageCollection((language) => matchesParadigm(language, targets));
|
|
19357
20029
|
}
|
|
19358
20030
|
};
|
|
19359
20031
|
},
|
|
@@ -19375,11 +20047,7 @@ var api = {
|
|
|
19375
20047
|
return definition ? ecosystemInfoFromDefinition(definition) : void 0;
|
|
19376
20048
|
},
|
|
19377
20049
|
langs() {
|
|
19378
|
-
|
|
19379
|
-
return createLanguageCollectionRequest(filtered, async () => {
|
|
19380
|
-
const loaded = await Promise.all(filtered().map((lang) => loadLanguage(lang.slug)));
|
|
19381
|
-
return loaded.filter((lang) => Boolean(lang));
|
|
19382
|
-
});
|
|
20050
|
+
return createFilteredLanguageCollection((language) => matchesEcosystem(language, targets));
|
|
19383
20051
|
}
|
|
19384
20052
|
};
|
|
19385
20053
|
},
|