Skip to content

Use correct field separator in keywords.txt #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
32 changes: 16 additions & 16 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
#######################################

Pin KEYWORD1
AnalogInputPin KEYWORD1
DigitalInputPin KEYWORD1
DigitalOutputPin KEYWORD1
ActuatorBase KEYWORD1
SwitchedInput KEYWORD1
LowOnSwitchedInput KEYWORD1
HighOnSwitchedInput KEYWORD1
DigitalActuator KEYWORD1
LowOnActuator KEYWORD1
HighOnActuator KEYWORD1
AnalogInputPin KEYWORD1
DigitalInputPin KEYWORD1
DigitalOutputPin KEYWORD1
ActuatorBase KEYWORD1
SwitchedInput KEYWORD1
LowOnSwitchedInput KEYWORD1
HighOnSwitchedInput KEYWORD1
DigitalActuator KEYWORD1
LowOnActuator KEYWORD1
HighOnActuator KEYWORD1


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

readAnalog KEYWORD2
writeDigital KEYWORD2
writePWM KEYWORD2
isOn KEYWORD2
isOff KEYWORD2
readAnalog KEYWORD2
writeDigital KEYWORD2
writePWM KEYWORD2
isOn KEYWORD2
isOff KEYWORD2
high KEYWORD2
low KEYWORD2

Expand All @@ -38,4 +38,4 @@ low KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
#######################################