From c775f802bf5cdf81ce435666889edb51f96645c9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 15:59:42 -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 ed2c159..800c84b 100644 --- a/keywords.txt +++ b/keywords.txt @@ -12,9 +12,9 @@ PCF8591 KEYWORD1 # Methods and Functions (KEYWORD2) ####################################### -InitialiseDevice KEYWORD2 -UpdateReadings KEYWORD2 -Data KEYWORD2 +InitialiseDevice KEYWORD2 +UpdateReadings KEYWORD2 +Data KEYWORD2 ####################################### # Constants (LITERAL1)