Skip to content

Commit f0f5a68

Browse files
authored
vscode-extensions.budparr.language-hugo-vscode: init at 1.3.1 (#405090)
2 parents 7e622fc + c3355dc commit f0f5a68

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18111,6 +18111,12 @@
1811118111
githubId = 49906709;
1811218112
name = "Dakota";
1811318113
};
18114+
ohheyrj = {
18115+
email = "[email protected]";
18116+
github = "ohheyrj";
18117+
name = "ohheyrj";
18118+
githubId = 5339261;
18119+
};
1811418120
oida = {
1811518121
email = "[email protected]";
1811618122
github = "oida";
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
lib,
3+
vscode-utils,
4+
}:
5+
6+
vscode-utils.buildVscodeMarketplaceExtension {
7+
mktplcRef = {
8+
name = "language-hugo-vscode";
9+
publisher = "budparr";
10+
version = "1.3.1";
11+
hash = "sha256-9dp8/gLAb8OJnmsLVbOAKAYZ5whavPW2Ak+WhLqEbJk=";
12+
};
13+
14+
meta = {
15+
description = "Adds syntax highlighting and snippets to Hugo files in VS Code";
16+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode";
17+
license = lib.licenses.asl20;
18+
maintainers = [ lib.maintainers.ohheyrj ];
19+
};
20+
}

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,8 @@ let
824824
};
825825
};
826826

827+
budparr.language-hugo-vscode = callPackage ./budparr.language-hugo-vscode { };
828+
827829
bungcip.better-toml = buildVscodeMarketplaceExtension {
828830
mktplcRef = {
829831
name = "better-toml";

0 commit comments

Comments
 (0)