Skip to content

Commit c00bdb9

Browse files
committed
GSM: add keywords file
1 parent fb10917 commit c00bdb9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

libraries/GSM/keywords.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#######################################
2+
# Syntax Coloring Map For GSM
3+
#######################################
4+
5+
#######################################
6+
# Class (KEYWORD1)
7+
#######################################
8+
9+
GSM KEYWORD1
10+
GSMClient KEYWORD1
11+
GSMSSLClient KEYWORD1
12+
GSMUDP KEYWORD1
13+
14+
#######################################
15+
# Methods and Functions (KEYWORD2)
16+
#######################################
17+
18+
begin
19+
disconnect
20+
end
21+
getTime
22+
getLocalTime
23+
setTime
24+
enableCmux
25+
isCmuxEnable
26+
trace
27+
setTraceLevel
28+
ping
29+
isConnected
30+
getNetwork
31+
32+
#######################################
33+
# Constants (LITERAL1)
34+
#######################################
35+

0 commit comments

Comments
 (0)