Skip to content

Char now has the right KEYWORD #2903

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

Merged
merged 2 commits into from
Apr 7, 2015
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions build/shared/lib/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ INTERNAL2V56 LITERAL2 AnalogReference

boolean LITERAL2 BooleanVariables
byte LITERAL2 Byte
char LITERAL2 Char
const LITERAL2 Const
false LITERAL2 Constants
float LITERAL2 Float
Expand Down Expand Up @@ -169,7 +170,6 @@ isPressed KEYWORD2

break KEYWORD3 Break
case KEYWORD3 SwitchCase
char KEYWORD3 Char
class KEYWORD3
continue KEYWORD3 Continue
default KEYWORD3 SwitchCase
Expand Down Expand Up @@ -224,4 +224,4 @@ loop KEYWORD3 Loop
() parentheses
>> Bitshift
; SemiColon
-= IncrementCompound
-= DecrementCompound