diff --git a/QUERY-SPEC.md b/QUERY-SPEC.md index 05f6db8..bf918e7 100644 --- a/QUERY-SPEC.md +++ b/QUERY-SPEC.md @@ -109,7 +109,7 @@ For rules that are not defined in this grammar, see [the KDL grammar](https://gi ``` query := selector q-ws* "||" q-ws* query | selector selector := filter q-ws* selector-operator q-ws* selector | filter -selector-operator := ">" | "+" | "~" | "" +selector-operator := ">>" | ">" | "++" | "+" filter := matcher+ matcher := "top()"| "()" | identifier | type | accessor-matcher accessor-matcher := "[" (comparison | accessor)? "]"