vscode-extensions.bradgashler.htmltagwrap: init 1.0.0

This commit is contained in:
superherointj 2024-06-24 13:53:01 -03:00
parent e28d6096f1
commit 71e37a084b

View File

@ -754,6 +754,23 @@ let
};
};
bradgashler.htmltagwrap = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "bradgashler";
name = "htmltagwrap";
version = "1.0.0";
hash = "sha256-WOMfwxyeDLoSwF0xz9tbntDVrUWycJ4bW0rZjfLSzgM=";
};
meta = {
changelog = "https://github.com/bgashler1/vscode-htmltagwrap/blob/master/CHANGELOG.md";
description = "VSCode extension for wrapping a text selection in HTML tags";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bradgashler.htmltagwrap";
homepage = "https://github.com/bgashler1/vscode-htmltagwrap";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.superherointj ];
};
};
bradlc.vscode-tailwindcss = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-tailwindcss";