vscode-extensions.garlicbreadcleric.pandoc-markdown-syntax: init at 0.0.2 (#320258)
Co-authored-by: Gavin John <>
This commit is contained in:
co-authored by
Gavin John <>
parent
efb6279090
commit
3a729c132a
@@ -1783,6 +1783,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
garlicbreadcleric.pandoc-markdown-syntax = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "pandoc-markdown-syntax";
|
||||
publisher = "garlicbreadcleric";
|
||||
version = "0.0.2";
|
||||
hash = "sha256-YAMH5smLyBuoTdlxSCTPyMIKOWTSIdf2MQVZuOO2V1w=";
|
||||
};
|
||||
meta = {
|
||||
description = "A VSCode extension that adds syntax highlighting for Pandoc-flavored Markdown";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=garlicbreadcleric.pandoc-markdown-syntax";
|
||||
homepage = "https://github.com/garlicbreadcleric/vscode-pandoc-markdown";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.pandapip1 ];
|
||||
};
|
||||
};
|
||||
|
||||
gencer.html-slim-scss-css-class-completion = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "html-slim-scss-css-class-completion";
|
||||
|
||||
Reference in New Issue
Block a user