Skip to content

Commit c3355dc

Browse files
committed
vscode-extensions.budparr.language-hugo-vscode: init at 1.3.1
1 parent 1faecd9 commit c3355dc

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
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
@@ -825,6 +825,8 @@ let
825825
};
826826
};
827827

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

0 commit comments

Comments
 (0)