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 20, 2024
1 parent f9252d6 commit a3025b4
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 a3025b4

Please sign in to comment.