From bb77d4757572a3422930d747c709e612ad22f15b Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 03:59:00 -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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keywords.txt b/keywords.txt index 8c446a4..384a914 100644 --- a/keywords.txt +++ b/keywords.txt @@ -62,8 +62,8 @@ off KEYWORD2 cw KEYWORD2 ccw KEYWORD2 -getCelsiusTemp KEYWORD2 -getFahrenheitTemp KEYWORD2 +getCelsiusTemp KEYWORD2 +getFahrenheitTemp KEYWORD2 drawPixel KEYWORD2 writeDisplay KEYWORD2 @@ -140,7 +140,7 @@ getMinute KEYWORD2 getHour KEYWORD2 getWeek KEYWORD2 getDay KEYWORD2 -getMonth KEYWORD2 +getMonth KEYWORD2 getYear KEYWORD2 fillByHMS KEYWORD2 fillByYMD KEYWORD2 @@ -232,4 +232,4 @@ IR_BUTTON_POUND LITERAL1 L_IN_R_IN LITERAL1 L_IN_R_OUT LITERAL1 L_OUT_R_IN LITERAL1 -L_OUT_R_OUT LITERAL1 \ No newline at end of file +L_OUT_R_OUT LITERAL1