highlight /breakpoint

This commit is contained in:
LenAnderson
2024-06-23 15:21:20 -04:00
parent ca70304248
commit ca0843152c

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: [],
}; };