From b24cce414eab563d36f557f296b5ccf6dc67653c Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 15:23:26 -0700 Subject: [PATCH] Use correct field separator in keywords.txt The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index 3979019..7051dfa 100644 --- a/keywords.txt +++ b/keywords.txt @@ -11,7 +11,7 @@ ####################################### sleep KEYWORD2 deepSleep KEYWORD2 -idle KEYWORD2 +idle KEYWORD2 doze KEYWORD2 wakeFromDoze KEYWORD2