-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkeywords.txt
51 lines (41 loc) · 1.16 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
########################################
# Syntax Coloring Map For ButtonFever
########################################
########################################
# Datatypes (KEYWORD1)
########################################
BfButton KEYWORD1
BfButtonManager KEYWORD1
########################################
# Methods and Functions (KEYWORD2)
########################################
# BfButton Class
onPress KEYWORD2
onDoublePress KEYWORD2
onPressFor KEYWORD2
updateState KEYWORD2
read KEYWORD2
loop KEYWORD2
getID KEYWORD2
getPin KEYWORD2
# BfButtonManager Class
setADCResolution KEYWORD2
addButton KEYWORD2
getButton KEYWORD2
begin KEYWORD2
loop KEYWORD2
_updateButtonState KEYWORD2
_readButton KEYWORD2
########################################
# Instances (KEYWORD2)
########################################
########################################
# Structures (KEYWORD3)
########################################
########################################
# Constants (LITERAL1)
########################################
IDLE LITERAL1
PRESSING LITERAL1
STANDALONE_DIGITAL LITERAL1
ANALOG_BUTTON_ARRAY LITERAL1