From 438b24406ea2674ff507b5d0540243585939572e Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 10 Nov 2017 14:13:33 -0800 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keywords.txt b/keywords.txt index 46fec902..48443e5d 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,7 +1,7 @@ EspDash KEYWORD1 -begin KEYWORD2 -addTab KEYWORD2 -updateTab KEYWORD2 -debug KEYWORD2 -loop KEYWORD2 +begin KEYWORD2 +addTab KEYWORD2 +updateTab KEYWORD2 +debug KEYWORD2 +loop KEYWORD2