Merge pull request #322215 from superherointj/vscode-extensions.jeff-hykin.better-nix-syntax

vscode-extensions.jeff-hykin.better-nix-syntax: init 1.1.5
This commit is contained in:
❄️ 2024-06-24 19:56:00 -03:00 committed by GitHub
commit 4c547b6663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2533,6 +2533,22 @@ let
jebbs.plantuml = callPackage ./jebbs.plantuml { };
jeff-hykin.better-nix-syntax = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jeff-hykin";
name = "better-nix-syntax";
version = "1.1.5";
hash = "sha256-9V+ziWk9V4LyQiVNSC6DniJDun+EvcK30ykPjyNsvp0=";
};
meta = {
description = "Visual Studio Code extension providing Nix Syntax highlighting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-nix-syntax";
homepage = "https://github.com/jeff-hykin/better-nix-syntax";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.superherointj ];
};
};
jellyedwards.gitsweep = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jellyedwards";