Add twig syntax support

This commit is contained in:
Adam Stankiewicz
2013-09-12 17:26:31 +02:00
parent a127ca5ff2
commit e32871fd4a
4 changed files with 133 additions and 0 deletions

5
ftdetect/twig.vim Normal file
View File

@@ -0,0 +1,5 @@
" Twig
autocmd BufNewFile,BufRead *.twig set filetype=twig
" HTML Twig
autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig