query: Handle captured wildcard nodes at the root of patterns
This commit is contained in:
parent
1f3248a3e0
commit
857a9ed07b
5 changed files with 212 additions and 35 deletions
|
|
@ -26,4 +26,6 @@ void ts_tree_cursor_current_status(
|
|||
unsigned *
|
||||
);
|
||||
|
||||
TSNode ts_tree_cursor_parent_node(const TSTreeCursor *);
|
||||
|
||||
#endif // TREE_SITTER_TREE_CURSOR_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue