mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
vscode-extensions.stefanjarina.vscode-eex-snippets: init 0.0.8
This commit is contained in:
parent
52071f2f22
commit
0c500178e3
@ -2028,6 +2028,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
stefanjarina.vscode-eex-snippets = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-eex-snippets";
|
||||
publisher = "stefanjarina";
|
||||
version = "0.0.8";
|
||||
sha256 = "0j8pmrs1lk138vhqx594pzxvrma4yl3jh7ihqm2kgh0cwnkbj36m";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "VSCode extension for Elixir EEx and HTML (EEx) code snippets";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stefanjarina.vscode-eex-snippets";
|
||||
homepage = "https://github.com/stefanjarina/vscode-eex-snippets";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ superherointj ];
|
||||
};
|
||||
};
|
||||
|
||||
stephlin.vscode-tmux-keybinding = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-tmux-keybinding";
|
||||
|
Loading…
Reference in New Issue
Block a user