Open sobre-mesa opened 1 year ago
You can do this like this:
[
{
"path": "app/",
"color": "none",
},
{
"path": "app",
"color": "red",
},
]
The order matters!
Quick explaination:
app/
only matches its sub-files and folders but not the folder itself.app
matches the folder and all sub-files and folders.
Would be nice to be able to set maybe only the parent folder has the color and then the rest is kept default