-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.txt
More file actions
29 lines (26 loc) · 933 Bytes
/
keywords.txt
File metadata and controls
29 lines (26 loc) · 933 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
#######################################
# Syntax Coloring Map For Generic-Queue
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
GenericQueue KEYWORD1
QueueState KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
onStateChanged KEYWORD2
clear KEYWORD2
dequeue KEYWORD2
enqueue KEYWORD2
forEach KEYWORD2
isEmpty KEYWORD2
isFull KEYWORD2
peek KEYWORD2
tryDequeue KEYWORD2
tryPeek KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
DEQUEUE LITERAL1
ENQUEUE LITERAL1