mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
fix: side issue
This commit is contained in:
parent
b558dc21bb
commit
fb85b8abdb
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ export const language = P.createLanguage({
|
|||
},
|
||||
|
||||
emojiCode: r => {
|
||||
const side = P.notMatch(P.regexp(/[\p{N}\p{L}]+/i));
|
||||
const side = P.notMatch(P.regexp(/[a-z0-9]/i));
|
||||
const mark = P.str(':');
|
||||
return P.seq([
|
||||
P.alt([P.lineBegin, side]),
|
||||
|
|
Loading…
Reference in a new issue