From 7797a29e6219dd5d2f688ebf6c5ea58fdb4cb55f Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 02:07:22 -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 fea7d1d..3816c6d 100644 --- a/keywords.txt +++ b/keywords.txt @@ -13,9 +13,9 @@ SHT21 KEYWORD1 ####################################### begin KEYWORD2 -getHumidity KEYWORD2 -getTemperature KEYWORD2 +getHumidity KEYWORD2 +getTemperature KEYWORD2 ####################################### # Constants (LITERAL1) -####################################### \ No newline at end of file +#######################################