mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vscode-extensions.ltex-plus.vscode-ltex-plus: init at 15.3.0
This commit is contained in:
parent
9894aea69b
commit
11bca20893
1 changed files with 16 additions and 0 deletions
|
@ -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 {
|
lucperkins.vrl-vscode = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "lucperkins";
|
publisher = "lucperkins";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue