From 0b4a8c02026c9e36feaa9f6b916c44e07e9b256b Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 19 Feb 2018 23:33:39 -0800 Subject: [PATCH] Use correct separator in keywords.txt The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this 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 f87af52..523b73e 100644 --- a/keywords.txt +++ b/keywords.txt @@ -27,7 +27,7 @@ reset KEYWORD2 size KEYWORD2 is_full KEYWORD2 is_valid_index KEYWORD2 -get_from_indexes KEYWORD2 +get_from_indexes KEYWORD2 slice KEYWORD2 has_next KEYWORD2 next KEYWORD2