From ef3c6cf569f5205eedaccdb5a71462d8214ceef3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 3 Aug 2018 06:47:16 -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 7cba3b4..3bd5cb9 100644 --- a/keywords.txt +++ b/keywords.txt @@ -11,9 +11,9 @@ ESP32CAN KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -CANInit KEYWORD2 -CANWriteFrame KEYWORD2 -CANStop KEYWORD2 +CANInit KEYWORD2 +CANWriteFrame KEYWORD2 +CANStop KEYWORD2 CANConfigFilter KEYWORD2 ####################################### # Constants (LITERAL1)