Updated emoji completion to allow capital letters
Signed-off-by: JPyke3 <pyke.jacob1@gmail.com>
This commit is contained in:
parent
062a1f7dd9
commit
d93e66813d
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ export class EmojiCompletion {
|
|||
const [leftTokenTextMatch, rightTokenTextMatch] = matchBlotTextPartitions(
|
||||
blot,
|
||||
index,
|
||||
/(?<=^|\s):([-+0-9a-z_]*)(:?)$/,
|
||||
/^([-+0-9a-z_]*):/
|
||||
/(?<=^|\s):([-+0-9a-zA-Z_]*)(:?)$/,
|
||||
/^([-+0-9a-zA-Z_]*):/
|
||||
);
|
||||
|
||||
if (leftTokenTextMatch) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue