mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Refactor highlighting
This commit is contained in:
parent
927657432e
commit
eeceff3179
3 changed files with 551 additions and 528 deletions
|
@ -1,4 +1,4 @@
|
|||
//! Syntax highlighting injections such as highlighting of documentation tests.
|
||||
//! "Recursive" Syntax highlighting for code in doctests and fixtures.
|
||||
|
||||
use hir::Semantics;
|
||||
use ide_db::call_info::ActiveParameter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue