File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
pkgs/applications/editors/vscode/extensions
budparr.language-hugo-vscode Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1811118111 githubId = 49906709;
1811218112 name = "Dakota";
1811318113 };
18114+ ohheyrj = {
18115+ 18116+ github = "ohheyrj";
18117+ name = "ohheyrj";
18118+ githubId = 5339261;
18119+ };
1811418120 oida = {
18115181211811618122 github = "oida";
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments