Set HTML syntax for Twig files
This commit is contained in:
parent
aad95603ea
commit
bf879c5025
1 changed files with 6 additions and 0 deletions
|
@ -65,3 +65,9 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
||||||
if exists('$TMUX')
|
if exists('$TMUX')
|
||||||
set term=screen-256color
|
set term=screen-256color
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
" => Twig section
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
autocmd BufRead *.twig set syntax=html filetype=html
|
||||||
|
|
Loading…
Reference in a new issue