VS Code Multiple Language highlighters in one File
问题 First of all, I have just migrated to VS Code for Sublime Text couple of days back. what I want is to Multiple Language highlighters in one Language extension. eg: I want to highlight the proper ending tags of HTML , PHP and Javascript inside .php file. The only method I could find out was in the settings I added this following code: "files.associations": { "*.php":"html, php" } When I tried this the .php file only highlights the HTML syntax. So is there any extension or any other way of