vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

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

Open Necoro opened 6 years ago

Necoro commented 6 years ago

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 6 years ago

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 6 years ago

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