How do I configure the syntax highlighting of html, css, js in vs Code? As in the sublime for example, I myself choose which element, tag or class to glow with what color ??
1 answer
Most likely, Visual Studio Code did not recognize the file extension. You need to associate this file with some syntax.
The fastest way:
- Open the desired file
- Hit [Ctrl + K], then [M] - the syntax selection menu is opened.
- Select the desired language from the dropdown list / or go to the Visual Studio Code Store for the desired extension.
|