More Python support.

This commit is contained in:
Steve Losh
2012-04-25 15:54:25 +00:00
parent 9c209cc4a7
commit 647fbb8805

View File

@@ -513,14 +513,16 @@ call s:HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
" Python {{{ " Python {{{
hi def link pythonOperator Operator hi def link pythonOperator Operator
call s:HL('pythonBuiltin', 'dress') call s:HL('pythonBuiltin', 'dress')
call s:HL('pythonBuiltinObj', 'dress') call s:HL('pythonBuiltinObj', 'dress')
call s:HL('pythonBuiltinFunc', 'dress') call s:HL('pythonBuiltinFunc', 'dress')
call s:HL('pythonEscape', 'dress') call s:HL('pythonEscape', 'dress')
call s:HL('pythonException', 'lime', '', 'bold') call s:HL('pythonException', 'lime', '', 'bold')
call s:HL('pythonExceptions', 'lime', '', 'none') call s:HL('pythonExceptions', 'lime', '', 'none')
call s:HL('pythonPrecondit', 'lime', '', 'none') call s:HL('pythonPrecondit', 'lime', '', 'none')
call s:HL('pythonDecorator', 'taffy', '', 'none') call s:HL('pythonDecorator', 'taffy', '', 'none')
call s:HL('pythonRun', 'gravel', '', 'bold')
call s:HL('pythonCoding', 'gravel', '', 'bold')
" }}} " }}}
" SLIMV {{{ " SLIMV {{{