Skip to content

Commit

Permalink
vscode-extensions.bierner.markdown-preview-github-styles: init at 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jun 17, 2024
1 parent 1796324 commit c021cb6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,23 @@ let
};
};

bierner.markdown-preview-github-styles = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "markdown-preview-github-styles";
publisher = "bierner";
version = "2.0.4";
hash = "sha256-jJulxvjMNsqQqmsb5szQIAUuLWuHw824Caa0KArjUVw=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/bierner.markdown-preview-github-styles/changelog";
description = "Changes VS Code's built-in markdown preview to match GitHub's styling";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles";
homepage = "https://github.com/mjbvz/vscode-github-markdown-preview-style";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.uncenter ];
};
};

bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-fish";
Expand Down

0 comments on commit c021cb6

Please sign in to comment.