From 9484652a6164d0cf684a1bb0f0b48030894dd7d9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 30 May 2019 01:50:29 -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 cb818d4..621a9dd 100644 --- a/keywords.txt +++ b/keywords.txt @@ -14,9 +14,9 @@ BigIOT KEYWORD1 login KEYWORD2 waiting KEYWORD2 -update_data_stream KEYWORD2 -update_location_data KEYWORD2 -send_alarm_message KEYWORD2 +update_data_stream KEYWORD2 +update_location_data KEYWORD2 +send_alarm_message KEYWORD2 ####################################### # Instances (KEYWORD2)