From 979ae9572fc86e6860110a02ae5c52b03820296d Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 08:14:58 -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 f876e37..d9e6564 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,5 +1,5 @@ DS18B20 KEYWORD1 -init KEYWORD2 +init KEYWORD2 DEFAULT_TIMEOUT LITERAL1