0x00000001A / es6-string-html

Highlight code in ES6 multiline strings
https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html
MIT License
127 stars 77 forks source link

Compatibility with JetBrains IDEs? #49

Open slorber opened 2 years ago

slorber commented 2 years ago

Hi,

Just wanted to mention that other IDEs like JetBrains Intellij/WebStorm etc are doing this natively (no plugin required) with the following syntax: /* language=jsx */

That would be nice if you also supported this exact syntax: this way we could commit those annotations and it would work for all/most IDEs at once, instead of favoring one IDE in particular.