File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ pub struct HlRange {
48
48
//
49
49
// The general rule is that a reference to an entity gets colored the same way as the entity itself.
50
50
// We also give special modifier for `mut` and `&mut` local variables.
51
+ //
52
+ // image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[]
51
53
pub ( crate ) fn highlight (
52
54
db : & RootDatabase ,
53
55
file_id : FileId ,
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>";
49
49
// ----
50
50
// "editor.formatOnType": true,
51
51
// ----
52
+ //
53
+ // image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[]
52
54
pub ( crate ) fn on_char_typed (
53
55
db : & RootDatabase ,
54
56
position : FilePosition ,
You can’t perform that action at this time.
0 commit comments