added typoscript-syntax for .txt-files

main
Steffen Becker 12 years ago
parent 3bde5c76ee
commit eeeac7a775

@ -1 +1 @@
Subproject commit 976e6de0b610d6b92ab8e26ec81041df96751e41
Subproject commit 6d916a3de7d432f923b27027e47a400bbe345256

@ -1 +1 @@
Subproject commit 6818c45710b2e889c85ae9ca88ac1c1d2b5d2420
Subproject commit 5ea166c324fe9da5681dd0b7b10900f38cc46963

@ -255,6 +255,8 @@ inoremap <s-tab> {<Esc>i <Esc>o<CR>}<Esc>ki<tab>
au BufNewFile,BufRead *.json set ft=javascript
" typoscript syntax
au BufNewFile,BufRead *.ts set ft=typoscript
" typoscript syntax
au BufNewFile,BufRead *.txt set ft=typoscript
" scss
au BufNewFile,BufRead *.scss set ft=scss.css

Loading…
Cancel
Save