Skip to content

Commit 51de935

Browse files
committed
Update PartialParser.ml
1 parent c71844d commit 51de935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/PartialParser.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ let skipOptVariantExtension text i =
108108
ctx ::= <M args id
109109
arg ::= id | id = [?] atomicExpr
110110
atomicExpr ::= id | "abc" | 'a' | 42 | `...` | optVariant {...} | optVariant (...) | <...> | [...]
111-
optVariant ::= a | A | #a | #A | _nothing_
111+
optVariant ::= id | #id | %id | _nothing_
112112
*)
113113
let findJsxContext text offset =
114114
let rec loop identsSeen i =

0 commit comments

Comments
 (0)