mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Highlight pipe characters correctly
According to `fish_config`'s colors page, the pipe operator `|` is supposed to be colored the same as a statement terminator.
This commit is contained in:
parent
61ce9db4ba
commit
8aad53556d
1 changed files with 1 additions and 0 deletions
|
@ -1358,6 +1358,7 @@ const highlighter_t::color_array_t & highlighter_t::highlight()
|
|||
}
|
||||
break;
|
||||
|
||||
case parse_token_type_pipe:
|
||||
case parse_token_type_background:
|
||||
case parse_token_type_end:
|
||||
case symbol_optional_background:
|
||||
|
|
Loading…
Reference in a new issue