mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
106 B
Rust
8 lines
106 B
Rust
//! Capabilities for IDE support.
|
|
|
|
mod highlight;
|
|
mod tooltip;
|
|
|
|
pub use highlight::*;
|
|
pub use tooltip::*;
|