mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 05:57:28 +00:00
vscode-extensions.bierner.comment-tagged-templates: init at 0.3.3
This commit is contained in:
parent
219bc27bcf
commit
0fa56095a2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user