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 1

    Most likely, Visual Studio Code did not recognize the file extension. You need to associate this file with some syntax.

    The fastest way:

    1. Open the desired file
    2. Hit [Ctrl + K], then [M] - the syntax selection menu is opened.
    3. Select the desired language from the dropdown list / or go to the Visual Studio Code Store for the desired extension.