othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

Please upstream this #76

Open chris-morgan opened 8 years ago

chris-morgan commented 8 years ago

This should really go in the Vim runtime; no reason why it should support HTML 4 only in a stock installation.

Vim 8.0 is coming, so now would be a really good time to do it.

othree commented 8 years ago

Of course I will do it. But not now. Current syntax is depend on the /runtime/syntax/html.vim Not standalone version. So I still need to make it become a standalone version.

chris-morgan commented 8 years ago

Sure, this will need to be merged into the existing syntax/html.vim from the runtime, but that’s hardly a blocker—just a small task.