-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkeywords.txt
28 lines (24 loc) · 902 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
#######################################
#Each line has the name of the keyword, followed by a tab (not spaces)
#######################################
#######################################
# Classes should be KEYWORD1 and are colored orange; functions should be KEYWORD2 and will be brown.
#######################################
#######################################
# Syntax Coloring Map For RingEEPROM
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
RingEEPROM KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
savePacket KEYWORD2
readPacket KEYWORD2
getParamPtr KEYWORD2
printStatusBuf KEYWORD2
getBufLastAddr KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################