mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Syntax highlighting now correctly handles cd
This commit is contained in:
@@ -217,6 +217,9 @@ class parse_node_tree_t : public std::vector<parse_node_t>
|
||||
/* Find all the nodes of a given type underneath a given node */
|
||||
typedef std::vector<const parse_node_t *> parse_node_list_t;
|
||||
parse_node_list_t find_nodes(const parse_node_t &parent, parse_token_type_t type) const;
|
||||
|
||||
/* Indicate if the given argument_list or arguments_or_redirections_list is a root list, or has a parent */
|
||||
bool argument_list_is_root(const parse_node_t &node) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user