Releases: nushell/vscode-nushell-lang
Releases · nushell/vscode-nushell-lang
1.5.0 Release
- 1.5.0
- No longer a preview release
 - Fix 
usecoloring when used in variable naming - Allow underscore separators in numbers
 - Goto Definition
 - Inlays / Hints
 - Hover
 - Error squigglys
 - Auto-complete
 - Editor IDE Settings to help configure some features
 - Added folding regions with 
# region:and# endregion - Update syntax regexes to match nushell v0.79.0
 
 
1.1.0 Release
1.0.0 Release
Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!
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, andnullas pseudo keywords - changed the indentation rules
 
 - add 
 
0.5.1 Release
- 0.5.1
- add 
not-inas a pseudo keyword to go withinandelse - update screenshots showing else keyword
 - add 
on-Enterrules - 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