Unnamed repository; edit this file 'description' to name the repository.
Merge #11310
11310: fix: remove pipe from surroundingPairs r=lnicola a=chrisprice Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192 Co-authored-by: Chris Price <[email protected]>
bors[bot] 2022-01-18
parent 477b654 · parent c18ee35 · commit ac8806d
-rw-r--r--editors/code/language-configuration.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json
index 855b9966bb..2d772952a8 100644
--- a/editors/code/language-configuration.json
+++ b/editors/code/language-configuration.json
@@ -28,8 +28,7 @@
["(", ")"],
["<", ">"],
["\"", "\""],
- ["'", "'"],
- ["|", "|"]
+ ["'", "'"]
],
"indentationRules": {
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",