mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
highlight /breakpoint
This commit is contained in:
@ -214,7 +214,7 @@ export class SlashCommandParser {
|
|||||||
};
|
};
|
||||||
const ABORT = {
|
const ABORT = {
|
||||||
scope: 'abort',
|
scope: 'abort',
|
||||||
begin: /\/abort/,
|
begin: /\/(abort|breakpoint)/,
|
||||||
end: /\||$|:}/,
|
end: /\||$|:}/,
|
||||||
contains: [],
|
contains: [],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user