vscode-extensions.bierner.comment-tagged-templates: init at 0.3.3

This commit is contained in:
uncenter 2024-06-17 10:32:05 -04:00
parent 219bc27bcf
commit 0fa56095a2
No known key found for this signature in database

View File

@ -542,6 +542,22 @@ let
betterthantomorrow.calva = callPackage ./betterthantomorrow.calva { };
bierner.comment-tagged-templates = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "comment-tagged-templates";
publisher = "bierner";
version = "0.3.3";
hash = "sha256-M2XdMQ2l6oMYiHTdfRJ/n/Ys3LecEPwAozQtLBcn7FY=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/bierner.comment-tagged-templates/changelog";
description = "VS Code extension that adds basic syntax highlighting for JavaScript and TypeScript tagged template strings using language identifier comments";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.comment-tagged-templates";
homepage = "https://github.com/mjbvz/vscode-comment-tagged-templates";
license = lib.licenses.mit;
};
};
bierner.docs-view = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "docs-view";