summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/src/features.rs
blob: a92df28d8cc28f3d7d89daf0d2209176f9eb3741 (plain)
1
2
3
4
5
6
7
8
9
10
11
pub mod completion;
pub mod definition;
pub mod folding;
pub mod formatting;
pub mod highlight;
pub mod hover;
pub mod inlay_hint;
pub mod link;
pub mod reference;
pub mod rename;
pub mod symbols;