Skip to content

Commit

Permalink
Add real Nushell syntax highlighting support
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 28, 2023
1 parent 6defcc3 commit 8acab10
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8acab10

Please sign in to comment.