From e8bfb7a79559a28da961b9beca42bcd3b9f9b627 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 09:01:57 -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 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/keywords.txt b/keywords.txt index 4375bf0..f611d3c 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,14 +1,14 @@ -SBUS KEYWORD1 +SBUS KEYWORD1 -begin KEYWORD2 -process KEYWORD2 -getChannel KEYWORD2 -getNormalizedChannel KEYWORD2 -getFailsafeStatus KEYWORD2 -getFrameLoss KEYWORD2 -getGoodFrames KEYWORD2 -getLostFrames KEYWORD2 -getDecoderErrorFrames KEYWORD2 +begin KEYWORD2 +process KEYWORD2 +getChannel KEYWORD2 +getNormalizedChannel KEYWORD2 +getFailsafeStatus KEYWORD2 +getFrameLoss KEYWORD2 +getGoodFrames KEYWORD2 +getLostFrames KEYWORD2 +getDecoderErrorFrames KEYWORD2 -SBUS_FAILSAFE_INACTIVE LITERAL1 -SBUS_FAILSAFE_ACTIVE LITERAL1 \ No newline at end of file +SBUS_FAILSAFE_INACTIVE LITERAL1 +SBUS_FAILSAFE_ACTIVE LITERAL1