Add python-mode custom highlighting.

This commit is contained in:
Steve Losh
2012-03-05 10:59:33 -05:00
parent cad78b8415
commit ff2029051b

View File

@@ -486,9 +486,12 @@ call HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
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')
" }}}