Unverified Commit fb9fca46 authored by Thomas Smith's avatar Thomas Smith Committed by GitHub

Merge pull request #7158 from braver/fileicons-mono

split FileIcons into color and mono releases
parents 0b6a128a 45c0a4c5
...@@ -624,7 +624,19 @@ ...@@ -624,7 +624,19 @@
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"tags": true "tags": "color-"
}
]
},
{
"name": "FileIcons Mono",
"details": "https://github.com/braver/FileIcons",
"readme": "https://raw.githubusercontent.com/braver/FileIcons/mono/README.md",
"labels": ["file", "icons"],
"releases": [
{
"sublime_text": ">=3000",
"tags": "mono-"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment