You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using vim-javascript and vim-jsx to support ReactJS highlighting in Vim, but I'm suffering from some code highlight issues when defining objects before the constructor call. Then it looses the highlighting functionality.
I am using vim-javascript and vim-jsx to support ReactJS highlighting in Vim, but I'm suffering from some code highlight issues when defining objects before the constructor call. Then it looses the highlighting functionality.
Given the following code:
When the
propTypes
object is defined, the highlighting gets confused, as illustrated on the following image:Did I configure something wrong, or is it an unsupported construct, or am I missing some other configuration?
The text was updated successfully, but these errors were encountered: