Skip to content

Commit 7bea1d8

Browse files
committed
Additional syntax highlighting screenshot in manual
1 parent 4296cc3 commit 7bea1d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide/src/syntax_highlighting.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pub struct HlRange {
5050
// We also give special modifier for `mut` and `&mut` local variables.
5151
//
5252
// image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[]
53+
// image::https://user-images.githubusercontent.com/48062697/113187625-f7f50100-9250-11eb-825e-91c58f236071.png[]
5354
pub(crate) fn highlight(
5455
db: &RootDatabase,
5556
file_id: FileId,

0 commit comments

Comments
 (0)