Skip to content

Commit

Permalink
Refactor label outline module
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Mar 17, 2020
1 parent 91b33f1 commit d196ee2
Show file tree
Hide file tree
Showing 7 changed files with 500 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ serde_json = "1.0"
serde_repr = "0.1"
stderrlog = "0.4"
tempfile = "3.1"
titlecase = "1.1"
tokio = { version = "0.2", features = ["blocking", "fs", "io-std", "macros", "process", "time"] }
tokio-util = { version = "0.2", features = ["codec"] }
url = "2.1"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod folding;
pub mod highlight;
pub mod jsonrpc;
pub mod link;
pub mod outline;
pub mod protocol;
pub mod reference;
pub mod rename;
Expand Down
Loading

0 comments on commit d196ee2

Please sign in to comment.