diff --git a/plugins/selectparagraphs.json b/plugins/selectparagraphs.json new file mode 100644 index 0000000..3ada23d --- /dev/null +++ b/plugins/selectparagraphs.json @@ -0,0 +1,15 @@ +[{ + "Name": "selectparagraphs", + "Description": "Continue paragraphs seletion, upwards or downwards, in any file.", + "Tags": ["select", "paragraph"], + "Website": "https://github.com/guifur/selectparagraphs", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/guifur/selectparagraphs", + "Require": { + "micro": ">=2.0.0-1" + } + } + ] +}]