mxw / vim-jsx

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

Highlighting breaks with arrow functions in attribute values #110

Closed jedireza closed 8 years ago

jedireza commented 8 years ago

Thanks for making vim-jsx.

Maybe this is similar to #70 but I wasn't able to see the screen shots. Arrow functions work fine outside of JSX but when used as values of attributes syntax highlighting breaks.

screenshot from 2016-08-08 12-17-03

mxw commented 8 years ago

Could you: (a) read the README; and (b) either close out the task, or post the raw text of your repro case in a comment or in a Gist?

jedireza commented 8 years ago

😳 Sorry, I totally missed the troubleshooting section. My apologies.

Thank you.