vscode-extensions.ltex-plus.vscode-ltex-plus: init at 15.3.0

This commit is contained in:
ReecerTV 2024-12-05 14:48:46 +01:00
parent 9894aea69b
commit 11bca20893

View file

@ -3006,6 +3006,22 @@ let
};
};
ltex-plus.vscode-ltex-plus = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-ltex-plus";
publisher = "ltex-plus";
version = "15.3.0";
hash = "sha256-hkHFDLeH+kJ7MJIYtXmCfi8LlCGujy/yPotwkZDrmHY=";
};
meta = {
description = "VS Code extension for grammar/spell checking using LanguageTool with support for LaTeX, Markdown, and others";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ltex-plus.vscode-ltex-plus";
homepage = "https://github.com/ltex-plus/vscode-ltex-plus";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ thtrf ];
};
};
lucperkins.vrl-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "lucperkins";