- Highlighting python code blocks in vim
- try:
- * while True:
- * * for foo in bar:
- * * * do()
- * if something:
- * * done()
- except bla:
- * exit()
- :set listchars=tab:* " Be careful : there is a space after the backslash
- :set list
- :highlight SpecialKey ctermfg=Cyan