~ruther/gtkwave-tcl-generator

3fb1aa4ae032c5c5fc69d44b7b3c6566605fb7d3 — František Boháček 1 year, 7 months ago f230987
fix: make all matching colors lowercase
1 files changed, 3 insertions(+), 3 deletions(-)

M src/comment_parser.rs
M src/comment_parser.rs => src/comment_parser.rs +3 -3
@@ 62,9 62,9 @@ impl CommentParser {
            "yellow" => DisplayColor::Yellow,
            "green" => DisplayColor::Green,
            "blue" => DisplayColor::Blue,
            "Indigo" => DisplayColor::Indigo,
            "Violet" => DisplayColor::Violet,
            "Cycle" => DisplayColor::Cycle,
            "indigo" => DisplayColor::Indigo,
            "violet" => DisplayColor::Violet,
            "cycle" => DisplayColor::Cycle,
            _ => return None,
        })
    }

Do not follow this link