diff --git a/channel.json b/channel.json index 6bd00cc..89ba60e 100644 --- a/channel.json +++ b/channel.json @@ -87,6 +87,8 @@ "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json", // cheat plugin - "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json" + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json", + // htmlcomplete plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-htmlcomplete.json" ] diff --git a/plugins/htmlcomplete.json b/plugins/htmlcomplete.json new file mode 100644 index 0000000..242cdc2 --- /dev/null +++ b/plugins/htmlcomplete.json @@ -0,0 +1,16 @@ +[{ + "Name": "htmlcomplete", + "Description": "plugin to improve user's quality-of-life using HTML in micro", + "Tags": ["formatter", "html"], + "Website": "https://github.com/marc-dantas/micro-htmlcomplete", + "License": "MIT", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/htmlcomplete-1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]