summaryrefslogtreecommitdiffstats
path: root/ftdetect/arduino.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-12 17:28:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-12 17:28:29 +0200
commit3ad5c8110b0ed9c0d5fde68a37ed3f2c06575837 (patch)
tree8b8d66dec4fbfa3d96f6265a2bd27d95c32454bc /ftdetect/arduino.vim
parente32871fd4a8d0dca327011b81d214ab5321f853d (diff)
downloadvim-polyglot-3ad5c8110b0ed9c0d5fde68a37ed3f2c06575837.tar.gz
vim-polyglot-3ad5c8110b0ed9c0d5fde68a37ed3f2c06575837.zip
Add arduino syntax support
Diffstat (limited to 'ftdetect/arduino.vim')
-rw-r--r--ftdetect/arduino.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/arduino.vim b/ftdetect/arduino.vim
new file mode 100644
index 00000000..59bf48ce
--- /dev/null
+++ b/ftdetect/arduino.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.ino,*.pde set filetype=arduino