From 33e2bda394a92eea52bb79ae09ea9167691d3e5f Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 03:03:03 -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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/keywords.txt b/keywords.txt index 7b6d772..3a91402 100644 --- a/keywords.txt +++ b/keywords.txt @@ -2,20 +2,20 @@ # Datatypes (KEYWORD1) ####################################### -ArduinoPebbleSerial KEYWORD1 -Baud KEYWORD1 -RequestType KEYWORD1 +ArduinoPebbleSerial KEYWORD1 +Baud KEYWORD1 +RequestType KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -begin_hardware KEYWORD2 -begin_software KEYWORD2 -feed KEYWORD2 -write KEYWORD2 -notify KEYWORD2 -is_connected KEYWORD2 +begin_hardware KEYWORD2 +begin_software KEYWORD2 +feed KEYWORD2 +write KEYWORD2 +notify KEYWORD2 +is_connected KEYWORD2 ####################################### # Constants (LITERAL1)