Skip to content

Commit f8523f8

Browse files
committed
create keywords
1 parent 8e4e46e commit f8523f8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

keywords.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#######################################
2+
# Syntax Coloring Map For SmartSerial
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
SmartSerial KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
15+
workWith KEYWORD2
16+
print KEYWORD2
17+
println KEYWORD2
18+
enable KEYWORD2
19+
disable KEYWORD2
20+
21+
#######################################
22+
# Constants (LITERAL1)
23+
#######################################
24+
25+
ssEndl KEYWORD3
26+
ssSpace KEYWORD3

0 commit comments

Comments
 (0)