You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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'.
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)
.The text was updated successfully, but these errors were encountered: