Skip to content

Commit

Permalink
Merge pull request #322215 from superherointj/vscode-extensions.jeff-…
Browse files Browse the repository at this point in the history
…hykin.better-nix-syntax

vscode-extensions.jeff-hykin.better-nix-syntax: init 1.1.5
  • Loading branch information
superherointj authored Jun 24, 2024
2 parents a4853d2 + 54cfaae commit 4c547b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4c547b6

Please sign in to comment.