vscode-extensions.huacnlee.autocorrect: init at 2.6.4

This commit is contained in:
Felix Kimmel
2025-04-09 20:42:02 +02:00
parent a9e072721c
commit 3594925008
2 changed files with 22 additions and 0 deletions
@@ -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 ];
};
}