vscode-extensions.motivesoft.vscode-man-page-syntax: init at 1.1.4

Signed-off-by: Angel J <78835633+iamanaws@users.noreply.github.com>
This commit is contained in:
Angel J
2025-12-29 11:38:51 -08:00
parent 8a5613be5c
commit 80342a2cab
2 changed files with 21 additions and 0 deletions
@@ -3083,6 +3083,8 @@ let
mongodb.mongodb-vscode = callPackage ./mongodb.mongodb-vscode { };
motivesoft.vscode-man-page-syntax = callPackage ./motivesoft.vscode-man-page-syntax { };
moshfeu.compare-folders = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "compare-folders";
@@ -0,0 +1,19 @@
{ lib, vscode-utils }:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-man-page-syntax";
publisher = "motivesoft";
version = "1.1.4";
hash = "sha256-Hf6UUXShxhFpOG4aaKqHKoyJ0yqFthzNSVW/JZph43c=";
};
meta = {
changelog = "https://github.com/Motivesoft/vscode-man-page-syntax/blob/main/CHANGELOG.md";
description = "Syntax highlighting support for manpage authoring";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=motivesoft.vscode-man-page-syntax";
homepage = "https://github.com/Motivesoft/vscode-man-page-syntax";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.iamanaws ];
};
}