mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Improve Python syntax highlighting
This commit is contained in:
@@ -488,7 +488,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("pythonFunction", s:light_green, s:none, s:none)
|
||||
call Highlight("pythonClass", s:light_green, s:none, s:none)
|
||||
call Highlight("pythonFunctionCall", s:light_blue, s:none, s:none)
|
||||
call Highlight("pythonClassVar", s:orange, s:none, s:italic)
|
||||
call Highlight("pythonExClass", s:light_blue, s:none, s:italic)
|
||||
hi link pythonTripleQuotes Comment
|
||||
hi link pythonDoctest Comment
|
||||
hi link pythonDoctest2 Comment
|
||||
|
||||
Reference in New Issue
Block a user