Merge pull request #253 from julenpardo/ft-htmlsyntax_twig
Set HTML syntax for Twig files
This commit is contained in:
commit
d8e7c5faf9
1 changed files with 6 additions and 0 deletions
|
@ -69,3 +69,9 @@ if exists('$TMUX')
|
|||
set term=screen-256color
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
" => Twig section
|
||||
""""""""""""""""""""""""""""""
|
||||
autocmd BufRead *.twig set syntax=html filetype=html
|
||||
|
|
Loading…
Reference in a new issue