Closed baskerville closed 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.
script
xmlTagName
htmlSpecialTagName
I have this problem too.
@baskerville, @seri—In case you don't get notifs for closed issues (but do for mentions), this is fixed.
Working for me now, thanks.
The following HTML document is not highlighted properly when vim-jsx is installed:
The problem starts at
script
which is tagged asxmlTagName
instead ofhtmlSpecialTagName
.