I'm working on a Symfony2 project which uses Twig, and the filetypes are
myfile.html.twig
:set syntax=HTML
You can use autocmd to accomplish that, i.e.:
autocmd
autocmd BufNewFile,BufRead *.html.twig set syntax=html
Should work.