-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathkeywords.txt
43 lines (36 loc) · 885 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
33
34
35
36
37
38
39
40
41
42
#######################################
# Syntax Coloring Map for NewSoftSerial
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
R8025 KEYWORD1
DateTime KEYWORD1
RTC KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
second KEYWORD2
minute KEYWORD2
hour KEYWORD2
date KEYWORD2
month KEYWORD2
year KEYWORD2
active KEYWORD2
dayOfWeek KEYWORD2
get KEYWORD2
begin KEYWORD2
adjust KEYWORD2
enableInterrupts KEYWORD2
disableInterrupts KEYWORD2
clearINTStatus KEYWORD2
convertTemperature KEYWORD2
getTemperature KEYWORD2
now KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
EverySecond LITERAL1
EveryMinute LITERAL1
EveryHour LITERAL1
EveryMonth LITERAL1