1
0
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:
Scott Howard 2021-05-14 10:33:47 -04:00 committed by GitHub
parent 07b0b4077f
commit 5ffcd7a6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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