From 5ffcd7a6ee3604d83cfef5a7ad96fd47c0a0b1f2 Mon Sep 17 00:00:00 2001 From: Scott Howard Date: Fri, 14 May 2021 10:33:47 -0400 Subject: [PATCH] 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 --- build/shared/lib/keywords.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/lib/keywords.txt b/build/shared/lib/keywords.txt index 22e1819c4..b1802fece 100644 --- a/build/shared/lib/keywords.txt +++ b/build/shared/lib/keywords.txt @@ -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