Skip to content

Arg highlighting gets fooled when passing in sequences #21

Closed
@ikanobori

Description

@ikanobori
#!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 ?


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions