vscode-extensions.dotjoshjohnson.xml: init at 2.5.1

This commit is contained in:
Nikolay Korotkiy 2021-03-26 18:03:04 +03:00
parent 3bb8ed60d0
commit 509cb20e71
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -201,6 +201,20 @@ let
};
};
dotjoshjohnson.xml = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "xml";
publisher = "dotjoshjohnson";
version = "2.5.1";
sha256 = "1v4x6yhzny1f8f4jzm4g7vqmqg5bqchyx4n25mkgvw2xp6yls037";
};
meta = {
description = "XML Tools";
homepage = "https://github.com/DotJoshJohnson/vscode-xml";
license = lib.licenses.mit;
};
};
dracula-theme.theme-dracula = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "theme-dracula";