From 3d684bb2b87fd7856d793af7d7fa0ec81ac9c048 Mon Sep 17 00:00:00 2001 From: Mist Date: Wed, 3 Apr 2024 18:03:48 +0800 Subject: [PATCH] [Update] remove language from shell code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e6d86..0c80c56 100644 --- a/README.md +++ b/README.md @@ -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 ```