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