mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-13 05:23:47 -05:00
Add python-mode custom highlighting.
This commit is contained in:
@@ -486,9 +486,12 @@ call HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
|
|||||||
|
|
||||||
hi def link pythonOperator Operator
|
hi def link pythonOperator Operator
|
||||||
call HL('pythonBuiltin', 'dress')
|
call HL('pythonBuiltin', 'dress')
|
||||||
|
call HL('pythonBuiltinObj', 'dress')
|
||||||
|
call HL('pythonBuiltinFunc', 'dress')
|
||||||
call HL('pythonEscape', 'dress')
|
call HL('pythonEscape', 'dress')
|
||||||
call HL('pythonException', 'lime', '', 'bold')
|
call HL('pythonException', 'lime', '', 'bold')
|
||||||
call HL('pythonExceptions', 'lime', '', 'none')
|
call HL('pythonExceptions', 'lime', '', 'none')
|
||||||
|
call HL('pythonPrecondit', 'lime', '', 'none')
|
||||||
call HL('pythonDecorator', 'taffy', '', 'none')
|
call HL('pythonDecorator', 'taffy', '', 'none')
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user