Add python-mode custom highlighting.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 05 Mar 2012 10:59:33 -0500 |
parents |
4a9b127fd8a3
|
children |
6073c4e56185
|
branches/tags |
(none) |
files |
colors/badwolf.vim |
Changes
--- a/colors/badwolf.vim Mon Mar 05 10:59:15 2012 -0500
+++ b/colors/badwolf.vim Mon Mar 05 10:59:33 2012 -0500
@@ -486,9 +486,12 @@
hi def link pythonOperator Operator
call HL('pythonBuiltin', 'dress')
+call HL('pythonBuiltinObj', 'dress')
+call HL('pythonBuiltinFunc', 'dress')
call HL('pythonEscape', 'dress')
call HL('pythonException', 'lime', '', 'bold')
call HL('pythonExceptions', 'lime', '', 'none')
+call HL('pythonPrecondit', 'lime', '', 'none')
call HL('pythonDecorator', 'taffy', '', 'none')
" }}}