diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-09 20:08:41 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-09 20:08:41 +0000 |
commit | bcb9ae18de1fa405eb2add56409ae264267607bb (patch) | |
tree | 36a2142b0898a347e052bf5721896c90ef0f9fee /crates/ide/src/syntax_highlighting/inject.rs | |
parent | 927657432e77bc971f2b853dec7b98b909351541 (diff) | |
parent | eeceff317964af160fb785578d2d5666d9c3efe7 (diff) |
Merge #7223
7223: Refactor highlighting r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ide/src/syntax_highlighting/inject.rs')
-rw-r--r-- | crates/ide/src/syntax_highlighting/inject.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/inject.rs b/crates/ide/src/syntax_highlighting/inject.rs index 4647a72c2..281461493 100644 --- a/crates/ide/src/syntax_highlighting/inject.rs +++ b/crates/ide/src/syntax_highlighting/inject.rs | |||
@@ -1,4 +1,4 @@ | |||
1 | //! Syntax highlighting injections such as highlighting of documentation tests. | 1 | //! "Recursive" Syntax highlighting for code in doctests and fixtures. |
2 | 2 | ||
3 | use hir::Semantics; | 3 | use hir::Semantics; |
4 | use ide_db::call_info::ActiveParameter; | 4 | use ide_db::call_info::ActiveParameter; |