mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
docs(terminal): show as sh
This commit is contained in:
parent
1b51dd9d2f
commit
0de2599b0a
3 changed files with 3 additions and 3 deletions
|
|
@ -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()"
|
||||
<
|
||||
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ Replaces ansii color codes with the actual colors.
|
|||
|
||||
Example:
|
||||
|
||||
```lua
|
||||
```sh
|
||||
ls -la | nvim - -c "lua Snacks.terminal.colorize()"
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ end
|
|||
---
|
||||
--- Example:
|
||||
---
|
||||
--- ```lua
|
||||
--- ```sh
|
||||
--- ls -la | nvim - -c "lua Snacks.terminal.colorize()"
|
||||
--- ```
|
||||
function M.colorize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue