summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/vscode-extensions
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-01-13 09:31:22 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-14 08:37:13 -0800
commit81897656f2a60a90364caa962b4fbac2fb58e8d9 (patch)
treec8af42c415259a95105264216fba0ad18a40f3ae /pkgs/misc/vscode-extensions
parent108b471a83760b40dfcc95792ce8c009f5df69d6 (diff)
vscode-extensions.freebroccolo.reasonml: init at 1.0.38
Diffstat (limited to 'pkgs/misc/vscode-extensions')
-rw-r--r--pkgs/misc/vscode-extensions/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index 12fef167dca0..f7f5f756c1d6 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -223,6 +223,23 @@ let
};
};
+ freebroccolo.reasonml = buildVscodeMarketplaceExtension {
+ meta = with lib; {
+ changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";
+ description = "Reason support for Visual Studio Code";
+ downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml";
+ homepage = "https://github.com/reasonml-editor/vscode-reasonml";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ superherointj ];
+ };
+ mktplcRef = {
+ name = "reasonml";
+ publisher = "freebroccolo";
+ version = "1.0.38";
+ sha256 = "1nay6qs9vcxd85ra4bv93gg3aqg3r2wmcnqmcsy9n8pg1ds1vngd";
+ };
+ };
+
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";