Skip to content

Commit ca5f1d4

Browse files
committed
Merge pull request #2903 from mixania/patch-1
Char now has the right KEYWORD
2 parents b9a90f6 + 45e8605 commit ca5f1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/shared/lib/keywords.txt

+2-2
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)