I found colorize which can highlight JavaScript and TypeScript (among others) GitHub
In your settings.json in VSCode just add languages you’d like to target:
"colorize.languages": ["typescript", "javascript", "css", "scss"]

I found colorize which can highlight JavaScript and TypeScript (among others) GitHub
In your settings.json in VSCode just add languages you’d like to target:
"colorize.languages": ["typescript", "javascript", "css", "scss"]
