Skip to content

Commit

Permalink
🎨 Format
Browse files Browse the repository at this point in the history
semver: chore
  • Loading branch information
Lucas de Jong committed Oct 30, 2024
1 parent 05a05c0 commit 811c453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ impl miette::highlighters::HighlighterState for SomHighlighterState {
| TokenKind::Let
| TokenKind::Struct
| TokenKind::Enum
| TokenKind::Function | TokenKind::Trait => Style::new().fg_rgb::<197, 120, 221>(),
| TokenKind::Function
| TokenKind::Trait => Style::new().fg_rgb::<197, 120, 221>(),
TokenKind::Identifier => Style::new().fg_rgb::<224, 108, 117>(),
TokenKind::String => Style::new().fg_rgb::<152, 195, 121>().italic(),
TokenKind::Integer | TokenKind::Decimal => {
Expand Down

0 comments on commit 811c453

Please sign in to comment.