forked from Chris--A/PrintEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.txt
57 lines (47 loc) · 1.1 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#######################################
# Syntax Coloring Map For PrintEx
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
PrintEx KEYWORD1
StreamEx KEYWORD1
GString KEYWORD1
EString KEYWORD1
PString KEYWORD1
PrintExtension KEYWORD1
PrintExWrap KEYWORD1
NonStreamingIO KEYWORD1
BufferedPrinter KEYWORD1
DualPrinter KEYWORD1
Base64Encoder KEYWORD1
URIEncoder KEYWORD1
CRCStream KEYWORD1
RxTxCounter KEYWORD1
NullStream KEYWORD1
PrintAdapter KEYWORD1
#######################################
# Members (KEYWORD2)
#######################################
concatln KEYWORD2
repeat KEYWORD2
repeatln KEYWORD2
printx KEYWORD2
wrap KEYWORD2
#######################################
# Namespaces / Structures (KEYWORD3)
#######################################
ios KEYWORD3
#######################################
# Variables (LITERAL1)
#######################################
endl LITERAL1
ends LITERAL1
bin LITERAL1
hex LITERAL1
oct LITERAL1
dec LITERAL1
# The keywords below appear to be highlighted already.
# sprintf
# printf
# concat