aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting.rs
diff options
context:
space:
mode:
authorAyomide Bamidele <[email protected]>2021-03-31 18:45:15 +0100
committerAyomide Bamidele <[email protected]>2021-03-31 18:45:15 +0100
commit7bea1d8bfe0aa70673648e5fc93fe6c0fcd69150 (patch)
tree8ad7c97ae2c3d563b7f55ecfdd71a67d10610042 /crates/ide/src/syntax_highlighting.rs
parent4296cc331890ebf4222cdf8d94f9981d9c0bd20f (diff)
Additional syntax highlighting screenshot in manual
Diffstat (limited to 'crates/ide/src/syntax_highlighting.rs')
-rw-r--r--crates/ide/src/syntax_highlighting.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/syntax_highlighting.rs b/crates/ide/src/syntax_highlighting.rs
index 591f1e80b..9df8d21af 100644
--- a/crates/ide/src/syntax_highlighting.rs
+++ b/crates/ide/src/syntax_highlighting.rs
@@ -50,6 +50,7 @@ pub struct HlRange {
50// We also give special modifier for `mut` and `&mut` local variables. 50// We also give special modifier for `mut` and `&mut` local variables.
51// 51//
52// image::https://user-images.githubusercontent.com/48062697/113164457-06cfb980-9239-11eb-819b-0f93e646acf8.png[] 52// 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[]
53pub(crate) fn highlight( 54pub(crate) fn highlight(
54 db: &RootDatabase, 55 db: &RootDatabase,
55 file_id: FileId, 56 file_id: FileId,