What should I do to match the tags in .twig files?
Ziiweb opened this issue · 1 comments
Ziiweb commented
Hi,
just that. I have several .twig files.
Thanks
Javi
gregsexton commented
echo 'runtime! ftplugin/html.vim' > ~/.vim/ftplugin/twig.vim
When you open a .twig file, what does :set ft?
in Vim return? If it is 'twig', this should work.