about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
author❄️ <5861043+superherointj@users.noreply.github.com>2024-06-24 19:56:00 -0300
committerGitHub <noreply@github.com>2024-06-24 19:56:00 -0300
commit4c547b66635455ad061d4beecaf1805810dc0428 (patch)
tree124706610c270749a75d13b030af4f3cd778ab9c /pkgs
parenta4853d212947c046f71062907bad804cb0cda409 (diff)
parent54cfaae5b6e986d48bd6de1edadbde1b567f8a18 (diff)
Merge pull request #322215 from superherointj/vscode-extensions.jeff-hykin.better-nix-syntax
vscode-extensions.jeff-hykin.better-nix-syntax: init 1.1.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 7ad5a1f10f5df..74e8c65102c32 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -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";