Dimitri
Dimitri

Reputation: 8280

How to make Vim support new Html5 tags?

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

Answers (1)

Max Cantor
Max Cantor

Reputation: 8357

Apply this patch in the base directory of your vim installation:

https://gist.github.com/1254928

Upvotes: 1

Related Questions