File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,9 +325,13 @@ Types of copilot highlights:
325325- `CopilotChatHeader` - Header highlight in chat buffer
326326- `CopilotChatSeparator` - Separator highlight in chat buffer
327327- `CopilotChatStatus` - Status and spinner in chat buffer
328- - `CopilotChatHelp` - Help messages in chat buffer (help, references)
328+ - `CopilotChatHelp` - Help text in chat buffer
329+ - `CopilotChatResource` - Resource highlight in chat buffer (e.g. `#file ` , `#gitdiff` )
330+ - `CopilotChatTool` - Tool call highlight in chat buffer (e.g. `@c opilot` )
331+ - `CopilotChatPrompt` - Prompt highlight in chat buffer (e.g. `/Explain` , `/Review` )
332+ - `CopilotChatModel` - Model highlight in chat buffer (e.g. `$gpt - 4.1 ` )
333+ - `CopilotChatUri` - URI highlight in chat buffer (e.g. `##https: // ... ` )
329334- `CopilotChatSelection` - Selection highlight in source buffer
330- - `CopilotChatKeyword` - Keyword highlight in chat buffer (e.g. prompts, tools)
331335- `CopilotChatAnnotation` - Annotation highlight in chat buffer (file headers, tool call headers, tool call body)
332336
333337
You can’t perform that action at this time.
0 commit comments