diff --git a/after/syntax/python.vim b/after/syntax/python.vim new file mode 100644 index 0000000..a2d5c17 --- /dev/null +++ b/after/syntax/python.vim @@ -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