about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--html/subx/051test.subx.html4
-rw-r--r--html/subx/052kernel_string_equal.subx.html4
-rw-r--r--html/subx/053new_segment.subx.html5
-rw-r--r--html/subx/054string_equal.subx.html4
-rw-r--r--html/subx/055trace.subx.html4
-rw-r--r--html/subx/056write.subx.html4
-rw-r--r--html/subx/057stop.subx.html4
-rw-r--r--html/subx/058read.subx.html4
-rw-r--r--html/subx/059read-byte.subx.html4
-rw-r--r--html/subx/060write-stream.subx.html4
-rw-r--r--html/subx/061error.subx.html4
-rw-r--r--html/subx/062write-byte.subx.html4
-rw-r--r--html/subx/063print-byte.subx.html4
-rw-r--r--html/subx/064write-buffered.subx.html4
-rw-r--r--html/subx/065error-byte.subx.html4
-rw-r--r--html/subx/examples/ex10.subx.html2
-rw-r--r--html/subx/examples/ex11.subx.html4
-rw-r--r--html/subx/examples/ex12.subx.html5
-rw-r--r--html/subx/examples/ex4.subx.html2
-rw-r--r--html/subx/examples/ex6.subx.html2
-rw-r--r--html/subx/examples/ex7.subx.html2
-rw-r--r--html/subx/examples/ex8.subx.html2
-rw-r--r--html/subx/examples/ex9.subx.html2
-rw-r--r--subx/subx.vim2
24 files changed, 41 insertions, 43 deletions
diff --git a/html/subx/051test.subx.html b/html/subx/051test.subx.html
index fe5354d1..077f1570 100644
--- a/html/subx/051test.subx.html
+++ b/html/subx/051test.subx.html
@@ -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>
 
diff --git a/html/subx/052kernel_string_equal.subx.html b/html/subx/052kernel_string_equal.subx.html
index 518337ae..911a17d8 100644
--- a/html/subx/052kernel_string_equal.subx.html
+++ b/html/subx/052kernel_string_equal.subx.html
@@ -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>
diff --git a/html/subx/053new_segment.subx.html b/html/subx/053new_segment.subx.html
index 791c20a9..563318e7 100644
--- a/html/subx/053new_segment.subx.html
+++ b/html/subx/053new_segment.subx.html
@@ -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>
diff --git a/html/subx/054string_equal.subx.html b/html/subx/054string_equal.subx.html
index fe037a9e..6c54747f 100644
--- a/html/subx/054string_equal.subx.html
+++ b/html/subx/054string_equal.subx.html
@@ -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>
diff --git a/html/subx/055trace.subx.html b/html/subx/055trace.subx.html
index 71f74d16..e9abb3bb 100644
--- a/html/subx/055trace.subx.html
+++ b/html/subx/055trace.subx.html
@@ -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; }
diff --git a/html/subx/056write.subx.html b/html/subx/056write.subx.html
index f26e80f5..01f84327 100644
--- a/html/subx/056write.subx.html
+++ b/html/subx/056write.subx.html
@@ -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>
 
diff --git a/html/subx/057stop.subx.html b/html/subx/057stop.subx.html
index 704ce18a..56d235ae 100644
--- a/html/subx/057stop.subx.html
+++ b/html/subx/057stop.subx.html
@@ -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>
 
diff --git a/html/subx/058read.subx.html b/html/subx/058read.subx.html
index 8c0eb1d2..3446d4c0 100644
--- a/html/subx/058read.subx.html
+++ b/html/subx/058read.subx.html
@@ -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>
diff --git a/html/subx/059read-byte.subx.html b/html/subx/059read-byte.subx.html
index 27c745cd..34bf1a1a 100644
--- a/html/subx/059read-byte.subx.html
+++ b/html/subx/059read-byte.subx.html
@@ -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; }
diff --git a/html/subx/060write-stream.subx.html b/html/subx/060write-stream.subx.html
index a6fa89be..d8fd2059 100644
--- a/html/subx/060write-stream.subx.html
+++ b/html/subx/060write-stream.subx.html
@@ -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>
 
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html
index 79e9f99e..04b6ee26 100644
--- a/html/subx/061error.subx.html
+++ b/html/subx/061error.subx.html
@@ -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>
 
diff --git a/html/subx/062write-byte.subx.html b/html/subx/062write-byte.subx.html
index 16ec1aa8..c5e733cc 100644
--- a/html/subx/062write-byte.subx.html
+++ b/html/subx/062write-byte.subx.html
@@ -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; }
diff --git a/html/subx/063print-byte.subx.html b/html/subx/063print-byte.subx.html
index 1e32a216..1b78bcda 100644
--- a/html/subx/063print-byte.subx.html
+++ b/html/subx/063print-byte.subx.html
@@ -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>
diff --git a/html/subx/064write-buffered.subx.html b/html/subx/064write-buffered.subx.html
index d63983f6..9351d258 100644
--- a/html/subx/064write-buffered.subx.html
+++ b/html/subx/064write-buffered.subx.html
@@ -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>
diff --git a/html/subx/065error-byte.subx.html b/html/subx/065error-byte.subx.html
index 130c6da9..4aa9b93f 100644
--- a/html/subx/065error-byte.subx.html
+++ b/html/subx/065error-byte.subx.html
@@ -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>
 
diff --git a/html/subx/examples/ex10.subx.html b/html/subx/examples/ex10.subx.html
index c951ca62..ae437909 100644
--- a/html/subx/examples/ex10.subx.html
+++ b/html/subx/examples/ex10.subx.html
@@ -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>
diff --git a/html/subx/examples/ex11.subx.html b/html/subx/examples/ex11.subx.html
index 289d23c7..699234c2 100644
--- a/html/subx/examples/ex11.subx.html
+++ b/html/subx/examples/ex11.subx.html
@@ -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>
diff --git a/html/subx/examples/ex12.subx.html b/html/subx/examples/ex12.subx.html
index 39e13baa..9ee9caa9 100644
--- a/html/subx/examples/ex12.subx.html
+++ b/html/subx/examples/ex12.subx.html
@@ -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>
diff --git a/html/subx/examples/ex4.subx.html b/html/subx/examples/ex4.subx.html
index db75131c..27b339bb 100644
--- a/html/subx/examples/ex4.subx.html
+++ b/html/subx/examples/ex4.subx.html
@@ -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>
 
diff --git a/html/subx/examples/ex6.subx.html b/html/subx/examples/ex6.subx.html
index d73c43b3..08c6639f 100644
--- a/html/subx/examples/ex6.subx.html
+++ b/html/subx/examples/ex6.subx.html
@@ -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>
diff --git a/html/subx/examples/ex7.subx.html b/html/subx/examples/ex7.subx.html
index ad52cf1c..889e02e7 100644
--- a/html/subx/examples/ex7.subx.html
+++ b/html/subx/examples/ex7.subx.html
@@ -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>
diff --git a/html/subx/examples/ex8.subx.html b/html/subx/examples/ex8.subx.html
index 41cf1abe..5d89cca6 100644
--- a/html/subx/examples/ex8.subx.html
+++ b/html/subx/examples/ex8.subx.html
@@ -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>
diff --git a/html/subx/examples/ex9.subx.html b/html/subx/examples/ex9.subx.html
index 27ac87ea..4d9f2949 100644
--- a/html/subx/examples/ex9.subx.html
+++ b/html/subx/examples/ex9.subx.html
@@ -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>
 
diff --git a/subx/subx.vim b/subx/subx.vim
index 763b835d..4e8cf58a 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -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