[BUGFIX] detect static typoscript in directories starting with a capital S
This commit is contained in:
parent
84500cc0d9
commit
ce42c377c8
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ autocmd BufNewFile,BufRead */Typoscript/setup.txt setlocal filetype=typoscript
|
||||||
autocmd BufNewFile,BufRead */Typoscript/constants.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/setup.txt setlocal filetype=typoscript
|
||||||
autocmd BufNewFile,BufRead */static/constants.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
|
||||||
|
|
Loading…
Reference in a new issue