I'm using OS X, but I don't think that matters.

By default, both MacVim and [terminal] Vim handle auto-indentation of HTML 4.0 elements, but any HTML5 elements, such as <header> and <footer>, don't trigger the auto-indentation. They're also not syntax-highlighted.

How can I add let Vim recognize HTML5 elements, or better yet, make Vim recognize any element instead of only pre-configured ones?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Without plugin, you can locate the html syntax file and add the html5 elements. But other people have already done the work for you, I think.

link|improve this answer
I wasn't able to find the existing syntax file, but the one you linked to worked well. Thank you! – Closure Cowboy Jun 21 '11 at 6:24
You are welcome. The default HTML syntax file can be found in /usr/share/vim. For MacVim it's located inside of the app bundle. – romainl Jun 21 '11 at 7:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.