python_highlight_builtin_funcs_kwarg=0 still highlights builtins when space before =
Necoro opened this issue · 2 comments
Necoro commented
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 commented
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 commented
This behavior is intentional, but it's open to suggestions.