From 8a213a13e8fb8739c0591583fc2c9ca5bba36cda Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 06:32:47 -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 e0215f1..fb4b429 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -AVector KEYWORD1 +AVector KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)