tags:

views:

234

answers:

1

Question http://stackoverflow.com/questions/1082474/authoring-html5-in-emacs talks about nxml-mode but, from what I read, that can only be used for XHTML5, I want to use emacs with HTML5 (no XML syntax). Is there any mode with auto-indentation, tag/attribute completion, etc.?

+2  A: 

Sadly, the answer to that question is no at the moment. However HTML5 emerged relatively soon, so some Emacs support will certainly come up in the (not so)near future. XHTML 5 might seems to be a reasonable compromise at this point.

Bozhidar Batsov