highlight /breakpoint
This commit is contained in:
parent
ca70304248
commit
ca0843152c
|
@ -214,7 +214,7 @@ export class SlashCommandParser {
|
||||||
};
|
};
|
||||||
const ABORT = {
|
const ABORT = {
|
||||||
scope: 'abort',
|
scope: 'abort',
|
||||||
begin: /\/abort/,
|
begin: /\/(abort|breakpoint)/,
|
||||||
end: /\||$|:}/,
|
end: /\||$|:}/,
|
||||||
contains: [],
|
contains: [],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue