mirror of
https://github.com/nushell/nushell.git
synced 2025-07-12 12:26:05 +02:00
# Description I noticed that the following code snippet wasn't being highlighted correctly. Spans used for parsing contents of the block was also incorrectly used for the expression. # User-Facing Changes The block following the module keyword is now highlighted correctly. | Before | After | |--------|--------| |  |  | # Tests + Formatting - 🟢 toolkit fmt - 🟢 toolkit clippy - 🟢 toolkit test - 🟢 toolkit test stdlib # After Submitting N/A