From 40437f8921c3466cab2115d67dac3ab87aea1dcc Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 May 2019 02:46: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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/keywords.txt b/keywords.txt index e6d4dc8..441376a 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,19 +6,19 @@ # Instance (KEYWORD1) ####################################### -OC06 KEYWORD1 +OC06 KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -begin KEYWORD2 -step KEYWORD2 -setDirection KEYWORD2 -enable KEYWORD2 -disable KEYWORD2 -move KEYWORD2 +begin KEYWORD2 +step KEYWORD2 +setDirection KEYWORD2 +enable KEYWORD2 +disable KEYWORD2 +move KEYWORD2 ####################################### # Constants (LITERAL1) -####################################### \ No newline at end of file +#######################################