From 4b331eb0960b7ec8a2a7290334a0f37f43061487 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 19 Oct 2017 23:52:29 -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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/keywords.txt b/keywords.txt index 4b19b1d..7d99580 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,8 +1,8 @@ -EasyUI KEYWORD1 +EasyUI KEYWORD1 -detectCDN KEYWORD2 -title KEYWORD2 -begin KEYWORD2 -label KEYWORD2 -toggleButton KEYWORD2 -loop KEYWORD2 +detectCDN KEYWORD2 +title KEYWORD2 +begin KEYWORD2 +label KEYWORD2 +toggleButton KEYWORD2 +loop KEYWORD2