Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppython_highlight_builtin_funcs_kwarg=0 still highlights builtins when space before = #34
Labels
Comments
I have to change my report: It works also in decorators. The bug I noticed was another one: it only works when you write 'key=value' and not when using 'key = value'. |
This behavior is intentional, but it's open to suggestions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even though I have set python_highlight_builtin_funcs_kwarg to 0, builtins are still hightlighted in decorators, i.e. the
type
is highlighted in@click.arguments('foo', type = TAG)
.