We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9a90f6 + 45e8605 commit ca5f1d4Copy full SHA for ca5f1d4
build/shared/lib/keywords.txt
@@ -30,6 +30,7 @@ INTERNAL2V56 LITERAL2 AnalogReference
30
31
boolean LITERAL2 BooleanVariables
32
byte LITERAL2 Byte
33
+char LITERAL2 Char
34
const LITERAL2 Const
35
false LITERAL2 Constants
36
float LITERAL2 Float
@@ -169,7 +170,6 @@ isPressed KEYWORD2
169
170
171
break KEYWORD3 Break
172
case KEYWORD3 SwitchCase
-char KEYWORD3 Char
173
class KEYWORD3
174
continue KEYWORD3 Continue
175
default KEYWORD3 SwitchCase
@@ -224,4 +224,4 @@ loop KEYWORD3 Loop
224
() parentheses
225
>> Bitshift
226
; SemiColon
227
--= IncrementCompound
+-= DecrementCompound
0 commit comments