From 7e7103e5f8dd29ffdc7671233bce60799159ceac Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 3 Feb 2018 18:25:44 -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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keywords.txt b/keywords.txt index cdefda4..6c91449 100644 --- a/keywords.txt +++ b/keywords.txt @@ -31,9 +31,9 @@ contentLength KEYWORD2 ####################################### # Constants (LITERAL1) ####################################### -HTTP_SUCCESS LITERAL1 -HTTP_ERROR_CONNECTION_FAILED LITERAL1 -HTTP_ERROR_API LITERAL1 -HTTP_ERROR_TIMED_OUT LITERAL1 -HTTP_ERROR_INVALID_RESPONSE LITERAL1 +HTTP_SUCCESS LITERAL1 +HTTP_ERROR_CONNECTION_FAILED LITERAL1 +HTTP_ERROR_API LITERAL1 +HTTP_ERROR_TIMED_OUT LITERAL1 +HTTP_ERROR_INVALID_RESPONSE LITERAL1