Merge pull request #155649 from ImGabe/vscode-extensions.oderwat.indent-rainbow

vscode-extensions.oderwat.indent-rainbow: init at 8.2.2
This commit is contained in:
Bobby Rong 2022-01-20 09:17:06 +08:00 committed by GitHub
commit b34c81ca15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1373,6 +1373,22 @@ let
};
};
oderwat.indent-rainbow = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "indent-rainbow";
publisher = "oderwat";
version = "8.2.2";
sha256 = "sha256-7kkJc+hhYaSKUbK4eYwOnLvae80sIg7rd0E4YyCXtPc=";
};
meta = with lib; {
description = "Makes indentation easier to read";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow";
homepage = "https://github.com/oderwat/vscode-indent-rainbow";
license = licenses.mit;
maintainers = with maintainers; [ imgabe ];
};
};
redhat.java = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "java";