From ca2eb6e7ba9b3c21ebfcb0b0a1c071d4a788beb1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 07:29:47 -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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/keywords.txt b/keywords.txt index 35f4450..9dbad34 100644 --- a/keywords.txt +++ b/keywords.txt @@ -25,17 +25,17 @@ getLastTemperature KEYWORD2 # Instances (KEYWORD2) ####################################### -co2 KEYWORD2 +co2 KEYWORD2 ####################################### # Constants (LITERAL1) ####################################### -MHZ14A LITERAL1 -MHZ19B LITERAL1 +MHZ14A LITERAL1 +MHZ19B LITERAL1 -STATUS_NO_RESPONSE LITERAL1 -STATUS_CHECKSUM_MISMATCH LITERAL1 -STATUS_INCOMPLETE LITERAL1 -STATUS_NOT_READY LITERAL1 \ No newline at end of file +STATUS_NO_RESPONSE LITERAL1 +STATUS_CHECKSUM_MISMATCH LITERAL1 +STATUS_INCOMPLETE LITERAL1 +STATUS_NOT_READY LITERAL1