Skip to content

Commit

Permalink
Merge pull request #192 from rainlanguage/2024-02-07-text-editor-with…
Browse files Browse the repository at this point in the history
…-callbacks

callback codemirror ext setup
  • Loading branch information
mattyg authored Feb 9, 2024
2 parents 2ab50cc + f60447f commit 04774b6
Show file tree
Hide file tree
Showing 22 changed files with 489 additions and 405 deletions.
106 changes: 32 additions & 74 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ chrono = "0.4.31"
typeshare = "1.0.1"
thiserror = "1.0.56"
strict-yaml-rust = "0.1.2"
dotrain = { git = "https://github.com/rainlanguage/dotrain.git", rev = "8fcc7651df8abc49c72c648ac8e9c80b5e057e70" }
dotrain = { git = "https://github.com/rainlanguage/dotrain.git", rev = "d31564805c0463bbd59f902a4b699d7bb4085c5b" }
dotrain-lsp = { git = "https://github.com/rainlanguage/dotrain.git", rev = "d31564805c0463bbd59f902a4b699d7bb4085c5b" }
rain-metadata = { path = "lib/rain.metadata/crates/cli" }
rain_interpreter_bindings = { path = "lib/rain.interpreter/crates/bindings" }
rain_interpreter_dispair = { path = "lib/rain.interpreter/crates/dispair" }
Expand Down
1 change: 1 addition & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ alloy-dyn-abi = { workspace = true }
reqwest = { workspace = true }
strict-yaml-rust = { workspace = true }
dotrain = { workspace = true }
dotrain-lsp = { workspace = true }
rain-metadata = { workspace = true }
rain_interpreter_bindings = { workspace = true }
rain_interpreter_dispair = { workspace = true }
Expand Down
Loading

0 comments on commit 04774b6

Please sign in to comment.