html-snippets icon indicating copy to clipboard operation
html-snippets copied to clipboard

Syntax Highlighting in JS & PHP files is Removed when Adding those File Associations

Open edarioq opened this issue 8 years ago • 2 comments

When I open up my settings.json to add:

"files.associations": {
    "*.php": "html",
    "*.js": "html"
},

PHP and JS files have their syntax highlighting removed completely.

edarioq avatar Feb 12 '17 02:02 edarioq

Ok so I see that these files are included by default, so no need to add them again, but they are not the first things to show up in the popup, any way to give HTML snippets more prominence over other snippets that show.

edarioq avatar Feb 12 '17 02:02 edarioq

Hello,

If you want to add languages to the extension please follow this link

Make extension work in languages other than HTML

abusaidm avatar Feb 25 '17 21:02 abusaidm