vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

"else" keyword not colored correctly in try-catch block #24

Open yangmillstheory opened 7 years ago

yangmillstheory commented 7 years ago

Thank you for the amazing work.

Is there a way to color else the same as try, catch and finally when in the context of a "try-catch" block?

image