Set HTML syntax for Twig files

pull/253/head
Julen Pardo 7 years ago
parent aad95603ea
commit bf879c5025
  1. 6
      vimrcs/filetypes.vim

@ -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

Loading…
Cancel
Save