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-15 22:26:20 -07:00
committed by GitHub
parent bcd6d7e6b3
commit b66c2088b9

View File

@@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################
DDS KEYWORD1
DDS KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)