nvim/after/syntax/python.vim

3 lines
127 B
VimL

syn match pythonBrackets "[(){}\[\]]" containedin=ALL
syn match pythonNoise "[,:]" containedin=ALL