From c11ed32bf644370bf487e7a0de940774a108dd0e Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 09:01:56 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keywords.txt b/keywords.txt index 4fd2e1e..731afb4 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,7 +1,7 @@ LEDEffect KEYWORD1 heartbeat KEYWORD2 -breath KEYWORD2 -breathe KEYWORD2 +breath KEYWORD2 +breathe KEYWORD2 groupedBreathe KEYWORD2 breatheDelay KEYWORD2 -flicker KEYWORD2 +flicker KEYWORD2