Studio visual code - syntax highlighting for html strings?

enter image description here

I’ve been trying to solve this problem for 3 days, but I can’t find the extension to highlight the syntax for lines that used backreferences (I don’t know what is the general term for this type of line). But if there are no extensions to turn on syntax highlighting for this type of string, are there any settings for vscode that allow me higlight syntax?

+4
source share
2 answers

In response to Matt Bierner's previous answer.

You should use this Visual Studio extension:
angular2 -inline

language-vscode-javascript- angular2.

https://marketplace.visualstudio.com/items?itemName=natewallace.angular2-inline

+6
+3

Source: https://habr.com/ru/post/1662908/


All Articles