From 72b3090d868cc9c7fb55dd2e816e779aa4ec4af6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 16:20:43 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index 2bfb244..f07347c 100644 --- a/keywords.txt +++ b/keywords.txt @@ -16,7 +16,7 @@ begin KEYWORD2 update KEYWORD2 setLed KEYWORD2 toggleLed KEYWORD2 -getLed KEYWORD2 +getLed KEYWORD2 getTemperature KEYWORD2 getLightLevel KEYWORD2 isBtn1Pressed KEYWORD2 @@ -26,7 +26,7 @@ isBtn2Held KEYWORD2 playTone KEYWORD2 playMelody KEYWORD2 stopTone KEYWORD2 -setScreenBrightness KEYWORD2 +setScreenBrightness KEYWORD2 fillScreen KEYWORD2 clearScreen KEYWORD2 drawRow KEYWORD2