I use Javascript micro templates inside html and html.erb files in a Rails application. Unfortunately all html tags inside the \[code\]script\[/code\] tag (with \[code\]type="test/html"\[/code\] are not correctly highlighted, nor do I get a correct indentation (after going to the next line I always end up at the first position).Is there simple way to fix that? Which of those Vim plugins I use in my .vimrc (link to Gist) is responsible for highlighting and indentation of html in html and html.erb files (maybe I can fix it there)?