mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
chore: put _ and + behind -
Simply just to make it look a bit nicer
This commit is contained in:
parent
9318d6f003
commit
b558dc21bb
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ export const language = P.createLanguage({
|
|||
return P.seq([
|
||||
P.alt([P.lineBegin, side]),
|
||||
mark,
|
||||
P.regexp(/[_+\p{N}\p{L}-]+/i),
|
||||
P.regexp(/[\p{N}\p{L}_+-]+/i),
|
||||
mark,
|
||||
P.alt([P.lineEnd, side]),
|
||||
], 2).map(name => M.EMOJI_CODE(name as string));
|
||||
|
|
Loading…
Reference in a new issue