Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
easrng authored Oct 29, 2024
1 parent 9cd9aae commit 1fce487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export const language = P.createLanguage<TypeTable>({
const parser = P.seq(
notLinkLabel,
P.str('@'),
P.regexp(/[a-z0-9_-]+/i),
P.regexp(/[a-z0-9_.-]+/i),
P.seq(
P.str('@'),
P.regexp(/[a-z0-9_.-]+/i),
Expand Down

0 comments on commit 1fce487

Please sign in to comment.