Skip to content

Twig syntax for other file extensions

jmarceli edited this page May 30, 2015 · 1 revision

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:

" highlight syntax in .tpl files as Twig
au BufNewFile,BufRead *.tpl set filetype=html.twig
Clone this wiki locally