mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Additional syntax highlighting screenshot in manual
This commit is contained in:
parent
4296cc3318
commit
7bea1d8bfe
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ pub struct HlRange {
|
||||||
// We also give special modifier for `mut` and `&mut` local variables.
|
// We also give special modifier for `mut` and `&mut` local variables.
|
||||||
//
|
//
|
||||||
// image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[]
|
// image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[]
|
||||||
|
// image::https://user-images.githubusercontent.com/48062697/113187625-f7f50100-9250-11eb-825e-91c58f236071.png[]
|
||||||
pub(crate) fn highlight(
|
pub(crate) fn highlight(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
file_id: FileId,
|
file_id: FileId,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue