From 6d2eae8a7d951e7322ed131a9267952220cb7edd Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 01:23:38 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index 3d46a1d..5cb6a66 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -EtherShield KEYWORD1 +EtherShield KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)