File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ #######################################
2
+ # Syntax Coloring Map For ExampleLibrary
3
+ #######################################
4
+
5
+ #######################################
6
+ # Datatypes (KEYWORD1)
7
+ #######################################
8
+
9
+ ASTRONOMY KEYWORD1
10
+
11
+ #######################################
12
+ # Methods and Functions (KEYWORD2)
13
+ #######################################
14
+
15
+ argvs KEYWORD2
16
+ ParseArgs KEYWORD2
17
+
18
+
19
+ #######################################
20
+ # Instances (KEYWORD2)
21
+ #######################################
22
+
23
+ #######################################
24
+ # Constants (LITERAL1)
25
+ #######################################
26
+
27
+ Astronomy_ObserverGravity LITERAL1
28
+ Astronomy_ObserverGravity1 LITERAL1
Original file line number Diff line number Diff line change
1
+ name =ASTRONOMYENGINE
2
+ version =1.0
3
+ author =cosinekitty,DannyRavi
4
+ maintainer =cosinekitty,DannyRavi
5
+ sentence =Astronomy Engine library
6
+ paragraph =Library to Astronomy engine
7
+ category =Others
8
+ url =https://github.com/dannyravi/astronomy
9
+ architectures =rpi2040
10
+ includes =astronomy.h,astro_demo_common.h
You can’t perform that action at this time.
0 commit comments