code-languages 1.37.0 → 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 (64) hide show
  1. package/README.md +12 -1
  2. package/dist/{api-DVDG0xl6.d.cts → api-CjNcbLKv.d.cts} +1 -1
  3. package/dist/{api-CvUpukaI.d.ts → api-u3GKPoGq.d.ts} +1 -1
  4. package/dist/api.cjs +675 -0
  5. package/dist/api.d.cts +2 -2
  6. package/dist/api.d.ts +2 -2
  7. package/dist/api.js +675 -0
  8. package/dist/detect-slugs.cjs +11 -0
  9. package/dist/detect-slugs.d.cts +1 -1
  10. package/dist/detect-slugs.d.ts +1 -1
  11. package/dist/detect-slugs.js +11 -0
  12. package/dist/detect.cjs +543 -0
  13. package/dist/detect.js +543 -0
  14. package/dist/index.cjs +686 -0
  15. package/dist/index.d.cts +507 -2
  16. package/dist/index.d.ts +507 -2
  17. package/dist/index.js +687 -1
  18. package/dist/languages/assemblyscript.cjs +52 -0
  19. package/dist/languages/assemblyscript.d.cts +49 -0
  20. package/dist/languages/assemblyscript.d.ts +49 -0
  21. package/dist/languages/assemblyscript.js +50 -0
  22. package/dist/languages/basic.cjs +48 -0
  23. package/dist/languages/basic.d.cts +45 -0
  24. package/dist/languages/basic.d.ts +45 -0
  25. package/dist/languages/basic.js +46 -0
  26. package/dist/languages/dax.cjs +56 -0
  27. package/dist/languages/dax.d.cts +48 -0
  28. package/dist/languages/dax.d.ts +48 -0
  29. package/dist/languages/dax.js +54 -0
  30. package/dist/languages/mumps.cjs +51 -0
  31. package/dist/languages/mumps.d.cts +48 -0
  32. package/dist/languages/mumps.d.ts +48 -0
  33. package/dist/languages/mumps.js +49 -0
  34. package/dist/languages/openscad.cjs +51 -0
  35. package/dist/languages/openscad.d.cts +48 -0
  36. package/dist/languages/openscad.d.ts +48 -0
  37. package/dist/languages/openscad.js +49 -0
  38. package/dist/languages/postscript.cjs +51 -0
  39. package/dist/languages/postscript.d.cts +48 -0
  40. package/dist/languages/postscript.d.ts +48 -0
  41. package/dist/languages/postscript.js +49 -0
  42. package/dist/languages/powerquery.cjs +51 -0
  43. package/dist/languages/powerquery.d.cts +48 -0
  44. package/dist/languages/powerquery.d.ts +48 -0
  45. package/dist/languages/powerquery.js +49 -0
  46. package/dist/languages/processing.cjs +52 -0
  47. package/dist/languages/processing.d.cts +49 -0
  48. package/dist/languages/processing.d.ts +49 -0
  49. package/dist/languages/processing.js +50 -0
  50. package/dist/languages/rpg.cjs +51 -0
  51. package/dist/languages/rpg.d.cts +48 -0
  52. package/dist/languages/rpg.d.ts +48 -0
  53. package/dist/languages/rpg.js +49 -0
  54. package/dist/languages/vba.cjs +51 -0
  55. package/dist/languages/vba.d.cts +48 -0
  56. package/dist/languages/vba.d.ts +48 -0
  57. package/dist/languages/vba.js +49 -0
  58. package/dist/languages/xpath.cjs +51 -0
  59. package/dist/languages/xpath.d.cts +48 -0
  60. package/dist/languages/xpath.d.ts +48 -0
  61. package/dist/languages/xpath.js +49 -0
  62. package/dist/{registry-xJ7UlZlJ.d.cts → registry-p4uQJ2gP.d.cts} +33 -0
  63. package/dist/{registry-xJ7UlZlJ.d.ts → registry-p4uQJ2gP.d.ts} +33 -0
  64. package/package.json +56 -1
package/dist/api.cjs CHANGED
@@ -947,6 +947,64 @@ var init_assembly = __esm({
947
947
  }
948
948
  });
949
949
 
950
+ // src/languages/assemblyscript.ts
951
+ var assemblyscript_exports = {};
952
+ __export(assemblyscript_exports, {
953
+ assemblyscript: () => assemblyscript
954
+ });
955
+ var assemblyscript;
956
+ var init_assemblyscript = __esm({
957
+ "src/languages/assemblyscript.ts"() {
958
+ assemblyscript = {
959
+ slug: "assemblyscript",
960
+ publishedDate: "2017-06-06",
961
+ extensions: [".as"],
962
+ author: "Daniel Wirtz / AssemblyScript Contributors",
963
+ website: "https://www.assemblyscript.org",
964
+ paradigms: ["imperative", "object-oriented", "compiled"],
965
+ tooling: {
966
+ runtimes: ["Wasm", "WASI"],
967
+ ecosystems: ["WebAssembly"]
968
+ },
969
+ version: "0.27.32",
970
+ logo: "https://avatars.githubusercontent.com/u/28916798?v=4",
971
+ color: "#007AAC",
972
+ i18n: {
973
+ en: {
974
+ name: "AssemblyScript",
975
+ description: "A TypeScript-like language that compiles to WebAssembly.",
976
+ 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."
977
+ },
978
+ es: {
979
+ name: "AssemblyScript",
980
+ description: "Un lenguaje similar a TypeScript que compila a WebAssembly.",
981
+ 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."
982
+ },
983
+ it: {
984
+ name: "AssemblyScript",
985
+ description: "Un linguaggio simile a TypeScript che compila in WebAssembly.",
986
+ 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."
987
+ },
988
+ fr: {
989
+ name: "AssemblyScript",
990
+ description: "Un langage similaire \xE0 TypeScript qui compile en WebAssembly.",
991
+ 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."
992
+ },
993
+ de: {
994
+ name: "AssemblyScript",
995
+ description: "Eine TypeScript-\xE4hnliche Sprache, die zu WebAssembly kompiliert.",
996
+ 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."
997
+ },
998
+ pt: {
999
+ name: "AssemblyScript",
1000
+ description: "Uma linguagem semelhante ao TypeScript que compila para WebAssembly.",
1001
+ 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."
1002
+ }
1003
+ }
1004
+ };
1005
+ }
1006
+ });
1007
+
950
1008
  // src/languages/angelscript.ts
951
1009
  var angelscript_exports = {};
952
1010
  __export(angelscript_exports, {
@@ -1356,6 +1414,60 @@ var init_ballerina = __esm({
1356
1414
  }
1357
1415
  });
1358
1416
 
1417
+ // src/languages/basic.ts
1418
+ var basic_exports = {};
1419
+ __export(basic_exports, {
1420
+ basic: () => basic
1421
+ });
1422
+ var basic;
1423
+ var init_basic = __esm({
1424
+ "src/languages/basic.ts"() {
1425
+ basic = {
1426
+ slug: "basic",
1427
+ publishedDate: "1964-05-01",
1428
+ extensions: [".bas", ".bi", ".bb"],
1429
+ author: "John G. Kemeny, Thomas E. Kurtz",
1430
+ website: "https://freebasic.net",
1431
+ paradigms: ["imperative", "procedural", "structured"],
1432
+ version: "FreeBASIC 1.10.1",
1433
+ logo: "https://avatars.githubusercontent.com/u/5598624?v=4",
1434
+ color: "#00599C",
1435
+ i18n: {
1436
+ en: {
1437
+ name: "BASIC",
1438
+ description: "A family of general-purpose high-level programming languages designed for ease of use.",
1439
+ longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) was designed in 1964 to enable non-science students to use computers.\n\nModern descendants include FreeBASIC, QB64, and Visual Basic. FreeBASIC remains actively maintained, offering compiled programs, inline assembly, and compatibility with classic BASIC code while adding modern structures like objects, pointers, and preprocessor directives."
1440
+ },
1441
+ es: {
1442
+ name: "BASIC",
1443
+ description: "Una familia de lenguajes de programaci\xF3n de alto nivel de prop\xF3sito general dise\xF1ados para la facilidad de uso.",
1444
+ longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fue dise\xF1ado en 1964 para permitir a estudiantes no cient\xEDficos usar computadoras.\n\nLos descendientes modernos incluyen FreeBASIC, QB64 y Visual Basic. FreeBASIC sigue mantenido activamente, ofreciendo programas compilados, ensamblador en l\xEDnea y compatibilidad con c\xF3digo BASIC cl\xE1sico, al tiempo que a\xF1ade estructuras modernas como objetos, punteros y directivas de preprocesador."
1445
+ },
1446
+ it: {
1447
+ name: "BASIC",
1448
+ description: "Una famiglia di linguaggi di programmazione di alto livello a uso generale progettati per la facilit\xE0 d'uso.",
1449
+ longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) fu progettato nel 1964 per consentire agli studenti non scientifici di usare i computer.\n\nI discendenti moderni includono FreeBASIC, QB64 e Visual Basic. FreeBASIC e ancora attivamente mantenuto, offrendo programmi compilati, assembly inline e compatibilita con il codice BASIC classico, aggiungendo strutture moderne come oggetti, puntatori e direttive del preprocessore."
1450
+ },
1451
+ fr: {
1452
+ name: "BASIC",
1453
+ description: "Une famille de langages de programmation de haut niveau \xE0 usage g\xE9n\xE9ral con\xE7us pour la facilit\xE9 d'utilisation.",
1454
+ longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) a \xE9t\xE9 con\xE7u en 1964 pour permettre aux \xE9tudiants non scientifiques d'utiliser des ordinateurs.\n\nLes descendants modernes comprennent FreeBASIC, QB64 et Visual Basic. FreeBASIC est encore activement maintenu, offrant des programmes compil\xE9s, de l'assembleur en ligne et une compatibilit\xE9 avec le code BASIC classique tout en ajoutant des structures modernes comme des objets, des pointeurs et des directives de pr\xE9processeur."
1455
+ },
1456
+ de: {
1457
+ name: "BASIC",
1458
+ description: "Eine Familie von allgemeinen Hochsprachen, die auf Benutzerfreundlichkeit ausgelegt sind.",
1459
+ longDescription: "BASIC (Beginner's All-purpose Symbolic Instruction Code) wurde 1964 entwickelt, um Nicht-Informatikstudenten die Nutzung von Computern zu erm\xF6glichen.\n\nModerne Nachfolger sind FreeBASIC, QB64 und Visual Basic. FreeBASIC wird aktiv gepflegt und bietet kompilierte Programme, Inline-Assembler und Kompatibilit\xE4t mit klassischem BASIC-Code, w\xE4hrend moderne Strukturen wie Objekte, Zeiger und Pr\xE4prozessor-Direktiven hinzugef\xFCgt werden."
1460
+ },
1461
+ pt: {
1462
+ name: "BASIC",
1463
+ description: "Uma fam\xEDlia de linguagens de programa\xE7\xE3o de alto n\xEDvel de prop\xF3sito geral projetadas para facilidade de uso.",
1464
+ longDescription: "BASIC (Beginners' All-purpose Symbolic Instruction Code) foi projetado em 1964 para permitir que estudantes de \xE1reas n\xE3o cient\xEDficas usassem computadores.\n\nOs descendentes modernos incluem FreeBASIC, QB64 e Visual Basic. O FreeBASIC ainda \xE9 ativamente mantido, oferecendo programas compilados, assembly inline e compatibilidade com c\xF3digo BASIC cl\xE1ssico, enquanto adiciona estruturas modernas como objetos, ponteiros e diretivas de pr\xE9-processador."
1465
+ }
1466
+ }
1467
+ };
1468
+ }
1469
+ });
1470
+
1359
1471
  // src/languages/bash.ts
1360
1472
  var bash_exports = {};
1361
1473
  __export(bash_exports, {
@@ -3463,6 +3575,68 @@ var init_dart = __esm({
3463
3575
  }
3464
3576
  });
3465
3577
 
3578
+ // src/languages/dax.ts
3579
+ var dax_exports = {};
3580
+ __export(dax_exports, {
3581
+ dax: () => dax
3582
+ });
3583
+ var dax;
3584
+ var init_dax = __esm({
3585
+ "src/languages/dax.ts"() {
3586
+ dax = {
3587
+ slug: "dax",
3588
+ publishedDate: "2009-07-01",
3589
+ extensions: [".dax"],
3590
+ author: "Microsoft",
3591
+ website: "https://learn.microsoft.com/en-us/dax/",
3592
+ paradigms: ["declarative", "functional"],
3593
+ tooling: {
3594
+ ecosystems: [
3595
+ "Microsoft Power BI",
3596
+ "Excel",
3597
+ "Azure Analysis Services",
3598
+ "SQL Server Analysis Services"
3599
+ ]
3600
+ },
3601
+ version: "DAX 2025",
3602
+ logo: "https://dummyimage.com/32x32/F2C811/000000.png&text=DAX",
3603
+ color: "#F2C811",
3604
+ i18n: {
3605
+ en: {
3606
+ name: "DAX",
3607
+ description: "A formula language for data modeling and analysis in Microsoft Power BI and Excel.",
3608
+ 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."
3609
+ },
3610
+ es: {
3611
+ name: "DAX",
3612
+ description: "Un lenguaje de f\xF3rmulas para modelado y an\xE1lisis de datos en Microsoft Power BI y Excel.",
3613
+ 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."
3614
+ },
3615
+ it: {
3616
+ name: "DAX",
3617
+ description: "Un linguaggio di formule per la modellazione e analisi dei dati in Microsoft Power BI ed Excel.",
3618
+ 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."
3619
+ },
3620
+ fr: {
3621
+ name: "DAX",
3622
+ description: "Un langage de formules pour la mod\xE9lisation et l'analyse des donn\xE9es dans Microsoft Power BI et Excel.",
3623
+ 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."
3624
+ },
3625
+ de: {
3626
+ name: "DAX",
3627
+ description: "Eine Formelsprache f\xFCr Datenmodellierung und -analyse in Microsoft Power BI und Excel.",
3628
+ 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."
3629
+ },
3630
+ pt: {
3631
+ name: "DAX",
3632
+ description: "Uma linguagem de f\xF3rmulas para modelagem e an\xE1lise de dados no Microsoft Power BI e Excel.",
3633
+ 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."
3634
+ }
3635
+ }
3636
+ };
3637
+ }
3638
+ });
3639
+
3466
3640
  // src/languages/dhall.ts
3467
3641
  var dhall_exports = {};
3468
3642
  __export(dhall_exports, {
@@ -9312,6 +9486,63 @@ var init_move = __esm({
9312
9486
  }
9313
9487
  });
9314
9488
 
9489
+ // src/languages/mumps.ts
9490
+ var mumps_exports = {};
9491
+ __export(mumps_exports, {
9492
+ mumps: () => mumps
9493
+ });
9494
+ var mumps;
9495
+ var init_mumps = __esm({
9496
+ "src/languages/mumps.ts"() {
9497
+ mumps = {
9498
+ slug: "mumps",
9499
+ publishedDate: "1966-01-01",
9500
+ extensions: [".mac", ".int", ".ro", ".mro"],
9501
+ author: "Neil Pappalardo",
9502
+ website: "https://docs.intersystems.com",
9503
+ paradigms: ["imperative", "procedural"],
9504
+ tooling: {
9505
+ ecosystems: ["Healthcare IT", "InterSystems IRIS", "InterSystems Cach\xE9"]
9506
+ },
9507
+ version: "InterSystems IRIS 2025.1",
9508
+ logo: "https://avatars.githubusercontent.com/u/1506671?v=4",
9509
+ color: "#00B4E3",
9510
+ i18n: {
9511
+ en: {
9512
+ name: "MUMPS",
9513
+ description: "A general-purpose programming language with hierarchical database built in, widely used in healthcare IT.",
9514
+ 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."
9515
+ },
9516
+ es: {
9517
+ name: "MUMPS",
9518
+ description: "Un lenguaje de programaci\xF3n de prop\xF3sito general con base de datos jer\xE1rquica integrada, ampliamente usado en TI sanitaria.",
9519
+ 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."
9520
+ },
9521
+ it: {
9522
+ name: "MUMPS",
9523
+ description: "Un linguaggio di programmazione generico con database gerarchico integrato, ampiamente usato nell'informatica sanitaria.",
9524
+ 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."
9525
+ },
9526
+ fr: {
9527
+ name: "MUMPS",
9528
+ 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.",
9529
+ 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."
9530
+ },
9531
+ de: {
9532
+ name: "MUMPS",
9533
+ description: "Eine Allzweck-Programmiersprache mit eingebetteter hierarchischer Datenbank, weit verbreitet in der Healthcare-IT.",
9534
+ 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."
9535
+ },
9536
+ pt: {
9537
+ name: "MUMPS",
9538
+ 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.",
9539
+ 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."
9540
+ }
9541
+ }
9542
+ };
9543
+ }
9544
+ });
9545
+
9315
9546
  // src/languages/mustache.ts
9316
9547
  var mustache_exports = {};
9317
9548
  __export(mustache_exports, {
@@ -10247,6 +10478,63 @@ var init_opencl = __esm({
10247
10478
  }
10248
10479
  });
10249
10480
 
10481
+ // src/languages/openscad.ts
10482
+ var openscad_exports = {};
10483
+ __export(openscad_exports, {
10484
+ openscad: () => openscad
10485
+ });
10486
+ var openscad;
10487
+ var init_openscad = __esm({
10488
+ "src/languages/openscad.ts"() {
10489
+ openscad = {
10490
+ slug: "openscad",
10491
+ publishedDate: "2010-01-01",
10492
+ extensions: [".scad"],
10493
+ author: "Marius Kintel, Clifford Wolf",
10494
+ website: "https://openscad.org",
10495
+ paradigms: ["functional", "declarative", "imperative"],
10496
+ tooling: {
10497
+ ecosystems: ["3D modeling", "CAD"]
10498
+ },
10499
+ version: "2021.01",
10500
+ logo: "https://avatars.githubusercontent.com/u/1864477?v=4",
10501
+ color: "#F5CD2F",
10502
+ i18n: {
10503
+ en: {
10504
+ name: "OpenSCAD",
10505
+ description: "A script-based 3D CAD modeler for creating solid 3D models.",
10506
+ 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."
10507
+ },
10508
+ es: {
10509
+ name: "OpenSCAD",
10510
+ description: "Un modelador 3D CAD basado en scripts para crear modelos s\xF3lidos 3D.",
10511
+ 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."
10512
+ },
10513
+ it: {
10514
+ name: "OpenSCAD",
10515
+ description: "Un modellatore CAD 3D basato su script per la creazione di modelli solidi 3D.",
10516
+ 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."
10517
+ },
10518
+ fr: {
10519
+ name: "OpenSCAD",
10520
+ description: "Un modeleur CAO 3D bas\xE9 sur des scripts pour cr\xE9er des mod\xE8les solides 3D.",
10521
+ 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."
10522
+ },
10523
+ de: {
10524
+ name: "OpenSCAD",
10525
+ description: "Ein skriptbasierter 3D-CAD-Modellierer zur Erstellung solider 3D-Modelle.",
10526
+ 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."
10527
+ },
10528
+ pt: {
10529
+ name: "OpenSCAD",
10530
+ description: "Um modelador CAD 3D baseado em scripts para criar modelos s\xF3lidos 3D.",
10531
+ 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."
10532
+ }
10533
+ }
10534
+ };
10535
+ }
10536
+ });
10537
+
10250
10538
  // src/languages/org.ts
10251
10539
  var org_exports = {};
10252
10540
  __export(org_exports, {
@@ -10949,6 +11237,120 @@ var init_pony = __esm({
10949
11237
  }
10950
11238
  });
10951
11239
 
11240
+ // src/languages/postscript.ts
11241
+ var postscript_exports = {};
11242
+ __export(postscript_exports, {
11243
+ postscript: () => postscript
11244
+ });
11245
+ var postscript;
11246
+ var init_postscript = __esm({
11247
+ "src/languages/postscript.ts"() {
11248
+ postscript = {
11249
+ slug: "postscript",
11250
+ publishedDate: "1984-01-01",
11251
+ extensions: [".ps", ".eps"],
11252
+ author: "John Warnock, Charles Geschke / Adobe Systems",
11253
+ website: "https://www.adobe.com/products/postscript.html",
11254
+ paradigms: ["stack-based", "declarative", "procedural"],
11255
+ tooling: {
11256
+ ecosystems: ["Print", "PDF"]
11257
+ },
11258
+ version: "PostScript 3",
11259
+ logo: "https://dummyimage.com/32x32/EC1C24/ffffff.png&text=PS",
11260
+ color: "#EC1C24",
11261
+ i18n: {
11262
+ en: {
11263
+ name: "PostScript",
11264
+ description: "A stack-based page description language used in professional printing and as the foundation of PDF.",
11265
+ 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."
11266
+ },
11267
+ es: {
11268
+ name: "PostScript",
11269
+ description: "Un lenguaje de descripci\xF3n de p\xE1gina basado en pila usado en impresi\xF3n profesional y como base del PDF.",
11270
+ 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."
11271
+ },
11272
+ it: {
11273
+ name: "PostScript",
11274
+ description: "Un linguaggio di descrizione delle pagine basato su stack utilizzato nella stampa professionale e come base del PDF.",
11275
+ 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."
11276
+ },
11277
+ fr: {
11278
+ name: "PostScript",
11279
+ description: "Un langage de description de page bas\xE9 sur une pile utilis\xE9 dans l'impression professionnelle et comme fondement du PDF.",
11280
+ 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."
11281
+ },
11282
+ de: {
11283
+ name: "PostScript",
11284
+ description: "Eine stapelbasierte Seitenbeschreibungssprache f\xFCr professionellen Druck und als Grundlage von PDF.",
11285
+ 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."
11286
+ },
11287
+ pt: {
11288
+ name: "PostScript",
11289
+ description: "Uma linguagem de descri\xE7\xE3o de p\xE1gina baseada em pilha usada em impress\xE3o profissional e como base do PDF.",
11290
+ 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."
11291
+ }
11292
+ }
11293
+ };
11294
+ }
11295
+ });
11296
+
11297
+ // src/languages/powerquery.ts
11298
+ var powerquery_exports = {};
11299
+ __export(powerquery_exports, {
11300
+ powerquery: () => powerquery
11301
+ });
11302
+ var powerquery;
11303
+ var init_powerquery = __esm({
11304
+ "src/languages/powerquery.ts"() {
11305
+ powerquery = {
11306
+ slug: "powerquery",
11307
+ publishedDate: "2013-01-01",
11308
+ extensions: [".pq", ".pqm"],
11309
+ author: "Microsoft",
11310
+ website: "https://learn.microsoft.com/en-us/powerquery-m/",
11311
+ paradigms: ["functional", "declarative"],
11312
+ tooling: {
11313
+ ecosystems: ["Microsoft Power BI", "Excel", "Azure Data Factory", "Microsoft Fabric"]
11314
+ },
11315
+ version: "Power Query M 2025",
11316
+ logo: "https://dummyimage.com/32x32/F2C811/000000.png&text=PQ",
11317
+ color: "#F2C811",
11318
+ i18n: {
11319
+ en: {
11320
+ name: "Power Query M",
11321
+ description: "A functional language for data transformation and ETL in Microsoft Power BI and Excel.",
11322
+ 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."
11323
+ },
11324
+ es: {
11325
+ name: "Power Query M",
11326
+ description: "Un lenguaje funcional para transformaci\xF3n de datos y ETL en Microsoft Power BI y Excel.",
11327
+ 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."
11328
+ },
11329
+ it: {
11330
+ name: "Power Query M",
11331
+ description: "Un linguaggio funzionale per la trasformazione dei dati e ETL in Microsoft Power BI ed Excel.",
11332
+ 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."
11333
+ },
11334
+ fr: {
11335
+ name: "Power Query M",
11336
+ description: "Un langage fonctionnel pour la transformation des donn\xE9es et ETL dans Microsoft Power BI et Excel.",
11337
+ 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."
11338
+ },
11339
+ de: {
11340
+ name: "Power Query M",
11341
+ description: "Eine funktionale Sprache f\xFCr Datentransformation und ETL in Microsoft Power BI und Excel.",
11342
+ 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."
11343
+ },
11344
+ pt: {
11345
+ name: "Power Query M",
11346
+ description: "Uma linguagem funcional para transforma\xE7\xE3o de dados e ETL no Microsoft Power BI e Excel.",
11347
+ 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."
11348
+ }
11349
+ }
11350
+ };
11351
+ }
11352
+ });
11353
+
10952
11354
  // src/languages/powershell.ts
10953
11355
  var powershell_exports = {};
10954
11356
  __export(powershell_exports, {
@@ -11008,6 +11410,64 @@ var init_powershell = __esm({
11008
11410
  }
11009
11411
  });
11010
11412
 
11413
+ // src/languages/processing.ts
11414
+ var processing_exports = {};
11415
+ __export(processing_exports, {
11416
+ processing: () => processing
11417
+ });
11418
+ var processing;
11419
+ var init_processing = __esm({
11420
+ "src/languages/processing.ts"() {
11421
+ processing = {
11422
+ slug: "processing",
11423
+ publishedDate: "2001-08-01",
11424
+ extensions: [".pde"],
11425
+ author: "Casey Reas, Ben Fry",
11426
+ website: "https://processing.org",
11427
+ paradigms: ["imperative", "object-oriented", "visual"],
11428
+ tooling: {
11429
+ runtimes: ["JVM", "Java"],
11430
+ ecosystems: ["Creative coding", "Java"]
11431
+ },
11432
+ version: "4.4.5",
11433
+ logo: "https://cdn.simpleicons.org/processingfoundation/006699",
11434
+ color: "#006699",
11435
+ i18n: {
11436
+ en: {
11437
+ name: "Processing",
11438
+ description: "A flexible software sketchbook and language for learning to code in the context of the visual arts.",
11439
+ 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."
11440
+ },
11441
+ es: {
11442
+ name: "Processing",
11443
+ description: "Un cuaderno de c\xF3digo flexible y lenguaje para aprender a programar en el contexto de las artes visuales.",
11444
+ 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."
11445
+ },
11446
+ it: {
11447
+ name: "Processing",
11448
+ description: "Un taccuino di codice flessibile e un linguaggio per imparare a programmare nel contesto delle arti visive.",
11449
+ 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."
11450
+ },
11451
+ fr: {
11452
+ name: "Processing",
11453
+ description: "Un carnet de code flexible et un langage pour apprendre \xE0 programmer dans le contexte des arts visuels.",
11454
+ 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."
11455
+ },
11456
+ de: {
11457
+ name: "Processing",
11458
+ description: "Ein flexibles Software-Skizzenbuch und eine Sprache zum Programmierenlernen im Kontext der visuellen K\xFCnste.",
11459
+ 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."
11460
+ },
11461
+ pt: {
11462
+ name: "Processing",
11463
+ description: "Um caderno de software flex\xEDvel e linguagem para aprender a programar no contexto das artes visuais.",
11464
+ 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."
11465
+ }
11466
+ }
11467
+ };
11468
+ }
11469
+ });
11470
+
11011
11471
  // src/languages/prolog.ts
11012
11472
  var prolog_exports = {};
11013
11473
  __export(prolog_exports, {
@@ -12243,6 +12703,63 @@ var init_roc = __esm({
12243
12703
  }
12244
12704
  });
12245
12705
 
12706
+ // src/languages/rpg.ts
12707
+ var rpg_exports = {};
12708
+ __export(rpg_exports, {
12709
+ rpg: () => rpg
12710
+ });
12711
+ var rpg;
12712
+ var init_rpg = __esm({
12713
+ "src/languages/rpg.ts"() {
12714
+ rpg = {
12715
+ slug: "rpg",
12716
+ publishedDate: "1959-01-01",
12717
+ extensions: [".rpg", ".rpgle", ".sqlrpgle", ".clle", ".dspf"],
12718
+ author: "IBM",
12719
+ website: "https://www.ibm.com/docs/en/i/7.5?topic=programming-rpg",
12720
+ paradigms: ["procedural", "object-oriented"],
12721
+ tooling: {
12722
+ ecosystems: ["IBM i", "AS/400", "iSeries"]
12723
+ },
12724
+ version: "RPG IV Free-Form (IBM i 7.5)",
12725
+ logo: "https://avatars.githubusercontent.com/u/733939?v=4",
12726
+ color: "#052FAD",
12727
+ i18n: {
12728
+ en: {
12729
+ name: "RPG",
12730
+ description: "A high-level programming language for business applications on IBM i (formerly AS/400).",
12731
+ 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)."
12732
+ },
12733
+ es: {
12734
+ name: "RPG",
12735
+ description: "Un lenguaje de programaci\xF3n de alto nivel para aplicaciones empresariales en IBM i (anteriormente AS/400).",
12736
+ 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)."
12737
+ },
12738
+ it: {
12739
+ name: "RPG",
12740
+ description: "Un linguaggio di programmazione ad alto livello per applicazioni aziendali su IBM i (ex AS/400).",
12741
+ 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)."
12742
+ },
12743
+ fr: {
12744
+ name: "RPG",
12745
+ description: "Un langage de programmation de haut niveau pour les applications d'entreprise sur IBM i (anciennement AS/400).",
12746
+ 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)."
12747
+ },
12748
+ de: {
12749
+ name: "RPG",
12750
+ description: "Eine High-Level-Programmiersprache f\xFCr Business-Anwendungen auf IBM i (fr\xFCher AS/400).",
12751
+ 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)."
12752
+ },
12753
+ pt: {
12754
+ name: "RPG",
12755
+ description: "Uma linguagem de programa\xE7\xE3o de alto n\xEDvel para aplica\xE7\xF5es empresariais no IBM i (anteriormente AS/400).",
12756
+ 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)."
12757
+ }
12758
+ }
12759
+ };
12760
+ }
12761
+ });
12762
+
12246
12763
  // src/languages/ruby.ts
12247
12764
  var ruby_exports = {};
12248
12765
  __export(ruby_exports, {
@@ -14810,6 +15327,63 @@ var init_vala = __esm({
14810
15327
  }
14811
15328
  });
14812
15329
 
15330
+ // src/languages/vba.ts
15331
+ var vba_exports = {};
15332
+ __export(vba_exports, {
15333
+ vba: () => vba
15334
+ });
15335
+ var vba;
15336
+ var init_vba = __esm({
15337
+ "src/languages/vba.ts"() {
15338
+ vba = {
15339
+ slug: "vba",
15340
+ publishedDate: "1993-04-01",
15341
+ extensions: [".bas", ".cls", ".frm", ".vba"],
15342
+ author: "Microsoft",
15343
+ website: "https://learn.microsoft.com/en-us/office/vba/api/overview/",
15344
+ paradigms: ["imperative", "object-oriented", "event-driven"],
15345
+ tooling: {
15346
+ ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
15347
+ },
15348
+ version: "VBA 7.1",
15349
+ logo: "https://dummyimage.com/32x32/217346/ffffff.png&text=VBA",
15350
+ color: "#217346",
15351
+ i18n: {
15352
+ en: {
15353
+ name: "VBA",
15354
+ description: "A macro language embedded in Microsoft Office applications.",
15355
+ 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."
15356
+ },
15357
+ es: {
15358
+ name: "VBA",
15359
+ description: "Un lenguaje de macros integrado en las aplicaciones de Microsoft Office.",
15360
+ 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."
15361
+ },
15362
+ it: {
15363
+ name: "VBA",
15364
+ description: "Un linguaggio macro integrato nelle applicazioni Microsoft Office.",
15365
+ 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."
15366
+ },
15367
+ fr: {
15368
+ name: "VBA",
15369
+ description: "Un langage de macros int\xE9gr\xE9 aux applications Microsoft Office.",
15370
+ 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."
15371
+ },
15372
+ de: {
15373
+ name: "VBA",
15374
+ description: "Eine in Microsoft Office-Anwendungen eingebettete Makrosprache.",
15375
+ 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."
15376
+ },
15377
+ pt: {
15378
+ name: "VBA",
15379
+ description: "Uma linguagem de macros incorporada nos aplicativos do Microsoft Office.",
15380
+ 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."
15381
+ }
15382
+ }
15383
+ };
15384
+ }
15385
+ });
15386
+
14813
15387
  // src/languages/vale.ts
14814
15388
  var vale_exports = {};
14815
15389
  __export(vale_exports, {
@@ -15625,6 +16199,63 @@ var init_xml = __esm({
15625
16199
  }
15626
16200
  });
15627
16201
 
16202
+ // src/languages/xpath.ts
16203
+ var xpath_exports = {};
16204
+ __export(xpath_exports, {
16205
+ xpath: () => xpath
16206
+ });
16207
+ var xpath;
16208
+ var init_xpath = __esm({
16209
+ "src/languages/xpath.ts"() {
16210
+ xpath = {
16211
+ slug: "xpath",
16212
+ publishedDate: "1999-11-16",
16213
+ extensions: [".xpath", ".xpth"],
16214
+ author: "W3C",
16215
+ website: "https://www.w3.org/TR/xpath-31/",
16216
+ paradigms: ["declarative", "functional"],
16217
+ tooling: {
16218
+ ecosystems: ["XML", "HTML", "XSLT", "XQuery"]
16219
+ },
16220
+ version: "XPath 3.1",
16221
+ logo: "https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg",
16222
+ color: "#0076A8",
16223
+ i18n: {
16224
+ en: {
16225
+ name: "XPath",
16226
+ description: "A query language for selecting nodes from XML and HTML documents.",
16227
+ 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."
16228
+ },
16229
+ es: {
16230
+ name: "XPath",
16231
+ description: "Un lenguaje de consulta para seleccionar nodos de documentos XML y HTML.",
16232
+ 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."
16233
+ },
16234
+ it: {
16235
+ name: "XPath",
16236
+ description: "Un linguaggio di query per selezionare nodi da documenti XML e HTML.",
16237
+ 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."
16238
+ },
16239
+ fr: {
16240
+ name: "XPath",
16241
+ description: "Un langage de requ\xEAte pour s\xE9lectionner des n\u0153uds dans des documents XML et HTML.",
16242
+ 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."
16243
+ },
16244
+ de: {
16245
+ name: "XPath",
16246
+ description: "Eine Abfragesprache zum Ausw\xE4hlen von Knoten aus XML- und HTML-Dokumenten.",
16247
+ 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."
16248
+ },
16249
+ pt: {
16250
+ name: "XPath",
16251
+ description: "Uma linguagem de consulta para selecionar n\xF3s de documentos XML e HTML.",
16252
+ 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."
16253
+ }
16254
+ }
16255
+ };
16256
+ }
16257
+ });
16258
+
15628
16259
  // src/languages/xquery.ts
15629
16260
  var xquery_exports = {};
15630
16261
  __export(xquery_exports, {
@@ -16109,6 +16740,7 @@ var languageIndex = [
16109
16740
  { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
16110
16741
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
16111
16742
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
16743
+ { slug: "assemblyscript", extensions: [".as"] },
16112
16744
  { slug: "angelscript", extensions: [".as", ".angelscript"] },
16113
16745
  { slug: "astro", extensions: [".astro"] },
16114
16746
  { slug: "austral", extensions: [".aum", ".aui"] },
@@ -16116,6 +16748,7 @@ var languageIndex = [
16116
16748
  { slug: "avro-idl", extensions: [".avdl"] },
16117
16749
  { slug: "awk", extensions: [".awk"] },
16118
16750
  { slug: "ballerina", extensions: [".bal"] },
16751
+ { slug: "basic", extensions: [".bas", ".bi", ".bb"] },
16119
16752
  {
16120
16753
  slug: "bash",
16121
16754
  extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"]
@@ -16155,6 +16788,7 @@ var languageIndex = [
16155
16788
  { slug: "d", extensions: [".d", ".di"] },
16156
16789
  { slug: "dafny", extensions: [".dfy"] },
16157
16790
  { slug: "dart", extensions: [".dart"] },
16791
+ { slug: "dax", extensions: [".dax"] },
16158
16792
  { slug: "dhall", extensions: [".dhall"] },
16159
16793
  { slug: "dita", extensions: [".dita", ".ditamap", ".ditaval"] },
16160
16794
  { slug: "dockerfile", extensions: ["Dockerfile", ".dockerfile"] },
@@ -16264,6 +16898,7 @@ var languageIndex = [
16264
16898
  { slug: "modula-2", extensions: [".mod", ".def"] },
16265
16899
  { slug: "moonbit", extensions: [".mbt"] },
16266
16900
  { slug: "move", extensions: [".move"] },
16901
+ { slug: "mumps", extensions: [".mac", ".int", ".ro", ".mro"] },
16267
16902
  { slug: "mustache", extensions: [".mustache", ".mst"] },
16268
16903
  { slug: "n1ql", extensions: [".n1ql"] },
16269
16904
  { slug: "nextflow", extensions: [".nf"] },
@@ -16280,6 +16915,7 @@ var languageIndex = [
16280
16915
  { slug: "odin", extensions: [".odin"] },
16281
16916
  { slug: "openapi", extensions: [".openapi.json", ".openapi.yaml", ".openapi.yml"] },
16282
16917
  { slug: "opencl", extensions: [".cl", ".clh"] },
16918
+ { slug: "openscad", extensions: [".scad"] },
16283
16919
  { slug: "org", extensions: [".org"] },
16284
16920
  { slug: "pascal", extensions: [".pas", ".pp", ".inc", ".lpr", ".dpr", ".dfm"] },
16285
16921
  { slug: "perl", extensions: [".pl", ".pm", ".pod", ".t", ".psgi"] },
@@ -16292,7 +16928,10 @@ var languageIndex = [
16292
16928
  { slug: "plsql", extensions: [".pls", ".pks", ".pkb", ".plsql"] },
16293
16929
  { slug: "pod", extensions: [".pod"] },
16294
16930
  { slug: "pony", extensions: [".pony"] },
16931
+ { slug: "postscript", extensions: [".ps", ".eps"] },
16932
+ { slug: "powerquery", extensions: [".pq", ".pqm"] },
16295
16933
  { slug: "powershell", extensions: [".ps1", ".psm1", ".psd1", ".ps1xml"] },
16934
+ { slug: "processing", extensions: [".pde"] },
16296
16935
  { slug: "prolog", extensions: [".pl", ".pro", ".prolog", ".P"] },
16297
16936
  { slug: "promql", extensions: [".promql"] },
16298
16937
  { slug: "protobuf", extensions: [".proto"] },
@@ -16314,6 +16953,7 @@ var languageIndex = [
16314
16953
  { slug: "rescript", extensions: [".res", ".resi"] },
16315
16954
  { slug: "restructuredtext", extensions: [".rst", ".rest"] },
16316
16955
  { slug: "roc", extensions: [".roc"] },
16956
+ { slug: "rpg", extensions: [".rpg", ".rpgle", ".sqlrpgle", ".clle", ".dspf"] },
16317
16957
  {
16318
16958
  slug: "ruby",
16319
16959
  extensions: [".rb", ".rbw", ".rake", ".gemspec", "Gemfile", "Rakefile", "config.ru"]
@@ -16361,6 +17001,7 @@ var languageIndex = [
16361
17001
  { slug: "unison", extensions: [".u", ".uu"] },
16362
17002
  { slug: "v", extensions: [".v", ".vsh"] },
16363
17003
  { slug: "vala", extensions: [".vala", ".vapi"] },
17004
+ { slug: "vba", extensions: [".bas", ".cls", ".frm", ".vba"] },
16364
17005
  { slug: "vale", extensions: [".vale"] },
16365
17006
  { slug: "velocity", extensions: [".vm", ".vtl"] },
16366
17007
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
@@ -16375,6 +17016,7 @@ var languageIndex = [
16375
17016
  { slug: "wren", extensions: [".wren"] },
16376
17017
  { slug: "xaml", extensions: [".xaml", ".baml"] },
16377
17018
  { slug: "xml", extensions: [".xml", ".xsd", ".xsl", ".xslt"] },
17019
+ { slug: "xpath", extensions: [".xpath", ".xpth"] },
16378
17020
  { slug: "xquery", extensions: [".xq", ".xql", ".xqm", ".xquery", ".xqy"] },
16379
17021
  { slug: "xslt", extensions: [".xsl", ".xslt"] },
16380
17022
  { slug: "yaml", extensions: [".yaml", ".yml"] },
@@ -16404,6 +17046,7 @@ var languageLoaders = {
16404
17046
  asciidoc: async () => (await Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports))).asciidoc,
16405
17047
  asp: async () => (await Promise.resolve().then(() => (init_asp(), asp_exports))).asp,
16406
17048
  assembly: async () => (await Promise.resolve().then(() => (init_assembly(), assembly_exports))).assembly,
17049
+ assemblyscript: async () => (await Promise.resolve().then(() => (init_assemblyscript(), assemblyscript_exports))).assemblyscript,
16407
17050
  angelscript: async () => (await Promise.resolve().then(() => (init_angelscript(), angelscript_exports))).angelscript,
16408
17051
  astro: async () => (await Promise.resolve().then(() => (init_astro(), astro_exports))).astro,
16409
17052
  austral: async () => (await Promise.resolve().then(() => (init_austral(), austral_exports))).austral,
@@ -16411,6 +17054,7 @@ var languageLoaders = {
16411
17054
  "avro-idl": async () => (await Promise.resolve().then(() => (init_avro_idl(), avro_idl_exports))).avroIdl,
16412
17055
  awk: async () => (await Promise.resolve().then(() => (init_awk(), awk_exports))).awk,
16413
17056
  ballerina: async () => (await Promise.resolve().then(() => (init_ballerina(), ballerina_exports))).ballerina,
17057
+ basic: async () => (await Promise.resolve().then(() => (init_basic(), basic_exports))).basic,
16414
17058
  bash: async () => (await Promise.resolve().then(() => (init_bash(), bash_exports))).bash,
16415
17059
  batch: async () => (await Promise.resolve().then(() => (init_batch(), batch_exports))).batch,
16416
17060
  bazel: async () => (await Promise.resolve().then(() => (init_bazel(), bazel_exports))).bazel,
@@ -16447,6 +17091,7 @@ var languageLoaders = {
16447
17091
  d: async () => (await Promise.resolve().then(() => (init_d(), d_exports))).d,
16448
17092
  dafny: async () => (await Promise.resolve().then(() => (init_dafny(), dafny_exports))).dafny,
16449
17093
  dart: async () => (await Promise.resolve().then(() => (init_dart(), dart_exports))).dart,
17094
+ dax: async () => (await Promise.resolve().then(() => (init_dax(), dax_exports))).dax,
16450
17095
  dhall: async () => (await Promise.resolve().then(() => (init_dhall(), dhall_exports))).dhall,
16451
17096
  dita: async () => (await Promise.resolve().then(() => (init_dita(), dita_exports))).dita,
16452
17097
  dockerfile: async () => (await Promise.resolve().then(() => (init_dockerfile(), dockerfile_exports))).dockerfile,
@@ -16547,6 +17192,7 @@ var languageLoaders = {
16547
17192
  "modula-2": async () => (await Promise.resolve().then(() => (init_modula_2(), modula_2_exports))).modula2,
16548
17193
  moonbit: async () => (await Promise.resolve().then(() => (init_moonbit(), moonbit_exports))).moonbit,
16549
17194
  move: async () => (await Promise.resolve().then(() => (init_move(), move_exports))).move,
17195
+ mumps: async () => (await Promise.resolve().then(() => (init_mumps(), mumps_exports))).mumps,
16550
17196
  mustache: async () => (await Promise.resolve().then(() => (init_mustache(), mustache_exports))).mustache,
16551
17197
  n1ql: async () => (await Promise.resolve().then(() => (init_n1ql(), n1ql_exports))).n1ql,
16552
17198
  nextflow: async () => (await Promise.resolve().then(() => (init_nextflow(), nextflow_exports))).nextflow,
@@ -16563,6 +17209,7 @@ var languageLoaders = {
16563
17209
  odin: async () => (await Promise.resolve().then(() => (init_odin(), odin_exports))).odin,
16564
17210
  openapi: async () => (await Promise.resolve().then(() => (init_openapi(), openapi_exports))).openapi,
16565
17211
  opencl: async () => (await Promise.resolve().then(() => (init_opencl(), opencl_exports))).opencl,
17212
+ openscad: async () => (await Promise.resolve().then(() => (init_openscad(), openscad_exports))).openscad,
16566
17213
  org: async () => (await Promise.resolve().then(() => (init_org(), org_exports))).org,
16567
17214
  pascal: async () => (await Promise.resolve().then(() => (init_pascal(), pascal_exports))).pascal,
16568
17215
  perl: async () => (await Promise.resolve().then(() => (init_perl(), perl_exports))).perl,
@@ -16575,7 +17222,10 @@ var languageLoaders = {
16575
17222
  plsql: async () => (await Promise.resolve().then(() => (init_plsql(), plsql_exports))).plsql,
16576
17223
  pod: async () => (await Promise.resolve().then(() => (init_pod(), pod_exports))).pod,
16577
17224
  pony: async () => (await Promise.resolve().then(() => (init_pony(), pony_exports))).pony,
17225
+ postscript: async () => (await Promise.resolve().then(() => (init_postscript(), postscript_exports))).postscript,
17226
+ powerquery: async () => (await Promise.resolve().then(() => (init_powerquery(), powerquery_exports))).powerquery,
16578
17227
  powershell: async () => (await Promise.resolve().then(() => (init_powershell(), powershell_exports))).powershell,
17228
+ processing: async () => (await Promise.resolve().then(() => (init_processing(), processing_exports))).processing,
16579
17229
  prolog: async () => (await Promise.resolve().then(() => (init_prolog(), prolog_exports))).prolog,
16580
17230
  promql: async () => (await Promise.resolve().then(() => (init_promql(), promql_exports))).promql,
16581
17231
  protobuf: async () => (await Promise.resolve().then(() => (init_protobuf(), protobuf_exports))).protobuf,
@@ -16597,6 +17247,7 @@ var languageLoaders = {
16597
17247
  rescript: async () => (await Promise.resolve().then(() => (init_rescript(), rescript_exports))).rescript,
16598
17248
  restructuredtext: async () => (await Promise.resolve().then(() => (init_restructuredtext(), restructuredtext_exports))).restructuredtext,
16599
17249
  roc: async () => (await Promise.resolve().then(() => (init_roc(), roc_exports))).roc,
17250
+ rpg: async () => (await Promise.resolve().then(() => (init_rpg(), rpg_exports))).rpg,
16600
17251
  ruby: async () => (await Promise.resolve().then(() => (init_ruby(), ruby_exports))).ruby,
16601
17252
  rust: async () => (await Promise.resolve().then(() => (init_rust(), rust_exports))).rust,
16602
17253
  sas: async () => (await Promise.resolve().then(() => (init_sas(), sas_exports))).sas,
@@ -16641,6 +17292,7 @@ var languageLoaders = {
16641
17292
  unison: async () => (await Promise.resolve().then(() => (init_unison(), unison_exports))).unison,
16642
17293
  v: async () => (await Promise.resolve().then(() => (init_v(), v_exports))).v,
16643
17294
  vala: async () => (await Promise.resolve().then(() => (init_vala(), vala_exports))).vala,
17295
+ vba: async () => (await Promise.resolve().then(() => (init_vba(), vba_exports))).vba,
16644
17296
  vale: async () => (await Promise.resolve().then(() => (init_vale(), vale_exports))).vale,
16645
17297
  velocity: async () => (await Promise.resolve().then(() => (init_velocity(), velocity_exports))).velocity,
16646
17298
  verilog: async () => (await Promise.resolve().then(() => (init_verilog(), verilog_exports))).verilog,
@@ -16655,6 +17307,7 @@ var languageLoaders = {
16655
17307
  wren: async () => (await Promise.resolve().then(() => (init_wren(), wren_exports))).wren,
16656
17308
  xaml: async () => (await Promise.resolve().then(() => (init_xaml(), xaml_exports))).xaml,
16657
17309
  xml: async () => (await Promise.resolve().then(() => (init_xml(), xml_exports))).xml,
17310
+ xpath: async () => (await Promise.resolve().then(() => (init_xpath(), xpath_exports))).xpath,
16658
17311
  xquery: async () => (await Promise.resolve().then(() => (init_xquery(), xquery_exports))).xquery,
16659
17312
  xslt: async () => (await Promise.resolve().then(() => (init_xslt(), xslt_exports))).xslt,
16660
17313
  yaml: async () => (await Promise.resolve().then(() => (init_yaml(), yaml_exports))).yaml,
@@ -16738,6 +17391,7 @@ init_arduino();
16738
17391
  init_asciidoc();
16739
17392
  init_asp();
16740
17393
  init_assembly();
17394
+ init_assemblyscript();
16741
17395
  init_astro();
16742
17396
  init_austral();
16743
17397
  init_autohotkey();
@@ -16745,6 +17399,7 @@ init_avro_idl();
16745
17399
  init_awk();
16746
17400
  init_ballerina();
16747
17401
  init_bash();
17402
+ init_basic();
16748
17403
  init_batch();
16749
17404
  init_bazel();
16750
17405
  init_bcpl();
@@ -16780,6 +17435,7 @@ init_cython();
16780
17435
  init_d();
16781
17436
  init_dafny();
16782
17437
  init_dart();
17438
+ init_dax();
16783
17439
  init_dhall();
16784
17440
  init_dita();
16785
17441
  init_dockerfile();
@@ -16880,6 +17536,7 @@ init_modula_2();
16880
17536
  init_mojo();
16881
17537
  init_moonbit();
16882
17538
  init_move();
17539
+ init_mumps();
16883
17540
  init_mustache();
16884
17541
  init_n1ql();
16885
17542
  init_nextflow();
@@ -16896,6 +17553,7 @@ init_octave();
16896
17553
  init_odin();
16897
17554
  init_openapi();
16898
17555
  init_opencl();
17556
+ init_openscad();
16899
17557
  init_org();
16900
17558
  init_pascal();
16901
17559
  init_perl();
@@ -16908,7 +17566,10 @@ init_plpgsql();
16908
17566
  init_plsql();
16909
17567
  init_pod();
16910
17568
  init_pony();
17569
+ init_postscript();
17570
+ init_powerquery();
16911
17571
  init_powershell();
17572
+ init_processing();
16912
17573
  init_prolog();
16913
17574
  init_promql();
16914
17575
  init_protobuf();
@@ -16930,6 +17591,7 @@ init_rego();
16930
17591
  init_rescript();
16931
17592
  init_restructuredtext();
16932
17593
  init_roc();
17594
+ init_rpg();
16933
17595
  init_ruby();
16934
17596
  init_rust();
16935
17597
  init_sas();
@@ -16975,6 +17637,7 @@ init_unison();
16975
17637
  init_v();
16976
17638
  init_vala();
16977
17639
  init_vale();
17640
+ init_vba();
16978
17641
  init_velocity();
16979
17642
  init_verilog();
16980
17643
  init_verse();
@@ -16988,6 +17651,7 @@ init_wgsl();
16988
17651
  init_wren();
16989
17652
  init_xaml();
16990
17653
  init_xml();
17654
+ init_xpath();
16991
17655
  init_xquery();
16992
17656
  init_xslt();
16993
17657
  init_yaml();
@@ -17013,6 +17677,7 @@ var languages = [
17013
17677
  asciidoc,
17014
17678
  asp,
17015
17679
  assembly,
17680
+ assemblyscript,
17016
17681
  angelscript,
17017
17682
  astro,
17018
17683
  austral,
@@ -17020,6 +17685,7 @@ var languages = [
17020
17685
  avroIdl,
17021
17686
  awk,
17022
17687
  ballerina,
17688
+ basic,
17023
17689
  bash,
17024
17690
  batch,
17025
17691
  bazel,
@@ -17056,6 +17722,7 @@ var languages = [
17056
17722
  d,
17057
17723
  dafny,
17058
17724
  dart,
17725
+ dax,
17059
17726
  dhall,
17060
17727
  dita,
17061
17728
  dockerfile,
@@ -17156,6 +17823,7 @@ var languages = [
17156
17823
  modula2,
17157
17824
  moonbit,
17158
17825
  move,
17826
+ mumps,
17159
17827
  mustache,
17160
17828
  n1ql,
17161
17829
  nextflow,
@@ -17172,6 +17840,7 @@ var languages = [
17172
17840
  odin,
17173
17841
  openapi,
17174
17842
  opencl,
17843
+ openscad,
17175
17844
  org,
17176
17845
  pascal,
17177
17846
  perl,
@@ -17184,7 +17853,10 @@ var languages = [
17184
17853
  plsql,
17185
17854
  pod,
17186
17855
  pony,
17856
+ postscript,
17857
+ powerquery,
17187
17858
  powershell,
17859
+ processing,
17188
17860
  prolog,
17189
17861
  promql,
17190
17862
  protobuf,
@@ -17206,6 +17878,7 @@ var languages = [
17206
17878
  rescript,
17207
17879
  restructuredtext,
17208
17880
  roc,
17881
+ rpg,
17209
17882
  ruby,
17210
17883
  rust,
17211
17884
  sas,
@@ -17250,6 +17923,7 @@ var languages = [
17250
17923
  unison,
17251
17924
  v,
17252
17925
  vala,
17926
+ vba,
17253
17927
  vale,
17254
17928
  velocity,
17255
17929
  verilog,
@@ -17264,6 +17938,7 @@ var languages = [
17264
17938
  wren,
17265
17939
  xaml,
17266
17940
  xml,
17941
+ xpath,
17267
17942
  xquery,
17268
17943
  xslt,
17269
17944
  yaml,