diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-11 23:28:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-11 23:29:32 +0100 |
| commit | ca6edf5283c258d8410134d678347977cb273cdd (patch) | |
| tree | b2b46ba70c054b0cbdefa06edbc5fd999cddb1fa /src/ide/mod.rs | |
| parent | 1a390deaea040191cf0e5937bd8e1427b49db71b (diff) | |
Jump to source and preview
Diffstat (limited to 'src/ide/mod.rs')
| -rw-r--r-- | src/ide/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ide/mod.rs b/src/ide/mod.rs index 4999da52..bee959cd 100644 --- a/src/ide/mod.rs +++ b/src/ide/mod.rs @@ -3,10 +3,12 @@ mod analyze; mod complete; mod highlight; +mod jump; mod tooltip; pub use self::complete::*; pub use self::highlight::*; +pub use self::jump::*; pub use self::tooltip::*; use std::fmt::Write; |
