Collapse documentation and markdown config settings into an enum

This commit is contained in:
Lukas Wirth 2021-06-21 21:57:01 +02:00
parent 99c95b8fa1
commit 65d683df36
3 changed files with 70 additions and 39 deletions

View file

@ -75,7 +75,7 @@ pub use crate::{
expand_macro::ExpandedMacro,
file_structure::{StructureNode, StructureNodeKind},
folding_ranges::{Fold, FoldKind},
hover::{HoverAction, HoverConfig, HoverGotoTypeData, HoverResult},
hover::{HoverAction, HoverConfig, HoverDocFormat, HoverGotoTypeData, HoverResult},
inlay_hints::{InlayHint, InlayHintsConfig, InlayKind},
markup::Markup,
move_item::Direction,