vscode-extensions.samuelcolvin.jinjahtml: init at 0.20.0
This commit is contained in:
parent
5f9689332a
commit
9cc7157458
@ -3340,6 +3340,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
samuelcolvin.jinjahtml = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "jinjahtml";
|
||||
publisher = "samuelcolvin";
|
||||
version = "0.20.0";
|
||||
sha256 = "c000cbdc090b7d3d8df62a3c87a5d881c78aca5b490b3e591d9841d788a9aa93";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Syntax highlighting for jinja(2) including HTML, Markdown, YAML, Ruby and LaTeX templates";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml";
|
||||
homepage = "https://github.com/samuelcolvin/jinjahtml-vscode";
|
||||
changelog = "https://marketplace.visualstudio.com/items/samuelcolvin.jinjahtml/changelog";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.DataHearth ];
|
||||
};
|
||||
};
|
||||
|
||||
sanaajani.taskrunnercode = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "taskrunnercode";
|
||||
|
Loading…
Reference in New Issue
Block a user