mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extensions.gleam.gleam: init at 2.3.0
This commit is contained in:
parent
2de8efefb6
commit
c5884349c6
1 changed files with 16 additions and 0 deletions
|
@ -1581,6 +1581,22 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gleam.gleam = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "gleam";
|
||||||
|
publisher = "gleam";
|
||||||
|
version = "2.3.0";
|
||||||
|
sha256 = "sha256-dhRS8fLKY0plRwnrAUWT4g/LfH6IpODTNhT79g4Nm+0=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Support for the Gleam programming language";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam";
|
||||||
|
homepage = "https://github.com/gleam-lang/vscode-gleam#readme";
|
||||||
|
license = lib.licenses.asl20;
|
||||||
|
maintainers = [ lib.maintainers.msfjarvis ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
golang.go = buildVscodeMarketplaceExtension {
|
golang.go = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "Go";
|
name = "Go";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue