diff options
Diffstat (limited to 'html/shell/parse.mu.html')
-rw-r--r-- | html/shell/parse.mu.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/html/shell/parse.mu.html b/html/shell/parse.mu.html index 71dcd66c..c72752a7 100644 --- a/html/shell/parse.mu.html +++ b/html/shell/parse.mu.html @@ -1,34 +1,34 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<meta charset="UTF-8"> <title>Mu - shell/parse.mu</title> -<meta name="Generator" content="Vim/8.1"> -<meta name="plugin-version" content="vim8.1_v1"> +<meta name="Generator" content="Vim/8.2"> +<meta name="plugin-version" content="vim8.1_v2"> <meta name="syntax" content="none"> -<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback"> <meta name="colorscheme" content="minimal-light"> -<style type="text/css"> +<style> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } +.muRegEcx { color: #870000; } .muRegEdx { color: #af5f00; } .LineNr { } .muRegEsi { color: #005faf; } -.muComment { color: #005faf; } -.Constant { color: #008787; } .muRegEdi { color: #00af00; } -.muRegEcx { color: #870000; } -.Delimiter { color: #c000c0; } +.Constant { color: #008787; } .muFunction { color: #af5f00; text-decoration: underline; } +.Delimiter { color: #c000c0; } .Special { color: #ff6060; } +.muComment { color: #005faf; } --> </style> -<script type='text/javascript'> +<script> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ @@ -299,7 +299,7 @@ if ('onhashchange' in window) { <span id="L237" class="LineNr">237 </span> <span class="PreProc">var</span> nested-trace-storage: trace <span id="L238" class="LineNr">238 </span> <span class="PreProc">var</span> nested-trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special"><-</span> address nested-trace-storage <span id="L239" class="LineNr">239 </span> <a href='trace.mu.html#L61'>initialize-trace</a> nested-trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible -<span id="L240" class="LineNr">240 </span> <a href='print.mu.html#L209'>print-number</a> out-addr, stream, nested-trace +<span id="L240" class="LineNr">240 </span> <a href='print.mu.html#L208'>print-number</a> out-addr, stream, nested-trace <span id="L241" class="LineNr">241 </span> trace trace, <span class="Constant">"parse"</span>, stream <span id="L242" class="LineNr">242 </span> <span class="Delimiter">}</span> <span id="L243" class="LineNr">243 </span> <span class="PreProc">return</span> |