summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/text_document.rs
blob: 56ad1ee09f04e801c9bbada05d69975a416a905b (plain)
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "completion")]
mod completion;
mod definition;
mod document_highlight;
mod document_link;
mod document_symbol;
mod folding_range;
mod formatting;
mod hover;
mod references;
mod rename;