-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Incorrect highlighting of JSX being a function parameter #120
Labels
Comments
unodgs
changed the title
Incorrect highlighting of JSX being function parameter
Incorrect highlighting of JSX being a function parameter
Nov 27, 2018
do you have published code with the problem? |
It's part of commercial product, but I can send you a minimal test case if you wish |
yep, please |
@unodgs any news ? |
I have identified the problem I think |
v0.69.1 |
Still a problem with my code :) I will try to isolate it (or in the end I will send you a whole file) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plugin version: 0.68
Description
Recently I discovered bug in the syntax highlighting:
If JSX elements are passed as functions parameters they're not highlighted. Take a look at
ReactUtils.nvl
. Hope it's easy to fix :)The text was updated successfully, but these errors were encountered: