Skip to content

Commit c5eca17

Browse files
per1234Rocketct
authored andcommitted
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 4af6fbd commit c5eca17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ THERM KEYWORD1
1515
begin KEYWORD2
1616
end KEYWORD2
1717

18-
readTemperature KEYWORD2
18+
readTemperature KEYWORD2
1919
readReferenceTemperature KEYWORD2
2020

2121
#######################################
2222
# Constants
23-
#######################################
23+
#######################################

0 commit comments

Comments
 (0)