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 = {
|
||||
scope: 'abort',
|
||||
begin: /\/abort/,
|
||||
begin: /\/(abort|breakpoint)/,
|
||||
end: /\||$|:}/,
|
||||
contains: [],
|
||||
};
|
||||
|
Reference in New Issue
Block a user