From d6d435a4e19905150a8962a7d4faef44125ff6f5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 05:02:52 -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 7be7c08..207038f 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,3 +1,3 @@ -IsTime KEYWORD1 -add KEYWORD2 -isOver KEYWORD2 +IsTime KEYWORD1 +add KEYWORD2 +isOver KEYWORD2