code-languages 1.36.5 → 1.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/README.md +93 -3
  2. package/dist/api-CjNcbLKv.d.cts +134 -0
  3. package/dist/api-u3GKPoGq.d.ts +134 -0
  4. package/dist/api.cjs +3687 -1537
  5. package/dist/api.d.cts +3 -77
  6. package/dist/api.d.ts +3 -77
  7. package/dist/api.js +3687 -1537
  8. package/dist/detect-slugs.cjs +25 -3
  9. package/dist/detect-slugs.d.cts +1 -1
  10. package/dist/detect-slugs.d.ts +1 -1
  11. package/dist/detect-slugs.js +25 -3
  12. package/dist/detect.cjs +1096 -3
  13. package/dist/detect.js +1096 -3
  14. package/dist/i18n.cjs +1 -1
  15. package/dist/i18n.js +1 -1
  16. package/dist/index.cjs +3719 -1550
  17. package/dist/index.d.cts +1145 -134
  18. package/dist/index.d.ts +1145 -134
  19. package/dist/index.js +3718 -1551
  20. package/dist/languages/angelscript.cjs +52 -0
  21. package/dist/languages/angelscript.d.cts +49 -0
  22. package/dist/languages/angelscript.d.ts +49 -0
  23. package/dist/languages/angelscript.js +50 -0
  24. package/dist/languages/assemblyscript.cjs +52 -0
  25. package/dist/languages/assemblyscript.d.cts +49 -0
  26. package/dist/languages/assemblyscript.d.ts +49 -0
  27. package/dist/languages/assemblyscript.js +50 -0
  28. package/dist/languages/basic.cjs +48 -0
  29. package/dist/languages/basic.d.cts +45 -0
  30. package/dist/languages/basic.d.ts +45 -0
  31. package/dist/languages/basic.js +46 -0
  32. package/dist/languages/dax.cjs +56 -0
  33. package/dist/languages/dax.d.cts +48 -0
  34. package/dist/languages/dax.d.ts +48 -0
  35. package/dist/languages/dax.js +54 -0
  36. package/dist/languages/gml.cjs +52 -0
  37. package/dist/languages/gml.d.cts +49 -0
  38. package/dist/languages/gml.d.ts +49 -0
  39. package/dist/languages/gml.js +50 -0
  40. package/dist/languages/ink-narrative.cjs +52 -0
  41. package/dist/languages/ink-narrative.d.cts +49 -0
  42. package/dist/languages/ink-narrative.d.ts +49 -0
  43. package/dist/languages/ink-narrative.js +50 -0
  44. package/dist/languages/modelica.cjs +52 -0
  45. package/dist/languages/modelica.d.cts +49 -0
  46. package/dist/languages/modelica.d.ts +49 -0
  47. package/dist/languages/modelica.js +50 -0
  48. package/dist/languages/mumps.cjs +51 -0
  49. package/dist/languages/mumps.d.cts +48 -0
  50. package/dist/languages/mumps.d.ts +48 -0
  51. package/dist/languages/mumps.js +49 -0
  52. package/dist/languages/nextflow.cjs +52 -0
  53. package/dist/languages/nextflow.d.cts +49 -0
  54. package/dist/languages/nextflow.d.ts +49 -0
  55. package/dist/languages/nextflow.js +50 -0
  56. package/dist/languages/octave.cjs +52 -0
  57. package/dist/languages/octave.d.cts +49 -0
  58. package/dist/languages/octave.d.ts +49 -0
  59. package/dist/languages/octave.js +50 -0
  60. package/dist/languages/openscad.cjs +51 -0
  61. package/dist/languages/openscad.d.cts +48 -0
  62. package/dist/languages/openscad.d.ts +48 -0
  63. package/dist/languages/openscad.js +49 -0
  64. package/dist/languages/postscript.cjs +51 -0
  65. package/dist/languages/postscript.d.cts +48 -0
  66. package/dist/languages/postscript.d.ts +48 -0
  67. package/dist/languages/postscript.js +49 -0
  68. package/dist/languages/powerquery.cjs +51 -0
  69. package/dist/languages/powerquery.d.cts +48 -0
  70. package/dist/languages/powerquery.d.ts +48 -0
  71. package/dist/languages/powerquery.js +49 -0
  72. package/dist/languages/processing.cjs +52 -0
  73. package/dist/languages/processing.d.cts +49 -0
  74. package/dist/languages/processing.d.ts +49 -0
  75. package/dist/languages/processing.js +50 -0
  76. package/dist/languages/rpg.cjs +51 -0
  77. package/dist/languages/rpg.d.cts +48 -0
  78. package/dist/languages/rpg.d.ts +48 -0
  79. package/dist/languages/rpg.js +49 -0
  80. package/dist/languages/snakemake.cjs +52 -0
  81. package/dist/languages/snakemake.d.cts +49 -0
  82. package/dist/languages/snakemake.d.ts +49 -0
  83. package/dist/languages/snakemake.js +50 -0
  84. package/dist/languages/spss.cjs +52 -0
  85. package/dist/languages/spss.d.cts +49 -0
  86. package/dist/languages/spss.d.ts +49 -0
  87. package/dist/languages/spss.js +50 -0
  88. package/dist/languages/squirrel.cjs +52 -0
  89. package/dist/languages/squirrel.d.cts +49 -0
  90. package/dist/languages/squirrel.d.ts +49 -0
  91. package/dist/languages/squirrel.js +50 -0
  92. package/dist/languages/twee.cjs +52 -0
  93. package/dist/languages/twee.d.cts +49 -0
  94. package/dist/languages/twee.d.ts +49 -0
  95. package/dist/languages/twee.js +50 -0
  96. package/dist/languages/vba.cjs +51 -0
  97. package/dist/languages/vba.d.cts +48 -0
  98. package/dist/languages/vba.d.ts +48 -0
  99. package/dist/languages/vba.js +49 -0
  100. package/dist/languages/wdl.cjs +52 -0
  101. package/dist/languages/wdl.d.cts +49 -0
  102. package/dist/languages/wdl.d.ts +49 -0
  103. package/dist/languages/wdl.js +50 -0
  104. package/dist/languages/xpath.cjs +51 -0
  105. package/dist/languages/xpath.d.cts +48 -0
  106. package/dist/languages/xpath.d.ts +48 -0
  107. package/dist/languages/xpath.js +49 -0
  108. package/dist/{language-registry-59NJVWeg.d.cts → registry-p4uQJ2gP.d.cts} +66 -0
  109. package/dist/{language-registry-59NJVWeg.d.ts → registry-p4uQJ2gP.d.ts} +66 -0
  110. package/package.json +181 -68
package/dist/detect.js CHANGED
@@ -294,6 +294,55 @@ var ampl = {
294
294
  }
295
295
  };
296
296
 
297
+ // src/languages/angelscript.ts
298
+ var angelscript = {
299
+ slug: "angelscript",
300
+ publishedDate: "2003-01-01",
301
+ extensions: [".as", ".angelscript"],
302
+ author: "Andreas Jonsson (AngelCode)",
303
+ website: "https://www.angelcode.com/angelscript",
304
+ paradigms: ["object-oriented", "procedural", "scripting"],
305
+ tooling: {
306
+ runtimes: ["AngelScript Engine"],
307
+ ecosystems: ["Game Development", "Embedded Scripting", "Modding"]
308
+ },
309
+ version: "2.36.1",
310
+ logo: "https://dummyimage.com/32x32/2D5FA0/ffffff.png&text=AS",
311
+ color: "#2D5FA0",
312
+ i18n: {
313
+ en: {
314
+ name: "AngelScript",
315
+ description: "A statically typed scripting language designed for embedding in C++ game engines.",
316
+ 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."
317
+ },
318
+ es: {
319
+ name: "AngelScript",
320
+ description: "Lenguaje de scripting tipado estaticamente disenado para incrustar en motores de juego C++.",
321
+ 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."
322
+ },
323
+ it: {
324
+ name: "AngelScript",
325
+ description: "Linguaggio di scripting tipato staticamente progettato per essere incorporato in motori di gioco C++.",
326
+ 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."
327
+ },
328
+ fr: {
329
+ name: "AngelScript",
330
+ description: "Langage de script a typage statique concu pour etre integre dans les moteurs de jeu C++.",
331
+ 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."
332
+ },
333
+ de: {
334
+ name: "AngelScript",
335
+ description: "Statisch typisierte Skriptsprache fur die Einbettung in C++-Spiel-Engines.",
336
+ 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."
337
+ },
338
+ pt: {
339
+ name: "AngelScript",
340
+ description: "Linguagem de script estaticamente tipada projetada para incorporacao em engines de jogos C++.",
341
+ 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."
342
+ }
343
+ }
344
+ };
345
+
297
346
  // src/languages/ante.ts
298
347
  var ante = {
299
348
  slug: "ante",
@@ -791,6 +840,55 @@ var assembly = {
791
840
  }
792
841
  };
793
842
 
843
+ // src/languages/assemblyscript.ts
844
+ var assemblyscript = {
845
+ slug: "assemblyscript",
846
+ publishedDate: "2017-06-06",
847
+ extensions: [".as"],
848
+ author: "Daniel Wirtz / AssemblyScript Contributors",
849
+ website: "https://www.assemblyscript.org",
850
+ paradigms: ["imperative", "object-oriented", "compiled"],
851
+ tooling: {
852
+ runtimes: ["Wasm", "WASI"],
853
+ ecosystems: ["WebAssembly"]
854
+ },
855
+ version: "0.27.32",
856
+ logo: "https://avatars.githubusercontent.com/u/28916798?v=4",
857
+ color: "#007AAC",
858
+ i18n: {
859
+ en: {
860
+ name: "AssemblyScript",
861
+ description: "A TypeScript-like language that compiles to WebAssembly.",
862
+ longDescription: "AssemblyScript is a variant of TypeScript designed to compile to WebAssembly using the Binaryen toolkit.\n\nIt offers TypeScript-like syntax with explicit integer and floating-point types, linear memory access, and low-level control, enabling near-native performance in browser and server environments that support WebAssembly."
863
+ },
864
+ es: {
865
+ name: "AssemblyScript",
866
+ description: "Un lenguaje similar a TypeScript que compila a WebAssembly.",
867
+ longDescription: "AssemblyScript es una variante de TypeScript dise\xF1ada para compilar a WebAssembly mediante el toolkit Binaryen.\n\nOfrece sintaxis similar a TypeScript con tipos enteros y de punto flotante expl\xEDcitos, acceso a memoria lineal y control de bajo nivel, permitiendo rendimiento cercano al nativo en entornos de navegador y servidor que soportan WebAssembly."
868
+ },
869
+ it: {
870
+ name: "AssemblyScript",
871
+ description: "Un linguaggio simile a TypeScript che compila in WebAssembly.",
872
+ longDescription: "AssemblyScript \xE8 una variante di TypeScript progettata per compilare in WebAssembly utilizzando il toolkit Binaryen.\n\nOffre una sintassi simile a TypeScript con tipi interi e in virgola mobile espliciti, accesso alla memoria lineare e controllo di basso livello, consentendo prestazioni vicine a quelle native in ambienti browser e server che supportano WebAssembly."
873
+ },
874
+ fr: {
875
+ name: "AssemblyScript",
876
+ description: "Un langage similaire \xE0 TypeScript qui compile en WebAssembly.",
877
+ longDescription: "AssemblyScript est une variante de TypeScript con\xE7ue pour compiler en WebAssembly \xE0 l'aide du toolkit Binaryen.\n\nIl offre une syntaxe similaire \xE0 TypeScript avec des types entiers et \xE0 virgule flottante explicites, un acc\xE8s \xE0 la m\xE9moire lin\xE9aire et un contr\xF4le de bas niveau, permettant des performances quasi natives dans les environnements navigateur et serveur prenant en charge WebAssembly."
878
+ },
879
+ de: {
880
+ name: "AssemblyScript",
881
+ description: "Eine TypeScript-\xE4hnliche Sprache, die zu WebAssembly kompiliert.",
882
+ longDescription: "AssemblyScript ist eine TypeScript-Variante, die mit dem Binaryen-Toolkit zu WebAssembly kompiliert.\n\nEs bietet TypeScript-\xE4hnliche Syntax mit expliziten Integer- und Gleitkommatypen, linearem Speicherzugriff und Low-Level-Kontrolle und erm\xF6glicht Near-Native-Performance in Browser- und Serverumgebungen, die WebAssembly unterst\xFCtzen."
883
+ },
884
+ pt: {
885
+ name: "AssemblyScript",
886
+ description: "Uma linguagem semelhante ao TypeScript que compila para WebAssembly.",
887
+ longDescription: "AssemblyScript \xE9 uma variante do TypeScript projetada para compilar em WebAssembly usando o toolkit Binaryen.\n\nOferece sintaxe semelhante ao TypeScript com tipos inteiros e de ponto flutuante expl\xEDcitos, acesso \xE0 mem\xF3ria linear e controle de baixo n\xEDvel, permitindo desempenho quase nativo em ambientes de navegador e servidor que suportam WebAssembly."
888
+ }
889
+ }
890
+ };
891
+
794
892
  // src/languages/astro.ts
795
893
  var astro = {
796
894
  slug: "astro",
@@ -1138,6 +1236,51 @@ var bash = {
1138
1236
  }
1139
1237
  };
1140
1238
 
1239
+ // src/languages/basic.ts
1240
+ var basic = {
1241
+ slug: "basic",
1242
+ publishedDate: "1964-05-01",
1243
+ extensions: [".bas", ".bi", ".bb"],
1244
+ author: "John G. Kemeny, Thomas E. Kurtz",
1245
+ website: "https://freebasic.net",
1246
+ paradigms: ["imperative", "procedural", "structured"],
1247
+ version: "FreeBASIC 1.10.1",
1248
+ logo: "https://avatars.githubusercontent.com/u/5598624?v=4",
1249
+ color: "#00599C",
1250
+ i18n: {
1251
+ en: {
1252
+ name: "BASIC",
1253
+ description: "A family of general-purpose high-level programming languages designed for ease of use.",
1254
+ 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."
1255
+ },
1256
+ es: {
1257
+ name: "BASIC",
1258
+ description: "Una familia de lenguajes de programaci\xF3n de alto nivel de prop\xF3sito general dise\xF1ados para la facilidad de uso.",
1259
+ 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."
1260
+ },
1261
+ it: {
1262
+ name: "BASIC",
1263
+ description: "Una famiglia di linguaggi di programmazione di alto livello a uso generale progettati per la facilit\xE0 d'uso.",
1264
+ 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."
1265
+ },
1266
+ fr: {
1267
+ name: "BASIC",
1268
+ description: "Une famille de langages de programmation de haut niveau \xE0 usage g\xE9n\xE9ral con\xE7us pour la facilit\xE9 d'utilisation.",
1269
+ 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."
1270
+ },
1271
+ de: {
1272
+ name: "BASIC",
1273
+ description: "Eine Familie von allgemeinen Hochsprachen, die auf Benutzerfreundlichkeit ausgelegt sind.",
1274
+ 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."
1275
+ },
1276
+ pt: {
1277
+ name: "BASIC",
1278
+ description: "Uma fam\xEDlia de linguagens de programa\xE7\xE3o de alto n\xEDvel de prop\xF3sito geral projetadas para facilidade de uso.",
1279
+ 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."
1280
+ }
1281
+ }
1282
+ };
1283
+
1141
1284
  // src/languages/batch.ts
1142
1285
  var batch = {
1143
1286
  slug: "batch",
@@ -2871,6 +3014,59 @@ var dart = {
2871
3014
  }
2872
3015
  };
2873
3016
 
3017
+ // src/languages/dax.ts
3018
+ var dax = {
3019
+ slug: "dax",
3020
+ publishedDate: "2009-07-01",
3021
+ extensions: [".dax"],
3022
+ author: "Microsoft",
3023
+ website: "https://learn.microsoft.com/en-us/dax/",
3024
+ paradigms: ["declarative", "functional"],
3025
+ tooling: {
3026
+ ecosystems: [
3027
+ "Microsoft Power BI",
3028
+ "Excel",
3029
+ "Azure Analysis Services",
3030
+ "SQL Server Analysis Services"
3031
+ ]
3032
+ },
3033
+ version: "DAX 2025",
3034
+ logo: "https://dummyimage.com/32x32/F2C811/000000.png&text=DAX",
3035
+ color: "#F2C811",
3036
+ i18n: {
3037
+ en: {
3038
+ name: "DAX",
3039
+ description: "A formula language for data modeling and analysis in Microsoft Power BI and Excel.",
3040
+ longDescription: "Data Analysis Expressions (DAX) is a formula language used in Power BI, Power Pivot for Excel, and Analysis Services.\n\nDAX provides functions and operators for calculations on tables and columns in tabular data models, supporting measures, calculated columns, and KPIs for business intelligence reporting."
3041
+ },
3042
+ es: {
3043
+ name: "DAX",
3044
+ description: "Un lenguaje de f\xF3rmulas para modelado y an\xE1lisis de datos en Microsoft Power BI y Excel.",
3045
+ longDescription: "Data Analysis Expressions (DAX) es un lenguaje de f\xF3rmulas utilizado en Power BI, Power Pivot para Excel y Analysis Services.\n\nDAX proporciona funciones y operadores para calculos sobre tablas y columnas en modelos de datos tabulares, soportando medidas, columnas calculadas y KPIs para informes de inteligencia de negocio."
3046
+ },
3047
+ it: {
3048
+ name: "DAX",
3049
+ description: "Un linguaggio di formule per la modellazione e analisi dei dati in Microsoft Power BI ed Excel.",
3050
+ longDescription: "Data Analysis Expressions (DAX) e un linguaggio di formule utilizzato in Power BI, Power Pivot per Excel e Analysis Services.\n\nDAX fornisce funzioni e operatori per i calcoli su tabelle e colonne in modelli di dati tabulari, supportando misure, colonne calcolate e KPI per i report di business intelligence."
3051
+ },
3052
+ fr: {
3053
+ name: "DAX",
3054
+ description: "Un langage de formules pour la mod\xE9lisation et l'analyse des donn\xE9es dans Microsoft Power BI et Excel.",
3055
+ longDescription: "Data Analysis Expressions (DAX) est un langage de formules utilis\xE9 dans Power BI, Power Pivot pour Excel et Analysis Services.\n\nDAX fournit des fonctions et des op\xE9rateurs pour les calculs sur des tables et des colonnes dans des mod\xE8les de donn\xE9es tabulaires, prenant en charge les mesures, les colonnes calcul\xE9es et les indicateurs cl\xE9s de performance pour les rapports d'informatique d\xE9cisionnelle."
3056
+ },
3057
+ de: {
3058
+ name: "DAX",
3059
+ description: "Eine Formelsprache f\xFCr Datenmodellierung und -analyse in Microsoft Power BI und Excel.",
3060
+ longDescription: "Data Analysis Expressions (DAX) ist eine Formelsprache, die in Power BI, Power Pivot f\xFCr Excel und Analysis Services verwendet wird.\n\nDAX bietet Funktionen und Operatoren f\xFCr Berechnungen \xFCber Tabellen und Spalten in tabellarischen Datenmodellen und unterst\xFCtzt Measures, berechnete Spalten und KPIs f\xFCr Business-Intelligence-Berichte."
3061
+ },
3062
+ pt: {
3063
+ name: "DAX",
3064
+ description: "Uma linguagem de f\xF3rmulas para modelagem e an\xE1lise de dados no Microsoft Power BI e Excel.",
3065
+ longDescription: "Data Analysis Expressions (DAX) \xE9 uma linguagem de f\xF3rmulas usada no Power BI, Power Pivot para Excel e Analysis Services.\n\nO DAX fornece fun\xE7\xF5es e operadores para c\xE1lculos em tabelas e colunas em modelos de dados tabulares, suportando medidas, colunas calculadas e KPIs para relat\xF3rios de business intelligence."
3066
+ }
3067
+ }
3068
+ };
3069
+
2874
3070
  // src/languages/dhall.ts
2875
3071
  var dhall = {
2876
3072
  slug: "dhall",
@@ -4359,6 +4555,55 @@ var glsl = {
4359
4555
  }
4360
4556
  };
4361
4557
 
4558
+ // src/languages/gml.ts
4559
+ var gml = {
4560
+ slug: "gml",
4561
+ publishedDate: "1999-01-01",
4562
+ extensions: [".gml"],
4563
+ author: "YoYo Games",
4564
+ website: "https://gamemaker.io",
4565
+ paradigms: ["object-oriented", "event-driven", "scripting", "procedural"],
4566
+ tooling: {
4567
+ runtimes: ["GameMaker"],
4568
+ ecosystems: ["Game Development", "2D Games", "Indie Games"]
4569
+ },
4570
+ version: "2024.13.0",
4571
+ logo: "https://cdn.simpleicons.org/gamemaker/000000",
4572
+ color: "#71B33C",
4573
+ i18n: {
4574
+ en: {
4575
+ name: "GML",
4576
+ description: "GameMaker Language: a scripting language for 2D game development in GameMaker Studio.",
4577
+ 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."
4578
+ },
4579
+ es: {
4580
+ name: "GML",
4581
+ description: "GameMaker Language: lenguaje de scripting para desarrollo de juegos 2D en GameMaker Studio.",
4582
+ 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."
4583
+ },
4584
+ it: {
4585
+ name: "GML",
4586
+ description: "GameMaker Language: linguaggio di scripting per lo sviluppo di giochi 2D in GameMaker Studio.",
4587
+ 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."
4588
+ },
4589
+ fr: {
4590
+ name: "GML",
4591
+ description: "GameMaker Language: langage de script pour le developpement de jeux 2D dans GameMaker Studio.",
4592
+ 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."
4593
+ },
4594
+ de: {
4595
+ name: "GML",
4596
+ description: "GameMaker Language: Skriptsprache fur 2D-Spieleentwicklung in GameMaker Studio.",
4597
+ 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."
4598
+ },
4599
+ pt: {
4600
+ name: "GML",
4601
+ description: "GameMaker Language: linguagem de script para desenvolvimento de jogos 2D no GameMaker Studio.",
4602
+ 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."
4603
+ }
4604
+ }
4605
+ };
4606
+
4362
4607
  // src/languages/go.ts
4363
4608
  var go = {
4364
4609
  slug: "go",
@@ -5349,6 +5594,55 @@ var ink = {
5349
5594
  }
5350
5595
  };
5351
5596
 
5597
+ // src/languages/ink-narrative.ts
5598
+ var inkNarrative = {
5599
+ slug: "ink-narrative",
5600
+ publishedDate: "2016-01-01",
5601
+ extensions: [".ink"],
5602
+ author: "Inkle Studios",
5603
+ website: "https://www.inklestudios.com/ink",
5604
+ paradigms: ["narrative", "declarative", "functional", "scripting"],
5605
+ tooling: {
5606
+ runtimes: ["Ink Runtime", "Inky"],
5607
+ ecosystems: ["Game Development", "Interactive Fiction", "Narrative Games"]
5608
+ },
5609
+ version: "1.2.0",
5610
+ logo: "https://avatars.githubusercontent.com/u/1987090?v=4",
5611
+ color: "#FF6666",
5612
+ i18n: {
5613
+ en: {
5614
+ name: "Ink",
5615
+ description: "A narrative scripting language for writing branching interactive fiction and story games.",
5616
+ longDescription: "Ink is a narrative scripting language developed by Inkle Studios for writing branching interactive stories. Its plain-text syntax uses knots, stitches, choices, and diverts to build nonlinear narratives that compile to JSON and integrate with game engines such as Unity via the Inkle runtime library.\n\nThe language is designed to be written by authors and narrative designers rather than just programmers, with a readable format close to plain prose. Ink has been used to write acclaimed games such as 80 Days, Heaven's Vault, and Overboard!, and is supported by the open-source Inky editor for authoring and testing stories."
5617
+ },
5618
+ es: {
5619
+ name: "Ink",
5620
+ description: "Lenguaje de scripting narrativo para escribir ficcion interactiva y juegos de historia ramificados.",
5621
+ longDescription: "Ink es un lenguaje de scripting narrativo desarrollado por Inkle Studios para escribir historias interactivas ramificadas. Su sintaxis de texto plano usa nudos, puntadas, elecciones y desvios para construir narrativas no lineales que se compilan a JSON y se integran con motores como Unity mediante la biblioteca de runtime de Inkle.\n\nEl lenguaje esta disenado para ser escrito por autores y disenadores narrativos, con un formato legible cercano a la prosa. Ink se ha utilizado en juegos aclamados como 80 Days, Heaven's Vault y Overboard!, y cuenta con el editor de codigo abierto Inky para crear y probar historias."
5622
+ },
5623
+ it: {
5624
+ name: "Ink",
5625
+ description: "Linguaggio di scripting narrativo per scrivere narrativa interattiva e giochi di storia ramificata.",
5626
+ longDescription: "Ink e un linguaggio di scripting narrativo sviluppato da Inkle Studios per scrivere storie interattive ramificate. La sua sintassi in testo semplice usa nodi, cuciture, scelte e deviazioni per costruire narrazioni non lineari che si compilano in JSON e si integrano con motori come Unity tramite la libreria di runtime Inkle.\n\nIl linguaggio e progettato per essere scritto da autori e designer narrativi, con un formato leggibile vicino alla prosa. Ink e stato usato in giochi acclamati come 80 Days, Heaven's Vault e Overboard!, ed e supportato dall editor open-source Inky per la creazione e il test delle storie."
5627
+ },
5628
+ fr: {
5629
+ name: "Ink",
5630
+ description: "Langage de script narratif pour ecrire des fictions interactives et jeux a embranchements.",
5631
+ longDescription: "Ink est un langage de script narratif developpe par Inkle Studios pour ecrire des histoires interactives ramifiees. Sa syntaxe en texte brut utilise des noeuds, des points, des choix et des deviations pour construire des recits non lineaires qui se compilent en JSON et s integrent avec des moteurs comme Unity via la bibliotheque de runtime Inkle.\n\nLe langage est concu pour etre ecrit par des auteurs et des narrateurs, avec un format lisible proche de la prose. Ink a ete utilise dans des jeux acclamEs comme 80 Days, Heaven's Vault et Overboard!, et est supporte par l editeur open-source Inky pour la creation et les tests d histoires."
5632
+ },
5633
+ de: {
5634
+ name: "Ink",
5635
+ description: "Narrative Skriptsprache fur das Schreiben verzweigter interaktiver Fiktion und Story-Spiele.",
5636
+ longDescription: "Ink ist eine narrative Skriptsprache, die von Inkle Studios fur das Schreiben verzweigter interaktiver Geschichten entwickelt wurde. Die Klartextsyntax verwendet Knoten, Nahte, Entscheidungen und Weiterleitungen, um nichtlineare Erzahlungen zu konstruieren, die zu JSON kompiliert und uber die Inkle-Runtime-Bibliothek in Spiel-Engines wie Unity integriert werden.\n\nDie Sprache ist so gestaltet, dass sie von Autoren und Narrativdesignern geschrieben werden kann, mit einem lesbaren Format nahe an Prosa. Ink wurde in gefeierten Spielen wie 80 Days, Heaven's Vault und Overboard! eingesetzt und wird vom Open-Source-Editor Inky fur das Erstellen und Testen von Geschichten unterstutzt."
5637
+ },
5638
+ pt: {
5639
+ name: "Ink",
5640
+ description: "Linguagem de script narrativo para escrever ficcao interativa e jogos de historia ramificados.",
5641
+ longDescription: "Ink e uma linguagem de script narrativo desenvolvida pela Inkle Studios para escrever historias interativas ramificadas. Sua sintaxe em texto simples usa nos, pontos, escolhas e desvios para construir narrativas nao lineares que compilam para JSON e se integram com engines como Unity via biblioteca de runtime da Inkle.\n\nA linguagem foi projetada para ser escrita por autores e designers narrativos, com um formato legivel proximo a prosa. O Ink foi usado em jogos aclamados como 80 Days, Heaven's Vault e Overboard!, e e suportado pelo editor de codigo aberto Inky para criacao e teste de historias."
5642
+ }
5643
+ }
5644
+ };
5645
+
5352
5646
  // src/languages/io.ts
5353
5647
  var io = {
5354
5648
  slug: "io",
@@ -7474,6 +7768,55 @@ var metal = {
7474
7768
  }
7475
7769
  };
7476
7770
 
7771
+ // src/languages/modelica.ts
7772
+ var modelica = {
7773
+ slug: "modelica",
7774
+ publishedDate: "1997-09-01",
7775
+ extensions: [".mo"],
7776
+ author: "Modelica Association",
7777
+ website: "https://modelica.org",
7778
+ paradigms: ["object-oriented", "declarative", "equation-based", "modeling"],
7779
+ tooling: {
7780
+ runtimes: ["OpenModelica", "Dymola", "MapleSim"],
7781
+ ecosystems: ["Physical Modeling", "Simulation", "Control Systems", "Scientific Computing"]
7782
+ },
7783
+ version: "3.6.1",
7784
+ logo: "https://avatars.githubusercontent.com/u/3727943?v=4",
7785
+ color: "#FF7300",
7786
+ i18n: {
7787
+ en: {
7788
+ name: "Modelica",
7789
+ description: "An object-oriented, equation-based language for modeling and simulation of physical systems.",
7790
+ longDescription: "Modelica is a non-proprietary modeling language for describing complex physical systems in domains such as mechanical, electrical, thermal, hydraulic, and control engineering. It uses equations rather than assignment statements, enabling acausal modeling where the system structure is described independently of the computation direction.\n\nDeveloped by the Modelica Association, the language supports component-based design through class hierarchies, packages, and connectors. OpenModelica and Dymola are the most widely used environments, applied in automotive, aerospace, and energy simulation workflows."
7791
+ },
7792
+ es: {
7793
+ name: "Modelica",
7794
+ description: "Lenguaje orientado a objetos basado en ecuaciones para modelar y simular sistemas fisicos.",
7795
+ longDescription: "Modelica es un lenguaje de modelado no propietario para describir sistemas fisicos complejos en dominios como mecanica, electronica, termofluidos, hidraulica e ingenieria de control. Usa ecuaciones en lugar de asignaciones, permitiendo el modelado acausal donde la estructura del sistema se describe independientemente de la direccion de calculo.\n\nDesarrollado por la Asociacion Modelica, el lenguaje soporta diseno basado en componentes mediante jerarquias de clases, paquetes y conectores. OpenModelica y Dymola son los entornos mas utilizados, aplicados en simulacion automotriz, aeroespacial y energetica."
7796
+ },
7797
+ it: {
7798
+ name: "Modelica",
7799
+ description: "Linguaggio orientato agli oggetti basato su equazioni per la modellazione di sistemi fisici.",
7800
+ longDescription: "Modelica e un linguaggio di modellazione non proprietario per descrivere sistemi fisici complessi in domini come meccanica, elettronica, termodinamica, idraulica e controllo. Usa equazioni invece di assegnazioni, abilitando la modellazione acausale in cui la struttura del sistema e indipendente dalla direzione di calcolo.\n\nSviluppato dalla Modelica Association, supporta la progettazione basata su componenti tramite gerarchie di classi, pacchetti e connettori. OpenModelica e Dymola sono gli ambienti piu utilizzati, impiegati in simulazioni automotive, aerospaziali ed energetiche."
7801
+ },
7802
+ fr: {
7803
+ name: "Modelica",
7804
+ description: "Langage oriente objet base sur des equations pour la modelisation de systemes physiques.",
7805
+ longDescription: "Modelica est un langage de modelisation non proprietaire pour decrire des systemes physiques complexes dans des domaines tels que la mecanique, l electronique, la thermodynamique, l hydraulique et le controle. Il utilise des equations plutot que des affectations, permettant une modelisation acausale independante de la direction de calcul.\n\nDeveloppe par la Modelica Association, il prend en charge la conception par composants via des hierarchies de classes, des packages et des connecteurs. OpenModelica et Dymola sont les environnements les plus utilises, appliques aux simulations automobile, aerospatiale et energetique."
7806
+ },
7807
+ de: {
7808
+ name: "Modelica",
7809
+ description: "Objektorientierte gleichungsbasierte Sprache zur Modellierung und Simulation physikalischer Systeme.",
7810
+ longDescription: "Modelica ist eine nicht-proprietare Modellierungssprache zur Beschreibung komplexer physikalischer Systeme in Bereichen wie Mechanik, Elektrotechnik, Thermodynamik, Hydraulik und Regelungstechnik. Sie verwendet Gleichungen statt Zuweisungen und ermoglicht akausale Modellierung, bei der die Systemstruktur unabhangig von der Berechnungsrichtung beschrieben wird.\n\nEntwickelt von der Modelica Association, unterstutzt die Sprache komponentenbasiertes Design durch Klassenhierarchien, Pakete und Konnektoren. OpenModelica und Dymola sind die am weitesten verbreiteten Umgebungen fur Simulation in Automobil-, Luft- und Energietechnik."
7811
+ },
7812
+ pt: {
7813
+ name: "Modelica",
7814
+ description: "Linguagem orientada a objetos baseada em equacoes para modelagem e simulacao de sistemas fisicos.",
7815
+ longDescription: "Modelica e uma linguagem de modelagem nao proprietaria para descrever sistemas fisicos complexos em dominios como mecanica, eletronica, termodinamica, hidraulica e controle. Usa equacoes em vez de atribuicoes, permitindo modelagem acausal onde a estrutura do sistema e descrita independentemente da direcao de calculo.\n\nDesenvolvida pela Modelica Association, suporta design baseado em componentes por meio de hierarquias de classes, pacotes e conectores. OpenModelica e Dymola sao os ambientes mais utilizados em simulacoes automotivas, aeroespaciais e energeticas."
7816
+ }
7817
+ }
7818
+ };
7819
+
7477
7820
  // src/languages/modula-2.ts
7478
7821
  var modula2 = {
7479
7822
  slug: "modula-2",
@@ -7673,6 +8016,54 @@ var move = {
7673
8016
  }
7674
8017
  };
7675
8018
 
8019
+ // src/languages/mumps.ts
8020
+ var mumps = {
8021
+ slug: "mumps",
8022
+ publishedDate: "1966-01-01",
8023
+ extensions: [".mac", ".int", ".ro", ".mro"],
8024
+ author: "Neil Pappalardo",
8025
+ website: "https://docs.intersystems.com",
8026
+ paradigms: ["imperative", "procedural"],
8027
+ tooling: {
8028
+ ecosystems: ["Healthcare IT", "InterSystems IRIS", "InterSystems Cach\xE9"]
8029
+ },
8030
+ version: "InterSystems IRIS 2025.1",
8031
+ logo: "https://avatars.githubusercontent.com/u/1506671?v=4",
8032
+ color: "#00B4E3",
8033
+ i18n: {
8034
+ en: {
8035
+ name: "MUMPS",
8036
+ description: "A general-purpose programming language with hierarchical database built in, widely used in healthcare IT.",
8037
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), also known as M or Cache ObjectScript in its InterSystems implementation, is a language with a hierarchical key-value database built directly into the runtime.\n\nIt powers major healthcare information systems, including Epic and many electronic health record (EHR) platforms, making it one of the most widely deployed languages in healthcare IT despite its obscurity outside the domain."
8038
+ },
8039
+ es: {
8040
+ name: "MUMPS",
8041
+ description: "Un lenguaje de programaci\xF3n de prop\xF3sito general con base de datos jer\xE1rquica integrada, ampliamente usado en TI sanitaria.",
8042
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), conocido como M o Cache ObjectScript en su implementaci\xF3n de InterSystems, es un lenguaje con una base de datos jer\xE1rquica de clave-valor integrada directamente en el runtime.\n\nImpulsa los principales sistemas de informaci\xF3n sanitaria, incluyendo Epic y muchas plataformas de historia cl\xEDnica electr\xF3nica (EHR), convirti\xE9ndolo en uno de los lenguajes m\xE1s ampliamente desplegados en TI sanitaria a pesar de su oscuridad fuera del dominio."
8043
+ },
8044
+ it: {
8045
+ name: "MUMPS",
8046
+ description: "Un linguaggio di programmazione generico con database gerarchico integrato, ampiamente usato nell'informatica sanitaria.",
8047
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), noto come M o Cache ObjectScript nell'implementazione InterSystems, e un linguaggio con un database gerarchico chiave-valore integrato direttamente nel runtime.\n\nAlimenta i principali sistemi informativi sanitari, tra cui Epic e molte piattaforme di cartella clinica elettronica (EHR), rendendolo uno dei linguaggi piu ampiamente distribuiti nell'informatica sanitaria nonostante la sua oscurita al di fuori del dominio."
8048
+ },
8049
+ fr: {
8050
+ name: "MUMPS",
8051
+ description: "Un langage de programmation \xE0 usage g\xE9n\xE9ral avec base de donn\xE9es hi\xE9rarchique int\xE9gr\xE9e, largement utilis\xE9 en informatique de sant\xE9.",
8052
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), \xE9galement connu sous le nom de M ou Cache ObjectScript dans son impl\xE9mentation InterSystems, est un langage avec une base de donn\xE9es hi\xE9rarchique cl\xE9-valeur int\xE9gr\xE9e directement dans le runtime.\n\nIl alimente les principaux syst\xE8mes d'information de sant\xE9, notamment Epic et de nombreuses plateformes de dossier m\xE9dical \xE9lectronique (DME), ce qui en fait l'un des langages les plus d\xE9ploy\xE9s en informatique de sant\xE9 malgr\xE9 son obscurit\xE9 en dehors du domaine."
8053
+ },
8054
+ de: {
8055
+ name: "MUMPS",
8056
+ description: "Eine Allzweck-Programmiersprache mit eingebetteter hierarchischer Datenbank, weit verbreitet in der Healthcare-IT.",
8057
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), auch bekannt als M oder Cache ObjectScript in der InterSystems-Implementierung, ist eine Sprache mit einer hierarchischen Schl\xFCssel-Wert-Datenbank, die direkt in die Laufzeitumgebung integriert ist.\n\nEs treibt gro\xDFe Gesundheitsinformationssysteme an, darunter Epic und viele Plattformen f\xFCr elektronische Gesundheitsakten (EHR), was es trotz seiner Obscurit\xE4t au\xDFerhalb des Bereichs zu einer der am h\xE4ufigsten eingesetzten Sprachen in der Healthcare-IT macht."
8058
+ },
8059
+ pt: {
8060
+ name: "MUMPS",
8061
+ description: "Uma linguagem de programa\xE7\xE3o de prop\xF3sito geral com banco de dados hier\xE1rquico integrado, amplamente usada em TI de sa\xFAde.",
8062
+ longDescription: "MUMPS (Massachusetts General Hospital Utility Multi-Programming System), tamb\xE9m conhecido como M ou Cache ObjectScript em sua implementa\xE7\xE3o InterSystems, \xE9 uma linguagem com um banco de dados hier\xE1rquico de chave-valor integrado diretamente no runtime.\n\nImpulsiona os principais sistemas de informa\xE7\xE3o em sa\xFAde, incluindo o Epic e muitas plataformas de prontu\xE1rio eletr\xF4nico (EHR), tornando-o um dos linguagens mais amplamente implantados em TI de sa\xFAde, apesar de sua obscuridade fora do dom\xEDnio."
8063
+ }
8064
+ }
8065
+ };
8066
+
7676
8067
  // src/languages/mustache.ts
7677
8068
  var mustache = {
7678
8069
  slug: "mustache",
@@ -7770,6 +8161,55 @@ var n1ql = {
7770
8161
  }
7771
8162
  };
7772
8163
 
8164
+ // src/languages/nextflow.ts
8165
+ var nextflow = {
8166
+ slug: "nextflow",
8167
+ publishedDate: "2013-01-01",
8168
+ extensions: [".nf"],
8169
+ author: "Paolo Di Tommaso and contributors",
8170
+ website: "https://nextflow.io",
8171
+ paradigms: ["dataflow", "reactive", "declarative", "pipeline"],
8172
+ tooling: {
8173
+ runtimes: ["Nextflow"],
8174
+ ecosystems: ["Bioinformatics", "Scientific Workflows", "HPC", "Cloud Computing"]
8175
+ },
8176
+ version: "24.10.4",
8177
+ logo: "https://avatars.githubusercontent.com/u/6698688?v=4",
8178
+ color: "#0DC09D",
8179
+ i18n: {
8180
+ en: {
8181
+ name: "Nextflow",
8182
+ description: "A workflow language for scalable and reproducible scientific data analysis pipelines.",
8183
+ longDescription: "Nextflow is a domain-specific language and runtime for writing scientific workflows that can be executed transparently on local machines, HPC clusters, and cloud platforms such as AWS, Google Cloud, and Azure. Pipelines are composed of processes connected by channels, using a dataflow programming model that enables parallelism by default.\n\nOriginally developed for bioinformatics, Nextflow has become a standard tool in genomics, proteomics, and computational biology. It supports container technologies such as Docker and Singularity, version-controlled pipeline sharing via Nextflow Tower, and full integration with popular workflow registries."
8184
+ },
8185
+ es: {
8186
+ name: "Nextflow",
8187
+ description: "Lenguaje de flujo de trabajo para pipelines de analisis cientifico escalables y reproducibles.",
8188
+ longDescription: "Nextflow es un lenguaje de dominio especifico y entorno de ejecucion para escribir flujos de trabajo cientificos que pueden ejecutarse transparentemente en maquinas locales, clusters HPC y plataformas en la nube como AWS, Google Cloud y Azure. Los pipelines se componen de procesos conectados por canales, usando un modelo de programacion de flujo de datos con paralelismo por defecto.\n\nDesarrollado originalmente para bioinformatica, Nextflow se ha convertido en una herramienta estandar en genomica, proteomica y biologia computacional. Admite contenedores Docker y Singularity, intercambio de pipelines con control de versiones mediante Nextflow Tower e integracion con registros de flujos de trabajo."
8189
+ },
8190
+ it: {
8191
+ name: "Nextflow",
8192
+ description: "Linguaggio per pipeline di analisi scientifica scalabili e riproducibili.",
8193
+ longDescription: "Nextflow e un linguaggio specifico di dominio e runtime per scrivere flussi di lavoro scientifici eseguibili su macchine locali, cluster HPC e piattaforme cloud come AWS, Google Cloud e Azure. Le pipeline sono composte da processi connessi da canali, usando un modello di programmazione a flusso di dati con parallelismo predefinito.\n\nSviluppato originariamente per la bioinformatica, Nextflow e diventato uno strumento standard in genomica, proteomica e biologia computazionale. Supporta container Docker e Singularity, condivisione di pipeline con controllo versione tramite Nextflow Tower e integrazione con i principali registri di workflow."
8194
+ },
8195
+ fr: {
8196
+ name: "Nextflow",
8197
+ description: "Langage de workflow pour pipelines d analyse scientifique evolutifs et reproductibles.",
8198
+ longDescription: "Nextflow est un langage dedie et un environnement d execution pour ecrire des workflows scientifiques pouvant etre executes sur des machines locales, des clusters HPC et des plateformes cloud telles qu AWS, Google Cloud et Azure. Les pipelines sont composes de processus connectes par des canaux, utilisant un modele de programmation par flux de donnees avec parallelisme natif.\n\nDeveloppe initialement pour la bioinformatique, Nextflow est devenu un outil standard en genomique, proteomique et biologie computationnelle. Il prend en charge les conteneurs Docker et Singularity, le partage de pipelines avec Nextflow Tower et l integration avec les registres de workflows."
8199
+ },
8200
+ de: {
8201
+ name: "Nextflow",
8202
+ description: "Workflow-Sprache fur skalierbare und reproduzierbare wissenschaftliche Analyse-Pipelines.",
8203
+ longDescription: "Nextflow ist eine domainenspezifische Sprache und Laufzeitumgebung fur wissenschaftliche Workflows, die transparent auf lokalen Rechnern, HPC-Clustern und Cloud-Plattformen wie AWS, Google Cloud und Azure ausgefuhrt werden konnen. Pipelines bestehen aus durch Kanale verbundenen Prozessen und nutzen ein Datenflussprogrammiermodell mit standardmassiger Parallelisierung.\n\nUrsprunglich fur die Bioinformatik entwickelt, ist Nextflow zum Standardwerkzeug in Genomik, Proteomik und Computerbiologie geworden. Es unterstutzt Container wie Docker und Singularity, versionskontrolliertes Pipeline-Sharing uber Nextflow Tower und Integration mit gangigen Workflow-Registries."
8204
+ },
8205
+ pt: {
8206
+ name: "Nextflow",
8207
+ description: "Linguagem de workflow para pipelines de analise cientifica escalaveis e reproduziveis.",
8208
+ longDescription: "Nextflow e uma linguagem de dominio especifico e ambiente de execucao para escrever fluxos de trabalho cientificos que podem ser executados em maquinas locais, clusters HPC e plataformas em nuvem como AWS, Google Cloud e Azure. Os pipelines sao compostos por processos conectados por canais, usando um modelo de programacao por fluxo de dados com paralelismo padrao.\n\nDesenvolvido originalmente para bioinformatica, o Nextflow se tornou uma ferramenta padrao em genomica, proteomica e biologia computacional. Suporta containers Docker e Singularity, compartilhamento de pipelines com controle de versao via Nextflow Tower e integracao com registros de workflows."
8209
+ }
8210
+ }
8211
+ };
8212
+
7773
8213
  // src/languages/nginx.ts
7774
8214
  var nginx = {
7775
8215
  slug: "nginx",
@@ -8217,6 +8657,55 @@ var ocaml = {
8217
8657
  }
8218
8658
  };
8219
8659
 
8660
+ // src/languages/octave.ts
8661
+ var octave = {
8662
+ slug: "octave",
8663
+ publishedDate: "1993-01-01",
8664
+ extensions: [".m", ".octave"],
8665
+ author: "John W. Eaton and GNU Project contributors",
8666
+ website: "https://octave.org",
8667
+ paradigms: ["procedural", "functional", "object-oriented", "scientific"],
8668
+ tooling: {
8669
+ runtimes: ["GNU Octave"],
8670
+ ecosystems: ["Scientific Computing", "Numerical Analysis", "Mathematics", "Signal Processing"]
8671
+ },
8672
+ version: "9.3.0",
8673
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/6a/Gnu-octave-logo.svg",
8674
+ color: "#0790C0",
8675
+ i18n: {
8676
+ en: {
8677
+ name: "Octave",
8678
+ description: "A scientific programming language mostly compatible with MATLAB for numerical computation.",
8679
+ longDescription: "GNU Octave is a high-level language primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems, performing matrix arithmetic, plotting data, and implementing algorithms in areas such as signal processing and statistics.\n\nOctave is largely compatible with MATLAB, allowing users to run many MATLAB scripts without modification. It is free software distributed under the GNU General Public License, widely used in academia and engineering for prototyping and teaching numerical methods."
8680
+ },
8681
+ es: {
8682
+ name: "Octave",
8683
+ description: "Lenguaje de programacion cientifica mayormente compatible con MATLAB para calculo numerico.",
8684
+ longDescription: "GNU Octave es un lenguaje de alto nivel orientado principalmente al calculo numerico. Proporciona una interfaz de linea de comandos para resolver problemas lineales y no lineales, aritmetica matricial, visualizacion de datos e implementacion de algoritmos en procesamiento de senales y estadistica.\n\nOctave es ampliamente compatible con MATLAB, lo que permite ejecutar muchos scripts de MATLAB sin modificaciones. Es software libre bajo licencia GNU GPL, ampliamente usado en academia e ingenieria para prototipado y ensenanza de metodos numericos."
8685
+ },
8686
+ it: {
8687
+ name: "Octave",
8688
+ description: "Linguaggio di programmazione scientifica largamente compatibile con MATLAB per il calcolo numerico.",
8689
+ longDescription: "GNU Octave e un linguaggio ad alto livello orientato principalmente al calcolo numerico. Offre un comodo ambiente a riga di comando per risolvere problemi lineari e non lineari, eseguire aritmetica matriciale, tracciare grafici e implementare algoritmi in elaborazione del segnale e statistica.\n\nOctave e ampiamente compatibile con MATLAB, consentendo l esecuzione di molti script MATLAB senza modifiche. E software libero distribuito sotto licenza GNU GPL, usato in ambito accademico e ingegneristico per la prototipazione e l insegnamento dei metodi numerici."
8690
+ },
8691
+ fr: {
8692
+ name: "Octave",
8693
+ description: "Langage de programmation scientifique largement compatible avec MATLAB pour le calcul numerique.",
8694
+ longDescription: "GNU Octave est un langage de haut niveau principalement destine au calcul numerique. Il fournit une interface en ligne de commande pratique pour resoudre des problemes lineaires et non lineaires, effectuer des operations matricielles, tracer des graphiques et implementer des algorithmes en traitement du signal et statistiques.\n\nOctave est largement compatible avec MATLAB, permettant d executer de nombreux scripts MATLAB sans modification. C est un logiciel libre sous licence GNU GPL, largement utilise dans l enseignement superieur et l ingenierie pour le prototypage et l enseignement des methodes numeriques."
8695
+ },
8696
+ de: {
8697
+ name: "Octave",
8698
+ description: "Wissenschaftliche Programmiersprache weitgehend kompatibel mit MATLAB fur numerische Berechnungen.",
8699
+ longDescription: "GNU Octave ist eine Hochsprache, die hauptsachlich fur numerische Berechnungen entwickelt wurde. Sie bietet eine komfortable Kommandozeilenschnittstelle fur lineare und nichtlineare Probleme, Matrixarithmetik, Datenvisualisierung und Algorithmenimplementierung in Signalverarbeitung und Statistik.\n\nOctave ist weitgehend MATLAB-kompatibel und erlaubt das Ausfuhren vieler MATLAB-Skripte ohne Anderungen. Es ist freie Software unter der GNU GPL, verbreitet in Hochschulen und Ingenieurwesen fur Prototypentwicklung und die Lehre numerischer Methoden."
8700
+ },
8701
+ pt: {
8702
+ name: "Octave",
8703
+ description: "Linguagem de programacao cientifica amplamente compativel com MATLAB para calculo numerico.",
8704
+ longDescription: "GNU Octave e uma linguagem de alto nivel voltada principalmente para computacao numerica. Fornece uma interface de linha de comando conveniente para resolver problemas lineares e nao lineares, aritmetica matricial, visualizacao de dados e implementacao de algoritmos em processamento de sinais e estatistica.\n\nOctave e amplamente compativel com MATLAB, permitindo executar muitos scripts MATLAB sem modificacoes. E software livre sob a licenca GNU GPL, amplamente utilizado em universidades e engenharia para prototipagem e ensino de metodos numericos."
8705
+ }
8706
+ }
8707
+ };
8708
+
8220
8709
  // src/languages/odin.ts
8221
8710
  var odin = {
8222
8711
  slug: "odin",
@@ -8366,6 +8855,54 @@ var opencl = {
8366
8855
  }
8367
8856
  };
8368
8857
 
8858
+ // src/languages/openscad.ts
8859
+ var openscad = {
8860
+ slug: "openscad",
8861
+ publishedDate: "2010-01-01",
8862
+ extensions: [".scad"],
8863
+ author: "Marius Kintel, Clifford Wolf",
8864
+ website: "https://openscad.org",
8865
+ paradigms: ["functional", "declarative", "imperative"],
8866
+ tooling: {
8867
+ ecosystems: ["3D modeling", "CAD"]
8868
+ },
8869
+ version: "2021.01",
8870
+ logo: "https://avatars.githubusercontent.com/u/1864477?v=4",
8871
+ color: "#F5CD2F",
8872
+ i18n: {
8873
+ en: {
8874
+ name: "OpenSCAD",
8875
+ description: "A script-based 3D CAD modeler for creating solid 3D models.",
8876
+ longDescription: "OpenSCAD is a free and open-source application for creating solid 3D CAD objects using a scripting language.\n\nUnlike interactive 3D modelers, OpenSCAD uses a purely functional script to describe geometry using constructive solid geometry (CSG) operations, making it popular for parametric design and 3D printing."
8877
+ },
8878
+ es: {
8879
+ name: "OpenSCAD",
8880
+ description: "Un modelador 3D CAD basado en scripts para crear modelos s\xF3lidos 3D.",
8881
+ longDescription: "OpenSCAD es una aplicaci\xF3n libre y de c\xF3digo abierto para crear objetos s\xF3lidos 3D CAD mediante un lenguaje de scripting.\n\nA diferencia de los modeladores 3D interactivos, OpenSCAD utiliza un script puramente funcional para describir geometr\xEDa mediante operaciones de geometr\xEDa s\xF3lida constructiva (CSG), siendo popular para el dise\xF1o param\xE9trico y la impresi\xF3n 3D."
8882
+ },
8883
+ it: {
8884
+ name: "OpenSCAD",
8885
+ description: "Un modellatore CAD 3D basato su script per la creazione di modelli solidi 3D.",
8886
+ longDescription: "OpenSCAD e un'applicazione libera e open source per la creazione di oggetti CAD 3D solidi tramite un linguaggio di scripting.\n\nA differenza dei modellatori 3D interattivi, OpenSCAD utilizza uno script puramente funzionale per descrivere la geometria tramite operazioni di geometria solida costruttiva (CSG), rendendolo popolare per il design parametrico e la stampa 3D."
8887
+ },
8888
+ fr: {
8889
+ name: "OpenSCAD",
8890
+ description: "Un modeleur CAO 3D bas\xE9 sur des scripts pour cr\xE9er des mod\xE8les solides 3D.",
8891
+ longDescription: "OpenSCAD est une application libre et open source pour cr\xE9er des objets CAO 3D solides \xE0 l'aide d'un langage de script.\n\nContrairement aux modeleurs 3D interactifs, OpenSCAD utilise un script purement fonctionnel pour d\xE9crire la g\xE9om\xE9trie \xE0 l'aide d'op\xE9rations de g\xE9om\xE9trie solide constructive (CSG), ce qui le rend populaire pour la conception param\xE9trique et l'impression 3D."
8892
+ },
8893
+ de: {
8894
+ name: "OpenSCAD",
8895
+ description: "Ein skriptbasierter 3D-CAD-Modellierer zur Erstellung solider 3D-Modelle.",
8896
+ longDescription: "OpenSCAD ist eine freie und quelloffene Anwendung zur Erstellung solider 3D-CAD-Objekte mit einer Skriptsprache.\n\nIm Gegensatz zu interaktiven 3D-Modellierern verwendet OpenSCAD ein rein funktionales Skript zur Beschreibung der Geometrie mittels konstruktiver Festk\xF6rpergeometrie (CSG) und ist beliebt f\xFCr parametrisches Design und 3D-Druck."
8897
+ },
8898
+ pt: {
8899
+ name: "OpenSCAD",
8900
+ description: "Um modelador CAD 3D baseado em scripts para criar modelos s\xF3lidos 3D.",
8901
+ longDescription: "OpenSCAD \xE9 uma aplica\xE7\xE3o livre e de c\xF3digo aberto para criar objetos CAD 3D s\xF3lidos usando uma linguagem de scripting.\n\nAo contr\xE1rio dos modeladores 3D interativos, o OpenSCAD usa um script puramente funcional para descrever a geometria usando opera\xE7\xF5es de geometria s\xF3lida construtiva (CSG), sendo popular para design param\xE9trico e impress\xE3o 3D."
8902
+ }
8903
+ }
8904
+ };
8905
+
8369
8906
  // src/languages/org.ts
8370
8907
  var org = {
8371
8908
  slug: "org",
@@ -8960,6 +9497,102 @@ var pony = {
8960
9497
  }
8961
9498
  };
8962
9499
 
9500
+ // src/languages/postscript.ts
9501
+ var postscript = {
9502
+ slug: "postscript",
9503
+ publishedDate: "1984-01-01",
9504
+ extensions: [".ps", ".eps"],
9505
+ author: "John Warnock, Charles Geschke / Adobe Systems",
9506
+ website: "https://www.adobe.com/products/postscript.html",
9507
+ paradigms: ["stack-based", "declarative", "procedural"],
9508
+ tooling: {
9509
+ ecosystems: ["Print", "PDF"]
9510
+ },
9511
+ version: "PostScript 3",
9512
+ logo: "https://dummyimage.com/32x32/EC1C24/ffffff.png&text=PS",
9513
+ color: "#EC1C24",
9514
+ i18n: {
9515
+ en: {
9516
+ name: "PostScript",
9517
+ description: "A stack-based page description language used in professional printing and as the foundation of PDF.",
9518
+ longDescription: "PostScript is a stack-based, Turing-complete programming language and page description language developed by Adobe Systems.\n\nIt describes pages to be rendered by a printer or viewer using vector graphics commands, text layout, and image data. PostScript is the technical foundation for the PDF format and remains widely used in professional typesetting and print workflows."
9519
+ },
9520
+ es: {
9521
+ name: "PostScript",
9522
+ description: "Un lenguaje de descripci\xF3n de p\xE1gina basado en pila usado en impresi\xF3n profesional y como base del PDF.",
9523
+ longDescription: "PostScript es un lenguaje de programaci\xF3n basado en pila, Turing completo, y lenguaje de descripci\xF3n de p\xE1gina desarrollado por Adobe Systems.\n\nDescribe p\xE1ginas a renderizar por una impresora o visor mediante comandos de gr\xE1ficos vectoriales, dise\xF1o de texto y datos de imagen. PostScript es la base t\xE9cnica del formato PDF y sigue siendo ampliamente utilizado en composici\xF3n tipogr\xE1fica profesional y flujos de trabajo de impresi\xF3n."
9524
+ },
9525
+ it: {
9526
+ name: "PostScript",
9527
+ description: "Un linguaggio di descrizione delle pagine basato su stack utilizzato nella stampa professionale e come base del PDF.",
9528
+ longDescription: "PostScript e un linguaggio di programmazione basato su stack, Turing-completo, e linguaggio di descrizione delle pagine sviluppato da Adobe Systems.\n\nDescrive le pagine da renderizzare da una stampante o da un visualizzatore tramite comandi di grafica vettoriale, layout del testo e dati immagine. PostScript e la base tecnica del formato PDF e rimane ampiamente utilizzato nella composizione tipografica professionale e nei flussi di lavoro di stampa."
9529
+ },
9530
+ fr: {
9531
+ name: "PostScript",
9532
+ description: "Un langage de description de page bas\xE9 sur une pile utilis\xE9 dans l'impression professionnelle et comme fondement du PDF.",
9533
+ longDescription: "PostScript est un langage de programmation bas\xE9 sur une pile, Turing-complet, et un langage de description de page d\xE9velopp\xE9 par Adobe Systems.\n\nIl d\xE9crit les pages \xE0 rendre par une imprimante ou un visualiseur \xE0 l'aide de commandes graphiques vectorielles, de mise en page de texte et de donn\xE9es d'image. PostScript est la base technique du format PDF et reste largement utilis\xE9 dans la composition professionnelle et les flux de travail d'impression."
9534
+ },
9535
+ de: {
9536
+ name: "PostScript",
9537
+ description: "Eine stapelbasierte Seitenbeschreibungssprache f\xFCr professionellen Druck und als Grundlage von PDF.",
9538
+ longDescription: "PostScript ist eine stapelbasierte, Turing-vollst\xE4ndige Programmiersprache und Seitenbeschreibungssprache, die von Adobe Systems entwickelt wurde.\n\nSie beschreibt Seiten, die von einem Drucker oder Viewer mithilfe von Vektorgrafik-Befehlen, Textlayout und Bilddaten gerendert werden sollen. PostScript ist die technische Grundlage des PDF-Formats und wird weiterhin h\xE4ufig im professionellen Satz und in Druckworkflows eingesetzt."
9539
+ },
9540
+ pt: {
9541
+ name: "PostScript",
9542
+ description: "Uma linguagem de descri\xE7\xE3o de p\xE1gina baseada em pilha usada em impress\xE3o profissional e como base do PDF.",
9543
+ longDescription: "PostScript \xE9 uma linguagem de programa\xE7\xE3o baseada em pilha, Turing-completa, e linguagem de descri\xE7\xE3o de p\xE1gina desenvolvida pela Adobe Systems.\n\nDescreve p\xE1ginas a serem renderizadas por uma impressora ou visualizador usando comandos de gr\xE1ficos vetoriais, layout de texto e dados de imagem. O PostScript \xE9 a base t\xE9cnica do formato PDF e continua amplamente utilizado na composi\xE7\xE3o tipogr\xE1fica profissional e nos fluxos de trabalho de impress\xE3o."
9544
+ }
9545
+ }
9546
+ };
9547
+
9548
+ // src/languages/powerquery.ts
9549
+ var powerquery = {
9550
+ slug: "powerquery",
9551
+ publishedDate: "2013-01-01",
9552
+ extensions: [".pq", ".pqm"],
9553
+ author: "Microsoft",
9554
+ website: "https://learn.microsoft.com/en-us/powerquery-m/",
9555
+ paradigms: ["functional", "declarative"],
9556
+ tooling: {
9557
+ ecosystems: ["Microsoft Power BI", "Excel", "Azure Data Factory", "Microsoft Fabric"]
9558
+ },
9559
+ version: "Power Query M 2025",
9560
+ logo: "https://dummyimage.com/32x32/F2C811/000000.png&text=PQ",
9561
+ color: "#F2C811",
9562
+ i18n: {
9563
+ en: {
9564
+ name: "Power Query M",
9565
+ description: "A functional language for data transformation and ETL in Microsoft Power BI and Excel.",
9566
+ longDescription: "Power Query M (also called the M formula language) is a functional language used in Microsoft Power BI, Excel, Azure Data Factory, and Microsoft Fabric for data transformation and ETL (extract, transform, load) workflows.\n\nM expressions describe a sequence of data transformation steps, from connecting to data sources to reshaping, filtering, and combining data for loading into a data model."
9567
+ },
9568
+ es: {
9569
+ name: "Power Query M",
9570
+ description: "Un lenguaje funcional para transformaci\xF3n de datos y ETL en Microsoft Power BI y Excel.",
9571
+ longDescription: "Power Query M (tambi\xE9n llamado lenguaje de f\xF3rmulas M) es un lenguaje funcional utilizado en Microsoft Power BI, Excel, Azure Data Factory y Microsoft Fabric para transformaci\xF3n de datos y flujos de trabajo ETL.\n\nLas expresiones M describen una secuencia de pasos de transformaci\xF3n de datos, desde la conexi\xF3n con fuentes de datos hasta el reshaping, filtrado y combinaci\xF3n de datos para su carga en un modelo de datos."
9572
+ },
9573
+ it: {
9574
+ name: "Power Query M",
9575
+ description: "Un linguaggio funzionale per la trasformazione dei dati e ETL in Microsoft Power BI ed Excel.",
9576
+ longDescription: "Power Query M (detto anche linguaggio di formule M) e un linguaggio funzionale utilizzato in Microsoft Power BI, Excel, Azure Data Factory e Microsoft Fabric per la trasformazione dei dati e i flussi di lavoro ETL.\n\nLe espressioni M descrivono una sequenza di passaggi di trasformazione dei dati, dalla connessione alle origini dati alla rimodellazione, al filtraggio e alla combinazione dei dati per il caricamento in un modello di dati."
9577
+ },
9578
+ fr: {
9579
+ name: "Power Query M",
9580
+ description: "Un langage fonctionnel pour la transformation des donn\xE9es et ETL dans Microsoft Power BI et Excel.",
9581
+ longDescription: "Power Query M (\xE9galement appel\xE9 langage de formules M) est un langage fonctionnel utilis\xE9 dans Microsoft Power BI, Excel, Azure Data Factory et Microsoft Fabric pour la transformation des donn\xE9es et les flux de travail ETL.\n\nLes expressions M d\xE9crivent une s\xE9quence d'\xE9tapes de transformation des donn\xE9es, de la connexion aux sources de donn\xE9es \xE0 la mise en forme, au filtrage et \xE0 la combinaison des donn\xE9es pour leur chargement dans un mod\xE8le de donn\xE9es."
9582
+ },
9583
+ de: {
9584
+ name: "Power Query M",
9585
+ description: "Eine funktionale Sprache f\xFCr Datentransformation und ETL in Microsoft Power BI und Excel.",
9586
+ longDescription: "Power Query M (auch M-Formelsprache genannt) ist eine funktionale Sprache, die in Microsoft Power BI, Excel, Azure Data Factory und Microsoft Fabric f\xFCr Datentransformation und ETL-Workflows verwendet wird.\n\nM-Ausdr\xFCcke beschreiben eine Abfolge von Datentransformationsschritten, von der Verbindung mit Datenquellen bis zur Umgestaltung, Filterung und Kombination von Daten f\xFCr das Laden in ein Datenmodell."
9587
+ },
9588
+ pt: {
9589
+ name: "Power Query M",
9590
+ description: "Uma linguagem funcional para transforma\xE7\xE3o de dados e ETL no Microsoft Power BI e Excel.",
9591
+ longDescription: "Power Query M (tamb\xE9m chamado de linguagem de f\xF3rmulas M) \xE9 uma linguagem funcional usada no Microsoft Power BI, Excel, Azure Data Factory e Microsoft Fabric para transforma\xE7\xE3o de dados e fluxos de trabalho ETL.\n\nAs express\xF5es M descrevem uma sequ\xEAncia de etapas de transforma\xE7\xE3o de dados, desde a conex\xE3o com fontes de dados at\xE9 a reformula\xE7\xE3o, filtragem e combina\xE7\xE3o de dados para carregamento em um modelo de dados."
9592
+ }
9593
+ }
9594
+ };
9595
+
8963
9596
  // src/languages/powershell.ts
8964
9597
  var powershell = {
8965
9598
  slug: "powershell",
@@ -9010,6 +9643,55 @@ var powershell = {
9010
9643
  }
9011
9644
  };
9012
9645
 
9646
+ // src/languages/processing.ts
9647
+ var processing = {
9648
+ slug: "processing",
9649
+ publishedDate: "2001-08-01",
9650
+ extensions: [".pde"],
9651
+ author: "Casey Reas, Ben Fry",
9652
+ website: "https://processing.org",
9653
+ paradigms: ["imperative", "object-oriented", "visual"],
9654
+ tooling: {
9655
+ runtimes: ["JVM", "Java"],
9656
+ ecosystems: ["Creative coding", "Java"]
9657
+ },
9658
+ version: "4.4.5",
9659
+ logo: "https://cdn.simpleicons.org/processingfoundation/006699",
9660
+ color: "#006699",
9661
+ i18n: {
9662
+ en: {
9663
+ name: "Processing",
9664
+ description: "A flexible software sketchbook and language for learning to code in the context of the visual arts.",
9665
+ longDescription: "Processing is an open-source graphical language and environment built for the electronic arts and visual design communities.\n\nIt combines a simplified Java-like syntax with a rich set of 2D and 3D drawing APIs, making it a popular choice for creative coding, generative art, data visualization, and interactive installations."
9666
+ },
9667
+ es: {
9668
+ name: "Processing",
9669
+ description: "Un cuaderno de c\xF3digo flexible y lenguaje para aprender a programar en el contexto de las artes visuales.",
9670
+ longDescription: "Processing es un lenguaje y entorno gr\xE1fico de c\xF3digo abierto construido para las comunidades de artes electr\xF3nicas y dise\xF1o visual.\n\nCombina una sintaxis simplificada similar a Java con un rico conjunto de APIs de dibujo 2D y 3D, convirti\xE9ndose en una opci\xF3n popular para la codificaci\xF3n creativa, el arte generativo, la visualizaci\xF3n de datos y las instalaciones interactivas."
9671
+ },
9672
+ it: {
9673
+ name: "Processing",
9674
+ description: "Un taccuino di codice flessibile e un linguaggio per imparare a programmare nel contesto delle arti visive.",
9675
+ longDescription: "Processing e un linguaggio e ambiente grafico open source costruito per le comunita delle arti elettroniche e del design visivo.\n\nCombina una sintassi semplificata simile a Java con un ricco insieme di API di disegno 2D e 3D, rendendolo una scelta popolare per il creative coding, l'arte generativa, la visualizzazione dei dati e le installazioni interattive."
9676
+ },
9677
+ fr: {
9678
+ name: "Processing",
9679
+ description: "Un carnet de code flexible et un langage pour apprendre \xE0 programmer dans le contexte des arts visuels.",
9680
+ longDescription: "Processing est un langage et un environnement graphique open source con\xE7u pour les communaut\xE9s des arts \xE9lectroniques et du design visuel.\n\nIl combine une syntaxe simplifi\xE9e de type Java avec un riche ensemble d'API de dessin 2D et 3D, ce qui en fait un choix populaire pour le codage cr\xE9atif, l'art g\xE9n\xE9ratif, la visualisation de donn\xE9es et les installations interactives."
9681
+ },
9682
+ de: {
9683
+ name: "Processing",
9684
+ description: "Ein flexibles Software-Skizzenbuch und eine Sprache zum Programmierenlernen im Kontext der visuellen K\xFCnste.",
9685
+ longDescription: "Processing ist eine Open-Source-Grafiksprache und -umgebung, die f\xFCr die Gemeinschaft der elektronischen K\xFCnste und des visuellen Designs entwickelt wurde.\n\nEs kombiniert eine vereinfachte Java-\xE4hnliche Syntax mit einem umfangreichen Satz von 2D- und 3D-Zeichen-APIs und ist eine beliebte Wahl f\xFCr kreatives Coding, generative Kunst, Datenvisualisierung und interaktive Installationen."
9686
+ },
9687
+ pt: {
9688
+ name: "Processing",
9689
+ description: "Um caderno de software flex\xEDvel e linguagem para aprender a programar no contexto das artes visuais.",
9690
+ longDescription: "Processing \xE9 uma linguagem e ambiente gr\xE1fico de c\xF3digo aberto criado para as comunidades de artes eletr\xF4nicas e design visual.\n\nCombina uma sintaxe simplificada semelhante ao Java com um rico conjunto de APIs de desenho 2D e 3D, tornando-se uma escolha popular para codifica\xE7\xE3o criativa, arte generativa, visualiza\xE7\xE3o de dados e instala\xE7\xF5es interativas."
9691
+ }
9692
+ }
9693
+ };
9694
+
9013
9695
  // src/languages/prolog.ts
9014
9696
  var prolog = {
9015
9697
  slug: "prolog",
@@ -10056,6 +10738,54 @@ var roc = {
10056
10738
  }
10057
10739
  };
10058
10740
 
10741
+ // src/languages/rpg.ts
10742
+ var rpg = {
10743
+ slug: "rpg",
10744
+ publishedDate: "1959-01-01",
10745
+ extensions: [".rpg", ".rpgle", ".sqlrpgle", ".clle", ".dspf"],
10746
+ author: "IBM",
10747
+ website: "https://www.ibm.com/docs/en/i/7.5?topic=programming-rpg",
10748
+ paradigms: ["procedural", "object-oriented"],
10749
+ tooling: {
10750
+ ecosystems: ["IBM i", "AS/400", "iSeries"]
10751
+ },
10752
+ version: "RPG IV Free-Form (IBM i 7.5)",
10753
+ logo: "https://avatars.githubusercontent.com/u/733939?v=4",
10754
+ color: "#052FAD",
10755
+ i18n: {
10756
+ en: {
10757
+ name: "RPG",
10758
+ description: "A high-level programming language for business applications on IBM i (formerly AS/400).",
10759
+ longDescription: "Report Program Generator (RPG) is a high-level programming language created by IBM for business data processing on IBM midrange systems.\n\nRPG IV (RPGLE), the modern free-format iteration, supports object-oriented features, embedded SQL, and service programs. It remains the dominant language for ERP systems, banking, and government workloads running on IBM i (iSeries, AS/400)."
10760
+ },
10761
+ es: {
10762
+ name: "RPG",
10763
+ description: "Un lenguaje de programaci\xF3n de alto nivel para aplicaciones empresariales en IBM i (anteriormente AS/400).",
10764
+ longDescription: "Report Program Generator (RPG) es un lenguaje de programaci\xF3n de alto nivel creado por IBM para el procesamiento de datos empresariales en sistemas midrange de IBM.\n\nRPG IV (RPGLE), la iteraci\xF3n moderna en formato libre, soporta caracter\xEDsticas orientadas a objetos, SQL embebido y programas de servicio. Sigue siendo el lenguaje dominante para sistemas ERP, banca y cargas de trabajo gubernamentales que se ejecutan en IBM i (iSeries, AS/400)."
10765
+ },
10766
+ it: {
10767
+ name: "RPG",
10768
+ description: "Un linguaggio di programmazione ad alto livello per applicazioni aziendali su IBM i (ex AS/400).",
10769
+ longDescription: "Report Program Generator (RPG) e un linguaggio di programmazione ad alto livello creato da IBM per l'elaborazione dei dati aziendali sui sistemi midrange IBM.\n\nRPG IV (RPGLE), la moderna iterazione in formato libero, supporta funzionalita orientate agli oggetti, SQL incorporato e programmi di servizio. Rimane il linguaggio dominante per i sistemi ERP, il settore bancario e i carichi di lavoro governativi in esecuzione su IBM i (iSeries, AS/400)."
10770
+ },
10771
+ fr: {
10772
+ name: "RPG",
10773
+ description: "Un langage de programmation de haut niveau pour les applications d'entreprise sur IBM i (anciennement AS/400).",
10774
+ longDescription: "Report Program Generator (RPG) est un langage de programmation de haut niveau cr\xE9\xE9 par IBM pour le traitement de donn\xE9es d'entreprise sur les syst\xE8mes midrange IBM.\n\nRPG IV (RPGLE), l'it\xE9ration moderne au format libre, prend en charge les fonctionnalit\xE9s orient\xE9es objet, SQL int\xE9gr\xE9 et les programmes de service. Il reste le langage dominant pour les syst\xE8mes ERP, les activit\xE9s bancaires et les charges de travail gouvernementales ex\xE9cut\xE9es sur IBM i (iSeries, AS/400)."
10775
+ },
10776
+ de: {
10777
+ name: "RPG",
10778
+ description: "Eine High-Level-Programmiersprache f\xFCr Business-Anwendungen auf IBM i (fr\xFCher AS/400).",
10779
+ longDescription: "Report Program Generator (RPG) ist eine von IBM entwickelte Hochsprache f\xFCr die Verarbeitung von Gesch\xE4ftsdaten auf IBM-Midrange-Systemen.\n\nRPG IV (RPGLE), die moderne Freiformat-Iteration, unterst\xFCtzt objektorientierte Funktionen, eingebettetes SQL und Service-Programme. Es bleibt die dominierende Sprache f\xFCr ERP-Systeme, Bankwesen und beh\xF6rdliche Workloads auf IBM i (iSeries, AS/400)."
10780
+ },
10781
+ pt: {
10782
+ name: "RPG",
10783
+ description: "Uma linguagem de programa\xE7\xE3o de alto n\xEDvel para aplica\xE7\xF5es empresariais no IBM i (anteriormente AS/400).",
10784
+ longDescription: "Report Program Generator (RPG) \xE9 uma linguagem de programa\xE7\xE3o de alto n\xEDvel criada pela IBM para processamento de dados empresariais em sistemas midrange IBM.\n\nRPG IV (RPGLE), a itera\xE7\xE3o moderna em formato livre, suporta recursos orientados a objetos, SQL incorporado e programas de servi\xE7o. Permanece a linguagem dominante para sistemas ERP, setor banc\xE1rio e cargas de trabalho governamentais em execu\xE7\xE3o no IBM i (iSeries, AS/400)."
10785
+ }
10786
+ }
10787
+ };
10788
+
10059
10789
  // src/languages/ruby.ts
10060
10790
  var ruby = {
10061
10791
  slug: "ruby",
@@ -10551,6 +11281,55 @@ var smarty = {
10551
11281
  }
10552
11282
  };
10553
11283
 
11284
+ // src/languages/snakemake.ts
11285
+ var snakemake = {
11286
+ slug: "snakemake",
11287
+ publishedDate: "2012-01-01",
11288
+ extensions: [".smk", "Snakefile"],
11289
+ author: "Johannes Koster and contributors",
11290
+ website: "https://snakemake.github.io",
11291
+ paradigms: ["declarative", "dataflow", "rule-based", "pipeline"],
11292
+ tooling: {
11293
+ runtimes: ["Snakemake"],
11294
+ ecosystems: ["Bioinformatics", "Scientific Workflows", "Python", "HPC"]
11295
+ },
11296
+ version: "8.25.0",
11297
+ logo: "https://avatars.githubusercontent.com/u/33450111?v=4",
11298
+ color: "#419544",
11299
+ i18n: {
11300
+ en: {
11301
+ name: "Snakemake",
11302
+ description: "A Python-based workflow management system for reproducible and scalable data analyses.",
11303
+ longDescription: "Snakemake is a workflow management system that uses a Python-based domain-specific language to define pipelines as sets of rules. Each rule specifies input files, output files, and the shell command or Python code needed to produce the outputs, with automatic dependency resolution and parallelization across cores and clusters.\n\nWidely adopted in bioinformatics, Snakemake supports execution on local machines, cluster engines, and cloud platforms. It integrates with Conda environments and container systems for full reproducibility, and its modular design allows workflows to be shared through the Snakemake workflow catalog."
11304
+ },
11305
+ es: {
11306
+ name: "Snakemake",
11307
+ description: "Sistema de gestion de flujos de trabajo basado en Python para analisis de datos reproducibles.",
11308
+ longDescription: "Snakemake es un sistema de gestion de flujos de trabajo que usa un lenguaje especifico de dominio basado en Python para definir pipelines como conjuntos de reglas. Cada regla especifica archivos de entrada, salida y el comando o codigo Python necesario para producirlos, con resolucion automatica de dependencias y paralelizacion.\n\nAmplimente adoptado en bioinformatica, Snakemake admite ejecucion en maquinas locales, clusters y plataformas en la nube. Se integra con entornos Conda y contenedores para reproducibilidad completa, y su diseno modular permite compartir flujos de trabajo en el catalogo de Snakemake."
11309
+ },
11310
+ it: {
11311
+ name: "Snakemake",
11312
+ description: "Sistema di gestione dei workflow basato su Python per analisi dati riproducibili e scalabili.",
11313
+ longDescription: "Snakemake e un sistema di gestione dei workflow che usa un linguaggio specifico di dominio basato su Python per definire pipeline come insiemi di regole. Ogni regola specifica file di input, output e il comando shell o codice Python necessario per produrli, con risoluzione automatica delle dipendenze e parallelizzazione.\n\nAmpiamente adottato in bioinformatica, Snakemake supporta l esecuzione su macchine locali, cluster e piattaforme cloud. Si integra con ambienti Conda e container per piena riproducibilita, e il suo design modulare permette di condividere workflow tramite il catalogo Snakemake."
11314
+ },
11315
+ fr: {
11316
+ name: "Snakemake",
11317
+ description: "Systeme de gestion de workflows base sur Python pour des analyses de donnees reproductibles.",
11318
+ longDescription: "Snakemake est un systeme de gestion de workflows qui utilise un langage dedie base sur Python pour definir des pipelines sous forme d ensembles de regles. Chaque regle specifie des fichiers d entree, de sortie et la commande ou le code Python necessaire, avec resolution automatique des dependances et parallelisation.\n\nLargement adopte en bioinformatique, Snakemake prend en charge l execution sur des machines locales, des clusters et des plateformes cloud. Il s integre avec les environnements Conda et les conteneurs pour une reproductibilite complete, et son design modulaire permet le partage de workflows via le catalogue Snakemake."
11319
+ },
11320
+ de: {
11321
+ name: "Snakemake",
11322
+ description: "Python-basiertes Workflow-Management-System fur reproduzierbare und skalierbare Datenanalysen.",
11323
+ longDescription: "Snakemake ist ein Workflow-Management-System, das eine Python-basierte DSL verwendet, um Pipelines als Regelmengen zu definieren. Jede Regel gibt Eingabe-, Ausgabedateien und den Shell-Befehl oder Python-Code an, der zur Erzeugung der Ausgaben benotigt wird, mit automatischer Abhangigkeitsauflosung und Parallelisierung.\n\nWeit verbreitet in der Bioinformatik, unterstutzt Snakemake die Ausfuhrung auf lokalen Rechnern, Cluster-Engines und Cloud-Plattformen. Es integriert sich mit Conda-Umgebungen und Container-Systemen fur vollstandige Reproduzierbarkeit, und sein modulares Design erlaubt das Teilen von Workflows im Snakemake-Workflow-Katalog."
11324
+ },
11325
+ pt: {
11326
+ name: "Snakemake",
11327
+ description: "Sistema de gerenciamento de workflows baseado em Python para analises de dados reproduziveis.",
11328
+ longDescription: "Snakemake e um sistema de gerenciamento de workflows que usa uma linguagem de dominio especifico baseada em Python para definir pipelines como conjuntos de regras. Cada regra especifica arquivos de entrada, saida e o comando shell ou codigo Python necessario para produzi-los, com resolucao automatica de dependencias e paralelizacao.\n\nAmplamente adotado em bioinformatica, o Snakemake suporta execucao em maquinas locais, clusters e plataformas em nuvem. Integra-se com ambientes Conda e sistemas de containers para reprodutibilidade total, e seu design modular permite compartilhar workflows pelo catalogo do Snakemake."
11329
+ }
11330
+ }
11331
+ };
11332
+
10554
11333
  // src/languages/snobol.ts
10555
11334
  var snobol = {
10556
11335
  slug: "snobol",
@@ -10846,6 +11625,55 @@ var spl = {
10846
11625
  }
10847
11626
  };
10848
11627
 
11628
+ // src/languages/spss.ts
11629
+ var spss = {
11630
+ slug: "spss",
11631
+ publishedDate: "1968-01-01",
11632
+ extensions: [".sps", ".spss"],
11633
+ author: "IBM SPSS Statistics",
11634
+ website: "https://www.ibm.com/spss",
11635
+ paradigms: ["procedural", "statistical", "declarative"],
11636
+ tooling: {
11637
+ runtimes: ["SPSS Statistics", "SPSS Modeler"],
11638
+ ecosystems: ["Statistics", "Data Analysis", "Social Sciences", "Business Intelligence"]
11639
+ },
11640
+ version: "29.0",
11641
+ logo: "https://dummyimage.com/32x32/052FAD/ffffff.png&text=SPSS",
11642
+ color: "#052FAD",
11643
+ i18n: {
11644
+ en: {
11645
+ name: "SPSS",
11646
+ description: "A statistical software language for data management, analysis, and predictive modeling.",
11647
+ longDescription: "SPSS (Statistical Package for the Social Sciences) is a software suite and syntax language for statistical analysis widely used in academic research, market research, health studies, and government data analysis. Its command syntax allows users to automate data transformations, run descriptive statistics, hypothesis tests, regression models, and produce publication-ready output.\n\nOriginally developed at Stanford in 1968 and now owned by IBM, SPSS combines a graphical interface with a procedural scripting language. The syntax files enable reproducible analyses and batch processing, making it a staple tool in the social, behavioral, and health sciences."
11648
+ },
11649
+ es: {
11650
+ name: "SPSS",
11651
+ description: "Lenguaje estadistico para gestion de datos, analisis y modelado predictivo en ciencias sociales.",
11652
+ longDescription: "SPSS (Paquete Estadistico para Ciencias Sociales) es una suite de software y lenguaje de sintaxis para analisis estadistico ampliamente utilizado en investigacion academica, investigacion de mercados, estudios de salud y analisis gubernamental. Su sintaxis permite automatizar transformaciones de datos, estadisticas descriptivas, pruebas de hipotesis, modelos de regresion y producir informes publicables.\n\nDesarrollado originalmente en Stanford en 1968 y actualmente propiedad de IBM, SPSS combina una interfaz grafica con un lenguaje de scripting procedural. Los archivos de sintaxis permiten analisis reproducibles y procesamiento por lotes, siendo una herramienta fundamental en ciencias sociales, conductuales y de la salud."
11653
+ },
11654
+ it: {
11655
+ name: "SPSS",
11656
+ description: "Linguaggio statistico per la gestione dei dati, l analisi e la modellazione predittiva.",
11657
+ longDescription: "SPSS (Statistical Package for the Social Sciences) e una suite software e linguaggio di sintassi per l analisi statistica ampiamente usato nella ricerca accademica, di mercato, sanitaria e governativa. La sua sintassi consente di automatizzare trasformazioni dei dati, statistiche descrittive, test di ipotesi, modelli di regressione e output pronti per la pubblicazione.\n\nSviluppato originariamente a Stanford nel 1968 e ora di proprieta IBM, SPSS combina un interfaccia grafica con un linguaggio di scripting procedurale. I file di sintassi abilitano analisi riproducibili ed elaborazione batch, rendendolo uno strumento fondamentale nelle scienze sociali, comportamentali e della salute."
11658
+ },
11659
+ fr: {
11660
+ name: "SPSS",
11661
+ description: "Langage statistique pour la gestion des donnees, l analyse et la modelisation predictive.",
11662
+ longDescription: "SPSS (Statistical Package for the Social Sciences) est une suite logicielle et un langage de syntaxe pour l analyse statistique largement utilise dans la recherche academique, les etudes de marche, la sante et l analyse gouvernementale. Sa syntaxe permet d automatiser les transformations de donnees, les statistiques descriptives, les tests d hypotheses, les modeles de regression et produire des sorties publiables.\n\nDeveloppe a l origine a Stanford en 1968 et maintenant detenu par IBM, SPSS combine une interface graphique avec un langage de script procedural. Les fichiers de syntaxe permettent des analyses reproductibles et un traitement par lots, en faisant un outil incontournable dans les sciences sociales, comportementales et de la sante."
11663
+ },
11664
+ de: {
11665
+ name: "SPSS",
11666
+ description: "Statistische Softwaresprache fur Datenverwaltung, Analyse und pradiktive Modellierung.",
11667
+ longDescription: "SPSS (Statistical Package for the Social Sciences) ist eine Softwaresuite und Syntaxsprache fur statistische Analysen, die in akademischer Forschung, Marktforschung, Gesundheitsstudien und Regierungsanalysen weit verbreitet ist. Die Befehlssyntax ermoglicht die Automatisierung von Datentransformationen, deskriptiver Statistik, Hypothesentests, Regressionsmodellen und publikationsreifen Ausgaben.\n\nUrsprunglich 1968 an der Stanford University entwickelt und jetzt im Besitz von IBM, kombiniert SPSS eine grafische Oberflache mit einer prozeduralen Skriptsprache. Syntaxdateien ermoglichen reproduzierbare Analysen und Stapelverarbeitung, was SPSS zu einem unverzichtbaren Werkzeug in den Sozial-, Verhaltens- und Gesundheitswissenschaften macht."
11668
+ },
11669
+ pt: {
11670
+ name: "SPSS",
11671
+ description: "Linguagem estatistica para gestao de dados, analise e modelagem preditiva em ciencias sociais.",
11672
+ longDescription: "SPSS (Statistical Package for the Social Sciences) e uma suite de software e linguagem de sintaxe para analise estatistica amplamente utilizada em pesquisa academica, pesquisa de mercado, estudos de saude e analise governamental. Sua sintaxe permite automatizar transformacoes de dados, estatisticas descritivas, testes de hipoteses, modelos de regressao e producao de saidas publicaveis.\n\nDesenvolvido originalmente em Stanford em 1968 e agora de propriedade da IBM, o SPSS combina uma interface grafica com uma linguagem de scripting procedural. Os arquivos de sintaxe permitem analises reproduziveis e processamento em lote, tornando-o uma ferramenta essencial nas ciencias sociais, comportamentais e da saude."
11673
+ }
11674
+ }
11675
+ };
11676
+
10849
11677
  // src/languages/sql.ts
10850
11678
  var sql = {
10851
11679
  slug: "sql",
@@ -10891,6 +11719,55 @@ var sql = {
10891
11719
  }
10892
11720
  };
10893
11721
 
11722
+ // src/languages/squirrel.ts
11723
+ var squirrel = {
11724
+ slug: "squirrel",
11725
+ publishedDate: "2003-01-01",
11726
+ extensions: [".nut"],
11727
+ author: "Alberto Demichelis",
11728
+ website: "https://github.com/albertodemichelis/squirrel",
11729
+ paradigms: ["object-oriented", "scripting", "procedural", "functional"],
11730
+ tooling: {
11731
+ runtimes: ["Squirrel VM"],
11732
+ ecosystems: ["Game Development", "Embedded Scripting", "Valve Source Engine"]
11733
+ },
11734
+ version: "3.2",
11735
+ logo: "https://dummyimage.com/32x32/CC4A00/ffffff.png&text=SQ",
11736
+ color: "#CC4A00",
11737
+ i18n: {
11738
+ en: {
11739
+ name: "Squirrel",
11740
+ description: "A lightweight scripting language designed for embedding in games and C/C++ applications.",
11741
+ longDescription: "Squirrel is a high-level, lightweight scripting language designed to be embedded in applications and game engines. Its syntax is heavily influenced by C, C++, and Java, and it features a stack-based virtual machine, closures, generators, and automatic memory management through reference counting with cycle detection.\n\nCreated by Alberto Demichelis, Squirrel gained wide adoption through the Valve Source Engine, where it powers scripts in games such as Left 4 Dead 2 and Team Fortress 2. The language trades some runtime safety for performance and a small footprint, making it well suited to real-time applications where scripting overhead must be minimal."
11742
+ },
11743
+ es: {
11744
+ name: "Squirrel",
11745
+ description: "Lenguaje de scripting ligero disenado para incrustar en juegos y aplicaciones C/C++.",
11746
+ longDescription: "Squirrel es un lenguaje de scripting de alto nivel y bajo peso disenado para incrustarse en aplicaciones y motores de juego. Su sintaxis esta influenciada por C, C++ y Java, con una maquina virtual basada en pila, closures, generadores y gestion automatica de memoria mediante conteo de referencias con deteccion de ciclos.\n\nCreado por Alberto Demichelis, Squirrel obtuvo amplia adopcion a traves del motor Valve Source, donde impulsa scripts en juegos como Left 4 Dead 2 y Team Fortress 2. El lenguaje ofrece rendimiento y huella reducida a cambio de algo de seguridad en tiempo de ejecucion, siendo ideal para aplicaciones en tiempo real."
11747
+ },
11748
+ it: {
11749
+ name: "Squirrel",
11750
+ description: "Linguaggio di scripting leggero progettato per essere incorporato in giochi e applicazioni C/C++.",
11751
+ longDescription: "Squirrel e un linguaggio di scripting ad alto livello e leggero progettato per essere incorporato in applicazioni e motori di gioco. La sua sintassi e fortemente influenzata da C, C++ e Java, con una macchina virtuale basata su stack, closure, generatori e gestione automatica della memoria tramite conteggio dei riferimenti con rilevamento dei cicli.\n\nCreato da Alberto Demichelis, Squirrel ha ottenuto ampia adozione attraverso il Valve Source Engine, dove alimenta script in giochi come Left 4 Dead 2 e Team Fortress 2. Il linguaggio privilegia prestazioni e ridotto ingombro rispetto ad alcune garanzie di sicurezza, rendendolo adatto ad applicazioni in tempo reale."
11752
+ },
11753
+ fr: {
11754
+ name: "Squirrel",
11755
+ description: "Langage de script leger concu pour etre integre dans des jeux et applications C/C++.",
11756
+ longDescription: "Squirrel est un langage de script leger et haut niveau concu pour etre integre dans des applications et moteurs de jeu. Sa syntaxe est fortement inspiree de C, C++ et Java, avec une machine virtuelle a pile, des closures, des generateurs et une gestion automatique de la memoire par comptage de references avec detection des cycles.\n\nCree par Alberto Demichelis, Squirrel a ete largement adopte via le Valve Source Engine, ou il alimente les scripts de jeux tels que Left 4 Dead 2 et Team Fortress 2. Il privilegia performances et encombrement minimal au detriment de certaines garanties de securite, ce qui le rend adapte aux applications temps reel."
11757
+ },
11758
+ de: {
11759
+ name: "Squirrel",
11760
+ description: "Leichtgewichtige Skriptsprache fur die Einbettung in Spiele und C/C++-Anwendungen.",
11761
+ longDescription: "Squirrel ist eine hochwertige, leichtgewichtige Skriptsprache, die fur die Einbettung in Anwendungen und Spiel-Engines entwickelt wurde. Die Syntax ist stark von C, C++ und Java beeinflusst und umfasst eine stapelbasierte virtuelle Maschine, Closures, Generatoren und automatische Speicherverwaltung durch Referenzzahlung mit Zykluserkennung.\n\nVon Alberto Demichelis entwickelt, wurde Squirrel durch die Valve Source Engine weit verbreitet, wo es Skripte in Spielen wie Left 4 Dead 2 und Team Fortress 2 antreibt. Die Sprache tauscht einige Laufzeitsicherheiten gegen Leistung und geringen Speicherbedarf, was sie fur Echtzeitanwendungen geeignet macht."
11762
+ },
11763
+ pt: {
11764
+ name: "Squirrel",
11765
+ description: "Linguagem de script leve projetada para incorporacao em jogos e aplicacoes C/C++.",
11766
+ longDescription: "Squirrel e uma linguagem de script de alto nivel e baixo peso projetada para ser incorporada em aplicacoes e engines de jogos. Sua sintaxe e fortemente influenciada por C, C++ e Java, com uma maquina virtual baseada em pilha, closures, geradores e gerenciamento automatico de memoria por contagem de referencias com deteccao de ciclos.\n\nCriada por Alberto Demichelis, o Squirrel obteve ampla adocao pelo Valve Source Engine, onde impulsiona scripts em jogos como Left 4 Dead 2 e Team Fortress 2. A linguagem privilegia desempenho e pegada reduzida em detrimento de algumas garantias de seguranca, sendo ideal para aplicacoes em tempo real."
11767
+ }
11768
+ }
11769
+ };
11770
+
10894
11771
  // src/languages/standard-ml.ts
10895
11772
  var standardMl = {
10896
11773
  slug: "standard-ml",
@@ -11731,6 +12608,55 @@ var tsql = {
11731
12608
  }
11732
12609
  };
11733
12610
 
12611
+ // src/languages/twee.ts
12612
+ var twee = {
12613
+ slug: "twee",
12614
+ publishedDate: "2009-01-01",
12615
+ extensions: [".tw", ".twee", ".tw2"],
12616
+ author: "Chris Klimas and contributors",
12617
+ website: "https://twinery.org",
12618
+ paradigms: ["narrative", "declarative", "markup", "hypertext"],
12619
+ tooling: {
12620
+ runtimes: ["Twine", "Tweego"],
12621
+ ecosystems: ["Interactive Fiction", "Narrative Games", "Game Development"]
12622
+ },
12623
+ version: "2.10.0",
12624
+ logo: "https://avatars.githubusercontent.com/u/2966890?v=4",
12625
+ color: "#0A6D91",
12626
+ i18n: {
12627
+ en: {
12628
+ name: "Twee/Twine",
12629
+ description: "A plain-text format for writing interactive hypertext fiction in the Twine ecosystem.",
12630
+ longDescription: "Twee is the plain-text source format underlying the Twine interactive fiction ecosystem. Passages are defined with double-bracket links and special markup that compiles to story formats such as Harlowe, Sugarcube, and Chapbook, producing self-contained HTML files that run in any browser without plugins.\n\nOriginally created by Chris Klimas as a visual tool for non-programmers, Twine and its Twee format have become a popular entry point for interactive fiction authors. The command-line compiler Tweego enables version-controlled, file-based authoring workflows, while the graphical Twine editor supports visual story mapping."
12631
+ },
12632
+ es: {
12633
+ name: "Twee/Twine",
12634
+ description: "Formato de texto plano para escribir ficcion interactiva de hipertexto en el ecosistema Twine.",
12635
+ longDescription: "Twee es el formato de texto plano subyacente al ecosistema de ficcion interactiva Twine. Los pasajes se definen con enlaces de doble corchete y marcado especial que se compila a formatos de historia como Harlowe, Sugarcube y Chapbook, produciendo archivos HTML autocontenidos que funcionan en cualquier navegador sin complementos.\n\nCreado originalmente por Chris Klimas como herramienta visual para no programadores, Twine y su formato Twee se han convertido en un popular punto de entrada para autores de ficcion interactiva. El compilador de linea de comandos Tweego permite flujos de trabajo basados en archivos con control de versiones, mientras que el editor grafico Twine admite mapeo visual de historias."
12636
+ },
12637
+ it: {
12638
+ name: "Twee/Twine",
12639
+ description: "Formato in testo semplice per scrivere narrativa interattiva ipertestuale nell ecosistema Twine.",
12640
+ longDescription: "Twee e il formato in testo semplice alla base dell ecosistema di narrativa interattiva Twine. I passaggi sono definiti con link a doppie parentesi e markup speciale che si compila in formati come Harlowe, Sugarcube e Chapbook, producendo file HTML autonomi eseguibili in qualsiasi browser senza plugin.\n\nOriginariamente creato da Chris Klimas come strumento visivo per non programmatori, Twine e il formato Twee sono diventati un punto di ingresso popolare per gli autori di narrativa interattiva. Il compilatore da riga di comando Tweego abilita flussi di lavoro basati su file con controllo versione, mentre l editor grafico Twine supporta la mappatura visiva delle storie."
12641
+ },
12642
+ fr: {
12643
+ name: "Twee/Twine",
12644
+ description: "Format texte brut pour ecrire de la fiction interactive hypertextuelle dans l ecosysteme Twine.",
12645
+ longDescription: "Twee est le format texte brut sous-jacent a l ecosysteme de fiction interactive Twine. Les passages sont definis avec des liens a double crochet et un balisage special qui se compile vers des formats d histoire comme Harlowe, Sugarcube et Chapbook, produisant des fichiers HTML autonomes fonctionnant dans n importe quel navigateur sans plugin.\n\nCree initialement par Chris Klimas comme outil visuel pour les non-programmeurs, Twine et son format Twee sont devenus un point d entree populaire pour les auteurs de fiction interactive. Le compilateur en ligne de commande Tweego permet des flux de travail bases sur des fichiers avec controle de version, tandis que l editeur graphique Twine permet la cartographie visuelle des histoires."
12646
+ },
12647
+ de: {
12648
+ name: "Twee/Twine",
12649
+ description: "Klartextformat fur das Schreiben interaktiver Hypertextfiction im Twine-Okosystem.",
12650
+ longDescription: "Twee ist das Klartextquellenformat des Twine-Interaktivfiction-Okosystems. Passagen werden mit doppeleckigen Klammern und speziellem Markup definiert, das zu Story-Formaten wie Harlowe, Sugarcube und Chapbook kompiliert wird und eigenstandige HTML-Dateien erzeugt, die ohne Plugins in jedem Browser laufen.\n\nUrsprunglich von Chris Klimas als visuelles Werkzeug fur Nicht-Programmierer entwickelt, sind Twine und das Twee-Format zu einem beliebten Einstiegspunkt fur Interaktivfiction-Autoren geworden. Der Kommandozeilencompiler Tweego ermoglicht dateibasierte Arbeitsablaufe mit Versionskontrolle, wahrend der grafische Twine-Editor visuelles Story-Mapping unterstutzt."
12651
+ },
12652
+ pt: {
12653
+ name: "Twee/Twine",
12654
+ description: "Formato de texto simples para escrever ficcao interativa de hipertexto no ecossistema Twine.",
12655
+ longDescription: "Twee e o formato de texto simples subjacente ao ecossistema de ficcao interativa Twine. As passagens sao definidas com links de duplo colchete e marcacao especial que compila para formatos de historia como Harlowe, Sugarcube e Chapbook, produzindo arquivos HTML autocontidos que funcionam em qualquer navegador sem plugins.\n\nCriado originalmente por Chris Klimas como ferramenta visual para nao-programadores, Twine e seu formato Twee tornaram-se um ponto de entrada popular para autores de ficcao interativa. O compilador de linha de comando Tweego permite fluxos de trabalho baseados em arquivos com controle de versao, enquanto o editor grafico Twine suporta mapeamento visual de historias."
12656
+ }
12657
+ }
12658
+ };
12659
+
11734
12660
  // src/languages/twig.ts
11735
12661
  var twig = {
11736
12662
  slug: "twig",
@@ -12080,6 +13006,54 @@ var vale = {
12080
13006
  }
12081
13007
  };
12082
13008
 
13009
+ // src/languages/vba.ts
13010
+ var vba = {
13011
+ slug: "vba",
13012
+ publishedDate: "1993-04-01",
13013
+ extensions: [".bas", ".cls", ".frm", ".vba"],
13014
+ author: "Microsoft",
13015
+ website: "https://learn.microsoft.com/en-us/office/vba/api/overview/",
13016
+ paradigms: ["imperative", "object-oriented", "event-driven"],
13017
+ tooling: {
13018
+ ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
13019
+ },
13020
+ version: "VBA 7.1",
13021
+ logo: "https://dummyimage.com/32x32/217346/ffffff.png&text=VBA",
13022
+ color: "#217346",
13023
+ i18n: {
13024
+ en: {
13025
+ name: "VBA",
13026
+ description: "A macro language embedded in Microsoft Office applications.",
13027
+ longDescription: "Visual Basic for Applications (VBA) is an event-driven programming language built into most Microsoft Office applications.\n\nIt enables automation of repetitive tasks, creation of custom functions, interaction with Windows APIs, and integration between Office applications such as Excel, Word, Access, and Outlook."
13028
+ },
13029
+ es: {
13030
+ name: "VBA",
13031
+ description: "Un lenguaje de macros integrado en las aplicaciones de Microsoft Office.",
13032
+ longDescription: "Visual Basic for Applications (VBA) es un lenguaje de programacion orientado a eventos integrado en la mayoria de las aplicaciones de Microsoft Office.\n\nPermite automatizar tareas repetitivas, crear funciones personalizadas, interactuar con las APIs de Windows e integrar aplicaciones de Office como Excel, Word, Access y Outlook."
13033
+ },
13034
+ it: {
13035
+ name: "VBA",
13036
+ description: "Un linguaggio macro integrato nelle applicazioni Microsoft Office.",
13037
+ longDescription: "Visual Basic for Applications (VBA) e un linguaggio di programmazione orientato agli eventi integrato nella maggior parte delle applicazioni Microsoft Office.\n\nConsente di automatizzare le attivita ripetitive, creare funzioni personalizzate, interagire con le API di Windows e integrare applicazioni Office come Excel, Word, Access e Outlook."
13038
+ },
13039
+ fr: {
13040
+ name: "VBA",
13041
+ description: "Un langage de macros int\xE9gr\xE9 aux applications Microsoft Office.",
13042
+ longDescription: "Visual Basic for Applications (VBA) est un langage de programmation orient\xE9 \xE9v\xE9nements int\xE9gr\xE9 dans la plupart des applications Microsoft Office.\n\nIl permet d'automatiser les t\xE2ches r\xE9p\xE9titives, de cr\xE9er des fonctions personnalis\xE9es, d'interagir avec les API Windows et d'int\xE9grer des applications Office comme Excel, Word, Access et Outlook."
13043
+ },
13044
+ de: {
13045
+ name: "VBA",
13046
+ description: "Eine in Microsoft Office-Anwendungen eingebettete Makrosprache.",
13047
+ longDescription: "Visual Basic for Applications (VBA) ist eine ereignisgesteuerte Programmiersprache, die in die meisten Microsoft Office-Anwendungen integriert ist.\n\nSie erm\xF6glicht die Automatisierung von Routineaufgaben, die Erstellung benutzerdefinierter Funktionen, die Interaktion mit Windows-APIs und die Integration von Office-Anwendungen wie Excel, Word, Access und Outlook."
13048
+ },
13049
+ pt: {
13050
+ name: "VBA",
13051
+ description: "Uma linguagem de macros incorporada nos aplicativos do Microsoft Office.",
13052
+ longDescription: "Visual Basic for Applications (VBA) \xE9 uma linguagem de programa\xE7\xE3o orientada a eventos integrada \xE0 maioria dos aplicativos Microsoft Office.\n\nPermite automatizar tarefas repetitivas, criar fun\xE7\xF5es personalizadas, interagir com APIs do Windows e integrar aplicativos Office como Excel, Word, Access e Outlook."
13053
+ }
13054
+ }
13055
+ };
13056
+
12083
13057
  // src/languages/velocity.ts
12084
13058
  var velocity = {
12085
13059
  slug: "velocity",
@@ -12428,6 +13402,55 @@ var vyper = {
12428
13402
  }
12429
13403
  };
12430
13404
 
13405
+ // src/languages/wdl.ts
13406
+ var wdl = {
13407
+ slug: "wdl",
13408
+ publishedDate: "2016-01-01",
13409
+ extensions: [".wdl"],
13410
+ author: "Broad Institute and OpenWDL community",
13411
+ website: "https://openwdl.org",
13412
+ paradigms: ["declarative", "dataflow", "pipeline"],
13413
+ tooling: {
13414
+ runtimes: ["Cromwell", "miniwdl", "Terra"],
13415
+ ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
13416
+ },
13417
+ version: "1.2.0",
13418
+ logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
13419
+ color: "#3C6DA6",
13420
+ i18n: {
13421
+ en: {
13422
+ name: "WDL",
13423
+ description: "A workflow definition language for describing portable and reproducible data pipelines.",
13424
+ 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."
13425
+ },
13426
+ es: {
13427
+ name: "WDL",
13428
+ description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
13429
+ 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."
13430
+ },
13431
+ it: {
13432
+ name: "WDL",
13433
+ description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
13434
+ 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."
13435
+ },
13436
+ fr: {
13437
+ name: "WDL",
13438
+ description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
13439
+ 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."
13440
+ },
13441
+ de: {
13442
+ name: "WDL",
13443
+ description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
13444
+ 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."
13445
+ },
13446
+ pt: {
13447
+ name: "WDL",
13448
+ description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
13449
+ 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."
13450
+ }
13451
+ }
13452
+ };
13453
+
12431
13454
  // src/languages/webassembly.ts
12432
13455
  var webassembly = {
12433
13456
  slug: "webassembly",
@@ -12671,6 +13694,54 @@ var xml = {
12671
13694
  }
12672
13695
  };
12673
13696
 
13697
+ // src/languages/xpath.ts
13698
+ var xpath = {
13699
+ slug: "xpath",
13700
+ publishedDate: "1999-11-16",
13701
+ extensions: [".xpath", ".xpth"],
13702
+ author: "W3C",
13703
+ website: "https://www.w3.org/TR/xpath-31/",
13704
+ paradigms: ["declarative", "functional"],
13705
+ tooling: {
13706
+ ecosystems: ["XML", "HTML", "XSLT", "XQuery"]
13707
+ },
13708
+ version: "XPath 3.1",
13709
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
13710
+ color: "#0076A8",
13711
+ i18n: {
13712
+ en: {
13713
+ name: "XPath",
13714
+ description: "A query language for selecting nodes from XML and HTML documents.",
13715
+ longDescription: "XPath (XML Path Language) is a query language for selecting nodes from XML and HTML documents and computing values from their content.\n\nIt uses a path syntax to navigate the document tree and is embedded in XSLT, XQuery, XSD, and many XML-aware APIs. XPath 3.1 adds functional programming features including higher-order functions and maps."
13716
+ },
13717
+ es: {
13718
+ name: "XPath",
13719
+ description: "Un lenguaje de consulta para seleccionar nodos de documentos XML y HTML.",
13720
+ longDescription: "XPath (XML Path Language) es un lenguaje de consulta para seleccionar nodos de documentos XML y HTML y calcular valores a partir de su contenido.\n\nUtiliza una sintaxis de ruta para navegar por el \xE1rbol del documento y est\xE1 integrado en XSLT, XQuery, XSD y muchas APIs compatibles con XML. XPath 3.1 a\xF1ade caracter\xEDsticas de programaci\xF3n funcional incluyendo funciones de orden superior y mapas."
13721
+ },
13722
+ it: {
13723
+ name: "XPath",
13724
+ description: "Un linguaggio di query per selezionare nodi da documenti XML e HTML.",
13725
+ longDescription: "XPath (XML Path Language) e un linguaggio di query per selezionare nodi da documenti XML e HTML e calcolare valori dal loro contenuto.\n\nUtilizza una sintassi di percorso per navigare nell'albero del documento ed e incorporato in XSLT, XQuery, XSD e molte API compatibili con XML. XPath 3.1 aggiunge funzionalita di programmazione funzionale tra cui funzioni di ordine superiore e mappe."
13726
+ },
13727
+ fr: {
13728
+ name: "XPath",
13729
+ description: "Un langage de requ\xEAte pour s\xE9lectionner des n\u0153uds dans des documents XML et HTML.",
13730
+ longDescription: "XPath (XML Path Language) est un langage de requ\xEAte pour s\xE9lectionner des n\u0153uds dans des documents XML et HTML et calculer des valeurs \xE0 partir de leur contenu.\n\nIl utilise une syntaxe de chemin pour naviguer dans l'arborescence du document et est int\xE9gr\xE9 dans XSLT, XQuery, XSD et de nombreuses API compatibles XML. XPath 3.1 ajoute des fonctionnalit\xE9s de programmation fonctionnelle, notamment des fonctions d'ordre sup\xE9rieur et des cartes."
13731
+ },
13732
+ de: {
13733
+ name: "XPath",
13734
+ description: "Eine Abfragesprache zum Ausw\xE4hlen von Knoten aus XML- und HTML-Dokumenten.",
13735
+ longDescription: "XPath (XML Path Language) ist eine Abfragesprache zum Ausw\xE4hlen von Knoten aus XML- und HTML-Dokumenten und zum Berechnen von Werten aus deren Inhalt.\n\nSie verwendet eine Pfadsyntax zur Navigation im Dokumentenbaum und ist in XSLT, XQuery, XSD und viele XML-f\xE4hige APIs eingebettet. XPath 3.1 f\xFCgt funktionale Programmierfunktionen hinzu, einschlie\xDFlich Funktionen h\xF6herer Ordnung und Maps."
13736
+ },
13737
+ pt: {
13738
+ name: "XPath",
13739
+ description: "Uma linguagem de consulta para selecionar n\xF3s de documentos XML e HTML.",
13740
+ longDescription: "XPath (XML Path Language) \xE9 uma linguagem de consulta para selecionar n\xF3s de documentos XML e HTML e calcular valores a partir de seu conte\xFAdo.\n\nUsa uma sintaxe de caminho para navegar na \xE1rvore de documentos e est\xE1 incorporado em XSLT, XQuery, XSD e muitas APIs compat\xEDveis com XML. O XPath 3.1 adiciona recursos de programa\xE7\xE3o funcional, incluindo fun\xE7\xF5es de ordem superior e mapas."
13741
+ }
13742
+ }
13743
+ };
13744
+
12674
13745
  // src/languages/xquery.ts
12675
13746
  var xquery = {
12676
13747
  slug: "xquery",
@@ -13065,7 +14136,7 @@ var zsh = {
13065
14136
  }
13066
14137
  };
13067
14138
 
13068
- // src/catalog.ts
14139
+ // src/domain/language/catalog.ts
13069
14140
  var languages = [
13070
14141
  abap,
13071
14142
  actionscript,
@@ -13083,12 +14154,15 @@ var languages = [
13083
14154
  asciidoc,
13084
14155
  asp,
13085
14156
  assembly,
14157
+ assemblyscript,
14158
+ angelscript,
13086
14159
  astro,
13087
14160
  austral,
13088
14161
  autohotkey,
13089
14162
  avroIdl,
13090
14163
  awk,
13091
14164
  ballerina,
14165
+ basic,
13092
14166
  bash,
13093
14167
  batch,
13094
14168
  bazel,
@@ -13125,6 +14199,7 @@ var languages = [
13125
14199
  d,
13126
14200
  dafny,
13127
14201
  dart,
14202
+ dax,
13128
14203
  dhall,
13129
14204
  dita,
13130
14205
  dockerfile,
@@ -13154,6 +14229,7 @@ var languages = [
13154
14229
  gettext,
13155
14230
  git,
13156
14231
  gleam,
14232
+ gml,
13157
14233
  glsl,
13158
14234
  go,
13159
14235
  gradle,
@@ -13175,6 +14251,7 @@ var languages = [
13175
14251
  idris,
13176
14252
  ini,
13177
14253
  ink,
14254
+ inkNarrative,
13178
14255
  io,
13179
14256
  isabelle,
13180
14257
  janet,
@@ -13218,12 +14295,15 @@ var languages = [
13218
14295
  meson,
13219
14296
  mercury,
13220
14297
  metal,
14298
+ modelica,
13221
14299
  mojo,
13222
14300
  modula2,
13223
14301
  moonbit,
13224
14302
  move,
14303
+ mumps,
13225
14304
  mustache,
13226
14305
  n1ql,
14306
+ nextflow,
13227
14307
  nginx,
13228
14308
  nickel,
13229
14309
  nim,
@@ -13232,10 +14312,12 @@ var languages = [
13232
14312
  nushell,
13233
14313
  objectiveC,
13234
14314
  ocaml,
14315
+ octave,
13235
14316
  oberon,
13236
14317
  odin,
13237
14318
  openapi,
13238
14319
  opencl,
14320
+ openscad,
13239
14321
  org,
13240
14322
  pascal,
13241
14323
  perl,
@@ -13248,7 +14330,10 @@ var languages = [
13248
14330
  plsql,
13249
14331
  pod,
13250
14332
  pony,
14333
+ postscript,
14334
+ powerquery,
13251
14335
  powershell,
14336
+ processing,
13252
14337
  prolog,
13253
14338
  promql,
13254
14339
  protobuf,
@@ -13270,6 +14355,7 @@ var languages = [
13270
14355
  rescript,
13271
14356
  restructuredtext,
13272
14357
  roc,
14358
+ rpg,
13273
14359
  ruby,
13274
14360
  rust,
13275
14361
  sas,
@@ -13280,13 +14366,16 @@ var languages = [
13280
14366
  simula,
13281
14367
  smalltalk,
13282
14368
  smarty,
14369
+ snakemake,
13283
14370
  snobol,
13284
14371
  solidity,
13285
14372
  soql,
13286
14373
  sparql,
13287
14374
  spark,
13288
14375
  spl,
14376
+ spss,
13289
14377
  sql,
14378
+ squirrel,
13290
14379
  standardMl,
13291
14380
  starlark,
13292
14381
  stata,
@@ -13304,12 +14393,14 @@ var languages = [
13304
14393
  toml,
13305
14394
  troff,
13306
14395
  tsql,
14396
+ twee,
13307
14397
  twig,
13308
14398
  typescript,
13309
14399
  typst,
13310
14400
  unison,
13311
14401
  v,
13312
14402
  vala,
14403
+ vba,
13313
14404
  vale,
13314
14405
  velocity,
13315
14406
  verilog,
@@ -13319,10 +14410,12 @@ var languages = [
13319
14410
  vue,
13320
14411
  vyper,
13321
14412
  webassembly,
14413
+ wdl,
13322
14414
  wgsl,
13323
14415
  wren,
13324
14416
  xaml,
13325
14417
  xml,
14418
+ xpath,
13326
14419
  xquery,
13327
14420
  xslt,
13328
14421
  yaml,
@@ -13333,7 +14426,7 @@ var languages = [
13333
14426
  zsh
13334
14427
  ];
13335
14428
 
13336
- // src/match.ts
14429
+ // src/domain/detection/match.ts
13337
14430
  var pathSegmentPattern = /[/\\]/;
13338
14431
  var getBasename = (filename) => filename.trim().split(pathSegmentPattern).at(-1)?.toLowerCase() ?? "";
13339
14432
  var matchesExtension = (basename, extension) => {
@@ -13357,7 +14450,7 @@ var detectMatchingEntries = (entries, filename) => {
13357
14450
  })).filter(({ matchLength }) => Number.isFinite(matchLength)).sort((first, second) => second.matchLength - first.matchLength || first.index - second.index).map(({ entry }) => entry);
13358
14451
  };
13359
14452
 
13360
- // src/detect.ts
14453
+ // src/domain/detection/detect.ts
13361
14454
  var detectLanguages = (filename) => {
13362
14455
  return detectMatchingEntries(languages, filename);
13363
14456
  };