Refactor highlighting

This commit is contained in:
Aleksey Kladov 2021-01-09 23:07:32 +03:00
parent 927657432e
commit eeceff3179
3 changed files with 551 additions and 528 deletions

View file

@ -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;