diff --git a/src/ts/gui/highlight.ts b/src/ts/gui/highlight.ts index 8f4e4baf..3d7aa584 100644 --- a/src/ts/gui/highlight.ts +++ b/src/ts/gui/highlight.ts @@ -131,9 +131,9 @@ const deprecatedDecorators = [ 'end', 'assistant', 'user', 'system' ] -export const AllCBS = [...normalCBS, ...(normalCBSwithParams.map((v) => { +export const AllCBS = [...normalCBS, ...(normalCBSwithParams.concat(displayRelatedCBS).map((v) => { return v + ':' -})), ...displayRelatedCBS, ...nestedCBS] +})), ...nestedCBS] const highlighterSyntax = [ {