Skip to content

Commit

Permalink
Implement LSP Text Document Synchronization
Browse files Browse the repository at this point in the history
This commit provides the initial implementation of text document
synchronization of the language server protocol: textDocument/didOpen,
textDocument/didChange and textDocument/didClose
  • Loading branch information
schrieveslaach committed Nov 8, 2023
1 parent 435abad commit 590f2f5
Show file tree
Hide file tree
Showing 6 changed files with 422 additions and 142 deletions.
1 change: 1 addition & 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 crates/nu-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nu-parser = { path = "../nu-parser", version = "0.86.1" }
nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
reedline = { version = "0.25" }

crossbeam-channel = "0.5.8"
lsp-types = "0.94.1"
lsp-server = "0.7.4"
miette = "5.10"
Expand Down

0 comments on commit 590f2f5

Please sign in to comment.