summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-01-07 06:09:28 +0100
committerBram Moolenaar <Bram@vim.org>2014-01-07 06:09:28 +0100
commit438f67a0040ab4f517c68f446f4a03a6c9e9096d (patch)
treecc46840230d9ad3b9d1a39bdb2b18af5fcc52074 /runtime/filetype.vim
parent2fda30146920a1b0bd9cdac7e644a28e4b873b89 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 20775e9d21..88d2620139 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2013 Nov 13
+" Last Change: 2014 Jan 06
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -106,6 +106,9 @@ au BufNewFile,BufRead *.run setf ampl
" Ant
au BufNewFile,BufRead build.xml setf ant
+" Arduino
+au BufNewFile,BufRead *.ino,*.pde setf arduino
+
" Apache style config file
au BufNewFile,BufRead proftpd.conf* call s:StarSetf('apachestyle')