]> git.lizzy.rs Git - rust.git/commitdiff
fix: remove pipe from surroundingPairs
authorChris Price <price.c@gmail.com>
Mon, 17 Jan 2022 20:08:39 +0000 (20:08 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Jan 2022 20:08:39 +0000 (20:08 +0000)
Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192

editors/code/language-configuration.json

index 855b9966bb50a31c761dfe1b616f5b03a436ca03..2d772952a81ff87074fe4fefb3eefe8e57094178 100644 (file)
@@ -28,8 +28,7 @@
         ["(", ")"],
         ["<", ">"],
         ["\"", "\""],
-        ["'", "'"],
-        ["|", "|"]
+        ["'", "'"]
     ],
     "indentationRules": {
         "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",