mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
13 lines
241 B
Rust
13 lines
241 B
Rust
mod completion;
|
|
mod definition;
|
|
mod did_change_configuration;
|
|
mod document_highlight;
|
|
mod document_link;
|
|
mod document_symbol;
|
|
mod folding_range;
|
|
mod formatting;
|
|
mod hover;
|
|
mod inlay_hint;
|
|
mod publish_diagnostics;
|
|
mod references;
|
|
mod rename;
|