From cb6d5d76c8232264f66c9a1db895d9dd69d77bc3 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Mon, 4 Apr 2016 13:43:37 +0100 Subject: update lexicon for latest docs Closes #2699 Fixes issues with: * 'string' function synopsis * Redirection display issues * Better file & path detection * Rendering of % & @ chars in both html and man * @ symbol in tutorial Improves robustness by implementing an @EOL marker to prevent hold buffer dumping extra chars after the end of an expression. Added new '{{' and '}}' meta-chars for when you want curly braces in a regexp that was previously tripping up the lexicon. Improve man/html presentation consistency for * string * printf * prompt_pwd * type Use cli-styling for 'practical' examples. Add tag for presenting content with preceding backslash. Signed-off-by: Mark Griffiths --- doc_src/user_doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src/user_doc.css') diff --git a/doc_src/user_doc.css b/doc_src/user_doc.css index ba1362e2..2ac484ca 100644 --- a/doc_src/user_doc.css +++ b/doc_src/user_doc.css @@ -174,8 +174,8 @@ tt, code, pre, .fish { .comment, .suggest { color: #555; } .command, .function, .binary { color: #223aa4; } .argument, .path, .file { color: #5961cf; } -.string { color: #6c6d08; } .operator, .variable, .match, .history { color: #1c8885; } +.string, .string .operator { color: #858904; } /* Synopsis variant */ .synopsis { -- cgit v1.2.3