feat: подсветка синтаксиса Prism.js + фикс кнопок скролла#540
Merged
Conversation
Добавлена подсветка синтаксиса в блоках кода чата через Prism.js (18 языков). Кастомная тема адаптируется к dark/light/night-eyes через CSS-переменные. Кнопки скролла вверх/вниз переведены с fixed на absolute внутри wrapper'а области сообщений — больше не скрываются под боковыми панелями. ## NEWS 🎨 **Подсветка синтаксиса в чате** Блоки кода теперь подсвечиваются с учётом языка программирования! Поддерживаются Python, JavaScript, TypeScript, Go, Rust, SQL, Bash, Docker, YAML и многие другие. Цвета автоматически адаптируются к выбранной теме (тёмная, светлая, ночная). Также исправлены кнопки прокрутки — теперь они не прячутся за боковыми панелями (дерево веток, настройки). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fixedнаabsoluteвнутри wrapper'а области сообщений — больше не скрываются за Branch Tree и Settings панелямиNEWS
🎨 Подсветка синтаксиса в чате
Блоки кода теперь подсвечиваются с учётом языка программирования! Поддерживаются Python, JavaScript, TypeScript, Go, Rust, SQL, Bash, Docker, YAML и многие другие. Цвета автоматически адаптируются к выбранной теме (тёмная, светлая, ночная).
Также исправлены кнопки прокрутки — теперь они не прячутся за боковыми панелями (дерево веток, настройки).
Test plan
npm run buildпроходит без ошибок🤖 Generated with Claude Code