]> git.lizzy.rs Git - rust.git/commitdiff
Additional syntax highlighting screenshot in manual
authorAyomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
Wed, 31 Mar 2021 17:45:15 +0000 (18:45 +0100)
committerAyomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
Wed, 31 Mar 2021 17:45:15 +0000 (18:45 +0100)
crates/ide/src/syntax_highlighting.rs

index 591f1e80b93ff962d89ef3160ae597e0a2cf7bb6..9df8d21afcfec579cad9f53917fb0300bca13809 100644 (file)
@@ -50,6 +50,7 @@ pub struct HlRange {
 // 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/113187625-f7f50100-9250-11eb-825e-91c58f236071.png[]
 pub(crate) fn highlight(
     db: &RootDatabase,
     file_id: FileId,