mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should handle backticks in JSX

alanhamlett opened this issue · comments

<input type="`${type}`" />

The above JSX breaks syntax highlighting.

Nevermind.

How'd you get it to work? I have the same issue

@mads-cbx

<input type={`${type}`} />

Already did 😢