Skip to content

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
The Arduino IDE currently requires the use of a single true 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
  • Loading branch information
per1234 committed Apr 18, 2018
1 parent b5ff074 commit e3b4ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keywords.txt
Expand Up @@ -10,7 +10,7 @@
# Methods and Functions (KEYWORD2)
#######################################

getCertificate KEYWORD2
getCertificate KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down

0 comments on commit e3b4ac3

Please sign in to comment.