vscode-extensions.bungcip.better-toml: init at 0.3.2
This commit is contained in:
parent
286da52dc1
commit
c7218b3f7e
1 changed files with 17 additions and 0 deletions
|
@ -333,6 +333,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
bungcip.better-toml = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "better-toml";
|
||||
publisher = "bungcip";
|
||||
version = "0.3.2";
|
||||
sha256 = "sha256-g+LfgjAnSuSj/nSmlPdB0t29kqTmegZB5B1cYzP8kCI=";
|
||||
};
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/bungcip.better-toml/changelog";
|
||||
description = "Better TOML Language support";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml";
|
||||
homepage = "https://github.com/bungcip/better-toml/blob/master/README.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ datafoo ];
|
||||
};
|
||||
};
|
||||
|
||||
chenglou92.rescript-vscode = callPackage ./rescript { };
|
||||
|
||||
cmschuetz12.wal = buildVscodeMarketplaceExtension {
|
||||
|
|
Loading…
Reference in a new issue