From b66c2088b9979678bbe83a2ca9033967a1212ca8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 15 Jul 2018 22:26:20 -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 3851932..c398f58 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -DDS KEYWORD1 +DDS KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)