mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
vscode-extensions.oderwat.indent-rainbow: init at 8.2.2
This commit is contained in:
parent
87875829d4
commit
b39a5b29ac
@ -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 {
|
redhat.java = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "java";
|
name = "java";
|
||||||
|
Loading…
Reference in New Issue
Block a user