-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathkeywords.txt
More file actions
executable file
·39 lines (35 loc) · 881 Bytes
/
keywords.txt
File metadata and controls
executable file
·39 lines (35 loc) · 881 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
36
37
38
39
#######################################
# Syntax Coloring Map For cppQueue
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
cppQueueType KEYWORD1
cppQueue KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
clean KEYWORD2
flush KEYWORD2
isInitialized KEYWORD2
isEmpty KEYWORD2
isFull KEYWORD2
sizeOf KEYWORD2
getCount KEYWORD2
nbRecs KEYWORD2
getRemainingCount KEYWORD2
push KEYWORD2
pop KEYWORD2
pull KEYWORD2
peek KEYWORD2
drop KEYWORD2
peekIdx KEYWORD2
peekPrevious KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
FIFO LITERAL1
LIFO LITERAL1