From 496c62bf3a75d73264530531f0f16c8951b86504 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 05:02:53 -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 2240ac2..93ad22b 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,3 +1,3 @@ -WiFiConnect KEYWORD1 -begin KEYWORD2 -isConnected KEYWORD2 +WiFiConnect KEYWORD1 +begin KEYWORD2 +isConnected KEYWORD2