1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04:00

Set HTML syntax for Twig files

This commit is contained in:
Julen Pardo 2016-10-30 14:55:53 +01:00
parent aad95603ea
commit bf879c5025

View file

@ -65,3 +65,9 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
if exists('$TMUX')
set term=screen-256color
endif
""""""""""""""""""""""""""""""
" => Twig section
""""""""""""""""""""""""""""""
autocmd BufRead *.twig set syntax=html filetype=html