summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/main.rs
blob: ebccca7396057e208cd0124e4a426672d6fa5f0e (plain)
1
2
3
4
5
6
7
mod common;
#[cfg(feature = "completion")]
mod completion;
mod document_symbol;
mod hover;
mod issues;
mod workspace_symbol;