Skip to content

Commit 681cdb9

Browse files
author
Michael Braverman
committed
Char now has the right KEYWORD
Before, char was assigned as a structure to **KEYWORD3**. It is not a structure so I assigned it to **LITERAL2** since it is a constant. Also renamed the DecrementCompound to its appropriate name.
1 parent ae6a5d8 commit 681cdb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/shared/lib/keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ INTERNAL2V56 LITERAL2 AnalogReference
3030

3131
boolean LITERAL2 BooleanVariables
3232
byte LITERAL2 Byte
33+
char LITERAL2 Char
3334
const LITERAL2 Const
3435
false LITERAL2 Constants
3536
float LITERAL2 Float
@@ -169,7 +170,6 @@ isPressed KEYWORD2
169170

170171
break KEYWORD3 Break
171172
case KEYWORD3 SwitchCase
172-
char KEYWORD3 Char
173173
class KEYWORD3
174174
continue KEYWORD3 Continue
175175
default KEYWORD3 SwitchCase
@@ -224,4 +224,4 @@ loop KEYWORD3 Loop
224224
() parentheses
225225
>> Bitshift
226226
; SemiColon
227-
-= IncrementCompound
227+
-= DecrementCompound

0 commit comments

Comments
 (0)