[Update] remove language from shell code block

This commit is contained in:
Mist 2024-04-03 18:03:48 +08:00 committed by GitHub
parent 3054519b58
commit 3d684bb2b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```