Skip to content

Commit

Permalink
Remove ambiguity from delim_char
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Jun 5, 2023
1 parent 3ff9ac6 commit f12420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer.mll
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ let language_tag_char =
['a'-'z' 'A'-'Z' '0'-'9' '_' '-' ]

let delim_char =
['a'-'z' 'A'-'Z' '0'-'9' '_' '-' ]
['a'-'z' 'A'-'Z' '0'-'9' '_' ]


rule token input = parse
Expand Down

0 comments on commit f12420a

Please sign in to comment.