From d6710f1b578ee233e92d1810fdb3e5c9fba651f7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 26 Sep 2013 12:41:08 +0200 Subject: Add TypeScript support --- ftdetect/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 7ca5abb1..2ed87038 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -119,3 +119,4 @@ au BufRead,BufNewFile *.textile set filetype=textile autocmd BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux autocmd BufNewFile,BufRead *.twig set filetype=twig autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig +autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript -- cgit v1.2.3