summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/src/features.rs
blob: 9115580ce0c08f6026c1732601f021693a23610c (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 symbol;