python-syntax icon indicating copy to clipboard operation
python-syntax copied to clipboard

python_highlight_builtin_funcs_kwarg=0 still highlights builtins when space before =

Open Necoro opened this issue 8 years ago • 2 comments
trafficstars

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 avatar Oct 07 '17 16:10 Necoro

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

Necoro avatar Oct 07 '17 16:10 Necoro

This behavior is intentional, but it's open to suggestions.

nfnty avatar Jan 03 '18 16:01 nfnty