1
0
Fork 0

[Update] remove language from shell code block

main
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
1 changed files with 1 additions and 1 deletions

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: 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 CodeSnapSave sh
CodeSnap sh CodeSnap sh
``` ```