vscode-extensions.huacnlee.autocorrect: init at 2.6.4
This commit is contained in:
@@ -2429,6 +2429,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
huacnlee.autocorrect = callPackage ./huacnlee.autocorrect { };
|
||||
|
||||
humao.rest-client = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "humao";
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "autocorrect";
|
||||
publisher = "huacnlee";
|
||||
version = "2.6.4";
|
||||
hash = "sha256-1cN36FnslttmH66J4Xah1KohM2nEQckNUXHZD+ps2uY=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "AutoCorrect is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=huacnlee.autocorrect";
|
||||
homepage = "https://github.com/huacnlee/autocorrect";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.therobot2105 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user