Skip to content

[python] Highlighting of builtins should be enabled in function arguments after an = sign #5

Description

@jwohlwend

I had previously disabled highlighting of builtins in function arguments, but that in turn disabled the highlighting when used after an = sign. While sublime doesn t highlight built in functions in:

def foo(next)

It does when:

def foo(bar=next)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions