Skip to content

Commit

Permalink
vscode-extensions.jeff-hykin.better-nix-syntax: init 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Jun 24, 2024
1 parent 0645ee4 commit 54cfaae
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 @@ -2516,6 +2516,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 54cfaae

Please sign in to comment.