code-languages 1.33.1 → 1.34.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 (70) hide show
  1. package/README.md +17 -7
  2. package/dist/api.cjs +628 -6
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +628 -6
  6. package/dist/detect-slugs.cjs +10 -0
  7. package/dist/detect-slugs.d.cts +1 -1
  8. package/dist/detect-slugs.d.ts +1 -1
  9. package/dist/detect-slugs.js +10 -0
  10. package/dist/detect.cjs +508 -6
  11. package/dist/detect.js +508 -6
  12. package/dist/index.cjs +638 -6
  13. package/dist/index.d.cts +473 -1
  14. package/dist/index.d.ts +473 -1
  15. package/dist/index.js +639 -7
  16. package/dist/{language-registry-CAI9lyyx.d.cts → language-registry-CaYtxJN8.d.cts} +30 -0
  17. package/dist/{language-registry-CAI9lyyx.d.ts → language-registry-CaYtxJN8.d.ts} +30 -0
  18. package/dist/languages/aql.cjs +52 -0
  19. package/dist/languages/aql.d.cts +49 -0
  20. package/dist/languages/aql.d.ts +49 -0
  21. package/dist/languages/aql.js +50 -0
  22. package/dist/languages/astro.cjs +1 -1
  23. package/dist/languages/astro.js +1 -1
  24. package/dist/languages/bicep.cjs +1 -1
  25. package/dist/languages/bicep.js +1 -1
  26. package/dist/languages/fe.cjs +52 -0
  27. package/dist/languages/fe.d.cts +49 -0
  28. package/dist/languages/fe.d.ts +49 -0
  29. package/dist/languages/fe.js +50 -0
  30. package/dist/languages/ink.cjs +53 -0
  31. package/dist/languages/ink.d.cts +50 -0
  32. package/dist/languages/ink.d.ts +50 -0
  33. package/dist/languages/ink.js +51 -0
  34. package/dist/languages/ligo.cjs +53 -0
  35. package/dist/languages/ligo.d.cts +50 -0
  36. package/dist/languages/ligo.d.ts +50 -0
  37. package/dist/languages/ligo.js +51 -0
  38. package/dist/languages/marlowe.cjs +52 -0
  39. package/dist/languages/marlowe.d.cts +49 -0
  40. package/dist/languages/marlowe.d.ts +49 -0
  41. package/dist/languages/marlowe.js +50 -0
  42. package/dist/languages/protobuf.cjs +1 -1
  43. package/dist/languages/protobuf.js +1 -1
  44. package/dist/languages/python.cjs +1 -1
  45. package/dist/languages/python.js +1 -1
  46. package/dist/languages/scss.cjs +1 -1
  47. package/dist/languages/scss.js +1 -1
  48. package/dist/languages/simula.cjs +52 -0
  49. package/dist/languages/simula.d.cts +49 -0
  50. package/dist/languages/simula.d.ts +49 -0
  51. package/dist/languages/simula.js +50 -0
  52. package/dist/languages/snobol.cjs +52 -0
  53. package/dist/languages/snobol.d.cts +49 -0
  54. package/dist/languages/snobol.d.ts +49 -0
  55. package/dist/languages/snobol.js +50 -0
  56. package/dist/languages/spark.cjs +52 -0
  57. package/dist/languages/spark.d.cts +49 -0
  58. package/dist/languages/spark.d.ts +49 -0
  59. package/dist/languages/spark.js +50 -0
  60. package/dist/languages/vale.cjs +52 -0
  61. package/dist/languages/vale.d.cts +49 -0
  62. package/dist/languages/vale.d.ts +49 -0
  63. package/dist/languages/vale.js +50 -0
  64. package/dist/languages/verse.cjs +52 -0
  65. package/dist/languages/verse.d.cts +49 -0
  66. package/dist/languages/verse.d.ts +49 -0
  67. package/dist/languages/verse.js +50 -0
  68. package/dist/languages/vue.cjs +1 -1
  69. package/dist/languages/vue.js +1 -1
  70. package/package.json +51 -1
package/dist/api.js CHANGED
@@ -593,6 +593,64 @@ var init_applescript = __esm({
593
593
  }
594
594
  });
595
595
 
596
+ // src/languages/aql.ts
597
+ var aql_exports = {};
598
+ __export(aql_exports, {
599
+ aql: () => aql
600
+ });
601
+ var aql;
602
+ var init_aql = __esm({
603
+ "src/languages/aql.ts"() {
604
+ aql = {
605
+ slug: "aql",
606
+ publishedDate: "2012-05-01",
607
+ extensions: [".aql"],
608
+ author: "ArangoDB GmbH",
609
+ website: "https://docs.arangodb.com/stable/aql/",
610
+ paradigms: ["query", "declarative"],
611
+ tooling: {
612
+ runtimes: ["ArangoDB"],
613
+ ecosystems: ["Graph databases", "Document databases"]
614
+ },
615
+ version: "ArangoDB AQL",
616
+ logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=AQ",
617
+ color: "#16A34A",
618
+ i18n: {
619
+ en: {
620
+ name: "AQL",
621
+ description: "ArangoDB Query Language, a declarative query language for multi-model graph and document data.",
622
+ longDescription: "AQL is the ArangoDB Query Language used to query documents, graphs, key-value data, and search views in ArangoDB. It has SQL-like declarative structure while supporting graph traversal, document operations, aggregation, and expression-oriented data shaping.\n\nAQL is used in applications that need one query language across multiple data models. It is closely tied to ArangoDB server versions and the database features available in each release."
623
+ },
624
+ es: {
625
+ name: "AQL",
626
+ description: "Lenguaje declarativo de consultas de ArangoDB para datos de grafos, documentos y multiples modelos.",
627
+ longDescription: "AQL es el lenguaje de consultas de ArangoDB para consultar documentos, grafos, datos clave-valor y vistas de busqueda. Tiene una estructura declarativa parecida a SQL, con soporte para recorridos de grafos, operaciones sobre documentos, agregaciones y transformacion de datos mediante expresiones.\n\nAQL se usa en aplicaciones que necesitan un solo lenguaje de consulta para varios modelos de datos. Esta estrechamente ligado a las versiones del servidor ArangoDB y a las capacidades disponibles en cada lanzamiento."
628
+ },
629
+ it: {
630
+ name: "AQL",
631
+ description: "Linguaggio dichiarativo di query di ArangoDB per dati a grafo, documenti e modelli multipli.",
632
+ longDescription: "AQL e il linguaggio di query di ArangoDB usato per interrogare documenti, grafi, dati chiave-valore e viste di ricerca. Ha una struttura dichiarativa simile a SQL, con supporto per attraversamenti di grafi, operazioni sui documenti, aggregazioni e trasformazione dei dati tramite espressioni.\n\nAQL viene usato in applicazioni che richiedono un unico linguaggio di query per piu modelli di dati. E strettamente legato alle versioni del server ArangoDB e alle funzionalita disponibili in ogni rilascio."
633
+ },
634
+ fr: {
635
+ name: "AQL",
636
+ description: "Langage de requete declaratif d ArangoDB pour graphes, documents et donnees multi-modeles.",
637
+ longDescription: "AQL est le langage de requete d ArangoDB utilise pour interroger des documents, des graphes, des donnees cle-valeur et des vues de recherche. Il possede une structure declarative proche de SQL et prend en charge les parcours de graphes, les operations sur documents, les agregations et la mise en forme des donnees par expressions.\n\nAQL est utilise dans les applications qui ont besoin d un seul langage de requete pour plusieurs modeles de donnees. Il est etroitement lie aux versions du serveur ArangoDB et aux fonctionnalites disponibles dans chaque version."
638
+ },
639
+ de: {
640
+ name: "AQL",
641
+ description: "Deklarative Abfragesprache von ArangoDB fur Graph-, Dokument- und Multi-Model-Daten.",
642
+ longDescription: "AQL ist die ArangoDB Query Language zum Abfragen von Dokumenten, Graphen, Key-Value-Daten und Suchansichten in ArangoDB. Sie hat eine SQL-ahnliche deklarative Struktur und unterstutzt Graph-Traversierungen, Dokumentoperationen, Aggregationen und ausdrucksbasierte Datenformung.\n\nAQL wird in Anwendungen eingesetzt, die eine Abfragesprache fur mehrere Datenmodelle benotigen. Die Sprache ist eng an ArangoDB-Serverversionen und die darin verfugbaren Funktionen gebunden."
643
+ },
644
+ pt: {
645
+ name: "AQL",
646
+ description: "Linguagem declarativa de consulta do ArangoDB para grafos, documentos e dados multimodelo.",
647
+ longDescription: "AQL e a linguagem de consulta do ArangoDB usada para consultar documentos, grafos, dados chave-valor e visoes de busca. Ela tem uma estrutura declarativa semelhante a SQL, com suporte a percursos de grafos, operacoes em documentos, agregacoes e modelagem de dados baseada em expressoes.\n\nAQL e usada em aplicacoes que precisam de uma unica linguagem de consulta para varios modelos de dados. Ela esta ligada as versoes do servidor ArangoDB e aos recursos disponiveis em cada lancamento."
648
+ }
649
+ }
650
+ };
651
+ }
652
+ });
653
+
596
654
  // src/languages/arduino.ts
597
655
  var arduino_exports = {};
598
656
  __export(arduino_exports, {
@@ -849,7 +907,7 @@ var init_astro = __esm({
849
907
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
850
908
  ecosystems: ["Web", "Static Sites", "Content"]
851
909
  },
852
- version: "6.4.5",
910
+ version: "6.4.6",
853
911
  logo: "https://astro.build/assets/press/astro-icon-light.svg",
854
912
  color: "#FF5D01",
855
913
  i18n: {
@@ -1376,7 +1434,7 @@ var init_bicep = __esm({
1376
1434
  packageManagers: ["Azure Verified Modules", "Bicep Registry"],
1377
1435
  ecosystems: ["Azure", "Cloud", "DevOps", "Infrastructure as Code"]
1378
1436
  },
1379
- version: "0.43.8",
1437
+ version: "0.44.1",
1380
1438
  logo: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg",
1381
1439
  color: "#0078D4",
1382
1440
  i18n: {
@@ -3587,6 +3645,64 @@ var init_factor = __esm({
3587
3645
  }
3588
3646
  });
3589
3647
 
3648
+ // src/languages/fe.ts
3649
+ var fe_exports = {};
3650
+ __export(fe_exports, {
3651
+ fe: () => fe
3652
+ });
3653
+ var fe;
3654
+ var init_fe = __esm({
3655
+ "src/languages/fe.ts"() {
3656
+ fe = {
3657
+ slug: "fe",
3658
+ publishedDate: "2020-10-08",
3659
+ extensions: [".fe"],
3660
+ author: "Ethereum Foundation contributors",
3661
+ website: "https://fe-lang.org",
3662
+ paradigms: ["smart contract", "imperative", "object-oriented"],
3663
+ tooling: {
3664
+ runtimes: ["Ethereum Virtual Machine"],
3665
+ ecosystems: ["Ethereum", "EVM"]
3666
+ },
3667
+ version: "experimental",
3668
+ logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=Fe",
3669
+ color: "#4F46E5",
3670
+ i18n: {
3671
+ en: {
3672
+ name: "Fe",
3673
+ description: "A statically typed smart contract language for the Ethereum Virtual Machine.",
3674
+ longDescription: "Fe is a smart contract language for Ethereum and other EVM-compatible chains. It aims to provide a Python-inspired syntax, static typing, explicitness, and safer defaults for contract development.\n\nThe language compiles to EVM bytecode and is designed for tooling-driven workflows around contracts, tests, and audits. Its ecosystem is experimental compared with Solidity, but useful for exploring alternative smart contract design."
3675
+ },
3676
+ es: {
3677
+ name: "Fe",
3678
+ description: "Lenguaje de contratos inteligentes con tipado estatico para la Maquina Virtual de Ethereum.",
3679
+ longDescription: "Fe es un lenguaje de contratos inteligentes para Ethereum y otras cadenas compatibles con EVM. Busca ofrecer una sintaxis inspirada en Python, tipado estatico, explicitud y valores predeterminados mas seguros para desarrollar contratos.\n\nEl lenguaje compila a bytecode EVM y esta pensado para flujos de trabajo guiados por herramientas alrededor de contratos, pruebas y auditorias. Su ecosistema es experimental frente a Solidity, pero sirve para explorar disenos alternativos de contratos inteligentes."
3680
+ },
3681
+ it: {
3682
+ name: "Fe",
3683
+ description: "Linguaggio per smart contract con tipizzazione statica per Ethereum Virtual Machine.",
3684
+ longDescription: "Fe e un linguaggio per smart contract destinato a Ethereum e ad altre chain compatibili con EVM. Punta a offrire una sintassi ispirata a Python, tipizzazione statica, esplicitezza e impostazioni predefinite piu sicure per lo sviluppo di contratti.\n\nIl linguaggio compila in bytecode EVM ed e pensato per flussi di lavoro basati su strumenti per contratti, test e audit. Il suo ecosistema e sperimentale rispetto a Solidity, ma utile per esplorare design alternativi di smart contract."
3685
+ },
3686
+ fr: {
3687
+ name: "Fe",
3688
+ description: "Langage de contrats intelligents a typage statique pour la machine virtuelle Ethereum.",
3689
+ longDescription: "Fe est un langage de contrats intelligents pour Ethereum et les autres chaines compatibles EVM. Il vise une syntaxe inspiree de Python, un typage statique, une grande explicitation et des valeurs par defaut plus sures pour le developpement de contrats.\n\nLe langage compile vers le bytecode EVM et s integre a des flux de travail outilles pour les contrats, les tests et les audits. Son ecosysteme reste experimental face a Solidity, mais il est utile pour explorer d autres conceptions de contrats intelligents."
3690
+ },
3691
+ de: {
3692
+ name: "Fe",
3693
+ description: "Statisch typisierte Smart-Contract-Sprache fur die Ethereum Virtual Machine.",
3694
+ longDescription: "Fe ist eine Smart-Contract-Sprache fur Ethereum und andere EVM-kompatible Chains. Sie zielt auf eine von Python inspirierte Syntax, statische Typisierung, Explizitheit und sicherere Voreinstellungen fur die Vertragsentwicklung.\n\nDie Sprache kompiliert zu EVM-Bytecode und ist fur toolgestutzte Workflows rund um Vertrage, Tests und Audits gedacht. Ihr Okosystem ist im Vergleich zu Solidity experimentell, eignet sich aber zum Erkunden alternativer Smart-Contract-Designs."
3695
+ },
3696
+ pt: {
3697
+ name: "Fe",
3698
+ description: "Linguagem de contratos inteligentes com tipagem estatica para a Maquina Virtual Ethereum.",
3699
+ longDescription: "Fe e uma linguagem de contratos inteligentes para Ethereum e outras cadeias compativeis com EVM. Ela busca oferecer sintaxe inspirada em Python, tipagem estatica, explicitude e padroes mais seguros para o desenvolvimento de contratos.\n\nA linguagem compila para bytecode EVM e foi criada para fluxos de trabalho guiados por ferramentas em contratos, testes e auditorias. Seu ecossistema e experimental em comparacao com Solidity, mas util para explorar designs alternativos de contratos inteligentes."
3700
+ }
3701
+ }
3702
+ };
3703
+ }
3704
+ });
3705
+
3590
3706
  // src/languages/fennel.ts
3591
3707
  var fennel_exports = {};
3592
3708
  __export(fennel_exports, {
@@ -5345,6 +5461,65 @@ var init_ini = __esm({
5345
5461
  }
5346
5462
  });
5347
5463
 
5464
+ // src/languages/ink.ts
5465
+ var ink_exports = {};
5466
+ __export(ink_exports, {
5467
+ ink: () => ink
5468
+ });
5469
+ var ink;
5470
+ var init_ink = __esm({
5471
+ "src/languages/ink.ts"() {
5472
+ ink = {
5473
+ slug: "ink",
5474
+ publishedDate: "2018-01-01",
5475
+ extensions: [".ink"],
5476
+ author: "Parity Technologies",
5477
+ website: "https://use.ink",
5478
+ paradigms: ["smart contract", "embedded DSL", "systems"],
5479
+ tooling: {
5480
+ runtimes: ["WebAssembly", "Substrate contracts pallet"],
5481
+ packageManagers: ["Cargo"],
5482
+ ecosystems: ["Polkadot", "Substrate", "Rust"]
5483
+ },
5484
+ version: "Ink! 6",
5485
+ logo: "https://dummyimage.com/32x32/EC4899/ffffff.png&text=In",
5486
+ color: "#EC4899",
5487
+ i18n: {
5488
+ en: {
5489
+ name: "Ink!",
5490
+ description: "A Rust-based embedded domain-specific language for writing WebAssembly smart contracts.",
5491
+ longDescription: "Ink! is a smart contract language and framework built on Rust for Substrate-compatible blockchains. Contracts are written as Rust code using Ink! attributes and compile to WebAssembly for execution by compatible contract pallets.\n\nIt gives smart contract authors access to Rust tooling, types, testing, and package workflows while targeting blockchain runtimes. Ink! is common in Polkadot, Substrate, and related ecosystems."
5492
+ },
5493
+ es: {
5494
+ name: "Ink!",
5495
+ description: "DSL embebido basado en Rust para escribir contratos inteligentes WebAssembly.",
5496
+ longDescription: "Ink! es un lenguaje y framework de contratos inteligentes construido sobre Rust para blockchains compatibles con Substrate. Los contratos se escriben como codigo Rust usando atributos de Ink! y compilan a WebAssembly para ejecutarse en pallets de contratos compatibles.\n\nDa a los autores de contratos acceso a herramientas, tipos, pruebas y flujos de paquetes de Rust mientras apunta a runtimes blockchain. Ink! es comun en Polkadot, Substrate y ecosistemas relacionados."
5497
+ },
5498
+ it: {
5499
+ name: "Ink!",
5500
+ description: "DSL incorporato basato su Rust per smart contract WebAssembly.",
5501
+ longDescription: "Ink! e un linguaggio e framework per smart contract costruito su Rust per blockchain compatibili con Substrate. I contratti sono scritti come codice Rust usando attributi Ink! e compilano in WebAssembly per l esecuzione da parte di pallet di contratti compatibili.\n\nOffre agli autori di smart contract accesso a strumenti, tipi, test e workflow di pacchetti Rust mentre punta a runtime blockchain. Ink! e comune in Polkadot, Substrate ed ecosistemi correlati."
5502
+ },
5503
+ fr: {
5504
+ name: "Ink!",
5505
+ description: "DSL integre base sur Rust pour ecrire des contrats intelligents WebAssembly.",
5506
+ longDescription: "Ink! est un langage et framework de contrats intelligents construit sur Rust pour les blockchains compatibles Substrate. Les contrats sont ecrits comme du code Rust avec des attributs Ink! et compiles vers WebAssembly pour etre executes par des pallets de contrats compatibles.\n\nIl donne aux auteurs de contrats l acces aux outils, types, tests et flux de paquets Rust tout en ciblant des runtimes blockchain. Ink! est courant dans Polkadot, Substrate et les ecosystemes associes."
5507
+ },
5508
+ de: {
5509
+ name: "Ink!",
5510
+ description: "Rust-basierte eingebettete DSL zum Schreiben von WebAssembly-Smart-Contracts.",
5511
+ longDescription: "Ink! ist eine Smart-Contract-Sprache und ein Framework auf Basis von Rust fur Substrate-kompatible Blockchains. Vertrage werden als Rust-Code mit Ink!-Attributen geschrieben und zu WebAssembly kompiliert, damit kompatible Contract-Pallets sie ausfuhren konnen.\n\nAutorinnen und Autoren erhalten Zugriff auf Rust-Werkzeuge, Typen, Tests und Paket-Workflows, wahrend Blockchain-Runtimes adressiert werden. Ink! ist in Polkadot, Substrate und verwandten Okosystemen verbreitet."
5512
+ },
5513
+ pt: {
5514
+ name: "Ink!",
5515
+ description: "DSL embutida baseada em Rust para escrever contratos inteligentes WebAssembly.",
5516
+ longDescription: "Ink! e uma linguagem e framework de contratos inteligentes criada sobre Rust para blockchains compativeis com Substrate. Os contratos sao escritos como codigo Rust usando atributos Ink! e compilam para WebAssembly para execucao por pallets de contratos compativeis.\n\nEla da a autores de contratos acesso a ferramentas, tipos, testes e fluxos de pacotes de Rust enquanto mira runtimes blockchain. Ink! e comum em Polkadot, Substrate e ecossistemas relacionados."
5517
+ }
5518
+ }
5519
+ };
5520
+ }
5521
+ });
5522
+
5348
5523
  // src/languages/io.ts
5349
5524
  var io_exports = {};
5350
5525
  __export(io_exports, {
@@ -6457,6 +6632,65 @@ var init_less = __esm({
6457
6632
  }
6458
6633
  });
6459
6634
 
6635
+ // src/languages/ligo.ts
6636
+ var ligo_exports = {};
6637
+ __export(ligo_exports, {
6638
+ ligo: () => ligo
6639
+ });
6640
+ var ligo;
6641
+ var init_ligo = __esm({
6642
+ "src/languages/ligo.ts"() {
6643
+ ligo = {
6644
+ slug: "ligo",
6645
+ publishedDate: "2019-01-01",
6646
+ extensions: [".ligo", ".mligo", ".religo", ".jsligo"],
6647
+ author: "TriliTech and Ligo contributors",
6648
+ website: "https://ligolang.org",
6649
+ paradigms: ["smart contract", "functional", "imperative"],
6650
+ tooling: {
6651
+ runtimes: ["Tezos Michelson"],
6652
+ packageManagers: ["ligo registry"],
6653
+ ecosystems: ["Tezos"]
6654
+ },
6655
+ version: "1.x",
6656
+ logo: "https://dummyimage.com/32x32/0D9488/ffffff.png&text=Li",
6657
+ color: "#0D9488",
6658
+ i18n: {
6659
+ en: {
6660
+ name: "Ligo",
6661
+ description: "A smart contract language family for Tezos with multiple syntaxes and static typing.",
6662
+ longDescription: "Ligo is a smart contract language for Tezos that offers several syntaxes, including CameLIGO, JsLIGO, and older Pascal-style variants. It compiles to Michelson, the low-level language executed by the Tezos protocol.\n\nThe language emphasizes static typing, predictable contract behavior, and tooling for compilation, testing, and deployment. It is used by Tezos developers who want higher-level contract syntax than raw Michelson."
6663
+ },
6664
+ es: {
6665
+ name: "Ligo",
6666
+ description: "Familia de lenguajes de contratos inteligentes para Tezos con varias sintaxis y tipado estatico.",
6667
+ longDescription: "Ligo es un lenguaje de contratos inteligentes para Tezos que ofrece varias sintaxis, incluyendo CameLIGO, JsLIGO y variantes antiguas de estilo Pascal. Compila a Michelson, el lenguaje de bajo nivel ejecutado por el protocolo Tezos.\n\nEl lenguaje enfatiza tipado estatico, comportamiento predecible de contratos y herramientas para compilar, probar y desplegar. Lo usan desarrolladores de Tezos que quieren una sintaxis de contratos de mas alto nivel que Michelson puro."
6668
+ },
6669
+ it: {
6670
+ name: "Ligo",
6671
+ description: "Famiglia di linguaggi per smart contract Tezos con piu sintassi e tipizzazione statica.",
6672
+ longDescription: "Ligo e un linguaggio per smart contract su Tezos che offre diverse sintassi, tra cui CameLIGO, JsLIGO e varianti piu vecchie in stile Pascal. Compila in Michelson, il linguaggio di basso livello eseguito dal protocollo Tezos.\n\nIl linguaggio enfatizza tipizzazione statica, comportamento prevedibile dei contratti e strumenti per compilazione, test e distribuzione. Viene usato da sviluppatori Tezos che vogliono una sintassi di contratto piu ad alto livello rispetto a Michelson puro."
6673
+ },
6674
+ fr: {
6675
+ name: "Ligo",
6676
+ description: "Famille de langages de contrats intelligents pour Tezos avec plusieurs syntaxes et typage statique.",
6677
+ longDescription: "Ligo est un langage de contrats intelligents pour Tezos qui propose plusieurs syntaxes, dont CameLIGO, JsLIGO et d anciennes variantes de style Pascal. Il compile vers Michelson, le langage bas niveau execute par le protocole Tezos.\n\nLe langage met l accent sur le typage statique, le comportement previsible des contrats et les outils de compilation, de test et de deploiement. Il est utilise par les developpeurs Tezos qui veulent une syntaxe plus haut niveau que Michelson brut."
6678
+ },
6679
+ de: {
6680
+ name: "Ligo",
6681
+ description: "Smart-Contract-Sprachfamilie fur Tezos mit mehreren Syntaxen und statischer Typisierung.",
6682
+ longDescription: "Ligo ist eine Smart-Contract-Sprache fur Tezos mit mehreren Syntaxen, darunter CameLIGO, JsLIGO und altere Pascal-artige Varianten. Sie kompiliert zu Michelson, der Low-Level-Sprache, die vom Tezos-Protokoll ausgefuhrt wird.\n\nDie Sprache betont statische Typisierung, vorhersagbares Vertragsverhalten und Werkzeuge fur Kompilierung, Tests und Deployment. Sie wird von Tezos-Entwicklern genutzt, die eine hohere Vertragssyntax als reines Michelson wollen."
6683
+ },
6684
+ pt: {
6685
+ name: "Ligo",
6686
+ description: "Familia de linguagens de contratos inteligentes para Tezos com varias sintaxes e tipagem estatica.",
6687
+ longDescription: "Ligo e uma linguagem de contratos inteligentes para Tezos que oferece varias sintaxes, incluindo CameLIGO, JsLIGO e variantes antigas no estilo Pascal. Ela compila para Michelson, a linguagem de baixo nivel executada pelo protocolo Tezos.\n\nA linguagem enfatiza tipagem estatica, comportamento previsivel de contratos e ferramentas para compilacao, testes e implantacao. E usada por desenvolvedores Tezos que querem sintaxe de contrato mais alto nivel que Michelson puro."
6688
+ }
6689
+ }
6690
+ };
6691
+ }
6692
+ });
6693
+
6460
6694
  // src/languages/liquid.ts
6461
6695
  var liquid_exports = {};
6462
6696
  __export(liquid_exports, {
@@ -7039,6 +7273,64 @@ var init_markdown = __esm({
7039
7273
  }
7040
7274
  });
7041
7275
 
7276
+ // src/languages/marlowe.ts
7277
+ var marlowe_exports = {};
7278
+ __export(marlowe_exports, {
7279
+ marlowe: () => marlowe
7280
+ });
7281
+ var marlowe;
7282
+ var init_marlowe = __esm({
7283
+ "src/languages/marlowe.ts"() {
7284
+ marlowe = {
7285
+ slug: "marlowe",
7286
+ publishedDate: "2018-01-01",
7287
+ extensions: [".marlowe"],
7288
+ author: "IOG",
7289
+ website: "https://marlowe.iohk.io",
7290
+ paradigms: ["smart contract", "domain-specific", "functional"],
7291
+ tooling: {
7292
+ runtimes: ["Cardano"],
7293
+ ecosystems: ["Cardano", "Financial contracts"]
7294
+ },
7295
+ version: "Marlowe Runtime",
7296
+ logo: "https://dummyimage.com/32x32/6D28D9/ffffff.png&text=Ma",
7297
+ color: "#6D28D9",
7298
+ i18n: {
7299
+ en: {
7300
+ name: "Marlowe",
7301
+ description: "A domain-specific language for financial smart contracts on Cardano.",
7302
+ longDescription: "Marlowe is a domain-specific language for describing financial contracts, originally designed for Cardano. It models roles, choices, payments, deposits, timeouts, and contract continuations in a constrained language intended to be easier to analyze than general-purpose smart contract code.\n\nMarlowe is used for financial agreement prototypes, education, and contract workflows where explicit lifecycle modeling matters. Its tooling includes visual and textual authoring paths plus execution infrastructure in the Cardano ecosystem."
7303
+ },
7304
+ es: {
7305
+ name: "Marlowe",
7306
+ description: "Lenguaje especifico de dominio para contratos financieros inteligentes en Cardano.",
7307
+ longDescription: "Marlowe es un lenguaje especifico de dominio para describir contratos financieros, disenado originalmente para Cardano. Modela roles, elecciones, pagos, depositos, vencimientos y continuaciones de contratos en un lenguaje restringido pensado para ser mas facil de analizar que codigo general de contratos inteligentes.\n\nMarlowe se usa para prototipos de acuerdos financieros, educacion y flujos de contratos donde importa modelar explicitamente el ciclo de vida. Sus herramientas incluyen autoria visual y textual, ademas de infraestructura de ejecucion en el ecosistema Cardano."
7308
+ },
7309
+ it: {
7310
+ name: "Marlowe",
7311
+ description: "DSL per smart contract finanziari su Cardano.",
7312
+ longDescription: "Marlowe e un linguaggio specifico di dominio per descrivere contratti finanziari, progettato originariamente per Cardano. Modella ruoli, scelte, pagamenti, depositi, timeout e continuazioni dei contratti in un linguaggio limitato pensato per essere piu facile da analizzare rispetto al codice generale per smart contract.\n\nMarlowe viene usato per prototipi di accordi finanziari, formazione e workflow contrattuali in cui conta modellare esplicitamente il ciclo di vita. Gli strumenti includono authoring visuale e testuale, oltre a infrastruttura di esecuzione nell ecosistema Cardano."
7313
+ },
7314
+ fr: {
7315
+ name: "Marlowe",
7316
+ description: "DSL pour contrats financiers intelligents sur Cardano.",
7317
+ longDescription: "Marlowe est un langage specifique au domaine pour decrire des contrats financiers, concu a l origine pour Cardano. Il modelise les roles, choix, paiements, depots, delais et continuations de contrats dans un langage contraint plus facile a analyser que du code general de contrats intelligents.\n\nMarlowe est utilise pour des prototypes d accords financiers, l education et des flux de contrats ou la modelisation explicite du cycle de vie est importante. Ses outils incluent des modes d auteur visuels et textuels ainsi qu une infrastructure d execution dans l ecosysteme Cardano."
7318
+ },
7319
+ de: {
7320
+ name: "Marlowe",
7321
+ description: "Domanenspezifische Sprache fur finanzielle Smart Contracts auf Cardano.",
7322
+ longDescription: "Marlowe ist eine domanenspezifische Sprache zum Beschreiben finanzieller Vertrage und wurde ursprunglich fur Cardano entworfen. Sie modelliert Rollen, Entscheidungen, Zahlungen, Einzahlungen, Timeouts und Vertragsfortsetzungen in einer eingeschrankten Sprache, die leichter analysierbar sein soll als allgemeiner Smart-Contract-Code.\n\nMarlowe wird fur Prototypen finanzieller Vereinbarungen, Lehre und Vertrags-Workflows genutzt, bei denen explizite Lebenszyklusmodellierung wichtig ist. Die Werkzeuge umfassen visuelle und textuelle Autorenschaft sowie Ausfuhrungsinfrastruktur im Cardano-Okosystem."
7323
+ },
7324
+ pt: {
7325
+ name: "Marlowe",
7326
+ description: "Linguagem especifica de dominio para contratos financeiros inteligentes no Cardano.",
7327
+ longDescription: "Marlowe e uma linguagem especifica de dominio para descrever contratos financeiros, criada originalmente para Cardano. Ela modela papeis, escolhas, pagamentos, depositos, prazos e continuacoes de contrato em uma linguagem restrita, pensada para ser mais facil de analisar que codigo geral de contratos inteligentes.\n\nMarlowe e usada em prototipos de acordos financeiros, educacao e fluxos de contratos onde a modelagem explicita do ciclo de vida importa. Suas ferramentas incluem autoria visual e textual, alem de infraestrutura de execucao no ecossistema Cardano."
7328
+ }
7329
+ }
7330
+ };
7331
+ }
7332
+ });
7333
+
7042
7334
  // src/languages/mathematica.ts
7043
7335
  var mathematica_exports = {};
7044
7336
  __export(mathematica_exports, {
@@ -9170,7 +9462,7 @@ var init_protobuf = __esm({
9170
9462
  packageManagers: ["Buf", "npm", "Maven", "Go modules", "NuGet", "PyPI"],
9171
9463
  ecosystems: ["gRPC", "APIs", "Microservices", "Data Serialization"]
9172
9464
  },
9173
- version: "35.0",
9465
+ version: "35.1",
9174
9466
  logo: "https://cdn.simpleicons.org/google/4285F4",
9175
9467
  color: "#4285F4",
9176
9468
  i18n: {
@@ -9406,7 +9698,7 @@ var init_python = __esm({
9406
9698
  packageManagers: ["pip", "Poetry", "uv", "conda"],
9407
9699
  ecosystems: ["Web", "Data Science", "Machine Learning", "Automation"]
9408
9700
  },
9409
- version: "3.14.5",
9701
+ version: "3.14.6",
9410
9702
  logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Python-logo-notext.svg",
9411
9703
  color: "#3776AB",
9412
9704
  i18n: {
@@ -10523,7 +10815,7 @@ var init_scss = __esm({
10523
10815
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
10524
10816
  ecosystems: ["Web", "Design Systems"]
10525
10817
  },
10526
- version: "1.100.0",
10818
+ version: "1.101.0",
10527
10819
  logo: "https://sass-lang.com/assets/img/logos/logo.svg",
10528
10820
  color: "#CC6699",
10529
10821
  i18n: {
@@ -10620,6 +10912,64 @@ var init_self = __esm({
10620
10912
  }
10621
10913
  });
10622
10914
 
10915
+ // src/languages/simula.ts
10916
+ var simula_exports = {};
10917
+ __export(simula_exports, {
10918
+ simula: () => simula
10919
+ });
10920
+ var simula;
10921
+ var init_simula = __esm({
10922
+ "src/languages/simula.ts"() {
10923
+ simula = {
10924
+ slug: "simula",
10925
+ publishedDate: "1962-01-01",
10926
+ extensions: [".sim", ".simula"],
10927
+ author: "Ole-Johan Dahl and Kristen Nygaard",
10928
+ website: "https://www.simula67.info",
10929
+ paradigms: ["object-oriented", "imperative", "procedural"],
10930
+ tooling: {
10931
+ runtimes: ["Simula compilers"],
10932
+ ecosystems: ["Simulation", "Language history"]
10933
+ },
10934
+ version: "Simula 67",
10935
+ logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Si",
10936
+ color: "#2563EB",
10937
+ i18n: {
10938
+ en: {
10939
+ name: "Simula",
10940
+ description: "A pioneering simulation and object-oriented programming language descended from ALGOL.",
10941
+ longDescription: "Simula is a programming language family created for discrete-event simulation and later recognized as the first object-oriented language. Simula 67 introduced classes, objects, inheritance-like specialization, and coroutines in a form that shaped later object-oriented systems.\n\nIt is historically important in language design, education, simulation modeling, and the evolution of object-oriented programming. Modern use is mostly archival, academic, and through maintained compilers and historical implementations."
10942
+ },
10943
+ es: {
10944
+ name: "Simula",
10945
+ description: "Lenguaje pionero de simulacion y programacion orientada a objetos derivado de ALGOL.",
10946
+ longDescription: "Simula es una familia de lenguajes creada para simulacion de eventos discretos y luego reconocida como el primer lenguaje orientado a objetos. Simula 67 introdujo clases, objetos, especializacion similar a herencia y corrutinas en una forma que influyo en sistemas orientados a objetos posteriores.\n\nTiene importancia historica en diseno de lenguajes, educacion, modelado de simulacion y evolucion de la programacion orientada a objetos. Su uso moderno es principalmente archivistico, academico y mediante compiladores mantenidos e implementaciones historicas."
10947
+ },
10948
+ it: {
10949
+ name: "Simula",
10950
+ description: "Linguaggio pionieristico di simulazione e programmazione orientata agli oggetti derivato da ALGOL.",
10951
+ longDescription: "Simula e una famiglia di linguaggi creata per la simulazione a eventi discreti e poi riconosciuta come il primo linguaggio orientato agli oggetti. Simula 67 introdusse classi, oggetti, specializzazione simile all ereditarieta e coroutine in una forma che influenzo i sistemi orientati agli oggetti successivi.\n\nE storicamente importante per il design dei linguaggi, la didattica, la modellazione di simulazioni e l evoluzione della programmazione orientata agli oggetti. L uso moderno e soprattutto archivistico, accademico e tramite compilatori mantenuti o implementazioni storiche."
10952
+ },
10953
+ fr: {
10954
+ name: "Simula",
10955
+ description: "Langage pionnier de simulation et de programmation orientee objet issu d ALGOL.",
10956
+ longDescription: "Simula est une famille de langages creee pour la simulation a evenements discrets, puis reconnue comme le premier langage oriente objet. Simula 67 a introduit classes, objets, specialisation proche de l heritage et coroutines sous une forme qui a marque les systemes objets ulterieurs.\n\nIl est historiquement important pour la conception des langages, l enseignement, la modelisation de simulations et l evolution de la programmation orientee objet. Son usage moderne est surtout archivistique, academique et lie a des compilateurs maintenus ou des implementations historiques."
10957
+ },
10958
+ de: {
10959
+ name: "Simula",
10960
+ description: "Pioniersprache fur Simulation und objektorientierte Programmierung aus der ALGOL-Familie.",
10961
+ longDescription: "Simula ist eine Sprachfamilie, die fur diskrete Ereignissimulation entwickelt wurde und spater als erste objektorientierte Sprache anerkannt wurde. Simula 67 fuhrte Klassen, Objekte, vererbungsahnliche Spezialisierung und Koroutinen in einer Form ein, die spatere objektorientierte Systeme pragte.\n\nDie Sprache ist historisch wichtig fur Sprachdesign, Lehre, Simulationsmodellierung und die Entwicklung objektorientierter Programmierung. Moderne Nutzung ist vor allem archivalisch, akademisch und uber gepflegte Compiler oder historische Implementierungen."
10962
+ },
10963
+ pt: {
10964
+ name: "Simula",
10965
+ description: "Linguagem pioneira de simulacao e programacao orientada a objetos derivada de ALGOL.",
10966
+ longDescription: "Simula e uma familia de linguagens criada para simulacao de eventos discretos e depois reconhecida como a primeira linguagem orientada a objetos. Simula 67 introduziu classes, objetos, especializacao parecida com heranca e corrotinas em uma forma que influenciou sistemas orientados a objetos posteriores.\n\nEla e historicamente importante no design de linguagens, educacao, modelagem de simulacao e evolucao da programacao orientada a objetos. O uso moderno e principalmente arquivistico, academico e por compiladores mantidos ou implementacoes historicas."
10967
+ }
10968
+ }
10969
+ };
10970
+ }
10971
+ });
10972
+
10623
10973
  // src/languages/smalltalk.ts
10624
10974
  var smalltalk_exports = {};
10625
10975
  __export(smalltalk_exports, {
@@ -10737,6 +11087,64 @@ var init_smarty = __esm({
10737
11087
  }
10738
11088
  });
10739
11089
 
11090
+ // src/languages/snobol.ts
11091
+ var snobol_exports = {};
11092
+ __export(snobol_exports, {
11093
+ snobol: () => snobol
11094
+ });
11095
+ var snobol;
11096
+ var init_snobol = __esm({
11097
+ "src/languages/snobol.ts"() {
11098
+ snobol = {
11099
+ slug: "snobol",
11100
+ publishedDate: "1962-01-01",
11101
+ extensions: [".sno", ".snobol"],
11102
+ author: "David J. Farber, Ralph Griswold, and Ivan P. Polonsky",
11103
+ website: "https://www.regressive.org/snobol4/",
11104
+ paradigms: ["imperative", "procedural", "text-processing"],
11105
+ tooling: {
11106
+ runtimes: ["SNOBOL4 implementations", "SPITBOL"],
11107
+ ecosystems: ["Text processing", "Language history"]
11108
+ },
11109
+ version: "SNOBOL4",
11110
+ logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=SN",
11111
+ color: "#7C2D12",
11112
+ i18n: {
11113
+ en: {
11114
+ name: "SNOBOL",
11115
+ description: "A text-processing language known for pattern matching, symbolic programming, and string manipulation.",
11116
+ longDescription: "SNOBOL is a family of programming languages from Bell Labs focused on string processing, symbolic computation, and pattern matching. SNOBOL4 became the best-known version, with patterns as first-class values and expressive operators for text transformation.\n\nIt influenced later text-processing and scripting languages, especially through its treatment of patterns and dynamic data. Today it is mainly used for historical study, preservation, and specialized legacy programs."
11117
+ },
11118
+ es: {
11119
+ name: "SNOBOL",
11120
+ description: "Lenguaje de procesamiento de texto conocido por patrones, simbolos y manipulacion de cadenas.",
11121
+ longDescription: "SNOBOL es una familia de lenguajes de Bell Labs centrada en procesamiento de cadenas, computacion simbolica y coincidencia de patrones. SNOBOL4 se convirtio en la version mas conocida, con patrones como valores de primera clase y operadores expresivos para transformar texto.\n\nInfluyo en lenguajes posteriores de procesamiento de texto y scripting, especialmente por su tratamiento de patrones y datos dinamicos. Hoy se usa principalmente para estudio historico, preservacion y programas legacy especializados."
11122
+ },
11123
+ it: {
11124
+ name: "SNOBOL",
11125
+ description: "Linguaggio per elaborazione del testo noto per pattern matching, simboli e stringhe.",
11126
+ longDescription: "SNOBOL e una famiglia di linguaggi di Bell Labs focalizzata su elaborazione di stringhe, computazione simbolica e pattern matching. SNOBOL4 divenne la versione piu nota, con pattern come valori di prima classe e operatori espressivi per trasformare testo.\n\nInfluenzo linguaggi successivi di elaborazione del testo e scripting, soprattutto per il trattamento di pattern e dati dinamici. Oggi e usato principalmente per studio storico, conservazione e programmi legacy specializzati."
11127
+ },
11128
+ fr: {
11129
+ name: "SNOBOL",
11130
+ description: "Langage de traitement de texte connu pour les motifs, la programmation symbolique et les chaines.",
11131
+ longDescription: "SNOBOL est une famille de langages de Bell Labs centree sur le traitement des chaines, le calcul symbolique et la reconnaissance de motifs. SNOBOL4 est devenu la version la plus connue, avec des motifs comme valeurs de premiere classe et des operateurs expressifs pour transformer le texte.\n\nIl a influence des langages ulterieurs de traitement de texte et de script, surtout par son traitement des motifs et des donnees dynamiques. Aujourd hui, il sert surtout a l etude historique, a la preservation et a des programmes legacy specialises."
11132
+ },
11133
+ de: {
11134
+ name: "SNOBOL",
11135
+ description: "Textverarbeitungssprache fur Musterabgleich, symbolische Programmierung und Zeichenketten.",
11136
+ longDescription: "SNOBOL ist eine Sprachfamilie aus den Bell Labs mit Fokus auf Zeichenkettenverarbeitung, symbolische Berechnung und Musterabgleich. SNOBOL4 wurde zur bekanntesten Version, mit Mustern als First-Class-Werten und ausdrucksstarken Operatoren zur Texttransformation.\n\nDie Sprache beeinflusste spatere Textverarbeitungs- und Skriptsprachen, besonders durch den Umgang mit Mustern und dynamischen Daten. Heute wird sie vor allem fur historische Studien, Bewahrung und spezialisierte Legacy-Programme genutzt."
11137
+ },
11138
+ pt: {
11139
+ name: "SNOBOL",
11140
+ description: "Linguagem de processamento de texto conhecida por padroes, simbolos e manipulacao de strings.",
11141
+ longDescription: "SNOBOL e uma familia de linguagens da Bell Labs focada em processamento de strings, computacao simbolica e correspondencia de padroes. SNOBOL4 tornou-se a versao mais conhecida, com padroes como valores de primeira classe e operadores expressivos para transformar texto.\n\nEla influenciou linguagens posteriores de processamento de texto e scripting, especialmente pelo tratamento de padroes e dados dinamicos. Hoje e usada principalmente para estudo historico, preservacao e programas legados especializados."
11142
+ }
11143
+ }
11144
+ };
11145
+ }
11146
+ });
11147
+
10740
11148
  // src/languages/solidity.ts
10741
11149
  var solidity_exports = {};
10742
11150
  __export(solidity_exports, {
@@ -10796,6 +11204,64 @@ var init_solidity = __esm({
10796
11204
  }
10797
11205
  });
10798
11206
 
11207
+ // src/languages/spark.ts
11208
+ var spark_exports = {};
11209
+ __export(spark_exports, {
11210
+ spark: () => spark
11211
+ });
11212
+ var spark;
11213
+ var init_spark = __esm({
11214
+ "src/languages/spark.ts"() {
11215
+ spark = {
11216
+ slug: "spark",
11217
+ publishedDate: "2009-01-01",
11218
+ extensions: [".spark", ".adb", ".ads"],
11219
+ author: "Altran and AdaCore",
11220
+ website: "https://www.adacore.com/about-spark",
11221
+ paradigms: ["imperative", "object-oriented", "formal verification"],
11222
+ tooling: {
11223
+ runtimes: ["GNAT", "Ada runtimes"],
11224
+ ecosystems: ["Ada", "Embedded", "Safety-critical software"]
11225
+ },
11226
+ version: "SPARK Community 2021",
11227
+ logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=SP",
11228
+ color: "#DC2626",
11229
+ i18n: {
11230
+ en: {
11231
+ name: "SPARK",
11232
+ description: "A formally verifiable Ada-based language for high-integrity and safety-critical software.",
11233
+ longDescription: "SPARK is a programming language and verification ecosystem based on Ada, designed for software where correctness, safety, and security matter. It restricts and extends Ada with contracts, proof-oriented annotations, and analyzable semantics.\n\nSPARK is used in avionics, defense, embedded systems, industrial control, and other high-integrity domains. Its tooling can prove absence of runtime errors and verify functional properties before code runs."
11234
+ },
11235
+ es: {
11236
+ name: "SPARK",
11237
+ description: "Lenguaje basado en Ada y verificable formalmente para software critico y de alta integridad.",
11238
+ longDescription: "SPARK es un lenguaje de programacion y ecosistema de verificacion basado en Ada, disenado para software donde importan correccion, seguridad funcional y seguridad informatica. Restringe y extiende Ada con contratos, anotaciones orientadas a pruebas y semantica analizable.\n\nSPARK se usa en avionica, defensa, sistemas embebidos, control industrial y otros dominios de alta integridad. Sus herramientas pueden probar ausencia de errores en tiempo de ejecucion y verificar propiedades funcionales antes de ejecutar el codigo."
11239
+ },
11240
+ it: {
11241
+ name: "SPARK",
11242
+ description: "Linguaggio basato su Ada e verificabile formalmente per software critico e ad alta integrita.",
11243
+ longDescription: "SPARK e un linguaggio di programmazione e un ecosistema di verifica basato su Ada, progettato per software in cui correttezza, safety e security sono fondamentali. Restringe ed estende Ada con contratti, annotazioni orientate alla prova e semantica analizzabile.\n\nSPARK e usato in avionica, difesa, sistemi embedded, controllo industriale e altri domini ad alta integrita. I suoi strumenti possono provare l assenza di errori a runtime e verificare proprieta funzionali prima dell esecuzione del codice."
11244
+ },
11245
+ fr: {
11246
+ name: "SPARK",
11247
+ description: "Langage base sur Ada, verifiable formellement, pour logiciels critiques et haute integrite.",
11248
+ longDescription: "SPARK est un langage de programmation et un ecosysteme de verification base sur Ada, concu pour les logiciels ou correction, surete et securite sont essentielles. Il restreint et etend Ada avec des contrats, des annotations orientees preuve et une semantique analysable.\n\nSPARK est utilise dans l avionique, la defense, les systemes embarques, le controle industriel et d autres domaines a haute integrite. Ses outils peuvent prouver l absence d erreurs a l execution et verifier des proprietes fonctionnelles avant que le code ne tourne."
11249
+ },
11250
+ de: {
11251
+ name: "SPARK",
11252
+ description: "Formal verifizierbare Ada-basierte Sprache fur sicherheitskritische High-Integrity-Software.",
11253
+ longDescription: "SPARK ist eine auf Ada basierende Programmiersprache und Verifikationsumgebung fur Software, bei der Korrektheit, Safety und Security entscheidend sind. Sie beschrankt und erweitert Ada mit Vertragen, beweisorientierten Annotationen und analysierbarer Semantik.\n\nSPARK wird in Avionik, Verteidigung, eingebetteten Systemen, industrieller Steuerung und anderen High-Integrity-Domanen genutzt. Die Werkzeuge konnen Laufzeitfehlerfreiheit beweisen und funktionale Eigenschaften vor der Ausfuhrung verifizieren."
11254
+ },
11255
+ pt: {
11256
+ name: "SPARK",
11257
+ description: "Linguagem baseada em Ada e verificavel formalmente para software critico e de alta integridade.",
11258
+ longDescription: "SPARK e uma linguagem de programacao e ecossistema de verificacao baseado em Ada, criado para software onde correcao, seguranca funcional e seguranca importam. Ela restringe e estende Ada com contratos, anotacoes orientadas a provas e semantica analisavel.\n\nSPARK e usada em avionica, defesa, sistemas embarcados, controle industrial e outros dominios de alta integridade. Suas ferramentas podem provar ausencia de erros em tempo de execucao e verificar propriedades funcionais antes do codigo rodar."
11259
+ }
11260
+ }
11261
+ };
11262
+ }
11263
+ });
11264
+
10799
11265
  // src/languages/sparql.ts
10800
11266
  var sparql_exports = {};
10801
11267
  __export(sparql_exports, {
@@ -12082,6 +12548,64 @@ var init_vala = __esm({
12082
12548
  }
12083
12549
  });
12084
12550
 
12551
+ // src/languages/vale.ts
12552
+ var vale_exports = {};
12553
+ __export(vale_exports, {
12554
+ vale: () => vale
12555
+ });
12556
+ var vale;
12557
+ var init_vale = __esm({
12558
+ "src/languages/vale.ts"() {
12559
+ vale = {
12560
+ slug: "vale",
12561
+ publishedDate: "2018-01-01",
12562
+ extensions: [".vale"],
12563
+ author: "Evan Ovadia",
12564
+ website: "https://vale.dev",
12565
+ paradigms: ["systems", "imperative", "object-oriented"],
12566
+ tooling: {
12567
+ runtimes: ["Vale compiler"],
12568
+ ecosystems: ["Native applications", "Systems programming"]
12569
+ },
12570
+ version: "experimental",
12571
+ logo: "https://dummyimage.com/32x32/059669/ffffff.png&text=Va",
12572
+ color: "#059669",
12573
+ i18n: {
12574
+ en: {
12575
+ name: "Vale",
12576
+ description: "A systems programming language exploring memory safety through ownership and generational references.",
12577
+ longDescription: "Vale is a systems programming language focused on fast native code, memory safety, and ergonomic ownership. Its design explores generational references, region-like ownership, and compile-time checks that avoid conventional garbage collection.\n\nThe language targets domains where C and C++ are common, including engines, tools, and performance-sensitive services. It remains experimental, with active design work around safety, concurrency, and interoperability."
12578
+ },
12579
+ es: {
12580
+ name: "Vale",
12581
+ description: "Lenguaje de sistemas que explora seguridad de memoria con ownership y referencias generacionales.",
12582
+ longDescription: "Vale es un lenguaje de programacion de sistemas centrado en codigo nativo rapido, seguridad de memoria y ownership ergonomico. Su diseno explora referencias generacionales, ownership parecido a regiones y comprobaciones en compilacion que evitan la recoleccion de basura convencional.\n\nEl lenguaje apunta a dominios donde C y C++ son comunes, como motores, herramientas y servicios sensibles al rendimiento. Sigue siendo experimental, con trabajo activo en seguridad, concurrencia e interoperabilidad."
12583
+ },
12584
+ it: {
12585
+ name: "Vale",
12586
+ description: "Linguaggio di sistema che esplora sicurezza della memoria con ownership e riferimenti generazionali.",
12587
+ longDescription: "Vale e un linguaggio di programmazione di sistema focalizzato su codice nativo veloce, sicurezza della memoria e ownership ergonomica. Il design esplora riferimenti generazionali, ownership simile a regioni e controlli a tempo di compilazione che evitano la garbage collection convenzionale.\n\nIl linguaggio mira a domini dove C e C++ sono comuni, inclusi motori, strumenti e servizi sensibili alle prestazioni. Rimane sperimentale, con lavoro attivo su sicurezza, concorrenza e interoperabilita."
12588
+ },
12589
+ fr: {
12590
+ name: "Vale",
12591
+ description: "Langage systeme explorant la surete memoire par ownership et references generationnelles.",
12592
+ longDescription: "Vale est un langage de programmation systeme centre sur le code natif rapide, la surete memoire et un ownership ergonomique. Sa conception explore les references generationnelles, un ownership proche des regions et des verifications a la compilation qui evitent le ramasse-miettes classique.\n\nLe langage vise les domaines ou C et C++ sont frequents, comme les moteurs, les outils et les services sensibles aux performances. Il reste experimental, avec un travail actif sur la surete, la concurrence et l interoperabilite."
12593
+ },
12594
+ de: {
12595
+ name: "Vale",
12596
+ description: "Systemprogrammiersprache fur Speichersicherheit durch Ownership und generationale Referenzen.",
12597
+ longDescription: "Vale ist eine Systemprogrammiersprache mit Fokus auf schnellen nativen Code, Speichersicherheit und ergonomisches Ownership. Das Design erforscht generationale Referenzen, regionenahnliches Ownership und Kompilierzeitprufungen, die klassische Garbage Collection vermeiden.\n\nDie Sprache zielt auf Bereiche, in denen C und C++ verbreitet sind, etwa Engines, Werkzeuge und leistungsensitive Dienste. Sie bleibt experimentell, mit aktiver Arbeit an Sicherheit, Nebenlaufigkeit und Interoperabilitat."
12598
+ },
12599
+ pt: {
12600
+ name: "Vale",
12601
+ description: "Linguagem de sistemas que explora seguranca de memoria com ownership e referencias geracionais.",
12602
+ longDescription: "Vale e uma linguagem de programacao de sistemas focada em codigo nativo rapido, seguranca de memoria e ownership ergonomico. Seu design explora referencias geracionais, ownership parecido com regioes e verificacoes em tempo de compilacao que evitam garbage collection convencional.\n\nA linguagem mira dominios onde C e C++ sao comuns, incluindo motores, ferramentas e servicos sensiveis a desempenho. Ela permanece experimental, com trabalho ativo em seguranca, concorrencia e interoperabilidade."
12603
+ }
12604
+ }
12605
+ };
12606
+ }
12607
+ });
12608
+
12085
12609
  // src/languages/verilog.ts
12086
12610
  var verilog_exports = {};
12087
12611
  __export(verilog_exports, {
@@ -12141,6 +12665,64 @@ var init_verilog = __esm({
12141
12665
  }
12142
12666
  });
12143
12667
 
12668
+ // src/languages/verse.ts
12669
+ var verse_exports = {};
12670
+ __export(verse_exports, {
12671
+ verse: () => verse
12672
+ });
12673
+ var verse;
12674
+ var init_verse = __esm({
12675
+ "src/languages/verse.ts"() {
12676
+ verse = {
12677
+ slug: "verse",
12678
+ publishedDate: "2023-03-23",
12679
+ extensions: [".verse"],
12680
+ author: "Epic Games",
12681
+ website: "https://dev.epicgames.com/documentation/en-us/uefn/verse-language-reference",
12682
+ paradigms: ["functional", "logic", "scripting"],
12683
+ tooling: {
12684
+ runtimes: ["Unreal Editor for Fortnite"],
12685
+ ecosystems: ["Unreal Engine", "Fortnite Creator"]
12686
+ },
12687
+ version: "UEFN Verse",
12688
+ logo: "https://dummyimage.com/32x32/111827/ffffff.png&text=Ve",
12689
+ color: "#111827",
12690
+ i18n: {
12691
+ en: {
12692
+ name: "Verse",
12693
+ description: "A functional-logic scripting language from Epic Games for UEFN and future Unreal workflows.",
12694
+ longDescription: "Verse is a programming language developed by Epic Games for Unreal Editor for Fortnite and related game-creation workflows. It combines scripting for interactive experiences with ideas from functional and logic programming.\n\nVerse is used to define gameplay behavior, devices, rules, and systems in UEFN projects. Its public ecosystem is tied to Fortnite Creator tooling and Unreal Engine documentation."
12695
+ },
12696
+ es: {
12697
+ name: "Verse",
12698
+ description: "Lenguaje de scripting funcional-logico de Epic Games para UEFN y flujos Unreal.",
12699
+ longDescription: "Verse es un lenguaje de programacion desarrollado por Epic Games para Unreal Editor for Fortnite y flujos relacionados de creacion de juegos. Combina scripting para experiencias interactivas con ideas de programacion funcional y logica.\n\nVerse se usa para definir comportamiento de juego, dispositivos, reglas y sistemas en proyectos UEFN. Su ecosistema publico esta ligado a las herramientas de Fortnite Creator y a la documentacion de Unreal Engine."
12700
+ },
12701
+ it: {
12702
+ name: "Verse",
12703
+ description: "Linguaggio di scripting funzionale-logico di Epic Games per UEFN e workflow Unreal.",
12704
+ longDescription: "Verse e un linguaggio di programmazione sviluppato da Epic Games per Unreal Editor for Fortnite e workflow correlati di creazione di giochi. Combina scripting per esperienze interattive con idee di programmazione funzionale e logica.\n\nVerse viene usato per definire comportamento di gioco, dispositivi, regole e sistemi nei progetti UEFN. Il suo ecosistema pubblico e legato agli strumenti Fortnite Creator e alla documentazione Unreal Engine."
12705
+ },
12706
+ fr: {
12707
+ name: "Verse",
12708
+ description: "Langage de script fonctionnel-logique d Epic Games pour UEFN et les flux Unreal.",
12709
+ longDescription: "Verse est un langage de programmation developpe par Epic Games pour Unreal Editor for Fortnite et les flux associes de creation de jeux. Il combine le script d experiences interactives avec des idees issues de la programmation fonctionnelle et logique.\n\nVerse sert a definir comportements de gameplay, appareils, regles et systemes dans les projets UEFN. Son ecosysteme public est lie aux outils Fortnite Creator et a la documentation Unreal Engine."
12710
+ },
12711
+ de: {
12712
+ name: "Verse",
12713
+ description: "Funktional-logische Skriptsprache von Epic Games fur UEFN und Unreal-Workflows.",
12714
+ longDescription: "Verse ist eine von Epic Games entwickelte Programmiersprache fur Unreal Editor for Fortnite und verwandte Workflows zur Spieleerstellung. Sie kombiniert Skripting fur interaktive Erlebnisse mit Ideen aus funktionaler und logischer Programmierung.\n\nVerse wird genutzt, um Gameplay-Verhalten, Gerate, Regeln und Systeme in UEFN-Projekten zu definieren. Das offentliche Okosystem ist an Fortnite-Creator-Werkzeuge und Unreal-Engine-Dokumentation gebunden."
12715
+ },
12716
+ pt: {
12717
+ name: "Verse",
12718
+ description: "Linguagem de scripting funcional-logica da Epic Games para UEFN e fluxos Unreal.",
12719
+ longDescription: "Verse e uma linguagem de programacao desenvolvida pela Epic Games para Unreal Editor for Fortnite e fluxos relacionados de criacao de jogos. Ela combina scripting para experiencias interativas com ideias de programacao funcional e logica.\n\nVerse e usada para definir comportamento de gameplay, dispositivos, regras e sistemas em projetos UEFN. Seu ecossistema publico esta ligado as ferramentas Fortnite Creator e a documentacao do Unreal Engine."
12720
+ }
12721
+ }
12722
+ };
12723
+ }
12724
+ });
12725
+
12144
12726
  // src/languages/vhdl.ts
12145
12727
  var vhdl_exports = {};
12146
12728
  __export(vhdl_exports, {
@@ -12279,7 +12861,7 @@ var init_vue = __esm({
12279
12861
  packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
12280
12862
  ecosystems: ["Web", "Vue", "Vite", "Nuxt"]
12281
12863
  },
12282
- version: "3.5.35",
12864
+ version: "3.5.38",
12283
12865
  logo: "https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg",
12284
12866
  color: "#4FC08D",
12285
12867
  i18n: {
@@ -13142,6 +13724,7 @@ init_antlr();
13142
13724
  init_apex();
13143
13725
  init_apl();
13144
13726
  init_applescript();
13727
+ init_aql();
13145
13728
  init_arduino();
13146
13729
  init_asciidoc();
13147
13730
  init_asp();
@@ -13193,6 +13776,7 @@ init_elm();
13193
13776
  init_erb();
13194
13777
  init_erlang();
13195
13778
  init_factor();
13779
+ init_fe();
13196
13780
  init_fennel();
13197
13781
  init_fish();
13198
13782
  init_flux();
@@ -13223,6 +13807,7 @@ init_html();
13223
13807
  init_hy();
13224
13808
  init_idris();
13225
13809
  init_ini();
13810
+ init_ink();
13226
13811
  init_io();
13227
13812
  init_isabelle();
13228
13813
  init_janet();
@@ -13242,6 +13827,7 @@ init_koka();
13242
13827
  init_kotlin();
13243
13828
  init_lean();
13244
13829
  init_less();
13830
+ init_ligo();
13245
13831
  init_liquid();
13246
13832
  init_lisp();
13247
13833
  init_llvm_ir();
@@ -13252,6 +13838,7 @@ init_luau();
13252
13838
  init_makefile();
13253
13839
  init_mako();
13254
13840
  init_markdown();
13841
+ init_marlowe();
13255
13842
  init_mathematica();
13256
13843
  init_matlab();
13257
13844
  init_mdx();
@@ -13313,9 +13900,12 @@ init_scala();
13313
13900
  init_scheme();
13314
13901
  init_scss();
13315
13902
  init_self();
13903
+ init_simula();
13316
13904
  init_smalltalk();
13317
13905
  init_smarty();
13906
+ init_snobol();
13318
13907
  init_solidity();
13908
+ init_spark();
13319
13909
  init_sparql();
13320
13910
  init_sql();
13321
13911
  init_standard_ml();
@@ -13338,7 +13928,9 @@ init_typst();
13338
13928
  init_unison();
13339
13929
  init_v();
13340
13930
  init_vala();
13931
+ init_vale();
13341
13932
  init_verilog();
13933
+ init_verse();
13342
13934
  init_vhdl();
13343
13935
  init_visual_basic();
13344
13936
  init_vue();
@@ -13368,6 +13960,7 @@ var languages = [
13368
13960
  apl,
13369
13961
  applescript,
13370
13962
  arduino,
13963
+ aql,
13371
13964
  asciidoc,
13372
13965
  asp,
13373
13966
  assembly,
@@ -13418,6 +14011,7 @@ var languages = [
13418
14011
  erb,
13419
14012
  erlang,
13420
14013
  factor,
14014
+ fe,
13421
14015
  fennel,
13422
14016
  fish,
13423
14017
  flux,
@@ -13448,6 +14042,7 @@ var languages = [
13448
14042
  hy,
13449
14043
  idris,
13450
14044
  ini,
14045
+ ink,
13451
14046
  io,
13452
14047
  isabelle,
13453
14048
  janet,
@@ -13467,6 +14062,7 @@ var languages = [
13467
14062
  kotlin,
13468
14063
  lean,
13469
14064
  less,
14065
+ ligo,
13470
14066
  liquid,
13471
14067
  lisp,
13472
14068
  llvmIr,
@@ -13477,6 +14073,7 @@ var languages = [
13477
14073
  makefile,
13478
14074
  mako,
13479
14075
  markdown,
14076
+ marlowe,
13480
14077
  mathematica,
13481
14078
  matlab,
13482
14079
  mdx,
@@ -13538,10 +14135,13 @@ var languages = [
13538
14135
  scheme,
13539
14136
  scss,
13540
14137
  self,
14138
+ simula,
13541
14139
  smalltalk,
13542
14140
  smarty,
14141
+ snobol,
13543
14142
  solidity,
13544
14143
  sparql,
14144
+ spark,
13545
14145
  sql,
13546
14146
  standardMl,
13547
14147
  starlark,
@@ -13563,7 +14163,9 @@ var languages = [
13563
14163
  unison,
13564
14164
  v,
13565
14165
  vala,
14166
+ vale,
13566
14167
  verilog,
14168
+ verse,
13567
14169
  vhdl,
13568
14170
  visualBasic,
13569
14171
  vue,
@@ -13596,6 +14198,7 @@ var languageIndex = [
13596
14198
  { slug: "apl", extensions: [".apl", ".dyalog"] },
13597
14199
  { slug: "applescript", extensions: [".applescript", ".scpt", ".scptd"] },
13598
14200
  { slug: "arduino", extensions: [".ino", ".pde"] },
14201
+ { slug: "aql", extensions: [".aql"] },
13599
14202
  { slug: "asciidoc", extensions: [".adoc", ".asciidoc", ".asc"] },
13600
14203
  { slug: "asp", extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"] },
13601
14204
  { slug: "assembly", extensions: [".asm", ".s", ".S", ".inc"] },
@@ -13652,6 +14255,7 @@ var languageIndex = [
13652
14255
  extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"]
13653
14256
  },
13654
14257
  { slug: "factor", extensions: [".factor"] },
14258
+ { slug: "fe", extensions: [".fe"] },
13655
14259
  { slug: "fennel", extensions: [".fnl"] },
13656
14260
  { slug: "fish", extensions: [".fish"] },
13657
14261
  { slug: "flux", extensions: [".flux"] },
@@ -13688,6 +14292,7 @@ var languageIndex = [
13688
14292
  { slug: "hy", extensions: [".hy"] },
13689
14293
  { slug: "idris", extensions: [".idr", ".lidr", ".ipkg"] },
13690
14294
  { slug: "ini", extensions: [".ini"] },
14295
+ { slug: "ink", extensions: [".ink"] },
13691
14296
  { slug: "io", extensions: [".io"] },
13692
14297
  { slug: "isabelle", extensions: [".thy"] },
13693
14298
  { slug: "janet", extensions: [".janet", ".jdn"] },
@@ -13707,6 +14312,7 @@ var languageIndex = [
13707
14312
  { slug: "kotlin", extensions: [".kt", ".kts"] },
13708
14313
  { slug: "lean", extensions: [".lean"] },
13709
14314
  { slug: "less", extensions: [".less"] },
14315
+ { slug: "ligo", extensions: [".ligo", ".mligo", ".religo", ".jsligo"] },
13710
14316
  { slug: "liquid", extensions: [".liquid"] },
13711
14317
  { slug: "lisp", extensions: [".lisp", ".lsp", ".cl", ".asd"] },
13712
14318
  { slug: "llvm-ir", extensions: [".ll", ".bc"] },
@@ -13717,6 +14323,7 @@ var languageIndex = [
13717
14323
  { slug: "makefile", extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"] },
13718
14324
  { slug: "mako", extensions: [".mako", ".mao"] },
13719
14325
  { slug: "markdown", extensions: [".md", ".markdown", ".mdown", ".mkd"] },
14326
+ { slug: "marlowe", extensions: [".marlowe"] },
13720
14327
  { slug: "mathematica", extensions: [".wl", ".wls", ".nb"] },
13721
14328
  { slug: "matlab", extensions: [".m", ".mlx"] },
13722
14329
  { slug: "mdx", extensions: [".mdx"] },
@@ -13781,10 +14388,13 @@ var languageIndex = [
13781
14388
  { slug: "scheme", extensions: [".scm", ".ss", ".sld", ".sls"] },
13782
14389
  { slug: "scss", extensions: [".scss", ".sass"] },
13783
14390
  { slug: "self", extensions: [".self"] },
14391
+ { slug: "simula", extensions: [".sim", ".simula"] },
13784
14392
  { slug: "smalltalk", extensions: [".st"] },
13785
14393
  { slug: "smarty", extensions: [".tpl", ".smarty"] },
14394
+ { slug: "snobol", extensions: [".sno", ".snobol"] },
13786
14395
  { slug: "solidity", extensions: [".sol"] },
13787
14396
  { slug: "sparql", extensions: [".sparql", ".rq"] },
14397
+ { slug: "spark", extensions: [".spark", ".adb", ".ads"] },
13788
14398
  { slug: "sql", extensions: [".sql"] },
13789
14399
  { slug: "standard-ml", extensions: [".sml", ".sig", ".fun"] },
13790
14400
  { slug: "starlark", extensions: [".bzl", ".star", ".sky"] },
@@ -13806,7 +14416,9 @@ var languageIndex = [
13806
14416
  { slug: "unison", extensions: [".u", ".uu"] },
13807
14417
  { slug: "v", extensions: [".v", ".vsh"] },
13808
14418
  { slug: "vala", extensions: [".vala", ".vapi"] },
14419
+ { slug: "vale", extensions: [".vale"] },
13809
14420
  { slug: "verilog", extensions: [".v", ".vh", ".sv", ".svh"] },
14421
+ { slug: "verse", extensions: [".verse"] },
13810
14422
  { slug: "vhdl", extensions: [".vhd", ".vhdl"] },
13811
14423
  { slug: "visual-basic", extensions: [".vb"] },
13812
14424
  { slug: "vue", extensions: [".vue"] },
@@ -13840,6 +14452,7 @@ var languageLoaders = {
13840
14452
  apl: () => Promise.resolve().then(() => (init_apl(), apl_exports)).then((module) => module.apl),
13841
14453
  applescript: () => Promise.resolve().then(() => (init_applescript(), applescript_exports)).then((module) => module.applescript),
13842
14454
  arduino: () => Promise.resolve().then(() => (init_arduino(), arduino_exports)).then((module) => module.arduino),
14455
+ aql: () => Promise.resolve().then(() => (init_aql(), aql_exports)).then((module) => module.aql),
13843
14456
  asciidoc: () => Promise.resolve().then(() => (init_asciidoc(), asciidoc_exports)).then((module) => module.asciidoc),
13844
14457
  asp: () => Promise.resolve().then(() => (init_asp(), asp_exports)).then((module) => module.asp),
13845
14458
  assembly: () => Promise.resolve().then(() => (init_assembly(), assembly_exports)).then((module) => module.assembly),
@@ -13890,6 +14503,7 @@ var languageLoaders = {
13890
14503
  erb: () => Promise.resolve().then(() => (init_erb(), erb_exports)).then((module) => module.erb),
13891
14504
  erlang: () => Promise.resolve().then(() => (init_erlang(), erlang_exports)).then((module) => module.erlang),
13892
14505
  factor: () => Promise.resolve().then(() => (init_factor(), factor_exports)).then((module) => module.factor),
14506
+ fe: () => Promise.resolve().then(() => (init_fe(), fe_exports)).then((module) => module.fe),
13893
14507
  fennel: () => Promise.resolve().then(() => (init_fennel(), fennel_exports)).then((module) => module.fennel),
13894
14508
  fish: () => Promise.resolve().then(() => (init_fish(), fish_exports)).then((module) => module.fish),
13895
14509
  flux: () => Promise.resolve().then(() => (init_flux(), flux_exports)).then((module) => module.flux),
@@ -13920,6 +14534,7 @@ var languageLoaders = {
13920
14534
  hy: () => Promise.resolve().then(() => (init_hy(), hy_exports)).then((module) => module.hy),
13921
14535
  idris: () => Promise.resolve().then(() => (init_idris(), idris_exports)).then((module) => module.idris),
13922
14536
  ini: () => Promise.resolve().then(() => (init_ini(), ini_exports)).then((module) => module.ini),
14537
+ ink: () => Promise.resolve().then(() => (init_ink(), ink_exports)).then((module) => module.ink),
13923
14538
  io: () => Promise.resolve().then(() => (init_io(), io_exports)).then((module) => module.io),
13924
14539
  isabelle: () => Promise.resolve().then(() => (init_isabelle(), isabelle_exports)).then((module) => module.isabelle),
13925
14540
  janet: () => Promise.resolve().then(() => (init_janet(), janet_exports)).then((module) => module.janet),
@@ -13939,6 +14554,7 @@ var languageLoaders = {
13939
14554
  kotlin: () => Promise.resolve().then(() => (init_kotlin(), kotlin_exports)).then((module) => module.kotlin),
13940
14555
  lean: () => Promise.resolve().then(() => (init_lean(), lean_exports)).then((module) => module.lean),
13941
14556
  less: () => Promise.resolve().then(() => (init_less(), less_exports)).then((module) => module.less),
14557
+ ligo: () => Promise.resolve().then(() => (init_ligo(), ligo_exports)).then((module) => module.ligo),
13942
14558
  liquid: () => Promise.resolve().then(() => (init_liquid(), liquid_exports)).then((module) => module.liquid),
13943
14559
  lisp: () => Promise.resolve().then(() => (init_lisp(), lisp_exports)).then((module) => module.lisp),
13944
14560
  "llvm-ir": () => Promise.resolve().then(() => (init_llvm_ir(), llvm_ir_exports)).then((module) => module.llvmIr),
@@ -13949,6 +14565,7 @@ var languageLoaders = {
13949
14565
  makefile: () => Promise.resolve().then(() => (init_makefile(), makefile_exports)).then((module) => module.makefile),
13950
14566
  mako: () => Promise.resolve().then(() => (init_mako(), mako_exports)).then((module) => module.mako),
13951
14567
  markdown: () => Promise.resolve().then(() => (init_markdown(), markdown_exports)).then((module) => module.markdown),
14568
+ marlowe: () => Promise.resolve().then(() => (init_marlowe(), marlowe_exports)).then((module) => module.marlowe),
13952
14569
  mathematica: () => Promise.resolve().then(() => (init_mathematica(), mathematica_exports)).then((module) => module.mathematica),
13953
14570
  matlab: () => Promise.resolve().then(() => (init_matlab(), matlab_exports)).then((module) => module.matlab),
13954
14571
  mdx: () => Promise.resolve().then(() => (init_mdx(), mdx_exports)).then((module) => module.mdx),
@@ -14010,10 +14627,13 @@ var languageLoaders = {
14010
14627
  scheme: () => Promise.resolve().then(() => (init_scheme(), scheme_exports)).then((module) => module.scheme),
14011
14628
  scss: () => Promise.resolve().then(() => (init_scss(), scss_exports)).then((module) => module.scss),
14012
14629
  self: () => Promise.resolve().then(() => (init_self(), self_exports)).then((module) => module.self),
14630
+ simula: () => Promise.resolve().then(() => (init_simula(), simula_exports)).then((module) => module.simula),
14013
14631
  smalltalk: () => Promise.resolve().then(() => (init_smalltalk(), smalltalk_exports)).then((module) => module.smalltalk),
14014
14632
  smarty: () => Promise.resolve().then(() => (init_smarty(), smarty_exports)).then((module) => module.smarty),
14633
+ snobol: () => Promise.resolve().then(() => (init_snobol(), snobol_exports)).then((module) => module.snobol),
14015
14634
  solidity: () => Promise.resolve().then(() => (init_solidity(), solidity_exports)).then((module) => module.solidity),
14016
14635
  sparql: () => Promise.resolve().then(() => (init_sparql(), sparql_exports)).then((module) => module.sparql),
14636
+ spark: () => Promise.resolve().then(() => (init_spark(), spark_exports)).then((module) => module.spark),
14017
14637
  sql: () => Promise.resolve().then(() => (init_sql(), sql_exports)).then((module) => module.sql),
14018
14638
  "standard-ml": () => Promise.resolve().then(() => (init_standard_ml(), standard_ml_exports)).then((module) => module.standardMl),
14019
14639
  starlark: () => Promise.resolve().then(() => (init_starlark(), starlark_exports)).then((module) => module.starlark),
@@ -14035,7 +14655,9 @@ var languageLoaders = {
14035
14655
  unison: () => Promise.resolve().then(() => (init_unison(), unison_exports)).then((module) => module.unison),
14036
14656
  v: () => Promise.resolve().then(() => (init_v(), v_exports)).then((module) => module.v),
14037
14657
  vala: () => Promise.resolve().then(() => (init_vala(), vala_exports)).then((module) => module.vala),
14658
+ vale: () => Promise.resolve().then(() => (init_vale(), vale_exports)).then((module) => module.vale),
14038
14659
  verilog: () => Promise.resolve().then(() => (init_verilog(), verilog_exports)).then((module) => module.verilog),
14660
+ verse: () => Promise.resolve().then(() => (init_verse(), verse_exports)).then((module) => module.verse),
14039
14661
  vhdl: () => Promise.resolve().then(() => (init_vhdl(), vhdl_exports)).then((module) => module.vhdl),
14040
14662
  "visual-basic": () => Promise.resolve().then(() => (init_visual_basic(), visual_basic_exports)).then((module) => module.visualBasic),
14041
14663
  vue: () => Promise.resolve().then(() => (init_vue(), vue_exports)).then((module) => module.vue),