pub mod completion;
pub use completion::Label as CompletionLabel;
pub mod hover;
pub use hover::Label as HoverLabel;
pub mod parse;
pub use parse::Label as ParseLabel;
pub mod rename;
pub use rename::{PrepareRename as PrepareRenameLabel, Rename as RenameLabel};
pub mod diagnostics;
pub use diagnostics::Label as DiagnosticsLabel;
pub mod save;
pub use save::Label as SaveLabel;
pub mod inlay;
pub use inlay::Label as InlayLabel;
pub mod format;
pub use format::Label as FormatLabel;
pub mod semantic;
pub use semantic::Label as SemanticLabel;