color-highlight: init at 2.3.0

This commit is contained in:
figsoda 2020-12-08 22:34:09 -05:00
parent 09a757ddf4
commit cb5a2037c2

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";