Reputation: 8280
Everything is in the question. When I use new Html5 tags in Vim, they don't get colored and they don't indent. So I have to indent them myself. Is there a technique for Vim to support Html5 tags? Thanks for your help
Upvotes: 0
Views: 557
Reputation: 8357
Apply this patch in the base directory of your vim installation:
https://gist.github.com/1254928
Upvotes: 1