Skip to content

Use correct separator in keywords.txt #1175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions libraries/ArduinoOTA/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
begin KEYWORD2
setup KEYWORD2
handle KEYWORD2
onStart KEYWORD2
onEnd KEYWORD2
onError KEYWORD2
onProgress KEYWORD2
onStart KEYWORD2
onEnd KEYWORD2
onError KEYWORD2
onProgress KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
4 changes: 2 additions & 2 deletions libraries/ESPmDNS/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ MDNS KEYWORD1
#######################################

begin KEYWORD2
end KEYWORD2
end KEYWORD2
addService KEYWORD2
enableArduino KEYWORD2
disableArduino KEYWORD2
disableArduino KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
6 changes: 3 additions & 3 deletions libraries/Ticker/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Ticker KEYWORD1
#######################################

attach KEYWORD2
attach_ms KEYWORD2
once KEYWORD2
detach KEYWORD2
attach_ms KEYWORD2
once KEYWORD2
detach KEYWORD2
4 changes: 2 additions & 2 deletions libraries/Update/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Update KEYWORD1
#######################################

begin KEYWORD2
end KEYWORD2
end KEYWORD2
write KEYWORD2
writeStream KEYWORD2
printError KEYWORD2
printError KEYWORD2

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