Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Use correct field separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 committed Sep 16, 2018
1 parent 8bd6dd2 commit c6c8928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Xively KEYWORD1
Xively KEYWORD1
XivelyClient KEYWORD1
XivelyDatastream KEYWORD1
XivelyFeed KEYWORD1
Expand All @@ -30,7 +30,7 @@ size KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
DATASTREAM_STRING 0 LITERAL1
DATASTREAM_BUFFER 1 LITERAL1
DATASTREAM_FLOAT 2 LITERAL1
DATASTREAM_STRING LITERAL1
DATASTREAM_BUFFER LITERAL1
DATASTREAM_FLOAT LITERAL1

0 comments on commit c6c8928

Please sign in to comment.