mirror of
https://github.com/amix/vimrc
synced 2025-06-29 11:04:59 +08:00
Merge pull request #253 from julenpardo/ft-htmlsyntax_twig
Set HTML syntax for Twig files
This commit is contained in:
@ -69,3 +69,9 @@ if exists('$TMUX')
|
|||||||
set term=screen-256color
|
set term=screen-256color
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
" => Twig section
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
autocmd BufRead *.twig set syntax=html filetype=html
|
||||||
|
Reference in New Issue
Block a user