sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.55k stars 265 forks source link

bug: Chat: Python formatting does not show correct colors. #5187

Open jeronimd opened 1 month ago

jeronimd commented 1 month ago

Version

1.92.0

Describe the bug

Using chat. When the bot tries to format code blocks:

codeblock

It does not show the Python syntax highlighting fully. I'm using Ollama, but it seems that all models have this problem.

Expected behavior

What I expected are these colors:

codeblock

Additional context

No response