I would like Sublime Text 2 to always highlight specific folder or file names in the sidebar as a visual aid.
For instance, folders “models”, “views” and “controllers” each have different background colors.
I can’t seem to find anything in settings that enables conditional formatting.
Something along the lines of:
{
"folders":
{
"path": "models",
"layer0.texture": ".../sidebar-row-green.png",
...
}
]
}
Thank you.