From 1635f0e9f3bc8a68f30c7fb1db30231a0ad301c5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 02:07:25 -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 83f84c9..0f7273b 100644 --- a/keywords.txt +++ b/keywords.txt @@ -15,7 +15,7 @@ callbackFunction KEYWORD1 setClickTicks KEYWORD2 setPressTicks KEYWORD2 -setDebounceTicks KEYWORD2 +setDebounceTicks KEYWORD2 attachClick KEYWORD2 attachDoubleClick KEYWORD2 attachLongPressStart KEYWORD2