-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeywords.txt
More file actions
35 lines (31 loc) · 961 Bytes
/
keywords.txt
File metadata and controls
35 lines (31 loc) · 961 Bytes
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
#######################################
# Syntax Coloring Map For NTP
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
NTP KEYWORD1
ntp_datetime_t KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
end KEYWORD2
update KEYWORD2
setTimeOffset KEYWORD2
setServer KEYWORD2
isValid KEYWORD2
getTimestamp KEYWORD2
getEpochTime KEYWORD2
getDateTime KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
# (none)
#######################################
# Constants (LITERAL1)
#######################################
NTP_DEFAULT_LOCAL_PORT LITERAL1
NTP_PACKET_SIZE LITERAL1
NTP_TIMESTAMP_DIFFERENCE LITERAL1
NTP_DEFAULT_TIMEOUT_MS LITERAL1