2016-05-01 09:52:16 +02:00
|
|
|
autocmd BufNewFile,BufRead *.typoscript setlocal filetype=typoscript
|
2018-10-06 17:34:38 +02:00
|
|
|
autocmd BufNewFile,BufRead *.tsconfig setlocal filetype=typoscript
|
2016-05-01 09:52:16 +02:00
|
|
|
|
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
|
|
|
|
|