pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Added case-insensitive highlighting for better compatibility with other extensions. #46

Closed Luxemburgo closed 8 months ago

Luxemburgo commented 8 months ago

Added case-insensitivity to tags such as /html/ /css/ etc., for better compatibility with other extensions (e.g., Prettier).

Issue #44

pushqrdx commented 8 months ago

@Luxemburgo thank you so much for your contribution, this only covers the syntax highlighting part, so I went ahead and completed it in bab15f5