From 7989996b325f912a0543c3824736a57300ae4da3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Sep 2017 17:43:57 -0700 Subject: [PATCH] Use correct separator in keywords.txt The Arduino IDE 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index 7f54b28..ca7285f 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,2 +1,2 @@ -Fsm KEYWORD1 -State KEYWORD1 +Fsm KEYWORD1 +State KEYWORD1