diff --git a/channel.json b/channel.json index 112427d..312f6fa 100644 --- a/channel.json +++ b/channel.json @@ -10,6 +10,9 @@ // Go plugin "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/go.json", + + // gzplugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/gzplugin.json", // Snippets plugin "https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-snippets-plugin/repo.json", diff --git a/plugins/gzplugin.json b/plugins/gzplugin.json new file mode 100644 index 0000000..0defd2f --- /dev/null +++ b/plugins/gzplugin.json @@ -0,0 +1,14 @@ +[{ + "Name": "gzplugin", + "Description": "support for .gz files", + "Tags": ["gz", "gzip"], + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/dzmanto/gzplugin4micro/archive/1.0.0.zip", + "Require": { + "micro": ">=2.0.7", + } + }, + ] +}]