Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 8fa02bd

Browse files
per1234me-no-dev
authored andcommitted
Use correct separator in keywords.txt (#1175)
The Arduino IDE currently requires the use of a 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
1 parent 5eb93c3 commit 8fa02bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keywords.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ MDNS KEYWORD1
1414
#######################################
1515

1616
begin KEYWORD2
17-
end KEYWORD2
17+
end KEYWORD2
1818
addService KEYWORD2
1919
enableArduino KEYWORD2
20-
disableArduino KEYWORD2
20+
disableArduino KEYWORD2
2121

2222
#######################################
2323
# Constants (LITERAL1)

0 commit comments

Comments
 (0)