From c0db6d67ffc5c127745b3bb925f3a647d73ecb6b Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 01:41:48 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index c072d67..e348521 100644 --- a/keywords.txt +++ b/keywords.txt @@ -5,7 +5,7 @@ ####################################### # Datatypes (KEYWORD1) ####################################### -lin_stack KEYWORD1 +lin_stack KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) @@ -17,4 +17,4 @@ lin_stack KEYWORD1 ####################################### # Constants (LITERAL1) -####################################### \ No newline at end of file +#######################################