mirror of
https://github.com/amix/vimrc
synced 2025-06-22 22:25:34 +08:00
Set HTML syntax for Twig files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user