Commit 146b2f6a authored by per1234's avatar per1234 Committed by Me No Dev

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
parent b4b9a79e
...@@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1 ...@@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
begin KEYWORD2 begin KEYWORD2
setup KEYWORD2 setup KEYWORD2
handle KEYWORD2 handle KEYWORD2
onStart KEYWORD2 onStart KEYWORD2
onEnd KEYWORD2 onEnd KEYWORD2
onError KEYWORD2 onError KEYWORD2
onProgress KEYWORD2 onProgress KEYWORD2
####################################### #######################################
# Constants (LITERAL1) # Constants (LITERAL1)
......
...@@ -14,10 +14,10 @@ MDNS KEYWORD1 ...@@ -14,10 +14,10 @@ MDNS KEYWORD1
####################################### #######################################
begin KEYWORD2 begin KEYWORD2
end KEYWORD2 end KEYWORD2
addService KEYWORD2 addService KEYWORD2
enableArduino KEYWORD2 enableArduino KEYWORD2
disableArduino KEYWORD2 disableArduino KEYWORD2
####################################### #######################################
# Constants (LITERAL1) # Constants (LITERAL1)
......
...@@ -9,6 +9,6 @@ Ticker KEYWORD1 ...@@ -9,6 +9,6 @@ Ticker KEYWORD1
####################################### #######################################
attach KEYWORD2 attach KEYWORD2
attach_ms KEYWORD2 attach_ms KEYWORD2
once KEYWORD2 once KEYWORD2
detach KEYWORD2 detach KEYWORD2
...@@ -13,10 +13,10 @@ Update KEYWORD1 ...@@ -13,10 +13,10 @@ Update KEYWORD1
####################################### #######################################
begin KEYWORD2 begin KEYWORD2
end KEYWORD2 end KEYWORD2
write KEYWORD2 write KEYWORD2
writeStream KEYWORD2 writeStream KEYWORD2
printError KEYWORD2 printError KEYWORD2
####################################### #######################################
# Constants (LITERAL1) # Constants (LITERAL1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment