mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 15:08:43 +01:00
# Description Fixes a bug introduced by #15188 # User-Facing Changes Before: <img width="216" alt="image" src="https://github.com/user-attachments/assets/5846a844-d88e-4d9f-b9e2-e2478c7acb37" /> And will crash the lsp server. After: <img width="454" alt="image" src="https://github.com/user-attachments/assets/85e727d6-fef5-426b-818c-e554d3c49c7d" /> # Tests + Formatting adjusted # After Submitting |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate implements the core functionality of the interactive Nushell REPL and interfaces with reedline
.
Currently implements the syntax highlighting and completions logic.
Furthermore includes a few commands that are specific to reedline
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.