docs(terminal): show as sh

This commit is contained in:
Folke Lemaitre 2024-11-14 09:15:42 +01:00
parent 1b51dd9d2f
commit 0de2599b0a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ Colorize the current buffer. Replaces ansii color codes with the actual colors.
Example:
>lua
>sh
ls -la | nvim - -c "lua Snacks.terminal.colorize()"
<

View file

@ -125,7 +125,7 @@ Replaces ansii color codes with the actual colors.
Example:
```lua
```sh
ls -la | nvim - -c "lua Snacks.terminal.colorize()"
```

View file

@ -172,7 +172,7 @@ end
---
--- Example:
---
--- ```lua
--- ```sh
--- ls -la | nvim - -c "lua Snacks.terminal.colorize()"
--- ```
function M.colorize()