From d82176c146a80a92ed002c756dec388ce7414cac Mon Sep 17 00:00:00 2001 From: Ayomide Bamidele <48062697+MozarellaMan@users.noreply.github.com> Date: Wed, 31 Mar 2021 16:20:54 +0100 Subject: Gifs and screenshots for features in manual (syntax highlighting and typing) --- crates/ide/src/typing.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ide/src/typing.rs') diff --git a/crates/ide/src/typing.rs b/crates/ide/src/typing.rs index e10b7d98e..dc32bb594 100644 --- a/crates/ide/src/typing.rs +++ b/crates/ide/src/typing.rs @@ -49,6 +49,8 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>"; // ---- // "editor.formatOnType": true, // ---- +// +// image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[] pub(crate) fn on_char_typed( db: &RootDatabase, position: FilePosition, -- cgit v1.2.3