-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhighlighted_commenttest.stackto.html
More file actions
74 lines (61 loc) · 1.34 KB
/
highlighted_commenttest.stackto.html
File metadata and controls
74 lines (61 loc) · 1.34 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>./examples/tests/commenttest.stackto</title>
<style>
pre {
font-family: Consolas, monospace;
}
.kw-set, .kw-output, .kw-if, .kw-goto, .kw-mark {
color: rgb(0, 13, 199)
}
.bracket {
color:rgb(0, 0, 0);
}
.var {
color:rgb(0, 0, 0);
}
.op {
color:rgb(0, 136, 9);
}
.number {
color:rgb(0, 201, 184);
}
.string {
color:rgb(180, 57, 0);
}
.bool {
color:rgb(162, 0, 211);
}
.mark {
color:rgb(58, 58, 58);
font-weight: bold;
}
.generated-code {
background-color: rgb(240, 240, 240);
}
.comment {
font-style: italic;
color:rgb(111, 111, 111);
}</style>
</head>
<div class="generated-code">
<code><pre>
<span class="comment"># test comment</span>
<span class="comment">#aegzsrh</span>
<span class="comment">#</span>
<span class="comment">###</span>
<span class="comment">######</span>
<span class="comment">#</span>
<span class="comment">#</span>
<span class="comment">####</span>
<span class="comment">#</span>
<span class="comment">#####</span>
<span class="comment">#</span>
<span class="comment">#</span>
<span class="comment">#</span>
<span class="comment">#</span>
<span class="comment">#</span>
</pre></code>
</div>