-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeyword.txt
More file actions
29 lines (22 loc) · 794 Bytes
/
keyword.txt
File metadata and controls
29 lines (22 loc) · 794 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
#######################################
# Syntax Coloring Map For GPT_basicfunction.h
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
GPT_basicfunction KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
setCallback KEYWORD2
clearInterruptFlag KEYWORD2
#######################################
# Constants (KEYWORD3)
#######################################
OVERFLOW KEYWORD3
UNDERFLOW KEYWORD3
CAPTURE_A KEYWORD3
COMPARE_A KEYWORD3
CAPTURE_B KEYWORD3
COMPARE_B KEYWORD3