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

Enable for JSX #29

Closed kidonng closed 1 year ago

kidonng commented 2 years ago

This pull request enables the plugin for javascriptreact (.jsx) and typescriptreact (.tsx) files.

kidonng commented 2 years ago

Weird, even without this PR, syntax highlighting already works on javascriptreact but not on typescriptreact 🤔

pushqrdx commented 2 years ago

Weird, even without this PR, syntax highlighting already works on javascriptreact but not on typescriptreact thinking

Did you figure out why it was working only with javascriptreact? I can't test it out right now.

PR looks good to me though, but i am sure it was working fine in both jsx and tsx before, so that's strange