Created
May 12, 2011 16:19
-
-
Save orderthruchaos/968858 to your computer and use it in GitHub Desktop.
Arduino indent file...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Arduino | |
" Maintainer: Brett DiFrischia <orderthruchaos _at_ gmail _dot_ com> | |
" Last Change: 2011-05-12 | |
" License: VIM license (:help license, replace vim by arduino.vim) | |
" Based on syntax/arduino.vim (by Johannes Hoff) initial setup. | |
" Read the C++ indent script to start with | |
if version < 600 | |
so <sfile>:p:h/cpp.vim | |
else | |
runtime! indent/cpp.vim | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment