mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extension.dictionary: init at 0.0.2
This commit is contained in:
parent
2fab3dec74
commit
6259dbc363
1 changed files with 17 additions and 1 deletions
|
@ -690,7 +690,7 @@ let
|
||||||
maintainers = with lib.maintainers; [ onedragon ];
|
maintainers = with lib.maintainers; [ onedragon ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
|
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "llvm-syntax-highlighting";
|
name = "llvm-syntax-highlighting";
|
||||||
|
@ -1159,6 +1159,22 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ExiaHuang.dictionary = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "ExiaHuang";
|
||||||
|
name = "dictionary";
|
||||||
|
version = "0.0.2";
|
||||||
|
sha256 = "sha256-caNcbDTB/F2mdlGpfIfJv13lzY5Wwj7p7r8dAte9+3A=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "汉英英汉词典, 金山词霸, 有道翻译 for vscode";
|
||||||
|
repositories = "https://github.com/exiahuang/fanyi-vscode.git";
|
||||||
|
homepage = "https://github.com/exiahuang/fanyi-vscode";
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/ExiaHuang.dictionary/changelog";
|
||||||
|
license = lib.licenses.gpl3Only;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue