Skip to content

Commit

Permalink
feat: support Wildcard Prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jul 18, 2024
1 parent 9f94e50 commit a1f484f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/row-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const RowConfigMapRegExp = new Map<RegExp, IRowConfigOptions>();
'sv_prompt',
'Template',
'Template Generated',
'Wildcard Prompt',
].forEach(key => RowConfigMap.set(key, {
full: true,
syntaxHighlighter: true,
Expand Down

0 comments on commit a1f484f

Please sign in to comment.