Vim: "brace matching" for languages without braces? (Ruby, Python, etc)

Solution 1:

Take a look at this SO question: https://stackoverflow.com/questions/3413189/vim-highlight-keyword-pairs-in-ruby-def-end-do-end-etc

Solution 2:

Try ruby matchit or python matchit.