rust/compiler/rustc_errors/src/markdown
JayanAXHF 67c45b739a feat: added syntax highlighting for code blocks in rustc --explain
This commit adds a heuristics-based syntax highlighter for the `rustc
--explain` command. It uses `rsutc_lexer`'s lexer to parse input in
tokens, and matches on them to determine their color.
2026-01-19 17:44:24 +05:30
..
tests feat: added syntax highlighting for code blocks in rustc --explain 2026-01-19 17:44:24 +05:30
mod.rs feat: added syntax highlighting for code blocks in rustc --explain 2026-01-19 17:44:24 +05:30
parse.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
term.rs feat: added syntax highlighting for code blocks in rustc --explain 2026-01-19 17:44:24 +05:30