We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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