-
Notifications
You must be signed in to change notification settings - Fork 9
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
Throws errors in a JSX file #26
Comments
Experiencing the same issue here. Windows 10.0.14393 Build 14393 Brackets Release 1.7 build 1.7.0-16898 (release b0a363b71) |
I am having similar issues. I cannot jet a .jsx file to display at all actually. (latest version of Brackets running on Ubuntu) |
I cannot open .jsx files when the character |
The same issue still occurs in Release 1.8 build 1.8.0-17108. |
This file is to blame for this: https://github.com/ForbesLindesay/jade-brackets/blob/master/lib/overlay.js , it overrides default CodeMirror code here https://github.com/ForbesLindesay/jade-brackets/blob/master/lib/overlay.js#L6 so I'd advise against using this extension with Brackets |
When programming in a .jsx file, if I have this code:
Everything is fine. However, as soon as I type
<
within the parenthesis an error is thrown:If I disable only this jade extension, everything is back to working.
For clarity, this is what I try to type:
Notice the
<
difference with the working code above.Current brackets version (should be latest downloadable from brackets.io):
The text was updated successfully, but these errors were encountered: