Skip to content

Commit 60737f1

Browse files
authored
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
1 parent f6164fc commit 60737f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ disableInterrupt KEYWORD2
5454
enableBatteryInterrupt KEYWORD2
5555
enableAlarmInterrupt KEYWORD2
5656

57-
setEdgeTrigger (KEYWORD2)
57+
setEdgeTrigger KEYWORD2
5858
clearInterrupts KEYWORD2
5959
checkBattery KEYWORD2
6060
setReferenceVoltage KEYWORD2

0 commit comments

Comments
 (0)