Add python highlighting for functions and doctest

This commit is contained in:
Patrick Stockwell
2020-07-29 10:48:01 +10:00
parent b36dd70b3a
commit 6e23360fba

View File

@@ -416,6 +416,11 @@ call Highlight("GitGutterChange", s:light_blue, s:none, s:none)
call Highlight("GitGutterDelete", s:magenta, s:none, s:none)
call Highlight("GitGutterChangeDelete", s:orange, s:none, s:none)
" Python
call Highlight("pythonBuiltin", s:light_blue, s:none, s:none)
hi link pythonTripleQuotes Comment
hi link pythonDoctest Comment
" Must be at the end, because of ctermbg=234 bug.
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
set background=dark