File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
pkgs/applications/editors/vscode/extensions
budparr.language-hugo-vscode Expand file tree Collapse file tree 2 files changed +22
-0
lines changed 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 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" ;
You can’t perform that action at this time.
0 commit comments