Add syntax highlight adjustments for python
This commit is contained in:
parent
59fd603a97
commit
8d8af7abee
1 changed files with 9 additions and 0 deletions
9
after/syntax/python.vim
Normal file
9
after/syntax/python.vim
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
if dracula#should_abort('python')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi! link pythonBuiltinObj Type
|
||||||
|
hi! link pythonBuiltinObject Type
|
||||||
|
hi! link pythonExClass Type
|
||||||
|
hi! link pythonNone Type
|
||||||
|
hi! link pythonRun Comment
|
Loading…
Reference in a new issue