From b2296ef2f769382a017bc005e0109edd74cd7b38 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 14 Jul 2018 07:25:07 -0700 Subject: [PATCH] Correct invalid keywords.txt KEYWORD_TOKENTYPE Use of an invalid KEYWORD_TOKENTYPE value in keywords.txt causes the keyword to be colored by the default editor.function.style (as used by KEYWORD2, KEYWORD3, LITERAL2) in Arduino IDE 1.6.5 and newer. On Arduino IDE 1.6.4 and older this will cause the keyword to not be recognized for any special coloration. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keyword_tokentype --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index 9e19284..c5eff47 100644 --- a/keywords.txt +++ b/keywords.txt @@ -2,4 +2,4 @@ SerialCommand KEYWORD1 clearBuffer KEYWORD2 next KEYWORD2 readSerial KEYWORD2 -addCommand KEYWORd2 \ No newline at end of file +addCommand KEYWORD2