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
|
2016-05-01 09:52:16 +02:00
|
|
|
autocmd BufNewFile,BufRead *.typoscript 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-05-01 09:52:16 +02:00
|
|
|
|
|
|
|
autocmd BufNewFile,BufRead */[tT]ypo[sS]cript/setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */[tT]ypo[sS]cript/constants.txt setlocal filetype=typoscript
|
|
|
|
|
|
|
|
autocmd BufNewFile,BufRead */[sS]tatic/setup.txt setlocal filetype=typoscript
|
|
|
|
autocmd BufNewFile,BufRead */[sS]tatic/constants.txt setlocal filetype=typoscript
|
|
|
|
|