From 5c96e2fd721b24db3a9af8967cc85f41b264d74a Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Fri, 18 Nov 2011 13:05:22 -0800 Subject: [PATCH] add ftdetect support to automatically highlight .pde files --- ftdetect/arduino.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/arduino.vim diff --git a/ftdetect/arduino.vim b/ftdetect/arduino.vim new file mode 100644 index 0000000..275c4fa --- /dev/null +++ b/ftdetect/arduino.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead *.pde set filetype=arduino