mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
highlight /breakpoint
This commit is contained in:
parent
ca70304248
commit
ca0843152c
@ -214,7 +214,7 @@ export class SlashCommandParser {
|
||||
};
|
||||
const ABORT = {
|
||||
scope: 'abort',
|
||||
begin: /\/abort/,
|
||||
begin: /\/(abort|breakpoint)/,
|
||||
end: /\||$|:}/,
|
||||
contains: [],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user