From ca0843152cf0a5ab131feb989367c2caeadb0896 Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Sun, 23 Jun 2024 15:21:20 -0400 Subject: [PATCH] highlight /breakpoint --- public/scripts/slash-commands/SlashCommandParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands/SlashCommandParser.js b/public/scripts/slash-commands/SlashCommandParser.js index 5e91c6881..3110dc4cd 100644 --- a/public/scripts/slash-commands/SlashCommandParser.js +++ b/public/scripts/slash-commands/SlashCommandParser.js @@ -214,7 +214,7 @@ export class SlashCommandParser { }; const ABORT = { scope: 'abort', - begin: /\/abort/, + begin: /\/(abort|breakpoint)/, end: /\||$|:}/, contains: [], };