forked from sudar/MissileLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.txt
More file actions
37 lines (28 loc) · 802 Bytes
/
keywords.txt
File metadata and controls
37 lines (28 loc) · 802 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
33
34
35
36
37
#################################################
# Syntax Coloring Map For MissileLauncher Arduino Library
# http://sudarmuthu.com/arduino/missilelauncher
#################################################
#######################################
# Datatypes (KEYWORD1)
#######################################
MissileLauncher KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
# MissileLauncher Functions
moveUp KEYWORD2
moveDown KEYWORD2
moveLeft KEYWORD2
moveRight KEYWORD2
fire KEYWORD2
stop KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
#MissileLauncher states
DOWN LITERAL1
UP LITERAL1
LEFT LITERAL1
RIGHT LITERAL1
FIRE LITERAL1
STOP LITERAL1