Releases: nushell/vscode-nushell-lang
Releases · nushell/vscode-nushell-lang
0.8.0 Release
- 0.8.0
- added path for arm brew @melMass
- update readme screenshots
- add the old dark and light themes to repo for anyone who wants to use them
- update example.nu for testing
- update generate-example.nu to include all samples
- update generate-patterns.nu to support the new language features
- update language syntax to support new nushell 0.72 features (break, continue, return, loop, try, catch, mut, while, err>, out>, err+out>, out+err>)
0.7.0 Release
- 0.7.0
- better automatic syntax from @Yethal
- better block variable highlighting
- remove themes + some cleanup
- tweak auto-generated syntax
0.6.0 Release
- 0.6.0
- Thanks to @Yethal we have a new syntax generating script to help making releases easier
- Another item @Yethal contributed was a script to generate examples to test the syntax on
- Other general cleanup
- Supports most recent nushell syntax as of 0.66.4
- @schuelermine fixed a type-o
0.5.3 Release
- 0.5.3
- updated language punctuation recognition
- added the ability to recognize block parameters as variables
- split out part of the readme.md into building.md
0.5.2 Release
- 0.5.2
- add
true
,false
, andnull
as pseudo keywords - changed the indentation rules
- add
0.5.1 Release
- 0.5.1
- add
not-in
as a pseudo keyword to go within
andelse
- update screenshots showing else keyword
- add
on-Enter
rules - fixed a bug with variable syntax coloring
- add
0.5.0 Release
- 0.5.0
- updated language to support 0.60.0 new keywords
- fixed some bugs with highlighting
- separated keywords for easier regex debugging
- updated dependency versions
0.4.2 Release
- 0.4.2
- added contribute custom terminal feature it is easier to use nushell as a terminal in vscode
0.4.1 Release
- 0.4.1
- syntax changed to allow optional
$
in variable name - syntax changed to allow space after custom command parameters
- added
in
to go withfor
- syntax changed to allow optional
0.4.0 Release
- 0.4.0
- updated commands to support all commands in nushell 0.34.1
- disabled intellisense completions