-
Notifications
You must be signed in to change notification settings - Fork 7
/
keywords.txt
32 lines (27 loc) · 927 Bytes
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#######################################
# Syntax Coloring Map
#######################################
# https://spencer.bliven.us/index.php/2012/01/18/arduino-ide-keywords/
# KEYWORD1 Classes, datatypes, and C++ keywords
# KEYWORD2 Methods and functions
# KEYWORD3 setup and loop functions, as well as the Serial keywords
# LITERAL1 Constants
# LITERAL2 Built-in variables (unused by default)
#######################################
# Classes, datatypes (KEYWORD1)
#######################################
iAQcore KEYWORD1
iaqcore KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
read KEYWORD2
######################################
# Constants (LITERAL1)
#######################################
IAQCORE_STAT_OK LITERAL1
IAQCORE_STAT_BUSY LITERAL1
IAQCORE_STAT_RUNIN LITERAL1
IAQCORE_STAT_ERROR LITERAL1
IAQCORE_STAT_I2CERR LITERAL1