Skip to content

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
The Arduino IDE currently requires the use of a single true 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
  • Loading branch information
per1234 committed Apr 29, 2018
1 parent 2eb27c5 commit b6a7128
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions keywords.txt
Expand Up @@ -7,28 +7,28 @@
# Datatypes (KEYWORD1)
#######################################

A6lib KEYWORD1
callInfo KEYWORD1
A6lib KEYWORD1
callInfo KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

begin KEYWORD2
powerCycle KEYWORD2
begin KEYWORD2
powerCycle KEYWORD2

dial KEYWORD2
redial KEYWORD2
hangUp KEYWORD2
checkCallStatus KEYWORD2
getSignalStrength KEYWORD2
dial KEYWORD2
redial KEYWORD2
hangUp KEYWORD2
checkCallStatus KEYWORD2
getSignalStrength KEYWORD2

sendSMS KEYWORD2
sendSMS KEYWORD2

setVol KEYWORD2
enableSpeaker KEYWORD2
setVol KEYWORD2
enableSpeaker KEYWORD2

A6conn KEYWORD2
A6conn KEYWORD2

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

0 comments on commit b6a7128

Please sign in to comment.