vscode-extensions.2gua.rainbow-brackets: init at 0.0.6
maintainers: add CompEng0001
This commit is contained in:
parent
b2f73f120a
commit
8b49f44a77
2 changed files with 22 additions and 0 deletions
|
@ -2564,6 +2564,12 @@
|
|||
githubId = 244239;
|
||||
name = "Mauricio Collares";
|
||||
};
|
||||
CompEng0001 = {
|
||||
email = "sb1501@canterbury.ac.uk";
|
||||
github = "CompEng0001";
|
||||
githubId = 40290417;
|
||||
name = "Seb Blair";
|
||||
};
|
||||
copumpkin = {
|
||||
email = "pumpkingod@gmail.com";
|
||||
github = "copumpkin";
|
||||
|
|
|
@ -47,6 +47,22 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
_2gua.rainbow-brackets = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "2gua";
|
||||
name = "rainbow-brackets";
|
||||
version = "0.0.6";
|
||||
sha256 = "TVBvF/5KQVvWX1uHwZDlmvwGjOO5/lXbgVzB26U8rNQ=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "A Visual Studio Code extension providing rainbow brackets";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets";
|
||||
homepage = "https://github.com/lcultx/rainbow-brackets";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ CompEng0001 ];
|
||||
};
|
||||
};
|
||||
|
||||
_4ops.terraform = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "4ops";
|
||||
|
|
Loading…
Reference in a new issue