From bbc6be1099dee66a69dd4d44e029c4c2dc37aee0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 11 Dec 2014 23:02:50 +0100 Subject: Add thrift language support, closes #49 --- ftdetect/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 0e60f3ab..042316e3 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -195,6 +195,7 @@ au BufNewFile,BufRead *.swap set filetype=systemd au BufNewFile,BufRead *.target set filetype=systemd au BufNewFile,BufRead *.timer set filetype=systemd au BufRead,BufNewFile *.textile set filetype=textile +au BufNewFile,BufRead *.thrift setlocal filetype=thrift autocmd BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux autocmd BufNewFile,BufRead *.toml set filetype=toml autocmd BufNewFile,BufRead *.twig set filetype=twig -- cgit v1.2.3