A few months back, I had an extension installed in VS Code that allowed me to set or change some formatting rules. I used it to make my comments (in CSS/HTML/Javascript) appear in the color purple. IIRC it used red to identify other code elements. I experienced a crash or corruped VS Code installation and had to reinstall. Now I cannot find the extension. I thought it was Prettier - which I’ve installed - but I cannot find any setting or option that allows me to define the rule to change the display color of my comments.
Can anyone a) suggest what extensions I might look into; b) tell me how to make Prettier do what I want; c) tell me if this can be done at all?
I’ve searched online without finding an answer that I could successfully implement. I found a an article purporting to tell how to make changes to VS Code itself, but I couldn’t follow the instructions to make it happen.