mirror of
https://github.com/pyrou/X10RF-Arduino.git
synced 2026-07-28 04:06:11 +00:00
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
28 lines
594 B
Plaintext
28 lines
594 B
Plaintext
#######################################
|
|
# Syntax Coloring Map x10rf
|
|
#######################################
|
|
|
|
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
x10rf KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
init KEYWORD2
|
|
RFXmeter KEYWORD2
|
|
RFXsensor KEYWORD2
|
|
x10Switch KEYWORD2
|
|
x10Security KEYWORD2
|
|
|
|
#######################################
|
|
# Constants (LITERAL1)
|
|
#######################################
|
|
|
|
ON LITERAL1
|
|
OFF LITERAL1
|
|
BRIGHT LITERAL1
|
|
DIM LITERAL1
|