More options of upper/lower case by use of []

This commit is contained in:
Elmar Hinz 2016-05-01 09:52:16 +02:00
parent 2f882e7bce
commit 843e066223

View file

@ -1,10 +1,13 @@
autocmd BufNewFile,BufRead *.ts setlocal filetype=typoscript
autocmd BufNewFile,BufRead *.ts2 setlocal filetype=typoscript
autocmd BufNewFile,BufRead *.typoscript 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 */Typo[sS]cript/setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */Typo[sS]cript/constants.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */static/setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */static/constants.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */Static/setup.txt setlocal filetype=typoscript
autocmd BufNewFile,BufRead */Static/constants.txt setlocal filetype=typoscript
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