mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Export LSP types in protocol crate
This commit is contained in:
parent
e04b09c5a9
commit
2825c1cd9d
107 changed files with 139 additions and 144 deletions
|
@ -9,8 +9,8 @@ pub use self::client::{LatexLspClient, LspClient};
|
|||
pub use self::codec::LspCodec;
|
||||
pub use self::options::*;
|
||||
pub use self::range::RangeExt;
|
||||
pub use lsp_types::*;
|
||||
|
||||
use lsp_types::{Location, LocationLink, TextDocumentIdentifier};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_repr::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue