From 63713913d3dd58d9cf550f72e5a1666213a5672d Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 02:37:23 -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 2110db6..cc1d182 100644 --- a/keywords.txt +++ b/keywords.txt @@ -4,7 +4,7 @@ JsonHashTable KEYWORD1 getArray KEYWORD2 getBool KEYWORD2 getDouble KEYWORD2 -getHashTableKEYWORD2 +getHashTable KEYWORD2 getLong KEYWORD2 parseArray KEYWORD2 parseHashTable KEYWORD2