From 8890bf2a730f24b945c003477fabe9a17bb86082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viorel-C=C4=83t=C4=83lin=20R=C4=83pi=C8=9Beanu?= Date: Sun, 28 May 2023 00:14:40 +0300 Subject: [PATCH] Add vscode-extensions.RoweWilsonFrederiskHolme.wikitext This extension is really useful when writting WikiMedia documents. --- .../editors/vscode/extensions/default.nix | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index cd7c0922df55..56b95cc3d9b7 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2546,6 +2546,27 @@ let }; }; + RoweWilsonFrederiskHolme.wikitext = buildVscodeMarketplaceExtension { + mktplcRef = { + name = "wikitext"; + publisher = "RoweWilsonFrederiskHolme"; + version = "3.8.0"; + sha256 = "30540a85163e797028eec9bc3db1866bbf473e98615bf6ade6d1d672017ebe52"; + }; + meta = { + description = "Extension that helps users view and write MediaWiki's Wikitext files"; + longDescription = '' + With this extension, you can more easily discover your grammatical problems + through the marked and styled text. The plugin is based on MediaWiki's + Wikitext standard, but the rules are somewhat stricter, which helps users + write text that is easier to read and maintain. + ''; + downloadPage = "https://marketplace.visualstudio.com/items?itemName=RoweWilsonFrederiskHolme.wikitext"; + homepage = "https://github.com/Frederisk/Wikitext-VSCode-Extension"; + license = lib.licenses.mit; + }; + }; + rubbersheep.gi = buildVscodeMarketplaceExtension { mktplcRef = { name = "gi";