Files
per1234andGitHub 1956be2237 Use correct field separator in keywords.txt
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
2018-08-27 05:35:15 -07:00

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