2014-09-24 20:44:41 +02:00
|
|
|
autocmd BufNewFile,BufRead *.ts setlocal filetype=typoscript
|
2015-04-08 12:33:06 +02:00
|
|
|
autocmd BufNewFile,BufRead *.ts2 setlocal filetype=typoscript
|
2014-09-25 06:09:36 +02:00
|
|
|
autocmd BufNewFile,BufRead */ext_typoscript_setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */ext_typoscript_constants.txt setlocal filetype=typoscript
|
2016-04-30 21:47:59 +02:00
|
|
|
autocmd BufNewFile,BufRead */Typo[sS]cript/setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */Typo[sS]cript/constants.txt setlocal filetype=typoscript
|
2014-09-25 06:09:36 +02:00
|
|
|
autocmd BufNewFile,BufRead */static/setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */static/constants.txt setlocal filetype=typoscript
|
2016-03-08 12:04:52 +01:00
|
|
|
autocmd BufNewFile,BufRead */Static/setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */Static/constants.txt setlocal filetype=typoscript
|