From 1b70902e92d97b9d316163bf374e837d50d73ffa Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 15 Jul 2018 03:36:04 -0700 Subject: [PATCH] Use a single tab field separator in keywords.txt Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and newer an empty KEYWORD_TOKENTYPE causes the default editor.function.style coloration to be used (as with KEYWORD2, KEYWORD3, LITERAL2). On Arduino IDE 1.6.4 and older it causes the keyword to not be recognized for any special coloration. 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 e41a8de..8614008 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,2 +1,2 @@ SmartArduino KEYWORD1 -read KEYWORD1 \ No newline at end of file +read KEYWORD1