advanced ts file detection
This commit is contained in:
parent
5f2bdc2bf7
commit
e7dbc2f5d1
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
autocmd BufNewFile,BufRead *.ts 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 */static/setup.txt setlocal filetype=typoscript
|
||||
autocmd BufNewFile,BufRead */static/constants.txt setlocal filetype=typoscript
|
||||
|
|
Loading…
Reference in a new issue