vscode-extensions.formulahendry.auto-close-tag: init at 0.5.6 (#60405)

This commit is contained in:
Jon 2019-05-23 14:11:59 -07:00 committed by Dmitry Kalinkin
parent 4eca30148f
commit 3055ae4f79

View File

@ -36,6 +36,18 @@ rec {
};
};
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "auto-close-tag";
publisher = "formulahendry";
version = "0.5.6";
sha256 = "058jgmllqb0j6gg5anghdp35nkykii28igfcwqgh4bp10pyvspg0";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
justusadam.language-haskell = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "language-haskell";