Skip to content

Commit 146b2f6

Browse files
per1234me-no-dev
authored andcommitted
Use correct separator in keywords.txt (espressif#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 b4b9a79 commit 146b2f6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Diff for: libraries/ArduinoOTA/keywords.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
1515
begin KEYWORD2
1616
setup KEYWORD2
1717
handle KEYWORD2
18-
onStart KEYWORD2
19-
onEnd KEYWORD2
20-
onError KEYWORD2
21-
onProgress KEYWORD2
18+
onStart KEYWORD2
19+
onEnd KEYWORD2
20+
onError KEYWORD2
21+
onProgress KEYWORD2
2222

2323
#######################################
2424
# Constants (LITERAL1)

Diff for: libraries/ESPmDNS/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)

Diff for: libraries/Ticker/keywords.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Ticker KEYWORD1
99
#######################################
1010

1111
attach KEYWORD2
12-
attach_ms KEYWORD2
13-
once KEYWORD2
14-
detach KEYWORD2
12+
attach_ms KEYWORD2
13+
once KEYWORD2
14+
detach KEYWORD2

Diff for: libraries/Update/keywords.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Update KEYWORD1
1313
#######################################
1414

1515
begin KEYWORD2
16-
end KEYWORD2
16+
end KEYWORD2
1717
write KEYWORD2
1818
writeStream KEYWORD2
19-
printError KEYWORD2
19+
printError KEYWORD2
2020

2121
#######################################
2222
# Constants (LITERAL1)

0 commit comments

Comments
 (0)