mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Initial work towards rewriting detect_errors to use new parser.
Low-level tests currently pass; high level tests fail.
This commit is contained in:
@@ -2089,8 +2089,9 @@ const highlighter_t::color_array_t & highlighter_t::highlight()
|
||||
case symbol_decorated_statement:
|
||||
case symbol_if_statement:
|
||||
{
|
||||
// Color the 'end'
|
||||
this->color_children(node, parse_token_type_string, HIGHLIGHT_COMMAND);
|
||||
// Color the 'end'
|
||||
this->color_children(node, symbol_end_command, HIGHLIGHT_COMMAND);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user