Use correct field separator in keywords.txt

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
This commit is contained in:
per1234 2018-07-17 07:29:47 -07:00 committed by GitHub
parent 83ba964a90
commit ca2eb6e7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,17 +25,17 @@ getLastTemperature KEYWORD2
# Instances (KEYWORD2)
#######################################
co2 KEYWORD2
co2 KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
MHZ14A LITERAL1
MHZ19B LITERAL1
MHZ14A LITERAL1
MHZ19B LITERAL1
STATUS_NO_RESPONSE LITERAL1
STATUS_CHECKSUM_MISMATCH LITERAL1
STATUS_INCOMPLETE LITERAL1
STATUS_NOT_READY LITERAL1
STATUS_NO_RESPONSE LITERAL1
STATUS_CHECKSUM_MISMATCH LITERAL1
STATUS_INCOMPLETE LITERAL1
STATUS_NOT_READY LITERAL1