We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the vim-twig wiki!
In order to use other extensions than .twig for Twig templates eg. .tpl place following line in your .vimrc:
.twig
.tpl
" highlight syntax in .tpl files as Twig au BufNewFile,BufRead *.tpl set filetype=html.twig