advanced ts file detection

This commit is contained in:
Elmar Hinz 2014-09-25 06:09:36 +02:00
parent 5f2bdc2bf7
commit e7dbc2f5d1

View file

@ -1 +1,7 @@
autocmd BufNewFile,BufRead *.ts setlocal filetype=typoscript
autocmd BufNewFile,BufRead */ext_typoscript_setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */ext_typoscript_constants.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */Typoscript/setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */Typoscript/constants.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */static/setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */static/constants.txt setlocal filetype=typoscript