Open GorvGoyl opened 4 years ago
I have setup # as an anchor tag but this is messing up with my .md and .env files.
"commentAnchors.tags.list": [ { "tag": "#", "scope": "file", "iconColor": "default", "highlightColor": "#A8C023", "styleComment": true, "isBold": true, "isItalic": false, "isRegion": true }, }
How not to stylize .md and .env files when I add # in these files? but it's fine in .ts,.js files.
This is currently not possible, however I'll look into adding support for this in the near future
I have setup # as an anchor tag but this is messing up with my .md and .env files.
How not to stylize .md and .env files when I add # in these files? but it's fine in .ts,.js files.