Skip to content

parentheses in default argument values breaks syntax highlighting #62

Description

@jordanbtucker

When parentheses are used in the expression for the value of a default argument of a function, it breaks highlighting for its function's argument list. It's easier to understand with an example:

func = (arg1, arg2 = 'item(s)') ->

Here's how it looks:

image

Here are some similar examples of how it should look:

image

Here are some other examples of it being broken:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions