Skip to content

Commit

Permalink
Merge pull request #74 from fdncred/prep-for-100
Browse files Browse the repository at this point in the history
get ready for new 1.0 release
fdncred authored Jan 22, 2023
2 parents dc7b4de + 3da6644 commit 73c70c8
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
dist
*.vsix

.DS_Store
# ignore the git mailmap file
.mailmap
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -112,4 +112,5 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
- 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>)

- 1.0.0
- Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,15 +7,15 @@ This [extension for VSCode](https://code.visualstudio.com/docs/introvideos/exten
- Syntax highlighting grammar for Nushell scripts (`.nu` files)
- Nushell theme that tries to match Nushell's coloring

## Screenshot (v0.7.0)
## Screenshot (v1.0.0)

With Dark+ Color Theme

![Nushell script with Dark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/070-dark.png)
![Nushell script with Dark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/100-dark.png)

With Light+ Color Theme

![Nushell script with Light+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/070-light.png)
![Nushell script with Light+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/100-light.png)

## Known Issues

Binary file added assets/100-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/100-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "vscode-nushell-lang",
"displayName": "vscode-nushell-lang",
"description": "nushell language for vscode",
"version": "0.8.0",
"version": "1.0.0",
"preview": true,
"license": "MIT",
"publisher": "TheNuProjectContributors",

0 comments on commit 73c70c8

Please sign in to comment.