Skip to content

Releases: nushell/vscode-nushell-lang

1.5.0 Release

26 Apr 12:24
a3d036a
Compare
Choose a tag to compare
  • 1.5.0
    • No longer a preview release
    • Fix use coloring 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

13 Mar 13:22
c5cc642
Compare
Choose a tag to compare
  • 1.1.0
    • Updated syntax to match nushell 0.77.0
    • Added a new path to search for nu #82
    • Fixed use syntax highlighting #79
    • Added nu icon #77
    • Added additional scoop location #75

1.0.0 Release

22 Jan 01:09
73c70c8
Compare
Choose a tag to compare
1.0.0 Release Pre-release
Pre-release

Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!

0.8.0 Release

28 Nov 15:39
35fed0d
Compare
Choose a tag to compare
0.8.0 Release Pre-release
Pre-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

14 Sep 17:39
e99c9f2
Compare
Choose a tag to compare
0.7.0 Release Pre-release
Pre-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

10 Aug 15:02
15d911d
Compare
Choose a tag to compare
0.6.0 Release Pre-release
Pre-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

30 Mar 14:06
d91e18f
Compare
Choose a tag to compare
0.5.3 Release Pre-release
Pre-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

24 Mar 14:27
c664957
Compare
Choose a tag to compare
0.5.2 Release Pre-release
Pre-release
  • 0.5.2
    • add true, false, and null as pseudo keywords
    • changed the indentation rules

0.5.1 Release

14 Mar 18:01
26823e9
Compare
Choose a tag to compare
0.5.1 Release Pre-release
Pre-release
  • 0.5.1
    • add not-in as a pseudo keyword to go with in and else
    • update screenshots showing else keyword
    • add on-Enter rules
    • fixed a bug with variable syntax coloring

0.5.0 Release

11 Mar 23:08
8126e99
Compare
Choose a tag to compare
0.5.0 Release Pre-release
Pre-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