Merge pull request #320670 from uncenter/pr-890691c8

vscode-extensions.nefrob.vscode-just-syntax: init at 0.3.0
This commit is contained in:
superherointj 2024-06-18 00:02:22 -03:00 committed by GitHub
commit f7c1592de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3405,6 +3405,23 @@ let
};
};
nefrob.vscode-just-syntax = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-just-syntax";
publisher = "nefrob";
version = "0.3.0";
hash = "sha256-WBoqH9TNco9lyjOJfP54DynjmYZmPUY+YrZ1rQlC518=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/nefrob.vscode-just-syntax/changelog";
description = "Justfile syntax support for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=nefrob.vscode-just-syntax";
homepage = "https://github.com/nefrob/vscode-just";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.uncenter ];
};
};
njpwerner.autodocstring = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "autodocstring";