Vscode Nushell Lang Versions Save

A Nushell grammar for Visual Studio Code with IDE support

v1.9.0

3 months ago
  • 1.9.0
    • Add spread to syntax highlighting (@texastoland) #174
    • fix markdown formatting for hover lsp (@AucaCoyan) #175
    • update grammar for nushell 0.91.0 (@fdncred) #177

v1.8.0

5 months ago
  • 1.8.0
    • automatically publish extension to open vsx registry on release (@Yakiyo) #161 (reverted unfortunately, but 1.8.0 is available on OpenVSX)
    • More conditional and loop snippets (@EmilyGraceSeville7cf) #165
    • Syntax highlight: add "export" to "module" (@glcraft) #166
    • Improve type parsing in function def (@glcraft) #167
    • Textmate improvements (@glcraft) #168
    • Textmate: improvement on record entries and closure (@glcraft) #169

v1.7.1

7 months ago
  • 1.7.1
    • Update to nushell 0.85.0 (@fdncred) #155
    • update textmate def --env, def --wrapped, input/output types (@glcraft) #160

v1.7.0

8 months ago
  • 1.7.0
    • Fix datetime parsing (@glcraft) #140
    • Fix go-to definition on Windows (@gaetschwartz) #141
    • Don't try to read if file doesn't exist (@gaetschwartz) #143
    • Me forgetting to merge changes (@fdncred) #145
    • npm audit fix (@fdncred) #147
    • Update link (@balupton) #149
    • Fix shebang detection (@adamcstephens) #151
    • use which to find nu + add icon (@nerditation) #153

v1.6.0

11 months ago
  • 1.6.0
    • Snippets (completions) #126
    • Snippets (markdown doc sections) #127
    • Snippets (use H3 header) #128
    • Snippets (support regex groups) #130
    • Use unique labels for durationWrapper #133
    • Fix TextMate regex that linguist discovered #137

v1.5.1

1 year ago
  • 1.5.1

v1.5.0

1 year ago
  • 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

v1.1.0

1 year ago
  • 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

v1.0.0

1 year ago

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

v0.8.0

1 year ago
  • 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>)