From 2c044de4086caaf1d02180dda0f6e8f5adf71fe0 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Wed, 29 Jul 2020 19:30:36 +1000 Subject: [PATCH] Update python styles for vim-python --- colors/vim-monokai-tasty.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index b1d81ae..8c7bf7c 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -418,8 +418,11 @@ call Highlight("GitGutterChangeDelete", s:orange, s:none, s:none) " Python call Highlight("pythonBuiltin", s:light_blue, s:none, s:none) +call Highlight("pythonBuiltinFunc", s:light_blue, s:none, s:none) +call Highlight("pythonFunctionCall", s:light_blue, s:none, s:none) hi link pythonTripleQuotes Comment hi link pythonDoctest Comment +hi link pythonDoctest2 Comment " Must be at the end, because of ctermbg=234 bug. " https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ