about summary refs log tree commit diff stats
path: root/html/088file.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-15 02:09:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-15 02:09:36 -0800
commitfe8bf967a945c7d9e6aba36e42518262d54bd348 (patch)
treed8693470d0695508dd650d1b9b836fbeae79394c /html/088file.mu.html
parent5059f32d0ddf36b9591ad0c14ee474ad5f2f8816 (diff)
downloadmu-fe8bf967a945c7d9e6aba36e42518262d54bd348.tar.gz
4161
Diffstat (limited to 'html/088file.mu.html')
-rw-r--r--html/088file.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/088file.mu.html b/html/088file.mu.html
index bc975087..33d5c04d 100644
--- a/html/088file.mu.html
+++ b/html/088file.mu.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 088file.mu</title>
-<meta name="Generator" content="Vim/7.4">
+<meta name="Generator" content="Vim/8.0">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
@@ -15,16 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
-.muRecipe { color: #ff8700; }
-.Special { color: #c00000; }
 .Conceal { color: #4e4e4e; }
+.muData { color: #ffff00; }
+.LineNr { color: #444444; }
 .Delimiter { color: #800080; }
 .Comment { color: #9090ff; }
 .Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
-.LineNr { color: #444444; }
+.Special { color: #c00000; }
 .muControl { color: #c0a020; }
-.muData { color: #ffff00; }
+.muRecipe { color: #ff8700; }
 -->
 </style>
 
@@ -204,7 +204,7 @@ if ('onhashchange' in window) {
 <span id="L143" class="LineNr">143 </span>  <span class="Delimiter">}</span>
 <span id="L144" class="LineNr">144 </span>  close sink-file
 <span id="L145" class="LineNr">145 </span>  <span class="Comment"># make sure to wait for the file to be actually written to disk</span>
-<span id="L146" class="LineNr">146 </span>  <span class="Comment"># (Mu practices structured concurrency: <a href="http://250bpm.com/blog:71)">http://250bpm.com/blog:71)</a></span>
+<span id="L146" class="LineNr">146 </span>  <span class="Comment"># (Mu practices structured concurrency: <a href="http://250bpm.com/blog:71">http://250bpm.com/blog:71</a>)</span>
 <span id="L147" class="LineNr">147 </span>  wait-for-routine write-routine
 <span id="L148" class="LineNr">148 </span>]
 <span id="L149" class="LineNr">149 </span>
;spam-debian-salsa@mdosch.de> 2019-08-20 19:48:28 +0200 Add solarized theme' href='/danisanti/profani-tty/commit/themes/solarized-dark?id=637708151c2fc8e99db9ab7efaf954e4294212de'>63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^
63770815 ^




3c59f985 ^
63770815 ^


3c59f985 ^
63770815 ^



5dbef8ad ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^

63770815 ^
3c59f985 ^
63770815 ^

3c59f985 ^



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