Unverified Commit f7c1592d authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

vscode-extensions.nefrob.vscode-just-syntax: init at 0.3.0
parents 0eae27da be75c28c
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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";