-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathkeywords.txt
More file actions
32 lines (26 loc) · 711 Bytes
/
keywords.txt
File metadata and controls
32 lines (26 loc) · 711 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
#######################################
# Syntax Coloring
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
Thread KEYWORD1
ThreadController KEYWORD1
StaticThreadController KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
runned KEYWORD2
setInterval KEYWORD2
shouldRun KEYWORD2
onRun KEYWORD2
run KEYWORD2
# Specific of ThreadController or StaticThreadController
add KEYWORD2
remove KEYWORD2
clear KEYWORD2
size KEYWORD2
get KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################