nvim/after/syntax/python.vim

3 lines
127 B
VimL
Raw Normal View History

2020-03-19 15:47:31 +00:00
syn match pythonBrackets "[(){}\[\]]" containedin=ALL
syn match pythonNoise "[,:]" containedin=ALL