mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-09 10:23:49 -05:00
Add python highlighting for functions and doctest
This commit is contained in:
@@ -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("GitGutterDelete", s:magenta, s:none, s:none)
|
||||||
call Highlight("GitGutterChangeDelete", s:orange, 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.
|
" Must be at the end, because of ctermbg=234 bug.
|
||||||
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|||||||
Reference in New Issue
Block a user