Merge pull request #4 from cumuru/master
ADD: Support for capitalization of folder generated by extension builder
This commit is contained in:
commit
2f882e7bce
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ autocmd BufNewFile,BufRead *.ts setlocal filetype=typoscript
|
|||
autocmd BufNewFile,BufRead *.ts2 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 */Typoscript/setup.txt setlocal filetype=typoscript
|
||||
autocmd BufNewFile,BufRead */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
|
||||
|
|
Loading…
Reference in a new issue