pythonParens Special -> Keyword higihlight, because they do not normally follow each other unlike Special
This commit is contained in:
parent
2c370cb666
commit
56113e423d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -195,7 +195,7 @@ if v:version >= 700
|
||||||
hi link pythonDot Normal
|
hi link pythonDot Normal
|
||||||
hi link pythonColon Structure
|
hi link pythonColon Structure
|
||||||
hi link pythonComma Structure
|
hi link pythonComma Structure
|
||||||
hi link pythonParens Special
|
hi link pythonParens Keyword
|
||||||
|
|
||||||
" Some preferences
|
" Some preferences
|
||||||
setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab
|
setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab
|
||||||
|
|
Loading…
Reference in a new issue