mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Add twig syntax support
This commit is contained in:
5
ftdetect/twig.vim
Normal file
5
ftdetect/twig.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" Twig
|
||||
autocmd BufNewFile,BufRead *.twig set filetype=twig
|
||||
|
||||
" HTML Twig
|
||||
autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig
|
||||
Reference in New Issue
Block a user