Script:2654
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 2654 arduino: syntax file for Arduino .PDE files
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Fix
Edit
As of Arduino 1.0 the file extension has changed from .pde to .ino so this line:
autocmd! BufNewFile,BufRead *.pde setlocal ft=arduino
should be:
autocmd! BufNewFile,BufRead *.ino setlocal ft=arduino