Skip to content
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

python_highlight_builtin_funcs_kwarg=0 still highlights builtins when space before = #34

Open
Necoro opened this issue Oct 7, 2017 · 2 comments

Comments

@Necoro
Copy link

Necoro commented Oct 7, 2017

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).

@Necoro Necoro changed the title python_highlight_builtin_funcs_kwarg=0 still highlights builtins in decorators python_highlight_builtin_funcs_kwarg=0 still highlights builtins when space before = Oct 7, 2017
@Necoro
Copy link
Author

Necoro commented Oct 7, 2017

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'.

@nfnty
Copy link
Member

nfnty commented Jan 3, 2018

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
Projects
None yet
Development

No branches or pull requests

2 participants