From a392a2481b03a7db4df6e2848152c7ee24d2b7bf Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 01:23:38 -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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/keywords.txt b/keywords.txt index 9c879fe..b76a001 100644 --- a/keywords.txt +++ b/keywords.txt @@ -7,17 +7,17 @@ ####################################### buttonStates_t KEYWORD1 -buttonFunction KEYWORD1 -YAButton KEYWORD1 +buttonFunction KEYWORD1 +YAButton KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -setPressCallback KEYWORD2 -setLongPressCallback KEYWORD2 -setReleaseCallback KEYWORD2 -run KEYWORD2 +setPressCallback KEYWORD2 +setLongPressCallback KEYWORD2 +setReleaseCallback KEYWORD2 +run KEYWORD2