mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 19:36:29 +00:00
[Update] remove language from shell code block
This commit is contained in:
parent
3054519b58
commit
3d684bb2b8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ In some scenarios, CodeSnap.nvim cannot auto-detect what language syntax should
|
|||
|
||||
CodeSnap.nvim won't read the whole content of the file, thus cannot detect what language syntax is this, in this case, you can specify extension explicitly, for instance:
|
||||
|
||||
```shell
|
||||
```
|
||||
CodeSnapSave sh
|
||||
CodeSnap sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue