Skip to content

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 Jul 17, 2018
1 parent 30aa480 commit 866cac6
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 @@ -31,11 +31,11 @@ scrollDisplayLeft KEYWORD2
scrollDisplayRight KEYWORD2
createChar KEYWORD2
setBacklight KEYWORD2
setMCPType KEYWORD2
readButtons KEYWORD2
setMCPType KEYWORD2
readButtons KEYWORD2
setRegister KEYWORD2
buzz KEYWORD2
readRegister KEYWORD2
buzz KEYWORD2
readRegister KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
Expand Down

0 comments on commit 866cac6

Please sign in to comment.