Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add real Nushell syntax highlighting support #1078

Merged
merged 9 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add real Nushell syntax highlighting support
  • Loading branch information
hustcer committed Oct 2, 2023
commit 60a8d21c5cd928e7204c9a1f23d264e4b10f1b98
4 changes: 2 additions & 2 deletions book/cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Data types

```shell
```nushell
> "12" | into int
```

> **converts string to integer**

---

```shell
```nu
> date now | date to-timezone "Europe/London"
```

Expand Down