Skip to content

Commit

Permalink
Allow wildcard ending QualifierValue number
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperengstrom committed Dec 19, 2024
1 parent f58f5c9 commit df017d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemirror-lang-lxlquery/src/syntax.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ QualifierKey {
}

QualifierValue {
Identifier Wildcard? | String | Number | Group | Wildcard
Identifier Wildcard? | String | Number Wildcard? | Group | Wildcard
}

QualifierOperator {
Expand Down

0 comments on commit df017d8

Please sign in to comment.