mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
add size_t as a LITERAL1 in keywords.txt
size_t is listed as one of the arduino data types at https://www.arduino.cc/reference/en/, but it isn't highlighted as a data type or listed in keywords.txt
This commit is contained in:
parent
07b0b4077f
commit
5ffcd7a6ee
@ -73,6 +73,7 @@ protected LITERAL1 RESERVED_WORD_2
|
||||
public LITERAL1 RESERVED_WORD_2
|
||||
short LITERAL1 RESERVED_WORD_2
|
||||
signed LITERAL1 RESERVED_WORD_2
|
||||
size_t LITERAL1 RESERVED_WORD_2
|
||||
static LITERAL1 Static RESERVED_WORD_2
|
||||
volatile LITERAL1 Volatile RESERVED_WORD_2
|
||||
String LITERAL1 String RESERVED_WORD_2
|
||||
|
Loading…
Reference in New Issue
Block a user