mxw / vim-jsx

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

Add support for namespaced JSX tags #12

Closed jbaiter closed 10 years ago

jbaiter commented 10 years ago

Since Version 0.11, JSX Tags can be namespaced, e.g.

<module.Component>foobar</module.Component>
mxw commented 10 years ago

Can you rebase this on top of the current master, which has a few changes to that regex?

jbaiter commented 10 years ago

Done, sorry it took so long, totally forgot about this PR!