Closed
Description
It would be nice if function and method calls be highlighted by default as is done in most other editors.
It can be achieved with something like that:
syntax match pythonFunction /\v([^[:cntrl:][:space:][:punct:][:digit:]]|_)([^[:cntrl:][:punct:][:space:]]|_)*\ze(\s?\()/
Here's how it looks like:
Metadata
Metadata
Assignees
Labels
No labels