How to use Regex for icons?
Opened this issue · 3 comments
andrefelipe18 commented
miguelsolorio commented
Unfortunately regex isn't supported for file associations, it would need to either be an exact file name match or wildcard at the dot level like:
"symbols.files.associations": {
"*.test.php": "brackets-purple"
}
So it would only work with files that are named sample.test.php
andrefelipe18 commented
I need the Test.php suffix for cases like UserTest.php PagesTest.php
andrefelipe18 commented
👀