Skip to content

Added definitions for Arduino 1.6.0 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed library specific definitions
There is no point in having library specific definitions as they do not do anything.
  • Loading branch information
z3t0 committed Mar 24, 2015
commit 9edc7394d7eedaa2438e2868c7e278a776dd3712
8 changes: 0 additions & 8 deletions syntax/arduino.vim
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,3 @@ hi def link arduinoFunc Function
hi def link arduinoMethod Function
hi def link arduinoIdentifier Identifier
hi def link arduinoOperator Operator

hi def link arduinoLibraryType Type
hi def link arduinoLibraryConstant Constant
hi def link arduinoLibraryStdFunc Function
hi def link arduinoLibraryFunc Function
hi def link arduinoLibraryMethod Function
hi def link arduinoLibraryIdentifier Identifier
hi def link arduinoLibraryOperator Operator