This repository was archived by the owner on Sep 30, 2024. It is now read-only.
☂️ Syntax highlighter improvement ideas #59022
Labels
graph/syntax-highlighter
Related to issues with syntax highlighting
team/graph
Graph Team (previously Code Intel/Language Tools/Language Platform)
This is an umbrella issue meant for collecting actionable ideas for improving the performance, reliability and debuggability of syntax highlighter. We can spin off individual points into separate issues which can be tracked.
Historical context
Development velocity
Observability
http-server-stabilizer
has some logging, but the log messages aren't terribly useful. The Rust code has minimal logging, mostly during startup. We should be able to reuse the same log level infrastructure via env variables or similar so that we can enable more detailed logging in the Rust code. Also, we should add log statements at key points in the Rust code.Reliability
Performance
synhtml
, which is a CLI tool that generates HTML directly using standard colors, but we should attempt to exercise the code paths similar to production to actually measure perf better.Dev / Ops documentation
Document the following:
The text was updated successfully, but these errors were encountered: