diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-15 02:09:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-15 02:09:36 -0800 |
commit | fe8bf967a945c7d9e6aba36e42518262d54bd348 (patch) | |
tree | d8693470d0695508dd650d1b9b836fbeae79394c /html/edit | |
parent | 5059f32d0ddf36b9591ad0c14ee474ad5f2f8816 (diff) | |
download | mu-fe8bf967a945c7d9e6aba36e42518262d54bd348.tar.gz |
4161
Diffstat (limited to 'html/edit')
-rw-r--r-- | html/edit/001-editor.mu.html | 14 | ||||
-rw-r--r-- | html/edit/002-typing.mu.html | 12 | ||||
-rw-r--r-- | html/edit/003-shortcuts.mu.html | 12 | ||||
-rw-r--r-- | html/edit/004-programming-environment.mu.html | 14 | ||||
-rw-r--r-- | html/edit/005-sandbox.mu.html | 14 | ||||
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 12 | ||||
-rw-r--r-- | html/edit/007-sandbox-delete.mu.html | 12 | ||||
-rw-r--r-- | html/edit/008-sandbox-edit.mu.html | 12 | ||||
-rw-r--r-- | html/edit/009-sandbox-test.mu.html | 14 | ||||
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 14 | ||||
-rw-r--r-- | html/edit/011-errors.mu.html | 14 | ||||
-rw-r--r-- | html/edit/012-editor-undo.mu.html | 14 |
12 files changed, 79 insertions, 79 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index 2f22aa64..73ae7ae3 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/001-editor.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,19 +15,19 @@ 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; } .muScenario { color: #00af00; } -.Special { color: #c00000; } .Conceal { color: #4e4e4e; } +.CommentedCode { color: #6c6c6c; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } +.muData { color: #ffff00; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.CommentedCode { color: #6c6c6c; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html index 459e32c0..e05555a2 100644 --- a/html/edit/002-typing.mu.html +++ b/html/edit/002-typing.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/002-typing.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,18 +15,18 @@ 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; } .muScenario { color: #00af00; } -.Special { color: #c00000; } .Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } +.muData { color: #ffff00; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html index 68459fda..89d573d7 100644 --- a/html/edit/003-shortcuts.mu.html +++ b/html/edit/003-shortcuts.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/003-shortcuts.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,17 +15,17 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html index 703e71e6..04eb525e 100644 --- a/html/edit/004-programming-environment.mu.html +++ b/html/edit/004-programming-environment.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/004-programming-environment.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,18 +15,18 @@ 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; } -.muScenario { color: #00af00; } -.Special { color: #c00000; } .Conceal { color: #4e4e4e; } +.muData { color: #ffff00; } +.LineNr { color: #444444; } +.muScenario { color: #00af00; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index 51d920f8..f91232db 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/005-sandbox.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,18 +15,18 @@ 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; } .muScenario { color: #00af00; } -.Special { color: #c00000; } -.Conceal { color: #4e4e4e; } +.muData { color: #ffff00; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } +.Conceal { color: #4e4e4e; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index fc003903..bcc6e301 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/006-sandbox-copy.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,17 +15,17 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index c8fde128..524a7fca 100644 --- a/html/edit/007-sandbox-delete.mu.html +++ b/html/edit/007-sandbox-delete.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/007-sandbox-delete.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,17 +15,17 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 7f6028a7..40bc00ef 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/008-sandbox-edit.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,17 +15,17 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html index e311f2c0..2934ebd7 100644 --- a/html/edit/009-sandbox-test.mu.html +++ b/html/edit/009-sandbox-test.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/009-sandbox-test.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,18 +15,18 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } +.muData { color: #ffff00; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index 8f907fa7..10435b66 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/010-sandbox-trace.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,18 +15,18 @@ 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; } -.Conceal { color: #4e4e4e; } .muScenario { color: #00af00; } -.Special { color: #c00000; } +.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } +.muData { color: #ffff00; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 8519462b..13c73c2b 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/011-errors.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,18 +15,18 @@ 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; } -.muScenario { color: #00af00; } -.Special { color: #c00000; } .Conceal { color: #4e4e4e; } +.muData { color: #ffff00; } +.LineNr { color: #444444; } +.muScenario { color: #00af00; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Special { color: #c00000; } .muControl { color: #c0a020; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html index 0bda1aaf..0a88703f 100644 --- a/html/edit/012-editor-undo.mu.html +++ b/html/edit/012-editor-undo.mu.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - edit/012-editor-undo.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,18 +15,18 @@ 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; } -.Conceal { color: #4e4e4e; } -.muRecipe { color: #ff8700; } .Special { color: #c00000; } +.muData { color: #ffff00; } +.LineNr { color: #444444; } +.muScenario { color: #00af00; } .Delimiter { color: #800080; } -.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +.Conceal { color: #4e4e4e; } .muControl { color: #c0a020; } -.muScenario { color: #00af00; } -.muData { color: #ffff00; } +.muRecipe { color: #ff8700; } --> </style> |