mirror of
1
0
Fork 0

Merge pull request #253 from julenpardo/ft-htmlsyntax_twig

Set HTML syntax for Twig files
This commit is contained in:
Amir Salihefendic 2017-03-14 16:17:01 +01:00 committed by GitHub
commit d8e7c5faf9
1 changed files with 6 additions and 0 deletions

View File

@ -69,3 +69,9 @@ if exists('$TMUX')
set term=screen-256color
endif
endif
""""""""""""""""""""""""""""""
" => Twig section
""""""""""""""""""""""""""""""
autocmd BufRead *.twig set syntax=html filetype=html