This commit is contained in:
Kartik Agaram 2018-12-28 02:18:16 -08:00
parent 044b413021
commit e0610e396f
24 changed files with 41 additions and 43 deletions

View File

@ -24,8 +24,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.Constant { color:#00a0a0; }
.subxFunction { color: #ff8700; }
.SpecialChar { color: #ff0000; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -23,10 +23,9 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }
.subxH1Comment { color:#00ffff; }
-->
</style>
@ -120,7 +119,7 @@ if ('onhashchange' in window) {
<span id="L56" class="LineNr">56 </span> <span class="subxComment"># sharing flags</span>
<span id="L57" class="LineNr">57 </span> 22 00 00 00 <span class="subxComment"># MAP_PRIVATE | MAP_ANONYMOUS</span>
<span id="L58" class="LineNr">58 </span> <span class="subxComment"># fd</span>
<span id="L59" class="LineNr">59 </span> ff ff ff ff <span class="subxH1Comment"># -1 since MAP_ANONYMOUS is specified</span>
<span id="L59" class="LineNr">59 </span> ff ff ff ff <span class="subxComment"># -1 since MAP_ANONYMOUS is specified</span>
<span id="L60" class="LineNr">60 </span> <span class="subxComment"># offset</span>
<span id="L61" class="LineNr">61 </span> 00 00 00 00 <span class="subxComment"># 0 since MAP_ANONYMOUS is specified</span>
<span id="L62" class="LineNr">62 </span>

View File

@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -22,8 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.subxFunction { color: #ff8700; }
.SpecialChar { color: #d70000; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }

View File

@ -23,11 +23,11 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -23,11 +23,11 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -23,11 +23,11 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -22,8 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.subxFunction { color: #ff8700; }
.SpecialChar { color: #d70000; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }

View File

@ -23,11 +23,11 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.subxMinorFunction { color: #875f5f; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -23,9 +23,9 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -22,8 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.subxFunction { color: #ff8700; }
.SpecialChar { color: #d70000; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.CommentedCode { color: #6c6c6c; }

View File

@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -23,9 +23,9 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color:#00a0a0; }
-->
</style>

View File

@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxTest { color: #5f8700; }
.Constant { color:#00a0a0; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.subxH1Comment { color:#00ffff; }
-->
</style>

View File

@ -22,9 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.CommentedCode { color: #6c6c6c; }
.subxH1Comment { color:#00ffff; }
-->
</style>
@ -99,7 +98,7 @@ if ('onhashchange' in window) {
<span id="L37" class="LineNr">37 </span> <span class="subxComment"># sharing flags</span>
<span id="L38" class="LineNr">38 </span> 22 00 00 00 <span class="subxComment"># MAP_PRIVATE | MAP_ANONYMOUS</span>
<span id="L39" class="LineNr">39 </span> <span class="subxComment"># fd</span>
<span id="L40" class="LineNr">40 </span> ff ff ff ff <span class="subxH1Comment"># -1 since MAP_ANONYMOUS is specified</span>
<span id="L40" class="LineNr">40 </span> ff ff ff ff <span class="subxComment"># -1 since MAP_ANONYMOUS is specified</span>
<span id="L41" class="LineNr">41 </span> <span class="subxComment"># offset</span>
<span id="L42" class="LineNr">42 </span> 00 00 00 00 <span class="subxComment"># 0 since MAP_ANONYMOUS is specified</span>
<span id="L43" class="LineNr">43 </span>

View File

@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
-->
</style>

View File

@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.CommentedCode { color: #6c6c6c; }
-->
</style>

View File

@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.subxS2Comment { color:#4466ff; }
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.SpecialChar { color: #ff0000; }
.SpecialChar { color: #d70000; }
.CommentedCode { color: #6c6c6c; }
-->
</style>

View File

@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color:#00a0a0; }
-->
</style>

View File

@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
.LineNr { color:#444444; }
.subxS1Comment { color:#2d8cff; }
.CommentedCode { color: #6c6c6c; }
.subxFunction { color: #ff8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
-->
</style>

View File

@ -27,7 +27,7 @@ setlocal iskeyword+=-
" blue-green tones
syntax match subxH1Comment /# - .*/ | highlight subxH1Comment cterm=underline ctermfg=25
syntax match subxComment /#[^ ].*\|# [^.-].*\|# \?$/ | highlight subxComment ctermfg=25
syntax match subxComment /#\( \.\| - \|? \)\@!.*/ | highlight subxComment ctermfg=25
syntax match subxS1Comment /# \..*/ | highlight subxS1Comment ctermfg=19
syntax match subxS2Comment /# \. \..*/ | highlight subxS2Comment ctermfg=245