Syntax highlighting in code frames and diffs #10835
Labels
cli
Related to the command-line interface
diagnostics
Related to reporting of diagnostics.
wish
Not on the current roadmap; maybe in the future
We should consider highlighting code frames and diffs.
I think a good first step would be to implement semantic highlighting into
ruff server
that, given a string, emits a description of the highlighting. The codeframe and diff rendering can then reuse the same infrastructure to implement.This is related to astral-sh/ruff-lsp#237
The text was updated successfully, but these errors were encountered: