blob: 658f42e04842d4970aefdf8d393e24912ec95021 (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
.scilabcomment {
font-style: italic;
color: #01a801
}
.scilabdefault {
font-style: normal;
color: #000000
}
.scilabspecial {
font-style: normal;
color: #ffaa00
}
.scilabconstants {
font-style: normal;
color: #da70d6
}
.scilaboperator {
font-style: normal;
color: #5c5c5c
}
.scilabnumber {
font-style: normal;
color: #bc8f8f
}
.scilabfkeyword {
font-style: normal;
color: #b01813
}
.scilabskeyword {
font-style: normal;
color: #a020f0
}
.scilabckeyword {
font-style: normal;
color: #5f9ea0
}
.scilabcommand {
font-style: normal;
color: #32b9b9
}
.scilabmacro {
font-style: normal;
color: #ae5cb0
}
a.scilabcommand {
font-style: normal;
text-decoration: underline;
color: #32b9b9
}
a.scilabmacro {
font-style: normal;
text-decoration: underline;
color: #ae5cb0
}
.scilabstring {
font-style: normal;
color: #bc8f8f
}
.scilabid {
font-style: normal;
color: #000000
}
.scilabinputoutputargs {
font-weight: bold;
color: #834310
}
.scilabfunctionid {
font-weight: bold;
color: #000000
}
.scilabfield {
font-style: normal;
color: #aaaaaa
}
.scilabopenclose {
font-style: normal;
color: #4a55db
}
|