Skip to content

Commit

Permalink
Update inlet_manifold source & fix highlighter order
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Oct 12, 2024
1 parent 89c5cdf commit 804fe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/highlighter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub fn get_highlighter(
}

if highlighter_groups.ip_addresses {
builder.with_ip_v6_highlighter(theme.ip_v6_addresses);
builder.with_ip_v4_highlighter(theme.ip_v4_addresses);
builder.with_ip_v6_highlighter(theme.ip_v6_addresses);
}

if highlighter_groups.urls {
Expand Down

0 comments on commit 804fe35

Please sign in to comment.