Skip to content

Arg highlighting gets fooled when passing in sequences #21

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

Closed
ikanobori opened this issue Jul 4, 2014 · 1 comment
Closed

Arg highlighting gets fooled when passing in sequences #21

ikanobori opened this issue Jul 4, 2014 · 1 comment
Labels

Comments

@ikanobori
Copy link
Contributor

#!python
def foo(a, b, c): pass
foo([1, 2, 3])

It doesn't get caught out by strings, but this does fool it. I think we can fix this pretty easily using existing code for the paren matching etc., am I right ?


@ikanobori
Copy link
Contributor Author

Should be fixed in <>.


Original Comment By: Andreas Stührk

thomasballinger added a commit that referenced this issue Jul 5, 2014
This reverts commit c4c1c86, reversing
changes made to 39bbbd6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant