highlight /breakpoint

This commit is contained in:
LenAnderson 2024-06-23 15:21:20 -04:00
parent ca70304248
commit ca0843152c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export class SlashCommandParser {
}; };
const ABORT = { const ABORT = {
scope: 'abort', scope: 'abort',
begin: /\/abort/, begin: /\/(abort|breakpoint)/,
end: /\||$|:}/, end: /\||$|:}/,
contains: [], contains: [],
}; };