-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathkeywords.txt
33 lines (29 loc) · 879 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
#######################################
# Syntax Coloring Map for FIFO
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
fifo_t KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
fifo_create KEYWORD2
fifo_create_static KEYWORD2
fifo_add KEYWORD2
fifo_get KEYWORD2
fifo_is_full KEYWORD2
fifo_is_empty KEYWORD2
fifo_discard KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Structures (KEYWORD3)
#######################################
fifo_descriptor KEYWORD3
#######################################
# Constants (LITERAL1)
#######################################
E_FIFO_FRONT LITERAL1
E_FIFO_BACK LITERAL1