From e0610e396f0218f5927be8bbcba9ec05be4b1479 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 28 Dec 2018 02:18:16 -0800 Subject: [PATCH] 4880 --- html/subx/051test.subx.html | 4 ++-- html/subx/052kernel_string_equal.subx.html | 4 ++-- html/subx/053new_segment.subx.html | 5 ++--- html/subx/054string_equal.subx.html | 4 ++-- html/subx/055trace.subx.html | 4 ++-- html/subx/056write.subx.html | 4 ++-- html/subx/057stop.subx.html | 4 ++-- html/subx/058read.subx.html | 4 ++-- html/subx/059read-byte.subx.html | 4 ++-- html/subx/060write-stream.subx.html | 4 ++-- html/subx/061error.subx.html | 4 ++-- html/subx/062write-byte.subx.html | 4 ++-- html/subx/063print-byte.subx.html | 4 ++-- html/subx/064write-buffered.subx.html | 4 ++-- html/subx/065error-byte.subx.html | 4 ++-- html/subx/examples/ex10.subx.html | 2 +- html/subx/examples/ex11.subx.html | 4 ++-- html/subx/examples/ex12.subx.html | 5 ++--- html/subx/examples/ex4.subx.html | 2 +- html/subx/examples/ex6.subx.html | 2 +- html/subx/examples/ex7.subx.html | 2 +- html/subx/examples/ex8.subx.html | 2 +- html/subx/examples/ex9.subx.html | 2 +- subx/subx.vim | 2 +- 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; } --> 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; } --> 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; } --> @@ -120,7 +119,7 @@ if ('onhashchange' in window) { 56 # sharing flags 57 22 00 00 00 # MAP_PRIVATE | MAP_ANONYMOUS 58 # fd -59 ff ff ff ff # -1 since MAP_ANONYMOUS is specified +59 ff ff ff ff # -1 since MAP_ANONYMOUS is specified 60 # offset 61 00 00 00 00 # 0 since MAP_ANONYMOUS is specified 62 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> @@ -99,7 +98,7 @@ if ('onhashchange' in window) { 37 # sharing flags 38 22 00 00 00 # MAP_PRIVATE | MAP_ANONYMOUS 39 # fd -40 ff ff ff ff # -1 since MAP_ANONYMOUS is specified +40 ff ff ff ff # -1 since MAP_ANONYMOUS is specified 41 # offset 42 00 00 00 00 # 0 since MAP_ANONYMOUS is specified 43 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; } --> 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; } --> 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; } --> 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; } --> 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; } --> 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