We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e979505 commit 68a5055Copy full SHA for 68a5055
1 file changed
crates/anstyle-ls/src/lib.rs
@@ -149,9 +149,7 @@ pub fn parse(code: &str) -> Option<anstyle::Style> {
149
105 => bg_color = Some(anstyle::AnsiColor::BrightMagenta.into()),
150
106 => bg_color = Some(anstyle::AnsiColor::BrightCyan.into()),
151
107 => bg_color = Some(anstyle::AnsiColor::BrightWhite.into()),
152
- _ => {
153
- continue;
154
- }
+ _ => {}
155
}
156
157
0 commit comments