mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Breaks HTML syntax highlight #9

Closed baskerville closed 10 years ago

baskerville commented 10 years ago

The following HTML document is not highlighted properly when vim-jsx is installed:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Foo</title>
        <script src="foo.js"></script>
    </head>
    <body>
    </body>
</html>

The problem starts at script which is tagged as xmlTagName instead of htmlSpecialTagName.

seri commented 10 years ago

I have this problem too.

mxw commented 10 years ago

@baskerville, @seri—In case you don't get notifs for closed issues (but do for mentions), this is fixed.

seri commented 10 years ago

Working for me now, thanks.