-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still getting 'unclosed regular expression' #5
Comments
Fixed the link, apologies. Was a relative URL instead of the absolute. Did you add the configuration for Syntastic to your vimrc and reload? You have to make sure it uses jsxhint and the custom wrapper executable instead of jshint or any of the others. |
Any updates? |
Hi, sorry for delay |
You need to add these lines from the readme to your vimrc:
|
oh it was wrong config |
Alright, in that case I'm going to need some more debug info. Does running If you're getting the unenclosed syntax message, the override to set Do you have the latest version of Syntastic installed? |
!jsx-jshint-wrapper is working in vim, so i see no errors when i enter this in vim Vim version 7.4.52 Here is an error
I use js beautify maybe this is a problem Plugin 'gmarik/Vundle.vim' |
Just tried it on a vanilla box and wasn't able to reproduce this. Only error I get with your code is Do you have react-tools and jshint both installed? What is the output of running:
in Vim? |
i put these lines to vimrc and then run vim the same thing if i use |
Err, I meant:
And what about the other question, are the react-tools and jshint installed? |
of course i installed |
Installed wrapper and still getting error.
Btw article is missing also - 404 on github
The text was updated successfully, but these errors were encountered: