More Python support.

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

View File

@@ -521,6 +521,8 @@ 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 {{{