diff options
Diffstat (limited to 'html/edit')
-rw-r--r-- | html/edit/001-editor.mu.html | 12 | ||||
-rw-r--r-- | html/edit/002-typing.mu.html | 12 | ||||
-rw-r--r-- | html/edit/003-shortcuts.mu.html | 10 | ||||
-rw-r--r-- | html/edit/004-programming-environment.mu.html | 12 | ||||
-rw-r--r-- | html/edit/005-sandbox.mu.html | 12 | ||||
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 10 | ||||
-rw-r--r-- | html/edit/007-sandbox-delete.mu.html | 10 | ||||
-rw-r--r-- | html/edit/008-sandbox-edit.mu.html | 10 | ||||
-rw-r--r-- | html/edit/009-sandbox-test.mu.html | 12 | ||||
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 12 | ||||
-rw-r--r-- | html/edit/011-errors.mu.html | 12 | ||||
-rw-r--r-- | html/edit/012-editor-undo.mu.html | 12 |
12 files changed, 68 insertions, 68 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index ab509ba6..b9ff83f1 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html index d41306e4..a0cb8c06 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html index e0dce0d0..9d7cd6d1 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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,16 +15,16 @@ 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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } --> </style> diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html index 5aa8c1d3..34437128 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index 659d3d5e..93fec922 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index d5f19605..57c581a7 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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,16 +15,16 @@ 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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } --> </style> diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index 531b4f9a..d51294bc 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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,16 +15,16 @@ 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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } --> </style> diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index a9608819..a38ea948 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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,16 +15,16 @@ 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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } --> </style> diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html index 69023387..88dca874 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index fea30168..d0834aa1 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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="> @@ -16,16 +16,16 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } +.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index f0223f9a..2a5511ac 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html index 0107b46d..ca822068 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/8.0"> +<meta name="Generator" content="Vim/7.4"> <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; } -.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muData { color: #ffff00; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } +.muControl { color: #c0a020; } +.muData { color: #ffff00; } --> </style> |