Add docs for negated field patterns

This commit is contained in:
Max Brunsfeld 2021-03-12 15:12:24 -08:00
parent ba9c44e715
commit a7ae7767b4
2 changed files with 10 additions and 3 deletions

View file

@ -66,8 +66,6 @@ typedef struct {
* by other sibling nodes that weren't specified in the pattern.
* - `is_last_child` - Indicates that the node matching this step cannot have any
* subsequent named siblings.
*
*
*/
typedef struct {
TSSymbol symbol;