-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeywords.txt
39 lines (33 loc) · 883 Bytes
/
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
###############################################
# Syntax coloring for the muCom library
###############################################
###############################################
# Datatypes (KEYWORD1)
###############################################
muCom KEYWORD1
muComBase KEYWORD1
MUCOM_CREATE KEYWORD1
###############################################
# Functions (KEYWORD2)
###############################################
setTimeout KEYWORD2
handle KEYWORD2
available KEYWORD2
getLastCommTime KEYWORD2
linkVariable KEYWORD2
linkFunction KEYWORD2
write KEYWORD2
writeByte KEYWORD2
writeShort KEYWORD2
writeLong KEYWORD2
writeLongLong KEYWORD2
writeFloat KEYWORD2
writeDouble KEYWORD2
read KEYWORD2
readByte KEYWORD2
readShort KEYWORD2
readLong KEYWORD2
readLongLong KEYWORD2
readFloat KEYWORD2
readDouble KEYWORD2
####################### END ############################