From cdf60ffc31c2a37cb9a0049fa17a98883d6f1521 Mon Sep 17 00:00:00 2001 From: Freek Kalter Date: Mon, 7 Apr 2014 16:25:40 +0200 Subject: [PATCH] new filtype .ino --- filetype.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/filetype.vim b/filetype.vim index d2eca11..592bfa5 100644 --- a/filetype.vim +++ b/filetype.vim @@ -11,6 +11,7 @@ augroup filetypedetect au BufNewFile,BufRead *.pl.tdy set filetype=perl au BufNewFile,BufRead *.go set filetype=go + au BufNewFile,BufRead *.ino set filetype=c au BufNewFile,BufRead .tmux.conf set filetype=tmux