Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. "python highlighting "{{{
  2. exe "hi! pythonBuiltin" .s:fg_green .s:bg_back .s:fmt_none
  3. exe "hi! pythonOperator" .s:fg_violet .s:bg_back .s:fmt_bold
  4. exe "hi! pythonNumber" .s:fg_red .s:bg_back .s:fmt_none
  5. exe "hi! pythonString" .s:fg_yellow .s:bg_back .s:fmt_none
  6. exe "hi! pythonRawString" .s:fg_yellow .s:bg_back .s:fmt_none
  7. exe "hi! pythonStatement" .s:fg_cyan .s:bg_back .s:fmt_bold
  8. exe "hi! pythonConditional" .s:fg_blue .s:bg_back .s:fmt_bold
  9. exe "hi! pythonRepeat" .s:fg_magenta .s:bg_back .s:fmt_bold
  10. exe "hi! pythonExceptions" .s:fg_violet .s:bg_back .s:fmt_none
  11. exe "hi! pythonSpaceError" .s:fg_base1 .s:bg_orange .s:fmt_none
  12. " (activate this ^ in python.vim by: let python_space_error_highlight = 1)
  13. exe "hi! pythonDecorator" .s:fg_base2 .s:bg_back .s:fmt_none
  14. exe "hi! pythonInclude" .s:fg_yellow .s:bg_back .s:fmt_ital
  15. exe "hi! pythonDoctest" .s:fg_base01 .s:bg_back .s:fmt_none
  16. exe "hi! pythonFunction" .s:fg_orange .s:bg_back .s:fmt_bold
  17. "}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement