Merge pull request #106412 from figsoda/color-highlight

vscode-extensions.naumovs.color-highlight: init at 2.3.0
This commit is contained in:
Sandro 2020-12-09 20:41:09 +01:00 committed by GitHub
commit 178f8e3986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,6 +199,18 @@ let
extractNuGet = callPackage ./python/extract-nuget.nix { };
};
naumovs.color-highlight = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "color-highlight";
publisher = "naumovs";
version = "2.3.0";
sha256 = "1syzf43ws343z911fnhrlbzbx70gdn930q67yqkf6g0mj8lf2za2";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
redhat.vscode-yaml = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-yaml";